.ts-content {
  box-sizing: border-box;
  padding: 10%;
  text-align: center;
}
.ts-content li {
  text-align: left;
}
.ts-content.ts-content-narrow {
  padding-left: calc(15% + 120px);
  padding-right: calc(15% + 120px);
}
@media (min-width: 900px) {
  .ts-content {
    padding: 60px 10%;
  }
}

.ts-grid-row {
  display: flex;
  flex-direction: column;
}
.ts-grid-row .ts-grid-column.ts-grid-column-img {
  aspect-ratio: 1.3490909091;
  position: relative;
  order: 0;
}
.ts-grid-row .ts-grid-column.ts-grid-column-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.ts-grid-row .ts-grid-column .ts-grid-column-copy {
  order: 1;
  padding: 7vh 20px;
  box-sizing: border-box;
  text-align: center;
}
.ts-grid-row .ts-grid-column .ts-grid-column-copy .button-container {
  margin-top: 52px;
}
@media (min-width: 600px) {
  .ts-grid-row {
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
  }
  .ts-grid-row.ts-grid-row-reverse .ts-grid-column.ts-grid-column-img {
    order: 1;
  }
  .ts-grid-row.ts-grid-row-reverse .ts-grid-column.ts-grid-column-copy {
    order: 0;
  }
  .ts-grid-row .ts-grid-column {
    flex: 0 0 50%;
    order: initial;
  }
  .ts-grid-row .ts-grid-column.ts-grid-column-img {
    aspect-ratio: 1.6428571429;
  }
  .ts-grid-row .ts-grid-column img.ts-image-truck {
    -o-object-position: 60% center;
       object-position: 60% center;
  }
  .ts-grid-row .ts-grid-column .ts-grid-column-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 7vh 10%;
  }
  .ts-grid-row .ts-grid-column .ts-grid-column-copy .button-container {
    margin-top: 32px;
  }
}
@media (min-width: 900px) {
  .ts-grid-row .ts-grid-column img.ts-image-truck {
    -o-object-position: 40% center;
       object-position: 40% center;
  }
}
@media (min-width: 1270px) {
  .ts-grid-row .ts-grid-column {
    display: flex;
    align-items: center;
  }
}

