/* #region default1 */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
  }
  /*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  /*
   * A better looking default horizontal rule
   */
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  /*
   * Remove default fieldset styles.
   */
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  /*
   * Allow only vertical resizing of textareas.
   */
  textarea {
    resize: vertical;
  }
  /* #endregion default1 */


  /* ==========================================================================
     Author's custom styles
     ========================================================================== */
  
  /* #region past */
  body, html {
      overflow-x: hidden;
  }
  p, a, ul, li, h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
  }
  .wrapper {
    width: 94%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
  }
  img {
    width: 100%;
  }
  /*----*/
  header {
    background: rgb(51,50,50);
    background: linear-gradient(180deg, rgba(51,50,50,1) 0%, rgba(41,40,40,1) 70%, rgba(24,22,22,1) 100%);
    padding: 1vw 0;
    border-bottom: 0.6vw solid #ffd601;
    box-shadow: 0 2px 15px 3px #00000091;
    position: relative;
    z-index: 4;
  }
  header .wrapper {
    justify-content: space-between;
  }
  h1.logo {
    width: 10.8vw;
  }
  .main-menu ul {
    display: flex;
  }
  li.menu-item {
    margin: 0 0.8vw;
    position: relative;
  }
  .menu-item a {
    color: #fff;
    font-size: 1vw;
    font-weight: 200;
    display: block;
    padding: 0.3vw 0vw 0.3vw 1.1vw;
    text-align: center;
  }
  .active a, .menu-item a:hover {
    background: url(../img/lightning.png) left center no-repeat;
    background-size: 1.1vw;
  }
  .contact-header a {
    display: block;
    color: #fff;
  }
  a.phone-header {
    font-weight: 700;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
  }
  a.mail-header {
    font-size: 0.78vw;
    margin: -0.3vw 0 0 0;
  }
  .mobile-btn {
    display: none;  
  }
  /*---*/
  .discount {
    position: absolute;
    top: 6vw;
    left: 0;
    text-align: center;
    background: #001753;
    width: 100%;
    padding: 0.6vw 0;
    z-index: 2;
    box-shadow: 0 6px 8px #00000075;
  }
  .discount p {
    font-size: 1.3vw;
    color: #ffffff;
    font-weight: 500;
    background: url(../img/lightning-circle.png), url(../img/lightning-circle.png);
    background-position: center left, center right;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    display: inline;
    padding: 0 2vw;
  }
  .van {
    position: relative;
    left: -3vw;
    width: 55.1vw;
  }
  .hero {
    background: #d6dee0;
    padding: 0.5vw 0;
    -moz-box-shadow: inset 0 -46px 18px -23px #b4c0c2;
    -webkit-box-shadow: inset 0 -46px 18px -23px #b4c0c2;
    box-shadow: inset 0 -46px 18px -23px #b4c0c2;
  }
  .hero-text {
    text-align: center;
    margin: -3.7vw 0 0 3.3vw;
  }
  img.big-logo {
    width: 16.5vw;
    margin: 0 0 1.5vw 0;
  }
  .hero-text h1 {
    color: #1fb8b8;
    font-weight: 800;
    font-size: 2.1vw;
  }
  .hero-text h2 {
    font-weight: 900;
    font-size: 3vw;
    color: #1fb8b8;
    margin-top: -1vw;
  }
  .hero-text h4 {
    font-weight: 900;
    font-size: 1.2vw;
    color: #1f191a;
    border-bottom: 0.05vw solid;
    display: inline-block;
    padding: 0 2.5vw;
    margin-bottom: 1.7vw;
  }
  .hero-text h3 {
    font-weight: 400;
    font-size: 1.3vw;
  }
  .hero-text h5 {
    font-size: 1.3vw;
  }
  .hero-text h5 span {
    text-decoration: underline;
  }
  a.learn-more {
    display: block;
    width: 13.3vw;
    margin: 1.3vw auto 0 auto;
  }
  .services-hero {
    position: absolute;
    bottom: 1.2vw;
    left: 0;
    width: 100%;
  }
  .services-hero ul {
    display: flex;
    justify-content: space-evenly;
  }
  .services-hero li {
    background: url(../img/check.png) left center no-repeat;
    background-size: contain;
    font-size: 0.9vw;
    padding: 0.8vw 0 0 1.8vw;
    line-height: 0.7vw;
  }
  /*---*/
  .powering-banner, .gallery-banner {
    background: url(../img/space-bg2.png) center no-repeat;
    background-size: cover;
    border-bottom: 0.6vw solid #ffd601;
    border-top: 0.6vw solid #ffd601;
    text-align: center;
    box-shadow: 0 2px 15px 3px #00000091;
    z-index: 3;
    position: relative;
  }
  img.lightning, img.lightning-big {
    width: 7.9vw;
    position: absolute;
    left: 0vw;
    top: -2vw;
  }
  .powering-banner .wrapper, .gallery-banner .wrapper {
      display: block;
  }
  .powering-banner h3, .gallery-banner h3 {
    color: #fff;
    font-weight: 400;
    font-size: 2vw;
    margin-top: 1.8vw;
  }
  .powering-banner a.learn-more, .gallery-banner a.learn-more {
    margin: 0.7vw auto 2vw auto;
  }
  /*----*/
  .services, .posts {
    padding: 2vw 0;
  }
  .services .wrapper {
    justify-content: space-between;
  }
  .service-item, .post-item {
    display: flex;
    margin: 0 1vw;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
  }
  .service-item img, .post-item img {
    width: 14vw;
  }
  .service-text, .post-text {
    text-align: right;
    margin-left: 1vw;
  }
  .service-item h2, .post-item h2 {
    color: #575153;
    font-weight: 400;
    font-size: 1.7vw;
    line-height: 1.9vw;
  }
  .service-item p, .post-item p {
    color: #575153;
    font-size: 1vw;
    margin-top: 0.6vw;
    line-height: 1.3vw;
  }
  /*---*/
  img.lightning-big {
    width: 10vw;
    top: -3.3vw;
  }
  .gallery-banner h3 {
    margin-top: 3.3vw;
  }
  .gallery-banner a.learn-more {
    margin: 0.7vw auto 3vw auto;
  }
  /*---*/
  .post-item {
    flex-grow: 1;
    width: 22%;
    margin: 0 1.5%;
    height: 16.1vw;
  }
  .posts .wrapper {
    flex-wrap: wrap;
  }
  .post-item img {
    width: 9.7vw;
  }
  .post-text {
    margin-left: 0.5vw;
  }
  .post-item h2 {
    font-size: 1.5vw;
    line-height: 1.8vw;
  }
  .post-item p {
    font-size: 0.8vw;
    margin-top: 0.3vw;
    line-height: 1.1vw;
  }
  .posts a.learn-more {
    display: block;
    width: 12vw;
    margin: 1.3vw auto 0 auto;
  }
  /*----*/
  div#award2023 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
  }
  #award2023 img {
    width: 800px;
  }
  /*----*/
  footer {
    background: rgb(51,50,50);
    background: linear-gradient( 180deg, rgba(51,50,50,1) 0%, rgba(41,40,40,1) 70%, rgba(24,22,22,1) 100%);
    padding: 1vw 0;
    box-shadow: 0 2px 15px 3px #00000091;
    position: relative;
  }
  footer .wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  img.footer-logo {
    width: 3vw;
    margin-right: 0.6vw;
  }
  footer p, footer a {
    color: #ffffff;
    font-size: 0.9vw;
  }
  p.address {
    margin: 0 3.3vw;
  }
  footer a {
    font-weight: 600;
    position: relative;
    padding: 0 10px;
    margin: 0 10px;
  }
  footer a.quote::before {
    content: "Get a Quote";
    font-size: 0.8vw;
    position: absolute;
    top: -1vw;
    font-weight: 400;
  }
  /*-------*/
  .intro-text {
    width: 48%;
    height: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 2%;
  }
  .intro-text h2 {
    font-weight: 700;
    font-size: 2.4vw;
    color: #1f191a;
    background: url(../img/lightning.png) left center no-repeat;
    background-size: 1.7vw;
    padding: 0 0 0.2vw 1.9vw;
  }
  .intro-text p {
    font-size: 1vw;
    margin-bottom: 1.2vw;
  }
  .inner-page .hero-text {
    width: 50%;
    text-align: center;
    margin: -3.7vw 0 0 0;
  }
  .inner-page .powering-banner {
    height: 4.8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .inner-page .powering-banner h3 {
    margin-top: 0;
  }
  .inner-page img.lightning {
    top: -0.9vw;
    width: 4vw;
  }
  /*----*/
  .main-content {
    padding: 5vw 0;
    background: #d6dee0;
    border-bottom: 0.6vw solid #ffd601;
    box-shadow: 0 2px 15px 3px #00000091;
  }
  .main-content .wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .main-content img {
    width: calc(100% - 2vw);
    border: 0.5vw solid #1fb8b8;
    border-radius: 27vw;
    padding: 0.5vw;
  }
  .col01, .col02, .col03 {
    width: 30%;
    text-align: justify;
  }
  .main-content h3 {
    font-weight: 700;
    font-size: 1.8vw;
    color: #1f191a;
    background: url(../img/lightning.png) left center no-repeat;
    background-size: 1.2vw;
    padding: 0 0 0.2vw 1.5vw;
    margin-bottom: 1.2vw;
  }
  .main-content p {
    font-size: 1vw;
    margin-bottom: 1.2vw;
  }
  /*---*/
  .testimonial-content {
    box-shadow: 0 2px 15px 3px #00000091;
    padding: 6vw 0 6vw 0;
    background: #e5edef;
  }
  .testimonial-content h4 {
    text-align: center;
    font-weight: 800;
    font-size: 2vw;
    color: #00baba;
  }
  .testimonial-content .wrapper {
    display: block;
  }
  .slide-container {
    width: 80vw;
    margin: 0 auto;
  }
  .slide img {
    width: 15vw;
    border: 0.5vw solid #1fb8b8;
    border-radius: 15vw;
    padding: 0.4vw;
  }
  .slide-inside {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .testimon-text {
    width: 50vw;
  }
  .testimon-text h3 {
    font-size: 2vw;
    font-weight: 400;
    color: #1f191a;
    border-bottom: 2px solid #1fb8b8;
    margin-bottom: 1.8vw;
  }
  .testimon-text p {
    font-size: 1vw;
    margin-bottom: 0.7vw;
    font-style: italic;
  }
  .testimon-text p.date {
    font-weight: 600;
    font-style: normal;
    color: #1fb8b8;
  }
  .testimon-text {
      width: 50vw;
  }
  ul.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button {
    height: 0;
    overflow: hidden;
    width: 20px;
    padding-top: 15px;
    border-radius: 45px;
    background: #fff;
    line-height: 0;
    color: transparent;
    border: 2px solid #000;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 51%);
  }
  .slick-dots li.slick-active button {
    background: #1fb8b8;
  }
  /*----*/
  .gallery-page .intro-text {
    position: absolute;
  }
  .hero-gallery iframe {
    border: 0;
    height: 50vw;
  }
  .gallery-list a {
    font-size: 1.3vw;
    display: inline-block;
    padding: 0.2vw 0.8vw;
    color: #212020;
    margin: 0.2vw 0;
    border-radius: 4px;
  }
  .hero-gallery .wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .gallery-page .intro-text {
    position: relative;
    width: 17vw;
    top: 3vw;
    background: #ffffff78;
    left: 0;
    padding: 2.6vw 2.2vw;
    border-radius: 10px;
    border: 0.1vw solid rgb(0 179 179 / 27%);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 60%);
    height: auto;
  }
  .gall-container {
    width: 50vw;
    position: relative;
    top: 3vw;
    padding: 0 4vw;
    margin-bottom: 7vw;
  }
  .gall-container {
    width: 55vw;
    position: relative;
    top: 3vw;
    padding: 0 4vw;
    margin-bottom: 7vw;
  }
  .slick-arrow {
    top: 50%;
    height: 0;
    border: 0;
    overflow: hidden;
    position: absolute;
    padding-top: 3vw;
    width: 3vw;
    cursor: pointer;
  }
  .slick-prev.slick-arrow {
    left: 0;
    background: url(../img/left.png) center no-repeat;
    background-size: contain;
  }
  .slick-next.slick-arrow {
    right: 0;
    background: url(../img/right.png) center no-repeat;
    background-size: contain;
  }
  .gallery-list .active-gallery a {
    color: #ffffff;
    background: #00b3b3;
  }
  /*----*/
  .contact-page img.big-logo {
    width: 12vw;
    margin: 0 0 0.8vw 0;
  }
  .contact-page .hero-text h2 {
    font-size: 1.4vw;
    color: #1f191a;
    margin-top: -0.2vw;
    text-decoration: underline;
    margin-bottom: 1vw;
  }
  /*----*/
  section#electric-car {
    background: #d8d9e2;
  }
  section#electric-car .wrapper {
    display: flex;
    flex-direction: column;
    padding: 4vw 0;
  }
  h2.car-title {
    font-size: 1.9vw;
  }
  div#img-cars {
    display: flex;
    justify-content: space-between;
    padding: 4vw 0;
    width: 100%;
  }
  div#img-cars img {
    width: 34%;
    margin: 0 8%;
  }
  div#car-text {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }
  div#car-text img {
    width: 14vw;
  }
  section#electric-car p {
    font-size: 1.3vw;
  }
  #car-text1 p {
    margin: 1.4vw 0;
  }
  /*----*/
  div#charging-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5vw;
    width: 100%;
    padding: 5vw 0;
  }
  #charging-hero .hero-text {
    margin: 0;
    width: 40%;
  }
  p#service-charging {
    text-align: center;
    font-size: 1.3vw;
    background: url(../img/check.png) left center no-repeat;
    background-size: 1.6vw;
    width: 36vw;
    margin: 0vw auto 1.8vw auto;
  }
  span.green, .green {
    color: #1fb8b8;
  }
  div#images-charging {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 11vw;
  }
  .ch-text img {
    height: 9.2vw;
  }
  .ch-text {
    width: 50%;
    text-align: center;
  }
  div#images-charging p {
    font-weight: 600;
    font-size: 1.1vw;
    margin-top: 1vw;
    color: #00baba;
  }
  div#van-charging {
    display: flex;
    align-items: center;
  }
  #van-charging .van {
    width: 41%;
    left: 0;
  }
  #van-ch-text p.green {
    font-size: 1.2vw;
    margin: 0.5vw 0;
    color: #1fb8b8;
  }
  span.price-ch {
    color: #000;
    font-size: 1.1vw;
  }
  span.disclos {
    color: #000;
    font-size: 0.9vw;
  }
  p#free-cons {
    font-weight: 600;
    font-size: 1.2vw;
    margin-top: 2vw;
  }
  p#sml-txt-ch {
    font-size: 0.9vw;
    margin-top: 0;
  }
  /*--------*/
  section.charging-content {
    background: #ffffff;
}
  .charging-content .wrapper {
    display: flex;
    flex-direction: column;
    padding: 2.5vw 0;
    gap: 3vw;
  }
  .charging-content h3 {
    font-size: 1.5vw;
  }
  div#charging-content-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 4vw;
  }
  div#charging-content-imgs {
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
    width: 45%;
  }
  div#charging-content-text {
    width: 179%;
  }
  div#charging-content-text h4 {
    font-size: 1.2vw;
    margin-bottom: 1.3vw;
  }
  div#charging-content-text p {
    font-size: 1.2vw;
    margin-bottom: 1.9vw;
  }
  section#collage {
    padding: 40px;
  }
  div#location-container {
    display: flex;
    gap: 4vw;
    align-items: center;
    justify-content: flex-start;
  }
  #location-container img {
    width: 15vw;
  }
  section#locations-charging {
    border-top: 8px solid #fed702;
    padding: 2.3vw 3.8vw;
    background: url(../img/ev-charging/locations-bg.jpg) right bottom no-repeat;
    background-size: cover;
  }
  #location-list li {
    font-size: 1.3vw;
    color: #fff;
    margin: 1.8vw 0;
    font-style: italic;
  }
  #location-list li a {
    font-style: normal;
    color: #fff;
    font-size: 2vw;
    text-decoration: underline;
    margin-right: 0.9vw;
    font-weight: 400;
  }
  /* #endregion past */


