/* High resolution Screen mixin */
/* ######################################### # Application wide variables ######################################### */
.red {
  color: #d82c2c;
}
/* ######################################### # Global Mixins ######################################### */
.box-card,
.square-card-container,
.tips-and-tricks-article-container,
.frn-offer-card {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.05);
  transition: all 0.3s ease;
}
.square-card-container:hover,
.tips-and-tricks-article-container:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
#sac-energy-masthead .row:last-child,
#sacs-masthead .row:last-child,
#sac-towing-and-recovery-masthead .row:last-child {
  margin-bottom: 1px;
}
#sac-energy-masthead .signup-cta,
#sacs-masthead .signup-cta,
#sac-towing-and-recovery-masthead .signup-cta {
  background-color: #fff;
  color: #2d2d2d;
}
#sac-energy-masthead .signup-cta:hover,
#sacs-masthead .signup-cta:hover,
#sac-towing-and-recovery-masthead .signup-cta:hover {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
}
#sac-energy-masthead .login-cta,
#sacs-masthead .login-cta,
#sac-towing-and-recovery-masthead .login-cta {
  background-color: none;
  color: #fff;
}
#sac-energy-masthead .login-cta:hover,
#sacs-masthead .login-cta:hover,
#sac-towing-and-recovery-masthead .login-cta:hover {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
}
#sac-energy-masthead {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #f1f5f9 100%);
  background-image: radial-gradient(
      circle at 20% 30%,
      rgba(15, 23, 42, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(15, 23, 42, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(15, 23, 42, 0.08) 0%,
      transparent 50%
    ),
    linear-gradient(90deg, rgba(15, 23, 42, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.12) 1px, transparent 1px);
  background-size: 200px 200px, 250px 250px, 300px 300px, 60px 60px, 60px 60px;
  background-position: 0% 0%, 100% 100%, 50% 50%, 0 0, 0 0;
  padding: 10px 0 80px;
  color: #0f172a;
  border-bottom: none;
  position: relative;
}
#sac-energy-masthead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #f1f5f9 100%);
  opacity: 0.8;
  z-index: 0;
}
#sac-energy-masthead .container {
  position: relative;
  z-index: 1;
}
#sac-energy-masthead .masthead-card {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}
#sac-energy-masthead .masthead-logo {
  margin-bottom: 25px;
}
#sac-energy-masthead h1 {
  font-size: 56px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
  letter-spacing: -0.8px;
}
#sac-energy-masthead .hero-subtext {
  font-size: 20px;
  color: #475467;
  max-width: 640px;
  margin: 0 auto 25px auto;
}
#static-masthead {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #f1f5f9 100%);
  background-image: radial-gradient(
      circle at 20% 30%,
      rgba(15, 23, 42, 0.15) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(15, 23, 42, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(15, 23, 42, 0.08) 0%,
      transparent 50%
    ),
    linear-gradient(90deg, rgba(15, 23, 42, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.12) 1px, transparent 1px);
  background-size: 200px 200px, 250px 250px, 300px 300px, 60px 60px, 60px 60px;
  background-position: 0% 0%, 100% 100%, 50% 50%, 0 0, 0 0;
  padding: 10px 0 80px;
  color: #0f172a;
  border-bottom: none;
  position: relative;
}
#static-masthead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #f1f5f9 100%);
  opacity: 0.8;
  z-index: 0;
}
#static-masthead .container {
  position: relative;
  z-index: 1;
}
#static-masthead .masthead-card {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}
#static-masthead .masthead-logo {
  margin-bottom: 25px;
}
#static-masthead h1 {
  font-size: 56px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
  letter-spacing: -0.8px;
  text-align: center;
}
@media (max-width: 768px) {
  #static-masthead {
    padding: 10px 0 50px;
  }
  #static-masthead h1 {
    font-size: 36px;
  }
}
.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 0;
}
#sac-energy-masthead .hero-pill-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.hero-pill {
  background: rgba(58, 123, 255, 0.12);
  color: #1d4ed8;
  border-radius: 999px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.4px;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}