.ts-hero {
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ts-hero img.hero-image {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.ts-hero .hero-content {
  position: relative;
  z-index: 1;
  color: white;
  line-height: 1;
  text-align: center;
  padding: 10%;
}
.ts-hero .hero-content * {
  color: white;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 900px) {
  .ts-hero {
    aspect-ratio: 2300/750;
  }
  .ts-hero .hero-content * {
    color: white;
    line-height: 1.4;
    margin: 0;
  }
}

.ts-stats-container {
  text-align: center;
}
.ts-stats-container .stats .stat {
  padding: 1%;
  max-width: 250px;
  margin: 0 auto 20px;
}
.ts-stats-container .stats .stat .stat-counter {
  position: relative;
  display: inline-block;
  font-family: "Aleo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: lighter;
}
.ts-stats-container .stats .stat .stat-counter stat-value {
  display: inline-block;
  text-align: right;
}
.ts-stats-container .stats .stat .stat-counter .stat-unit {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(2px, -50%);
}
.ts-stats-container .stats .stat .stat-counter .stat-unit.stat-unit-before {
  left: auto;
  right: 100%;
  transform: translate(-2px, -50%);
}
.ts-stats-container .stats .stat.stat-inline .stat-unit {
  position: initial;
  display: inline;
}
@media (min-width: 900px) {
  .ts-stats-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    aspect-ratio: 2300/750;
  }
  .ts-stats-container .stats {
    display: flex;
    width: 80%;
  }
  .ts-stats-container .stats .stat {
    padding: 20px;
    /* max-width: 400px; */
    margin: 0 auto 20px;
    flex: 0 0 33%;
    box-sizing: border-box;
    max-width: none;
  }
}

.ts-video-columns .ts-video-column .ts-video-column-content {
  padding: 7vh 10%;
  text-align: center;
}
.ts-video-columns .ts-video-column.ts-video-column-video {
  position: relative;
  aspect-ratio: 16/9;
}
.ts-video-columns .ts-video-column.ts-video-column-video img.video-thumb {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ts-video-columns .ts-video-column.ts-video-column-video a {
  position: absolute;
  height: 100%;
  width: 100%;
}
.ts-video-columns .ts-video-column.ts-video-column-video a::after {
  content: "";
  background-image: url(https://tristate.coop/sites/default/files/images/esg/play-video-thumbnail-cover.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media (min-width: 900px) {
  .ts-video-columns {
    display: flex;
  }
  .ts-video-columns .ts-video-column {
    display: flex;
    flex: 0 0 50%;
  }
  .ts-video-columns .ts-video-column.ts-video-column-video {
    order: 1;
  }
  .ts-video-columns .ts-video-column .ts-video-column-content {
    text-align: left;
  }
}
@media (min-width: 1270px) {
  .ts-video-columns {
    max-width: 1200px;
    margin: 0 auto;
  }
  .ts-video-columns .ts-video-column .ts-video-column-content {
    padding: 10% 15%;
  }
}

.ts-background-gray {
  background-color: #dddcd8;
  color: #000;
}
.ts-background-gray * {
  color: inherit;
}

.ts-background-green {
  background-color: #9CB03B;
  color: #fff !important;
}
.ts-background-green * {
  color: inherit !important;
}

.ts-background-gray-light {
  background-color: #ebeae8;
  color: black;
}
.ts-background-gray-light * {
  color: inherit !important;
}

.ts-background-blue {
  background-color: #004a76;
  color: white;
}
.ts-background-blue * {
  color: inherit !important;
}

.ts-heading-1 {
  font-size: clamp(1rem, 1rem + 3vw, 45px);
  font-weight: 600;
}

.ts-heading-2,
.ts-heading-3 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 40px 0;
  color: black;
}

#main a.button {
  border: 2px solid;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 400;
  margin: 0 auto;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
}
#main a.button.button-transparent {
  background-color: transparent;
  color: inherit !important;
}
#main a.button.button-transparent:hover {
  background-color: transparent;
}
#main a.button.button-green {
  background-color: #9CB03B;
  color: white;
}
#main a.button.button-green:hover {
  background-color: #9CB03B;
}

.ts-hero-aspect {
  aspect-ratio: 2300/750;
}

.ts-valign-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ts-text-center {
  text-align: center;
}

.ts-background-connections {
  position: relative;
  padding-left: 15%;
  padding-right: 15%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ts-background-connections::before, .ts-background-connections::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 14%;
  max-width: 200px;
  background-repeat: repeat-y;
  top: 0;
}
.ts-background-connections::before {
  background-image: url("https://tristate.coop/sites/default/files/images/electrify-and-save/2023/left-electric-white.svg");
  background-position: top left;
  left: 0;
}
.ts-background-connections::after {
  background-image: url("https://tristate.coop/sites/default/files/images/electrify-and-save/2023/right-electric-white.svg");
  background-position: top right;
  right: 0;
}
.ts-background-connections .connections-content {
  padding: 57px 20px;
  box-sizing: border-box;
}
.ts-background-connections.ts-background-connections-grey {
  padding-left: 0;
  padding-right: 0;
}
.ts-background-connections.ts-background-connections-grey::before, .ts-background-connections.ts-background-connections-grey::after {
  opacity: 0;
}
@media (min-width: 600px) {
  .ts-background-connections::before, .ts-background-connections::after {
    background-size: 100% auto;
  }
  .ts-background-connections.ts-background-connections-grey {
    background-color: #dddcd8;
    padding-left: 15%;
    padding-right: 15%;
  }
  .ts-background-connections.ts-background-connections-grey::before, .ts-background-connections.ts-background-connections-grey::after {
    opacity: 0.6;
  }
  .ts-background-connections.ts-background-connections-grey::before {
    background-image: url("https://tristate.coop/sites/default/files/images/electrify-and-save/2023/left-electric-grey.svg");
  }
  .ts-background-connections.ts-background-connections-grey::after {
    background-image: url("https://tristate.coop/sites/default/files/images/electrify-and-save/2023/right-electric-grey.svg");
  }
  .ts-background-connections .connections-content {
    padding: 7vh 41px;
  }
}
@media (min-width: 900px) {
  .ts-background-connections .connections-content {
    padding: 7vh 120px;
  }
}

