.customer-portal-energy__wrapper {
  position: relative;
  overflow: hidden;
}

.customer-portal-energy__wrapper .subheading {
  text-transform: none;
  font-size: 1.25rem;
}

.customer-portal-energy__wrapper .subheading::after {
  margin-bottom: 2.25rem;
}

/* ====================
Customer Portal - Energy - Universal Elements
==================== */

/* Generic List Classes */

.cp__content-section {
  margin-bottom: 16px;
}

@media screen and (min-width: 1026px) {
  .cp__content-section {
    border-bottom: 1px solid #868686;
    margin-bottom: 40px;
  }

  .cp__overview-content-wrapper .cp__content-section:last-child,
  .cp__history-content-wrapper .cp__content-section:last-child,
  .cp__preferences-content-wrapper .cp__content-section:last-child {
    border-bottom: none;
  }
}

.cp__list-header {
  font-size: 16px;
  font-family: "LL Circular Bold Web", sans-serif;
  margin-bottom: 8px;
}

@media screen and (min-width: 1026px) {
  .cp__list-header {
    margin-bottom: 16px;
  }
}

.cp__list-item {
  display: flex;
  justify-content: space-between;
  color: #707070;
  margin-bottom: 16px;
  letter-spacing: 0.2px;
}

@media screen and (min-width: 1026px) {
  .cp__list-item {
    margin-bottom: 24px;
  }
}

.cp__solar-share__info-container .cp__list-item,
.cp__solar-share__usage-container .cp__list-item {
  margin-bottom: 0;
}

.cp__list-item__title {
}

.cp__list-item__value {
}

.cp__list-item__total-title {
}

.cp__list-item__total-value {
}

/* Address Summary in Mobile Slideout Content */

.cp__address-summary {
  margin-bottom: 16px;
}

@media screen and (min-width: 1026px) {
  .cp__address-summary {
    display: none;
  }
}

.cp__address-summary-wrapper {
  margin-bottom: 16px;
}

/* Mobile Summary Cards */

.cp__mobile-summary-card {
  display: flex;
  background: #f9f9f9;
  padding: 24px 16px;
  border: 1px solid #ccc;
  margin-bottom: 16px;
}

@media screen and (min-width: 1026px) {
  .cp__mobile-summary-card {
    display: none;
  }
}

.cp__mobile-summary-card .subheading {
  margin-bottom: 24px;
}

.cp__mobile-summary-card .subheading::after {
  display: none;
}

.cp__mobile-summary-card-content {
  width: 100%;
}

.cp__mobile-summary-card-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cp__mobile-summary-card-arrow {
  width: 16px;
  margin-left: 40px;
  display: flex;
  align-items: center;
}

.cp__mobile-summary-card-detail-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cp__mobile-summary-card-detail-col:nth-child(2) {
  border-left: 1px solid #ccc;
  padding-left: 40px;
}

.cp__bill-summary .cp__mobile-summary-card-detail-col:nth-child(2),
.cp__current-usage .cp__mobile-summary-card-detail-col:nth-child(2) {
  border-left: none;
}

/* Mobile Content Slide */
.cp__mobile-summary__content {
  position: absolute;
  top: 2px;
  left: 100%;
  height: auto;
  width: 100%;
  padding: 16px;
  margin: 0;
  z-index: 10;
  background: #fff;
  overflow-y: auto;
  transition: left 0.3s ease;
}

.cp__mobile-summary__content.active {
  left: 0;
}

@media screen and (min-width: 1026px) {
  .cp__mobile-summary__content {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    overflow-y: hidden;
  }
}

.cp__mobile-summary__back {
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 32px;
}

@media screen and (min-width: 1026px) {
  .cp__mobile-summary__back {
    display: none;
  }
}

/* ====================
    Auto Pay Classes
    ==================== */

.cp__autopay-full-width-container {
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: #f5f5f5;
  align-items: center;
}

@media screen and (min-width: 1026px) {
  .cp__autopay-full-width-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .ap__two-cards.cp__autopay-full-width-container {
    display: none;
  }
}

.cp__autopay-header {
  font-size: 14px;
}

.cp__autopay-icon {
  margin-bottom: 32px;
}

@media screen and (min-width: 1026px) {
  .cp__autopay-icon {
    margin-bottom: 0;
  }
}

.cp__autopay-icon svg {
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 1026px) {
  .cp__autopay-icon svg {
    width: 32px;
    height: 32px;
  }
}