.hero-cta--primary {
  background: #2196f3;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.25);
}
.hero-cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(33, 150, 243, 0.3);
  background: #1976d2;
}
.hero-cta--ghost {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.15);
  color: #0f172a !important;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}
.hero-cta--ghost:hover {
  border-color: #3a7bff;
  color: #3a7bff !important;
}
#sac-energy-landing-page {
  background-color: #84bf41;
}
@media (max-width: 768px) {
  #sac-energy-masthead {
    padding: 10px 0 50px;
  }
  #sac-energy-masthead .masthead-card {
    padding: 0;
  }
  #sac-energy-masthead h1 {
    font-size: 36px;
  }
  #sac-energy-masthead .hero-subtext {
    font-size: 17px;
  }
  .cta-bar--modern {
    padding: 30px 0;
  }
  .cta-bar--modern .cta-card {
    padding: 36px 28px;
    border-radius: 16px;
  }
  .cta-bar--modern h2 {
    font-size: 26px;
  }
  .app-content {
    padding: 30px 0;
  }
  .section.app-content h3 {
    font-size: 32px;
  }
}
#sacs-masthead {
  background-color: #fbce20;
}
.app-content .row {
  margin: 0 0 32px 0;
}
.app-content #plans-and-programs {
  margin-bottom: 0;
}
.app-content .row p {
  margin-bottom: 24px;
}
.app-content {
  padding: 40px 0;
}
.app-content:last-of-type {
  padding-bottom: 10px;
}
.app-content:nth-child(even) {
  background-color: #ffffff;
}
.app-content:nth-child(odd) {
  background-color: #f8fafc;
  background-image: radial-gradient(
      circle at 30% 40%,
      rgba(15, 23, 42, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 60%,
      rgba(15, 23, 42, 0.06) 0%,
      transparent 50%
    ),
    linear-gradient(90deg, rgba(15, 23, 42, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.08) 1px, transparent 1px);
  background-size: 200px 200px, 250px 250px, 60px 60px, 60px 60px;
  background-position: 0% 0%, 100% 100%, 0 0, 0 0;
  position: relative;
}
.app-content:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f8fafc;
  opacity: 0.8;
  z-index: 0;
  pointer-events: none;
}
.app-content:nth-child(odd) .container {
  position: relative;
  z-index: 1;
}
.section.app-content:first-of-type {
  background-color: #ffffff;
}
.cta-button {
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  padding: 5px 75px;
  border-radius: 50px;
  margin: 5px;
  display: inline-block;
}
.cta-button--primary {
  background-color: #84bf41 !important;
  border: 2px solid #84bf41;
  color: #fff !important;
}
.cta-button--primary:hover {
  background-color: #84bf41 !important;
  border: 2px solid #84bf41 !important;
}
.cta-button:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .cta-button {
    padding: 5px 50px;
  }
}
.cta-bar {
  text-align: center;
}
.cta-bar--modern {
  background: #f8fafc;
  padding: 40px 0;
  margin: 0;
}
.cta-bar--modern.cta-bar--accent {
  background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%);
  box-shadow: 0 4px 20px rgba(33, 150, 243, 0.15);
}
.cta-bar--modern .cta-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 20px;
  padding: 48px 40px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  transition: all 0.3s ease;
}
.cta-bar--modern .cta-card:hover {
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
  transform: translateY(-2px);
}
.cta-bar--modern .cta-card__text {
  color: #64748b;
  margin: 12px auto 28px auto;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.6;
}
.cta-bar--modern h2 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  margin: 8px 0 12px 0;
  font-size: 28px;
  color: #0f172a;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.3;
  text-transform: none;
}
.cta-bar--modern .hero-cta-group {
  margin-top: 24px;
}
.cta-bar--modern .eyebrow {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  margin-bottom: 0;
}
.cta-bar--accent h2,
.cta-bar--accent .cta-card__text,
.cta-bar--accent .eyebrow {
  color: #fff;
}
.cta-bar--accent h2 {
  margin-top: 4px;
}
.cta-bar--accent .hero-cta--ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff !important;
}
.cta-bar--accent .hero-cta--ghost:hover {
  background: #fff;
  color: #1e40af !important;
  border-color: #fff;
}
.eyebrow--light {
  color: rgba(255, 255, 255, 0.7);
}
.cta-bar h2.sac-energy-cta-h2 {
  margin: 0 0 10px 0;
  color: #0f172a;
}
#header-cta {
  padding-bottom: 20px;
}
.square-card-container,
.tips-and-tricks-article-container {
  display: block;
  width: 275px;
  height: 275px;
  margin: 40px auto 0 auto;
}
.square-card-container p,
.tips-and-tricks-article-container p {
  font-size: 15px;
  padding: 0 10px;
  line-height: 20px;
}
.square-card-container .icon-container,
.tips-and-tricks-article-container .icon-container {
  display: block;
  width: 100%;
  height: 162px;
  line-height: 162px;
}
.square-card-container .icon-container img,
.tips-and-tricks-article-container .icon-container img {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .square-card-container,
  .tips-and-tricks-article-container {
    width: 260px;
    height: 260px;
  }
  .square-card-container .icon-container,
  .tips-and-tricks-article-container .icon-container {
    height: 147px;
    line-height: 147px;
  }
}
/* ######################################### # Table Styling ######################################### */
table {
  margin: 15px auto;
  font-family: "proxima-nova";
  font-weight: "100";
}
table td {
  padding: 20px;
}
table td.text-right {
  padding: 8px 8px 32px 8px;
}
table td.text-right span {
  display: block;
  color: #4b4b4b;
  font-size: 0.8em;
}
table td.cent-field {
  font-size: 38px;
}
table td.cent-field span {
  font-size: 25px;
  line-height: 45px;
  color: #4b4b4b;
  vertical-align: top;
}
table th {
  padding: 5px 20px;
}
table .border-bottom {
  border-bottom: 1px solid #bbb;
}
table .border-right {
  border-right: 1px solid #bbb;
}
table.mobile td {
  padding: 20px 5px;
}
table.mobile td.text-right {
  padding-right: 8px;
}
table.mobile th span {
  display: block;
  color: #4b4b4b;
  font-size: 0.6em;
}
/* ######################################### # SAC Energy Page ######################################### */
.tips-and-tricks-article-container {
  overflow: hidden;
  height: auto;
}
.tips-and-tricks-article-container h5 {
  padding-top: 20px;
}
.tips-and-tricks-article-container h5 a {
  color: #2d2d2d;
  transition: 0.3s;
}
.tips-and-tricks-article-container h5 a:hover,
.tips-and-tricks-article-container h5 a:active {
  color: #f5a623;
}
.tips-and-tricks-article-container span {
  text-align: center;
  color: #777;
  text-transform: uppercase;
  margin: 25px 5px;
  font-size: 15px;
  display: block;
}
.tips-and-tricks-article-container .details-container {
  display: block;
  height: 85px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.tips-and-tricks-article-container .read-tip-button {
  display: block;
  text-align: center;
  background-color: #f5a623;
  color: #fff;
  line-height: 55px;
  text-align: center;
  font-size: 17.25px;
  height: 55px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s;
}
.tips-and-tricks-article-container .read-tip-button:hover,
.tips-and-tricks-article-container .read-tip-button:active {
  text-decoration: none;
  background-color: #2d2d2d;
}
.tips-and-tricks-article-container img {
  margin: 41px 0;
}
.tips-and-tricks-article-container img:hover {
  color: #d82c2c;
}
.senior-citizen-discount span {
  background-color: #84bf41;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* ######################################### # SAC's Page ######################################### */
.frn-offer-card {
  margin-top: 10px;
  margin-bottom: 10px;
}
.towing-and-recovery-photo {
  border: 4px solid #fff;
  margin-bottom: 15px;
}