.ts-icon-boxes {
  margin-bottom: 20px;
}
.ts-icon-boxes .ts-icon-box {
  padding: 20px 40px;
  max-width: 350px;
  margin: 0 auto;
}
.ts-icon-boxes .ts-icon-box > img {
  height: 100px;
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .ts-icon-boxes {
    display: flex;
  }
  .ts-icon-boxes .ts-icon-box {
    width: 33%;
    padding-bottom: 0;
  }
}

.button-row {
  margin: 52px auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.button-row:last-child {
  margin-bottom: 0;
}
.button-row a.button {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.button-row a.button:last-of-type {
  margin-bottom: auto;
}
@media (min-width: 600px) {
  .button-row {
    margin: 4vh auto;
    flex-direction: row;
  }
  .button-row a.button {
    margin: 10px;
  }
}
@media (min-width: 900px) {
  .button-row {
    margin: 7vh auto;
  }
}

.list-2-col {
  -moz-columns: 200px 2;
       columns: 200px 2;
  padding: 0;
}

.list-special-icon {
  list-style-type: none;
}
.list-special-icon li {
  padding-left: 15px;
  position: relative;
}
.list-special-icon li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.list-special-icon.list-icon-plus li:before {
  content: "+";
  width: 15px;
}

ol.ts-list li,
ul.ts-list li {
  margin-bottom: 10px;
}

.ts-logo-grid {
  margin: 52px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.ts-logo-grid img {
  max-width: 100px;
  max-height: 55px;
  display: block;
  height: auto;
  width: auto;
  margin: 10px 20px;
}
@media (min-width: 600px) {
  .ts-logo-grid img {
    max-width: 150px;
    max-height: 70px;
  }
}
@media (min-width: 900px) {
  .ts-logo-grid img {
    max-width: 200px;
    max-height: 90px;
  }
}

.ts-disclaimer {
  padding: 5%;
  box-sizing: border-box;
  font-size: 70%;
  text-align: justify;
  max-width: 1200px;
  margin: 0 auto;
}

.orphans {
  display: inline-block;
}

.esm-connections-content {
  text-align: center;
}

.esm-grid-column-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.esm-grid-column-img .esm-image-caption {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: white;
  z-index: 2;
  bottom: 10%;
  padding: 0 10%;
  box-sizing: border-box;
  line-height: 1;
  font-family: "Aleo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 600px) {
  .esm-grid-column-img .esm-image-caption {
    padding: 0 5%;
  }
}
@media (min-width: 900px) {
  .esm-grid-column-img .esm-image-caption {
    padding: 0 clamp(40px, 7vw, 120px);
  }
}

.ts-slider.ts-slider-esm {
  padding-bottom: 0;
  height: initial;
}
.ts-slider.ts-slider-esm .ts-slide {
  aspect-ratio: 16/9;
}
@media (min-width: 1270px) {
  .ts-slider.ts-slider-esm .swiper-pagination {
    display: none;
  }
}

.video-modal {
  display: none;
}

.featherlight-content .video-modal {
  max-width: 800px;
}
.featherlight-content .video-modal video {
  height: 100%;
  width: 100%;
}

.block--member-es-contractor-list {
  max-width: 350px;
  margin: 0 auto;
  transform: translateX(-25px);
}