.main-menu ul.submenu {
    display: none;
    position: absolute;
    top: 2vw;
    background: #ffffff;
    flex-direction: column;
    gap: 0.4vw;
    width: 13vw;
    z-index: 3;
    padding: 0.5vw;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 3px 3px 12px black;
}
.main-menu ul.submenu.active-sub-menu {
  display: flex;
}
.submenu a {
  color: #000;
  font-weight: 400;
  text-align: left;
}

/* #region services */
.services-sections .services-hero {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
.services-sections .hero {
  background: #F9F9F9;
  padding: 2vw 0 2.8vw 0;
  -moz-box-shadow: 0 0 black;
  -webkit-box-shadow: 0 0 black;
  box-shadow: 0 0 black;
}
.services-content {
  background: #f9f9f9;
}
.services-content .wrapper {
  display: block;
  padding: 0 0 2.5vw 0;
}
div#content01, div#content03, div#content04 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5vw;
  flex-wrap: wrap;
}
img.margin-left {
  width: 33vw;
}
div#content01 .service-content-text {
  margin-left: 3vw;
}
.services-content h2 {
  font-size: 2.4vw;
  margin-bottom: 2vw;
  font-weight: 700;
  color: #1f191a;
  background: url(../img/lightning.png) left center no-repeat;
  background-size: 1.7vw;
  padding: 0 0 0.2vw 1.9vw;
}
.services-content p, .services-content li {
  font-size: 1vw;
}
.services-content li {
  font-size: 1vw;
  list-style: disc;
  margin: 20px 0 0 50px;
}
.van-services {
  width: 26vw;
  margin-left: -2vw;
}
div#content02 {
  margin-bottom: 5vw;
}
.three-row-images {
  display: flex;
  gap: 1vw;
  flex-wrap: wrap;
  justify-content: center;
}
.three-row-images img {
  width: 30vw;
}
div#content03 .service-content-text {
  margin-right: 3vw;
}
img.margin-right {
  width: 33vw;
}
div#content01 .service-content-text, div#content03 .service-content-text, div#content04 p, div#content04 .service-content-text {
  width: 56vw;
}
div#content04 .service-content-text p {
  width: 100%;
}
ol li {
  list-style: unset;
  font-size: 0.9vw;
  margin-bottom: 1.8vw;
}
ol li::marker {
  font-weight: 600;
  color: #00baba;
  font-size: 1.4vw;
}
div#content04 img {
  width: 33vw;
}
/* #endregion services */