.cp__autopay-link-mobile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cp__autopay-link {
  display: block;
}

@media screen and (min-width: 1026px) {
  .cp__autopay-link-mobile {
    display: none;
  }

  .cp__autopay-link {
    display: inline-block;
    padding-top: 1rem;
  }
}

/* ====================
    Select Account Classes
    ==================== */

/* .cp__selection-header-container:first-child,
.cp__active-service-request-container:first-child {
  padding-top: 40px;
}

@media screen and (min-width: 1026px) {
  .cp__selection-header-container {
    margin-bottom: 40px;
  }
}

.cp__selection-header-container::after {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
} */

.cp__selection-header-container .epb-select-wrapper {
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
}

@media screen and (min-width: 1026px) {
  .cp__selection-header-container .epb-select-wrapper {
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
  }

  .cp__selection-header-container .epb-select-wrapper select {
    max-width: 420px;
    margin-bottom: 0;
  }
}

/* ====================
    Account Details - Section Tabs
    ==================== */

.cp__account-additional-info .cp__account-tabs-wrapper {
  width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cp__account-additional-info .cp__account-tabs-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.cp__account-additional-info .cp__account-tabs-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cp__account-additional-info .cp__account-tabs-container {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 1026px) {
  .cp__account-additional-info .cp__account-tabs-container {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}

.cp__account-additional-info .cp__account-tabs-wrapper::before,
.cp__account-additional-info .cp__account-tabs-wrapper::after {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  pointer-events: none;
  z-index: 10;
}

.cp__account-additional-info .cp__account-tabs-wrapper::after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .cp__account-additional-info .cp__account-tabs-wrapper::before,
  .cp__account-additional-info .cp__account-tabs-wrapper::after {
    display: none;
  }
}

.cp__account-additional-info .cp__section-button-wrapper {
  width: 100%;
  position: relative;
}

.cp__account-additional-info .cp__section-button .cp__section-button-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 1026px) {
  .cp__account-additional-info
    .cp__section-button-wrapper:nth-child(2)
    .cp__section-button-content::before,
  .cp__account-additional-info
    .cp__section-button-wrapper:nth-child(2)
    .cp__section-button-content::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(200, 200, 200, 1);
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    outline: none;
  }

  .cp__account-additional-info
    .cp__section-button-wrapper:nth-child(2)
    .cp__section-button-content::after {
    left: auto;
    right: -20px;
  }
}

.cp__account-additional-info .cp__section-button {
  transition: border-color 0.5s ease;
  min-width: 200px;
}

.cp__account-additional-info .cp__section-button svg {
  display: none;
}

@media screen and (min-width: 1026px) {
  .cp__account-additional-info .cp__section-button svg {
    display: block;
  }
}

.cp__account-additional-info .cp__section-button .cp__section-title {
  font-family: "FuturaNext-Medium", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.5rem;
}

@media screen and (min-width: 1026px) {
  .cp__account-additional-info .cp__section-button .cp__section-title {
    color: #0d123d;
  }
}

.cp__account-additional-info .cp__section-button.active {
  border-bottom-color: #8ad74a;
}

.cp__account-additional-info .cp__section-button:hover {
  border-bottom-color: #8ad74a;
}

.cp__account-additional-info .cp__section-button.active .cp__section-title {
  color: #0071ba;
}

/* ========================
Consumption History Classes
==========================*/

.cp__history-content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Usage Stats Section */

.cp__energy-usage__tab-container {
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 36px;
}

.cp__energy-usage__tab {
  font-family: "FuturaNext-Book", sans-serif;
  margin-right: 56px;
  padding-bottom: 4px;
  cursor: pointer;
  position: relative;
}

.cp__energy-usage__tab.cp__active {
  font-family: "FuturaNext-Medium", sans-serif;
}

.cp__energy-usage__tab::after {
  opacity: 0;
  content: "";
  display: block;
  height: 0.188rem;
  position: absolute;
  width: 100%;
  bottom: -3px;
  left: 0;
  background: #8ad74a;
  transition: opacity 0.3s ease;
}

.cp__energy-usage__tab.cp__active::after {
  opacity: 1;
}

.cp__energy-usage__stats-container {
  display: flex;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #868686;
}