#services-content2 {
  background: #d8d9e2;
  border-top: 9px solid #ffe970;
  padding: 50px 0 50px 0;
}
#services-content2 div#content05 {
  display: flex;
  gap: 40px;
  align-items: center;
}
.cont-col {
  width: 33%;
}
section#slogan {
  background: #000;
  color: #fed702;
  text-align: center;
  padding: 30px 0;
}
#slogan .wrapper {
  text-align: center;
  justify-content: center;
}

/*---------sitemap-----*/
section.sitemap-content {
  padding: 120px 40px;
}
section.sitemap-content li a {
  color: #000;
  border-bottom: 1px solid #1f191a;
  display: block;
}
section.sitemap-content li a:hover {
  color: #001753;
  font-weight: 600;
  border-bottom: 2px solid;
}
  /*--------------------------------------------------------------*/
  @media screen and (max-width: 1024px){
    #award2023 img {
      width: 90%;
    }
    header {
      padding: 9px 0;
      border-bottom: 4px solid #ffd601;
    }
    .discount {
      top: 0;
      padding: 11px 0;
      position: relative;
    }
    .home-page .discount {
      top: -7.3vw;
      padding: 11px 0;
      position: relative;
    }
    .discount p {
      font-size: 14px;
      padding: 0 21px;
    }
    .home-page .hero {
      padding: 7.5vw 0 0.5vw 0;
    }
    h1.logo {
      width: 135px;
    }
    .mobile-btn {
      display: block;
      width: 35px;
      height: 35px;
      position: absolute;
      border: 1px solid #fff;
      border-radius: 6px;
      right: 0;
      cursor: pointer;
    }
    .mobile-btn.active-menu {
      background: #fff;
    }
    .mob-line {
      width: 72%;
      height: 3px;
      background: #fff;
      margin: 6px auto;
    }
    .active-menu .mob-line {
      background: rgb(51,50,50);
    }
    nav.main-menu {
      display: none;
      position: absolute;
      right: -4%;
      top: 55px;
      background: #2a2929;
      padding: 9px 9px;
      border-radius: 7px 0 0 7px;
      box-shadow: -2px 2px 5px 0px rgb(0 0 0 / 28%);
      border: 2px solid #00baba;
    }
    .main-menu ul {
      flex-direction: column;
    }
    li.menu-item {
      margin: 0 19px 0 0;
    }
    .active a, .menu-item a:hover {
      background: url(../img/lightning.png) left center no-repeat;
      background-size: 16px;
    }
    .menu-item a {
      color: #fff;
      font-size: 14px;
      font-weight: 200;
      display: block;
      padding: 5px 0 5px 21px;
      text-align: left;
    }
    .contact-header {
      margin-right: 55px;
    }
    a.phone-header {
      font-weight: 700;
      font-size: 20px;
      letter-spacing: 1.8px;
    }
    a.mail-header {
      font-size: 12px;
      margin: -5px 0 0 0;
    }
    /*--------*/
    .contact-page .hero .wrapper {
      display: block;
    }
    .van {
      position: relative;
      left: -5vw;
      width: 68.1vw;
    }
    .hero-text {
      margin: -8vw 0 0 -8vw;
      width: 30vw;
    }
    img.big-logo {
      width: 21.5vw;
      margin: 0 0 1.9vw 0;
    }
    .hero-text h1 {
      font-size: 2.3vw;
    }
    .hero-text h2 {
      font-size: 3.5vw;
    }
    .hero-text h4 {
      font-size: 1.7vw;
      padding: 0 2.5vw 0.3vw 2.5vw;
      margin: 0 0 1.9vw 0;
    }
    .hero-text h3 {
      font-size: 1.7vw;
    }
    .hero-text h5 {
      font-size: 1.8vw;
    } 
    a.learn-more {
      display: block;
      width: 20.3vw;
      margin: 1.5vw auto 0 auto;
    }
    .services-hero {
      bottom: 2vw;
    }
    .services-hero ul {
      align-items: center;
      flex-wrap: wrap;
    }
    .services-hero li {
      background: url(../img/check.png) left center no-repeat;
      background-size: 1.9vw;
      font-size: 1.5vw;
      padding: 0.6vw 0 0.5vw 2.5vw;
      line-height: 1.5vw;
      margin-bottom: 0.2vw;
    }
    /*---*/
    .powering-banner a.learn-more, .gallery-banner a.learn-more {
      margin: 0.7vw auto 3vw auto;
    }
    .powering-banner h3, .gallery-banner h3 {
      font-size: 2.4vw;
      margin-top: 2.7vw;
    }
    img.lightning, img.lightning-big {
      width: 8.8vw;
      top: -1.7vw;
    }
    .powering-banner, .gallery-banner {
      border-bottom: 4px solid #ffd601;
      border-top: 4px solid #ffd601;
    }
    /*---*/
    .services .wrapper {
      flex-direction: column;
    }
    .service-item {
      margin: 1.5vw 0;    
    }
    .service-item img {
      width: 20vw;
    }
    .service-text {
      text-align: right;
      margin-left: 1vw;
      width: 28vw;
    }
    .service-item h2 {
      font-size: 3.1vw;
      line-height: 3.4vw;
    }
    .service-item p {
      font-size: 1.8vw;
      margin-top: 0.9vw;
      line-height: 2.3vw;
    }
    /*------*/
    .post-item {
      width: 46%;
      margin: 0 2%;
      height: 21vw;
    }
    .post-item img {
      width: 14vw;
    }
    .post-text {
      margin-left: 0.5vw;
      width: 23vw;
    }
    .post-item h2 {
      font-size: 2.1vw;
      line-height: 2.7vw;
    }
    .post-item p {
      font-size: 1.6vw;
      margin-top: 1.1vw;
      line-height: 1.8vw;
    }
    .posts a.learn-more {
      width: 17vw;
      margin: 1.4vw auto 0 auto;
    }
    .post-item .learn-more img {
      width: 100%;
    }
    /*---*/
    footer {
      border-top: 4px solid #ffd601;
    }
    img.footer-logo {
      width: 5vw;
      margin-right: 1vw;
    }
    footer p, footer a {
      font-size: 1.4vw;
    }
    footer a.quote::before {
      font-size: 1.7vw;
      top: -2.3vw;
    }
    /*---*/
    .intro-text {
      width: 49%;
      height: auto;
      margin-right: 1%;
      padding: 9vw 0 14vw 0;
    }
    .intro-text h2 {
      font-size: 4.4vw;
      background: url(../img/lightning.png) left center no-repeat;
      background-size: 2.8vw;
      padding: 0 0 0.2vw 3.1vw;
    }
    .intro-text p, .main-content p {
      font-size: 1.8vw;
      margin-bottom: 1.4vw;
    }
    .main-content h3 {
      font-size: 2.6vw;
      background: url(../img/lightning.png) left center no-repeat;
      background-size: 2.2vw;
      padding: 0 0 0.2vw 2.6vw;
      margin-bottom: 1.7vw;
    }
    /*---*/
    .slide img {
      width: 22vw;
    }
    .testimon-text h3 {
      font-size: 4vw;
      margin-bottom: 2.5vw;
    }
    .testimon-text p {
      font-size: 1.6vw;
      margin-bottom: 1.6vw;
    }
    /*---*/
    .hero-gallery iframe {
      height: 67vw;
    }
    .gallery-page .intro-text {
      width: 26vw;
      top: 3vw;
      left: 0;
      padding: 0.8vw 1.1vw;
      margin-bottom: 9vw;
    }
    .gall-container {
      width: 65vw;
      top: 3vw;
      padding: 0 5vw;
      margin-bottom: 9vw;
    }
    .slick-arrow {
      padding-top: 4vw;
      width: 4vw;
    }
    .slick-dots li {
      margin: 0 2px;
    }
    .gallery-list a {
      font-size: 2.2vw;
      padding: 0.4vw 1.5vw;
      margin: 0.3vw 0;
    }
    /*---*/
    .contact-page .van {
      padding: 0 0 5vw 0;
      width: 100%;
    }
    .contact-page img.big-logo {
      width: 17vw;
      margin: 0 0 1.5vw 0;
    }
    .contact-page .hero-text {
      width: 100%;
      padding-bottom: 15vw;
    }
    .contact-page .hero-text h1 {
      font-size: 3.1vw;
    }
    .contact-page .hero-text h2 {
      font-size: 2.2vw;
      margin-top: -0.8vw;
      margin-bottom: 1.5vw;
    }
    .contact-page .hero-text h3 {
      font-size: 2.2vw;
    }
    /*---*/
    h2.car-title {
      font-size: 2.9vw;
    }
    div#img-cars img {
      width: 45%;
      margin: 0 2.5%;
    }
    div#car-text img {
      width: 22vw;
    }
    section#electric-car p {
      font-size: 1.8vw;
    }
    div#car-text1 {
      margin: 0 6vw;
    }
    /*----------------------------*/
    div#charging-hero {
      align-items: center;
      padding: 7vw 0 12vw 0;
      flex-direction: column;
    }
    p#service-charging {
      font-size: 2vw;
      background: url(../img/check.png) left center no-repeat;
      background-size: 2.3vw;
      width: 56vw;
      margin: 0vw auto 3.3vw auto;
    }
    .ch-text {
      width: auto;
    }
    .ch-text img {
      height: 16.6vw;
    }
    div#images-charging p {
      font-size: 1.8vw;
      margin-top: 1.8vw;
    }
    #van-ch-text p.green {
      font-size: 1.8vw;
      margin: 1.4vw 0;
    }
    span.price-ch {
      font-size: 1.8vw;
    }
    span.disclos {
      font-size: 1.5vw;
    }
    p#free-cons {
      font-size: 2.1vw;
      margin-top: 3vw;
    }
    p#sml-txt-ch {
      font-size: 1.5vw;
    }
    .charging-content h3 {
      font-size: 2.3vw;
      text-align: center;
    }
    div#charging-content-imgs {
      gap: 2vw;
      width: 56%;
    }
    div#charging-content-text h4 {
      font-size: 1.6vw;
      margin-bottom: 1.7vw;
    }
    div#charging-content-text p {
      font-size: 1.6vw;
      margin-bottom: 2vw;
    }
    #location-container img {
      width: 20vw;
    }
    #location-list li {
      font-size: 1.7vw;
      margin: 2.5vw 0;
    }
    #location-list li a {
      font-size: 2.4vw;
      margin-right: 1.1vw;
    }
    /*----*/
    .services-content h2 {
      font-size: 4.4vw;
      margin-bottom: 3vw;
      background: url(../img/lightning.png) left center no-repeat;
      background-size: 2.9vw;
      padding: 0 0 0.3vw 3.6vw;
    }
    .services-content p, .services-content li {
      font-size: 1.8vw;
    }
    ol li {
      font-size: 1.7vw;
      margin-bottom: 2vw;
    }
    ol li::marker {
      font-size: 2vw;
    }
    /*---*/
    .main-menu ul.submenu {
      display: block;
      position: relative;
      top: 0;
      background: #000000;
      gap: 0;
      width: auto;
      padding: 0;
      align-content: flex-start;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      box-shadow: 0 0 0 black;
      border: 1px solid #00baba;
    }
    div#content01 .service-content-text, div#content03 .service-content-text, div#content04 p, div#content04 .service-content-text {
      width: 52vw;
    }
    .three-row-images img {
      width: 28vw;
    }

    .recessed-lights-text div#content03 {
      flex-direction: column;
    }
    .recessed-lights-text div#content03 .service-content-text {
      width: 100%;
      margin: 0;
    }
    .recessed-lights-text div#content03 img.margin-right {
      width: 43vw;
      margin: 40px auto 0 auto;
    }
  }
  /*--------------------------------------------------------------*/
  @media screen and (max-width: 700px){
    .sitemap-content .wrapper {
      flex-direction: column;
    }
    section.sitemap-content {
      padding: 20px 10px;
    }
  }
  /*--------------------------------------------------------------*/
  @media screen and (max-width: 600px){
    .wrapper {
      width: 92%;
      flex-direction: column;
    }
    header .wrapper {
      justify-content: space-between;
      flex-direction: row;
    }
    .van {
      left: 0;
      width: 380px;
    }
    .hero-text {
      margin: -32px 0 0 0;
      width: auto;
      position: relative;
    }
    img.big-logo {
      width: 160px;
      margin: 0 0 12px 0;
    }
    .hero-text h1 {
      font-size: 20px;
    }
    .hero-text h2 {
      font-size: 28px;
      margin-top: -9px;
    }
    .hero-text h4 {
      font-size: 14px;
      padding: 0 8px 2px 8px;
      margin: 0 0 6px 0;
      position: relative;
      top: -5px;
    }
    .hero-text h3 {
      font-size: 13px;
    }
    .hero-text h5 {
      font-size: 15px;
    }
    a.learn-more {
      display: block;
      width: 190px;
      margin: 10px auto 0 auto;
    }
    .services-hero {
      bottom: 0;
      position: relative;
      margin: 30px 0;
    }
    .services-hero li {
      background: url(../img/check.png) left center no-repeat;
      background-size: 15px;
      font-size: 12px;
      padding: 4px 0 4px 19px;
      line-height: 16px;
      margin-bottom: 3px;
    }
    /*---*/
    img.lightning, img.lightning-big {
      width: 50px;
      top: 0;
      position: relative;
      margin: 14px 0 0 0;
    }
    .powering-banner h3, .gallery-banner h3 {
      font-size: 18px;
      margin-top: 13px;
    }
    .powering-banner a.learn-more, .gallery-banner a.learn-more {
      margin: 12px auto 29px auto;
    }
    .service-item, .post-item {
      margin: 13px 0;
    }
    .service-text, .post-text {
      margin-left: 10px;
      width: calc(68vw - 30px);
    }
    .service-item img, .post-item img {
      width: 120px;
    }
    .service-item h2, .post-item h2 {
      font-size: 22px;
      line-height: 23px;
    }
    .service-item p, .post-item p {
      font-size: 14px;
      margin-top: 8px;
      line-height: 16px;
    }
    .service-item .learn-more, .post-item .learn-more {
      width: 160px;
    }
    .service-item .learn-more img, .post-item .learn-more img {
      width: 100%;
    }
    .posts .wrapper {
      flex-wrap: nowrap;
    }
    .post-item {
      width: 100%;
      height: auto;
    }
    .posts a.learn-more {
      width: 160px;
      margin: 17px auto 0 auto;
    }
    /*----*/
    footer {
      padding: 10px 0 25px 0;
    }
    img.footer-logo {
      width: 50px;
      margin: 10px 0;
    }
    footer p, footer a {
      font-size: 14px;
      margin: 0 !important;
      text-align: center;
    }
    footer a {
      margin-top: 20px !important;
    }
    footer a.quote::before {
      font-size: 14px;
      top: -17px;
      left: 10px;
    }
    /*---*/
    .intro-text {
      width: 100%;
      height: auto;
      margin-right: 0;
      padding: 40px 0 40px 0;
    }
    .intro-text h2 {
      font-size: 25px;
      background: url(../img/lightning.png) left center no-repeat;
      background-size: 17px;
      padding: 0 0 0 22px;
      margin-bottom: 11px;
    }
    .intro-text p, .main-content p {
      font-size: 16px;
      margin-bottom: 13px;
    }
    .inner-page .hero-text {
      width: 100%;
      text-align: center;
      margin: 0;
    }
    /*---*/
    .inner-page .powering-banner {
      height: auto;
      padding: 20px 0 20px 0;
    }
    .inner-page img.lightning {
      top: -17px;
      width: 50px;
    }
    /*---*/
    .col01, .col02, .col03 {
      width: 100%;
      text-align: left;
    }
    .main-content img {
      width: 330px;
      border: 2px solid #1fb8b8;
      border-radius: 300px;
      padding: 6px;
      margin: 0 auto 40px auto;
      display: block;
    }
    .main-content h3 {
      font-size: 25px;
      background: url(../img/lightning.png) left center no-repeat;
      background-size: 22px;
      padding: 0 0 0 26px;
      margin-bottom: 20px;
    }
    /*---*/
    .slide-inside {
      flex-direction: column;
    }
    .slide img {
      width: 52vw;
      border: 4px solid #1fb8b8;
      border-radius: 45vw;
      padding: 5px;
      margin-bottom: 30px;
    }
    .testimon-text {
      width: 100%;
      margin-bottom: 40px;
    }
    .testimon-text h3 {
      font-size: 25px;
      margin-bottom: 29px;
    }
    .testimon-text p {
      font-size: 16px;
      margin-bottom: 20px;
    }
    /*---*/
    .hero-gallery iframe {
      height: calc(100vh - 77px);
    }
    .hero-gallery .wrapper {
      display: flex;
      align-items: center;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-evenly;
    }
    .gallery-page .intro-text {
      width: calc(100% - 40px);
      top: 20px;
      left: 0;
      right: 0;
      padding: 10px 20px;
      margin: 0 auto 50px auto;
      background: #ffffff94;
    }
    .gall-container {
      width: calc(100%);
      position: relative;
      top: 3vw;
      padding: 0 30px;
      margin-bottom: 70px;
    }
    .slick-arrow {
      padding-top: 25px;
      width: 25px;
    }
    ul.slick-dots {
      display: none !important;
    }
    .gallery-list a {
      font-size: 16px;
      padding: 2px 9px;
      margin: 2px 0;
      border-radius: 4px;
    }
    /*---*/
    .contact-page .van {
      padding: 0;
    }
    .contact-page img.big-logo {
      width: 150px;
      margin: 0 0 12px 0;
    }
    .contact-page .hero-text h1 {
      font-size: 25px;
    }
    .contact-page .hero-text h2 {
      font-size: 18px;
      margin-top: -6px;
      margin-bottom: 19px;
    }
    .contact-page .hero-text h3 {
      font-size: 18px;
    }
    .contact-page .hero-text {
      padding-bottom: 0vw;
    }
    /*----*/
    h2.car-title {
      font-size: 23px;
      text-align: center;
    }
    div#img-cars {
      padding: 20px 0;
      flex-direction: column;
      align-items: center;
    }
    div#img-cars img {
      width: 80%;
      margin: 11px auto;
    }
    div#car-text {
      flex-direction: column-reverse;
    }
    section#electric-car p {
      font-size: 16px;
    }
    div#car-text1 {
      margin: 40px 0;
    }
    div#car-text img {
      width: 50%;
    }
    section#electric-car .wrapper {
      padding: 90px 0;
    }
    #car-text1 p {
      margin: 26px 0;
    }
    /*---*/
    .discount {
      top: 0;
      padding: 11px 20px;
      position: relative;
      width: calc(100% - 40px);
    }
    .home-page .discount {
      top: -7.3vw;
      padding: 11px 20px;
      position: relative;
      width: calc(100% - 40px);
    }
    p#service-charging {
      font-size: 17px;
      background: url(../img/check.png) left center no-repeat;
      background-size: 15px;
      width: 90%;
      margin: 0 auto 30px auto;
      padding-left: 20px;
    }
    div#images-charging {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px;
      flex-direction: column;
    }
    .ch-text img {
      height: auto;
    }
    div#images-charging p {
      font-size: 16px;
      margin-top: 17px;
    }
    div#van-charging {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 10px;
    }
    #van-ch-text p.green {
      font-size: 18px;
      margin: 10px 0;
      text-align: center;
    }
    span.price-ch {
      font-size: 15px;
    }
    span.disclos {
      font-size: 14px;
    }
    p#free-cons {
      font-size: 20px;
      margin-top: 30px;
      text-align: center;
    }
    p#sml-txt-ch {
      font-size: 14px;
      text-align: center;
    }
    div#charging-hero {
      align-items: center;
      padding: 20px 0 20px 0;
      flex-direction: column;
    }
    .charging-content h3 {
      font-size: 20px;
      text-align: center;
      padding: 0 20px;
    }
    .charging-content .wrapper {
      display: flex;
      flex-direction: column;
      padding: 30px 0;
      gap: 20px;
    }
    div#charging-content-container {
      display: flex;
      width: 100%;
      justify-content: space-between;
      gap: 25px;
      flex-direction: column;
      align-items: center;
    }
    div#charging-content-imgs {
      width: 100%;
      display: flex;
      flex-direction: row;
      gap: 0;
    }
    section.charging-content {
      background: #d5dee0;
      padding: 0 20px;
    }
    #charging-content-imgs img {
      width: calc(33% - 10px);
      margin: 0 5.9px;
    }
    div#charging-content-text {
      width: auto;
    }
    div#charging-content-text h4 {
      font-size: 14px;
      margin-bottom: 10px;
      text-align: center;
    }
    div#charging-content-text p {
      font-size: 14px;
      margin-bottom: 12px;
      text-align: center;
    }
    div#location-container {
      display: flex;
      gap: 10px;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      text-align: center;
    }
    #location-list li a {
      font-size: 18px;
      margin-right: 10px;
    }
    #location-list li {
      font-size: 14px;
      margin: 11px 0;
      display: flex;
      flex-direction: column;
      line-height: 22px;
    }
    #location-container img {
      width: 70%;
    }
    section#locations-charging {
      border-top: 8px solid #fed702;
      padding: 20px 20px;
      background: url(../img/ev-charging/locations-bg.jpg) left bottom no-repeat;
      background-size: cover;
    }
    /*-----*/
    img.margin-left {
      margin: 0 auto 30px auto;
      width: 80%;
    }
    div#content01 .service-content-text, div#content03 .service-content-text {
      width: 100%;
      margin: 0;
    }
    div#content01 .service-content-text {
      margin-left: 3vw;
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
    }
    .van-services {
      width: 80%;
      margin: 0 auto;
      display: block;
    }
    .services-content h2 {
      font-size: 25px;
      margin-bottom: 12px;
      order: 1;
      background: url(../img/lightning.png) left center no-repeat;
      background-size: 23px;
      padding: 0 0 0 26px;
    }
    .services-content p, .services-content li {
      font-size: 16px;
    }
    ol li {
      font-size: 14px;
      margin-bottom: 16px;
    }
    ol li::marker {
      font-size: 22px;
    }
    .three-row-images {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }
    .three-row-images img {
      width: 80%;
    }
    img.margin-right {
      margin: 30px auto 30px auto;
      width: 80%;
    }
    .services-sections .services-hero {
      width: 90%;
      margin: 20px auto 30px auto;
    }
    div#content04 {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      gap: 30px;
    }
    div#content04 p, div#content04 .service-content-text {
      width: 100%;
    }
    div#content04 img {
      width: 70%;
    }
    .recessed-lights-text div#content03 img.margin-right {
      width: 100%;
      margin: 30px auto 0 auto;
    }
    #services-content2 div#content05 {
      flex-direction: column;
    }
    .cont-col {
      width: 100%;
    }    
  }
  /*--------------------------------------------------------------*/
  @media screen and (max-width: 400px){
    h1.logo {
      width: 107px;
      position: relative;
      top: -4px;
    }
    .contact-header {
      display: none;
    }
    .mobile-btn {
      top: 4px;
    }
    .discount, .home-page .discount {
      position: relative;
      top: 0;
      padding: 11px 20px;
      width: auto;
    }
    .home-page .hero {
      padding: 0;
    }
    /*---*/
    .van {
      left: 0;
      width: 100%;
    }
    .services-hero ul {
      display: block;
    }
    /*---*/
    .services .wrapper {
      display: block;
    }
    .service-item, .post-item {
      margin: 28px 0;
      display: block;
      text-align: center;
      border-bottom: 1px solid #7885a0;
    }
    .service-item img, .post-item img {
      width: 80%;
      margin-bottom: 20px;
    }
    .service-text, .post-text {
      margin-left: 0;
      width: auto;
      text-align: center;
    }
    /*---*/
    .main-content img {
      width: calc(100% - 20px);
    }
    /*---*/
    .slide img {
      width: 90%;
      border-radius: 100%;
      margin-top: 20px;
    }
    /*---*/
    .gallery-page .intro-text {
      position: relative;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      padding: 30px 0 30px 0;
      margin: 0 auto;
      background: #ffffff;
      border: 0;
      box-shadow: 0 0 black;
    }
    .hero-gallery iframe {
      height: 120vw;
      border-top: 4px solid #ffd601;
    }
  }

  /* #region default2 */
  /* ==========================================================================
     Helper classes
     ========================================================================== */
  /*
   * Hide visually and from screen readers
   */
  .hidden,
  [hidden] {
    display: none !important;
  }
  /*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }
  /*
   * Extends the .sr-only class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
  .sr-only.focusable:active,
  .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }
  /*
   * Hide visually and from screen readers, but maintain layout
   */
  .invisible {
    visibility: hidden;
  }
  /*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  .clearfix::before,
  .clearfix::after {
    content: " ";
    display: table;
  }
  .clearfix::after {
    clear: both;
  }
  /* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }
  @media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  @media print {
    *,
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]::after {
      content: " (" attr(href) ")";
    }
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
      content: "";
    }
    pre {
      white-space: pre-wrap !important;
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  /* #endregion default2 */