@media screen and (min-width: 1026px) {
  .cp__energy-usage__stats-container {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.cp__energy-usage__stat {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: 0px 32px;
  text-align: center;
}

.cp__energy-usage__stat-export {
  display: none;
}

@media screen and (min-width: 1026px) {
  .cp__energy-usage__stat-export {
    display: flex;
  }
}

.cp__energy-usage__stat:not(:first-child) {
  border-left: 1px solid #ccc;
}

.cp__energy-usage__stat-title {
  letter-spacing: 0.2px;
  color: #404040;
  margin-bottom: 16px;
}

.cp__energy-usage__stat-value-wrapper {
  display: flex;
  justify-content: center;
}

.cp__energy-usage__stat-value {
  color: #0392cf;
  font-family: "FuturaNext-Medium", sans-serif;
  font-size: 30px;
}

.cp__energy-usage__arrow-icon {
  display: flex;
  align-items: center;
  margin-left: 8px;
  margin-top: -6px;
}

.cp__energy-usage__arrow-icon svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.cp__energy-usage__stat-value-wrapper.cp__no-data
  .cp__energy-usage__arrow-icon {
  display: none;
}

.cp__energy-usage__stat-value-wrapper.cp__decrease
  .cp__energy-usage__arrow-icon
  svg {
  transform: rotate(0);
}

.cp__energy-usage__stat-label {
  color: #707070;
}

.cp__energy-usage__export-icon {
  margin-bottom: 8px;
}

.cp__energy-usage__export-link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.cp__energy-usage__export-link {
  font-family: "FuturaNext-Book", sans-serif;
}

/* Energy Usage Chart section */

.cp__energy-usage-chart__wrapper {
  padding-bottom: 40px;
}

.cp__energy-usage-chart__header {
}

.cp__energy-usage-chart__container {
}

.cp__energy-usage-chart {
}

.cp__energy-usage-chart__header-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media screen and (min-width: 1026px) {
  .cp__energy-usage-chart__header-container {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 32px;
  }
}

.cp__energy-usage-chart__date-container {
  display: flex;
}

.cp__energy-usage-chart__date-label {
  padding-right: 16px;
}

.cp__energy-usage-chart__date-icon {
}

.cp__energy-usage-chart__calendar {
  position: absolute;
  left: 336px;
}

.cp__energy-usage-chart_dropdown {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 1026px) {
  .cp__energy-usage-chart_dropdown {
    margin-bottom: 0;
  }
}

.cp__date-select-wrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 1;
}

.cp__date-select-wrapper select {
  width: 100%;
  border: none;
  border-radius: 0;
  height: 50px;
  padding: 10px 40px 10px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1026px) {
  .cp__date-select-wrapper select {
    min-width: 350px;
  }
}
@media screen and (min-width: 1026px) {
  .cp__month-select-wrapper select,
  .cp__year-select-wrapper select {
    min-width: unset;
  }
}

.cp__date-select-wrapper::after {
  content: "";
  display: block;
  background-color: #fff;
  background-image: url(http://dev.level2d.com/epb/images/common/arrow-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 12px;
  top: 50%;
  right: 2px;
  height: calc(100% - 2px);
  transform: translateY(-50%);
  width: 40px;
  position: absolute;
  pointer-events: none;
}

.cp__energy-usage-chart__toggle {
  display: flex;
}

.cp__energy-usage-chart__toggle__button-container {
  width: 120px;
  height: 36px;
  display: flex;
  background-color: #ccc;
  border-radius: 50px;
}

.cp__energy-usage-chart__toggle__button-container__labels {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #868686;
}

.cp__energy-usage-chart__toggle__button-container__kwh-label,
.cp__energy-usage-chart__toggle__button-container__dollar-label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.cp__energy-usage-chart__toggle__button-slider {
  position: absolute;
  left: auto;
  width: 64px;
  height: 36px;
  display: flex;
  align-items: center;
  background-color: #ffcc5b;
  border-radius: 50px;
  transition: all linear 0.2s;
}

.cp__energy-usage-chart__toggle__button-slider.cp__active {
  transform: translateX(56px);
  transition: all linear 0.2s;
}

.cp__energy-usage-chart__toggle__button-slider__kwh-label,
.cp__energy-usage-chart__toggle__button-slider__dollar-label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.cp__chart,
.cp__energy-usage-chart-canvas-container {
  width: 100%;
  /* min-height: 250px; */
}

@media screen and (min-width: 1026px) {
  .cp__chart,
  .cp__energy-usage-chart-canvas-container {
    /* min-height: 500px; */
  }
}

.cp__energy-usage-chart__y-label-container {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 1026px) {
  .cp__energy-usage-chart__y-label-container {
    bottom: 16px;
  }
}

.cp__energy-usage-chart__x-label {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .cp__energy-usage-chart__x-label {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.cp__energy-usage-chart-canvas {
}

.cp__energy-usage-chart__legend-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .cp__energy-usage-chart__legend-container {
    justify-content: flex-start;
  }
}

.cp__energy-usage-chart__legend-item {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .cp__energy-usage-chart__legend-item {
    width: auto;
    margin-right: 16px;
  }
}

.cp__energy-usage-chart__legend-square {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

/* Consumption History Table Section */

.cp__consumption-history-table__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}

.cp__consumption-history-table__description {
  margin-bottom: 30px;
}

@media screen and (min-width: 1026px) {
  .cp__consumption-history-table__description {
    margin-bottom: 48px;
  }
}

.cp__consumption-history-table__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cp__consumption-history-table {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media screen and (min-width: 1026px) {
  .cp__consumption-history-table {
    width: 100%;
  }
}

.cp__consumption-history-table__column-header-container,
.cp__consumption-history-table__mobile-column-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1.5px solid #0392cf;
  padding-bottom: 32px;
}

.cp__consumption-history-table__mobile-column-header {
  justify-content: center;
}

.cp__consumption-history-table__column-header {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.cp__consumption-history-table__column-header:first-of-type {
  padding-left: 0;
  text-align: center;
}

.cp__consumption-history-table__column-header:not(:first-child) {
  text-align: center;
  display: none;
}

@media screen and (min-width: 1026px) {
  .cp__consumption-history-table__column-header:not(:first-child) {
    display: block;
  }

  .cp__consumption-history-table__column-header:not(:first-child).cp__hide {
    display: none;
  }
}

.cp__consumption-history-table__column-header-icon {
  display: none;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
}

@media screen and (min-width: 1026px) {
  .cp__consumption-history-table__column-header-icon {
    display: flex;
  }
}

.cp__consumption-history-table__column-header .cp__icon-clock,
.cp__consumption-history-table__column-header .cp__icon-calendar {
  display: none;
}

.cp__consumption-history-table__column-header.cp__duration-days
  .cp__icon-calendar {
  display: block;
}

.cp__consumption-history-table__column-header.cp__duration-minutes
  .cp__icon-clock {
  display: block;
}

.cp__consumption-history-table__column-header-title {
}

.cp__consumption-history-table__rows-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cp__consumption-history-table__row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e7e7e7;
}

@media screen and (min-width: 1026px) {
  .cp__consumption-history-table__row {
    justify-content: space-between;
  }

  .cp__consumption-history-table__row:last-of-type {
    border-bottom: none;
  }
}

.cp__consumption-history-table__col {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  display: none;
}

@media screen and (min-width: 1026px) {
  .cp__consumption-history-table__col {
    display: block;
  }
}

.cp__consumption-history-table__col-date {
  display: block;
  width: 100%;
  padding-left: 0;
  text-align: left;
}

.cp__consumption-history-table__carousel__wrapper {
  width: 50%;
}

.cp__consumption-history-table__carousel {
  margin: 0;
}

.cp__consumption-history-table__carousel-slide {
  padding: 0;
}

.cp__consumption-history-table__export {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 1026px) {
  .cp__consumption-history-table__export {
    display: none;
  }
}

.cp__consumption-history-table__export .cp__energy-usage__export-icon {
  margin-right: 8px;
}

.cp__consumption-history-table__export .cp__energy-usage__export-icon svg {
  max-width: 24px;
}

.cp__consumption-history-table__carousel__container .cp__carousel-slide {
  padding: 0;
}

/* ====================================
    Billing and Payment Preferences Classes
    ====================================== */
.cp__preferences-content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cp__payment-preferences__wrapper {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1026px) {
  .cp__payment-preferences__wrapper {
    flex-direction: row;
  }
}

.cp__payment-preferences__current-plan-container {
  width: 100%;
}

.cp__payment-preferences__current-plan-header {
  margin-bottom: 16px;
}

.cp__payment-preferences__current-plan-status {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.cp__payment-preferences__current-plan-status span {
  color: #707070;
}

.cp__payment-preferences__current-plan-title {
}

.cp__payment-preferences__current-plan-link {
}

.cp__payment-preferences__change-plan-container {
  width: 100%;
}

.cp__payment-preferences__change-plan-header {
}

.cp__payment-preferences__change-plan-title {
}

.cp__payment-preferences__change-plan-enroll-link {
}

.cp__payment-preferences__change-plan-schedule-link {
}

.cp__billing-preferences__wrapper {
}

.cp__billing-preferences__paperless-billing-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #e4f2d9;
}

@media screen and (min-width: 1026px) {
  .cp__billing-preferences__paperless-billing-card {
    flex-direction: row;
  }
}

.cp__billing-preferences__paperless-billing-card__header-container {
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (min-width: 1026px) {
  .cp__billing-preferences__paperless-billing-card__header-container {
    display: block;
  }
}

.cp__billing-preferences__paperless-billing-card-icon {
  padding-right: 16px;
}

@media screen and (min-width: 1026px) {
  .cp__billing-preferences__paperless-billing-card-icon {
    padding-right: 0;
    margin-bottom: 16px;
  }
}

.cp__billing-preferences__paperless-billing-card-title {
  line-height: 30px;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (min-width: 1026px) {
  .cp__billing-preferences__paperless-billing-card-title {
    max-width: 150px;
  }
}

.cp__billing-preferences__paperless-billing-card__body-container {
}

.cp__billing-preferences__paperless-billing-card-description {
}

.cp__billing-preferences__paperless-billing-card-link {
}

.cp__billing-preferences__current-communication-plan {
}

.cp__billing-preferences__current-communication-plan__header {
}

.cp__billing-preferences__current-communication-plan__status-container {
  display: flex;
  align-items: center;
}

.cp__billing-preferences__current-communication-plan__icon {
}

.cp__billing-preferences__current-communication-plan__title {
  color: #707070;
}

/* ====================================
    Quick Links Classes
    ====================================== */
.cp__quick-links-wrapper {
}

.cp__quick-links-card-container {
  display: flex;
  width: 100%;
}

@media screen and (min-width: 1026px) {
  .cp__quick-links-card-container {
    display: flex;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
}

.cp__quick-links-card,
.cp__quick-links-card-mobile {
  display: none;
  width: 100%;
  background: #f9f9f9;
  padding: 32px;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  color: #0d123d;
  text-decoration: none;
  cursor: pointer;
}

.cp__quick-links-card-mobile {
  display: flex;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.cp__quick-links-card:hover,
.cp__quick-links-card-mobile:hover {
  color: #0d123d;
  text-decoration: none;
}

.cp__quick-links-card::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.cp__quick-links-card:hover::after {
  background-color: #ffcc5c;
}

@media screen and (min-width: 1026px) {
  .cp__quick-links-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.cp__quick-links-card__icon {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  pointer-events: none;
}

.cp__quick-links-card__title {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "FuturaNext-Book";
  text-align: left;
  pointer-events: none;
}

.cp__quick-links-card__body {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.75rem;
  text-align: left;
  color: #404040;
  pointer-events: none;
}

.cp__quick-links-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.cp__quick-links-card:hover .cp__quick-links-card__arrow {
  background-color: #ffcc5c;
}

/* ====================
    Features Grid
    ==================== */

.cp__grid-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex: 1 1 100%;
  flex-wrap: wrap;
}

@media screen and (min-width: 1026px) {
  .cp__grid-row {
    flex-wrap: nowrap;
  }
}

.cp__grid-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 1026px) {
  .cp__grid-col:first-child {
    width: 56%;
    padding-right: 14px;
  }

  .cp__grid-col:last-child {
    width: 44%;
    padding-left: 14px;
  }
}

.cp__card-container {
  width: 100%;
  height: 100%;
  min-height: 100px;
  margin-bottom: 32px;
  padding: 32px;
  background-color: #fff;
  color: #404040;
  border: 1px solid #ccc;
}

.cp__card-link {
  font-family: "FuturaNext-Book";
  cursor: pointer;
  transition: color 0.3s ease;
}

.cp__card-container-dark {
  background-color: #404040;
  color: #fff;
  border: none;
}

.cp__card-container-dark .cp__card-link,
.cp__card-container-dark a {
  color: #fff;
}

.cp__card-container-blue {
  background-color: #0071ba;
  color: #fff;
}

.cp__card-container-blue a,
.cp__card-container-blue a:hover {
  color: #fff;
}

/* ====================
    Features Grid - Cards - Generic
    ==================== */

.cp__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.cp__card-header-container,
.cp__card-elements,
.cp__card-link-container {
  width: 100%;
}

.cp__card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
}

.cp__card-header-label {
  letter-spacing: 2px;
  font-size: 14px;
  padding-bottom: 12px;
  position: relative;
}

.cp__card-header-label::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #8ad74a;
}

.cp__card-header-link {
  color: #0392cf;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}

.cp__card-description {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.cp__card-link-container {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-top: 24px;
}

.cp__card-container.cp__card-4-container .cp__card-link-container,
.cp__card-container.cp__card-5-container .cp__card-link-container {
  border-top: none;
  padding-top: 0;
}

.cp__card-container-blue .cp__card-link-container {
  border-top: 1px solid #fff;
}

.cp__card-link-description {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.cp__card-note {
  display: flex;
  align-items: center;
}

/* ====================
    Features Grid - Cards - Tips
    ==================== */

.cp__tips__grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.cp__tips__grid::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #ccc;
  left: calc(50% - 1px);
  top: 0;
  transform: translateX(-50%);
}

.cp__tips__grid::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  border-top: 1px dashed #ccc;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
}

.cp__tips__grid__item {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 18px;
}

.cp__tips__grid__item-title {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8ad74a;
}

.cp__tips__grid__item-temp {
  font-size: 20px;
  position: relative;
}

.cp__tips__grid__item-temp::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: -8px;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  border: 1.5px solid #fff;
}

.cp__tips__info {
  color: #fff;
  font-size: 16px;
  margin-top: 24px;
}

/* ====================
    Energy Dashboard Classes
    ==================== */

.cp__graph-container .subheading,
.cp__graph-container .cp__current-cycle-total,
.cp__graph-container .cp__previous-cycle-total {
  color: #0d123d;
}

.cp__graph-header-container {
  display: flex;
  flex-direction: column;
}

.cp__graph-header-items-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cp__graph-header-item {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.cp__graph-header-item:nth-child(2) {
  justify-content: flex-end;
}

.cp__graph-legend-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cp__graph-legend-item {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cp__legend-square {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.cp__estimated-cost {
  font-size: 20px;
  line-height: 30px;
}

.cp__current-cycle {
  font-family: "LL Circular Bold Web", sans-serif;
}

.cp__current-cycle span {
  font-family: "LL Circular Book Web", sans-serif;
}

.cp__current-cycle-icon {
  cursor: pointer;
}

.cp__current-cycle-icon svg path {
  fill: #0d123d;
  transition: fill 0.3s ease;
}

.cp__current-cycle-icon:hover svg path {
  fill: #0392cf;
}

.cp__graph {
  width: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ====================
    Customer Portal - Modal
    ==================== */

/* Account Settings - Modal - Main Overlay and wrapper */
.cp__modal_overlay {
  display: flex;
  align-items: flex-start;
  padding-top: 90px;
  pointer-events: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);

  justify-content: center;
  align-items: center;

  z-index: 10;
}

@media screen and (min-width: 1026px) {
  .cp__modal_overlay {
    align-items: center;
    padding-top: 0;
  }
}

.cp__modal__bill-estimate,
.cp__modal {
  display: flex;
}

/* Customer Portal - Modal - Wrapper */
.cp__modal {
  position: relative;
  width: 100%;
  max-width: 720px;
  max-height: calc(100vh - 106px);

  justify-content: flex-start;
  align-items: center;
  flex-direction: column;

  background-color: white;

  padding: 32px;
  margin-right: 16px;
  margin-left: 16px;

  overflow-y: auto;
}

@media screen and (min-width: 1026px) {
  .cp__modal {
    justify-content: center;
    padding: 64px;
  }
}

/* Customer Portal - Modal - Close Button */

.cp__modal__close-button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

/* Customer Portal - Modal - Content */

.cp__modal__content {
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

/* ====================================
    Prepay Usage and Summary
    ====================================== */

.cp__prepay-usage__card-container.cp__card-container {
  background-color: #f9f9f9;
}

@media screen and (min-width: 1026px) {
  .cp__prepay-usage__card-container.cp__card-container {
    background-color: #fff;
  }
}

/* below large */
@media screen and (max-width: 1025px) {
  .cp__prepay-usage__secondary-header {
    color: #0d123d;
  }

  .cp__prepay-usage__secondary-header .cp__card-header-label::after {
    display: none;
  }
}

/* traffic-light */
.cp__prepay-usage__odometer-container[data-color="false"] {
  display: none;
}

.cp__prepay-usage__odometer-container .odometer__arrow {
  transform-origin: bottom;
}

.cp__prepay-usage__odometer-container[data-color="red"] .odometer__arrow,
.cp__prepay-usage__odometer-container[data-color="RED"] .odometer__arrow {
  transform: rotateZ(-60deg);
}

.cp__prepay-usage__odometer-container[data-color="yellow"] .odometer__arrow,
.cp__prepay-usage__odometer-container[data-color="YELLOW"] .odometer__arrow {
  transform: rotateZ(0);
}

.cp__prepay-usage__odometer-container[data-color="green"] .odometer__arrow,
.cp__prepay-usage__odometer-container[data-color="GREEN"] .odometer__arrow {
  transform: rotateZ(60deg);
}

/* info */
.cp__prepay-usage__notes-info {
  font-family: "LL Circular Bold Web", sans-serif;
}

.cp__prepay-usage__notes-traffic-light {
}

/* legends */

@media screen and (min-width: 1026px) {
  .cp__prepay-usage__legends {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.cp__prepay-usage__legend {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1026px) {
  .cp__prepay-usage__legend {
    width: 33.33%;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.cp__prepay-usage__legend-color {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  flex-shrink: 0;
}

.cp__prepay-usage__legend-color__red {
  background-color: #e10101;
}

.cp__prepay-usage__legend-color__yellow {
  background-color: #ffcc5b;
}

.cp__prepay-usage__legend-color__green {
  background-color: #7ac043;
}

.cp__prepay-usage__legend-labels {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.cp__prepay-usage__legend-title {
  font-size: 12px;
  line-height: 16px;
  color: #404040;
}

/* Summary Table */
.cp__prepay-summary__table-header {
  display: none;
}

@media screen and (min-width: 1026px) {
  .cp__prepay-summary__table-header {
    display: block;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1.5px solid #0071be;
  }

  .cp__prepay-summary__table-header .cp__prepay-summary__table-icon {
    display: flex;
    justify-content: center;
  }
}

.cp__prepay-summary__table-row {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1026px) {
  .cp__prepay-summary__table-row {
    flex-direction: row;
  }
}

.cp__prepay-summary__table-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1026px) {
  .cp__prepay-summary__table-col {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.cp__prepay-summary__table__value {
  text-align: right;
}

@media screen and (min-width: 1026px) {
  .cp__prepay-summary__table__value {
    text-align: center;
  }
}

.cp__prepay-summary__table-col__description {
  display: none;
}

@media screen and (min-width: 1026px) {
  .cp__prepay-summary__table-col__description {
    display: block;
  }
}

.cp__prepay-summary__table-mobile-label {
  font-family: "LL Circular Bold Web", sans-serif;
}

@media screen and (min-width: 1026px) {
  .cp__prepay-summary__table-mobile-label {
    display: none;
  }
}

.cp__prepay-summary__table-col__date {
  color: #0071be;
  font-family: "LL Circular Bold Web", sans-serif;
}


@media screen and (min-width: 1026px) {
  .cp__prepay-summary__table-col__date {
    color: #404040;
  }
}

.cp__prepay-summary__table-body .cp__prepay-summary__table-row {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.cp__modal__prepay-def__trigger {
  color: #0392cf;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}

.cp__modal__prepay-def__trigger:hover {
  color: #0071ba;
}

/* ====================
    Generic Styles
    ==================== */
.btn-cta {
  cursor: pointer;
}

.cp__hide {
  display: none !important;
  pointer-events: none;
}

/* Generic select stylewrapper */

.epb-select-wrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 1;
}

.epb-select-wrapper select {
  width: 100%;
  border: none;
  border-radius: 0;
  height: 50px;
  padding: 10px 40px 10px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1026px) {
  .epb-select-wrapper select {
    min-width: 350px;
  }
}

.epb-select-wrapper::after {
  content: "";
  display: block;
  background-color: #fff;
  background-image: url(http://dev.level2d.com/epb/images/common/arrow-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 12px;
  top: 50%;
  right: 2px;
  height: calc(100% - 2px);
  transform: translateY(-50%);
  width: 40px;
  position: absolute;
  pointer-events: none;
}
