/*
Theme Name: UPPCO Child Theme
Theme URI: http://www.uppco.com
Version: 1.1
Description: UPPCO custom development.
Author: Sparkdash
Author URI: https://sparkdash.com/
template: bb-theme
*/

/*
------------------------- 
-------------------------
	||	Misc/Admin	||
-------------------------
------------------------- 
*/


.search .featured-search {
	position:relative;
	background: #fff;
    border: 1px solid #007D43;
    border-radius: 4px;
	padding: 20px !important;
	margin-bottom: 20px !important;
	margin:0 -20px 20px !important;
	border-bottom:1px solid #007D43 !important;
}

.search .fl-post-header {
	margin-top:6px !important;
}
.search .fl-post-header,
.search article p {
	margin-bottom: 10px;
}

.search article .fl-post-more-link {
	font-size:15px;
	font-weight:bold;
}
.search .featured-search h2 a {
	font-weight:bold;
}

.search .featured-search .curated-result {
	position: absolute;
    right: 0;
	top:0;
    padding-right: 10px;
    padding-left: 5px;
    font-size: 14px;
    background: #007D45;
    color: white;
    padding: 3px 10px 3px 10px;
    border-radius: 0 0 0 8px;
}
.search .fl-archive-title {
	padding-bottom:20px !important;
}

p {
  margin-bottom: 20px;
}
h3 {
  margin-top: 10px;
}
.fl-page-content ul,
.fl-page-content ol {
  margin-bottom: 25px;
}
.fl-page-content ul li,
.fl-page-content ol li {
  margin-bottom: 1em;
  padding-left: 10px;
}
.builder-msg {
  display: none;
}
.fl-builder-edit .builder-msg {
  display: block;
}
@keyframes example {
  0% {
    left: 70%;
  }
  100% {
    left: 50%;
  }
}
.hotpink {
  color: hotpink;
  font-weight: 800;
  font-style: italic;
  display: inline-block !important;
}

/*
-------------------------
-------------------------
	||	Layout	 ||
-------------------------
-------------------------
*/
.show-mobile {
  display: none;
}
.text-centered {
  text-align: center;
}
.flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#wpfront-scroll-top-container {
  max-width: 80px !important;
  z-index: 9999999;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}

.text-left,
.left-aligned {
  text-align: left;
}
.text-right,
.right-aligned {
  text-align: right;
}
.text-center,
.center-aligned {
  text-align: center;
}

.no-margin {
  margin: 0 !important;
}
.green-text {
  color: #00794b !important;
}
.quick-link-icon span,
.black-text {
  color: #4c4c4c !important;
}

.button {
  font-size: 15px;
  border-radius: 4px;
  padding: 5px 10px;
}
.button:hover {
  text-decoration: none !important;
}
.custom-col-sm-3 {
  width: 24%;
  vertical-align: top;
  display: inline-block;
}

/*
-------------------------
-------------------------
	||  Design  ||
------------------------- 
------------------------- 
*/
.uppco-anchor-link {
  font-weight: 700 !important;
  text-decoration: underline;
}
.img-clipped-corners-and-box-shadow img {
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
}
.box-drop-shadow {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
}

.info-graphic-photo .fl-photo img {
  width: 100%;
  max-width: 800px !important;
  border-radius: 36px 36px 36px 36px;
  -moz-border-radius: 36px 36px 36px 36px;
  -webkit-border-radius: 36px 36px 36px 36px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
  transition: all 0.12s ease-in-out;
}
.info-graphic-photo .fl-photo img:hover {
  transform: scale(1.03);
  -webkit-box-shadow: 0px 5px 15px 2px rgba(125, 125, 125, 0.75);
  -moz-box-shadow: 0px 5px 15px 2px rgba(125, 125, 125, 0.75);
  box-shadow: 0px 5px 15px 2px rgba(125, 125, 125, 0.75);
}

.font-weight-500 {
  font-weight: 500;
}
.button-green {
  color: white;
  background-color: #007d44;
  transition: all ease-in 0.12s;
  border-radius: 4px;
}
.button-white {
  color: #454545;
  background-color: #fff;
  transition: background-color ease-in 0.15s;
}
.button-green:hover,
.button-green:focus,
.button-green:active {
  color: #ffffff;
  background-color: #feb322;
  text-decoration: none !important;
}
.button-white:hover,
.button-white:focus,
.button-white:active {
  color: #fff;
  background-color: #007d43;
  transition: background-color ease-in 0.15s;
}
.button-hover-white:hover,
.button-hover-white:focus,
.button-hover-white:active {
  background-color: #ffffff;
  color: #007d45;
}
/*
-------------------------
-------------------------
Reused Modules
------------------------- 
------------------------- 
*/
.orange-square-title span.fl-heading-text::before {
  width: 34px;
  height: 25px;
  background: #feb323;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 5px 10px 5px 0;
}

.green-title-container {
  text-align: center;
  border-radius: 15px;
}
.green-title-container h1 {
  background: #007d44;
  font-weight: 800;
  padding: 25px;
  font-size: 32px;
  color: white;
  border-radius: 15px 15px 0 0;
}
.green-title-container img {
  width: 80%;
  margin: 0 auto;
}
.green-title-container .green-title-content {
  padding: 25px 50px 50px;
}
.grey-title-container {
  text-align: center;
  border-radius: 25px;
}
.grey-title-container h2 {
  font-weight: 700;
  margin: 5px;
  font-size: 36px;
  line-height: 1em;
  color: white;
}
.grey-title-container h2 span {
  display: block;
  font-size: 24px;
}
.grey-title-container .grey-heading-content {
  background: #939393;
  padding: 25px 0;
  border-radius: 25px 25px 0 0;
}
.grey-title-container .grey-title-content {
  padding: 45px 0 50px;
  font-size: 22px;
  max-width: 65%;
  line-height: 1.2;
  margin: 0 auto;
  min-height: 6em;
}

/* Contact Us Internal Page Box */
/* .contact-box-container {
  padding: 25px;
  border-radius: 25px;
}
.contact-box-container .contact-information {
  text-align: right;
  margin-top: 20px;
}
.contact-box-container .contact-information h4 {
	font-size:24px;
}
.contact-box-container .contact-information h3,
.contact-box-container .contact-information h4 {
  font-weight: 700;
  margin: 0 0 20px;
}
.contact-box-container .button {
    padding: 10px 30px;
    margin: 0px 0 20px;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 700;
    border-radius: 4px;
    width: auto;
    display: inline-block;
    text-align: center;
}
.contact-box-container p {
 	margin-bottom:5px;
	font-size: 18px;
}
.contact-box-container p a {
  font-size: 17px;
  text-decoration: underline;
  font-weight: 600;
}
.contact-box-container img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(235, 235, 235, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(235, 235, 235, 1);
  box-shadow: 0px 0px 5px 0px rgba(235, 235, 235, 1);
} */

.contact-box-container {
  padding: 25px;
  border-radius: 25px;
}
.contact-box-container .contact-information {
  text-align: right;
}
.contact-box-container .contact-information h3 {
  font-size: 36px;
  line-height: 1.2;
}
.contact-box-container .contact-information h4 {
  font-size: 30px;
  margin: 30px 0;
}
.contact-box-container .contact-information h3,
.contact-box-container .contact-information h4 {
  font-weight: 700;
}
.contact-box-container .button {
  padding: 10px 35px;
  margin: 0 0 20px;
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 700;
  width: auto;
  max-width: 205px;
  display: block;
  text-align: center;
}
.contact-box-container .contact-information .button {
  margin: 20px auto;
}
.contact-box-container p {
  margin-bottom: 5px;
  font-size: 22px;
}
.contact-box-container p a {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 600;
}
.contact-box-container img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(235, 235, 235, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(235, 235, 235, 1);
  box-shadow: 0px 0px 5px 0px rgba(235, 235, 235, 1);
}
/*
-------------------------
-------------------------
Header
------------------------- 
------------------------- 
*/
/* header .fl-row:not(#util-row) .fl-row-content-wrap {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
} */
header.fl-theme-builder-header-scrolled #header-row > .fl-row-content-wrap {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
header i {
  margin-right: 3px !important;
}

.vertical-grey-gradient {
  background: #dbdbdb;
  background: -moz-linear-gradient(top, #dcdcdc 0%, #ffffff 100%) !important;
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #ffffff 100%) !important;
  background: linear-gradient(to bottom, #dcdcdc 0%, #ffffff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=0 );
}

#header-nav-column {
  width: 90%;
  margin: 0 0 0 auto;
}
#header-nav-column #menu-item-149 {
  width: 28% !important;
  text-align: center;
}
#header-nav-column li {
  width: 14.4%;
  text-align: center;
}
#header-nav-column li a:hover,
#menu-header-main-navigation li a:hover {
  color: #feb322 !important;
}
#header-nav-column .parent-item i,
#menu-header-main-navigation .parent-item i {
  display: none;
}
#header-row > .fl-row-content-wrap {
  padding: 0;
}
#menu-item-244 {
  width: 28% !important;
}
.uppco-logo a {
  display: inline-block;
}
.uppco-logo img {
  padding: 8px 0;
  max-height: 99px;
  transition: all 0.15s;
}
.fl-theme-builder-header-scrolled .uppco-logo img {
  padding: 4px 0;
  max-height: 65px;
  transition: all 0.15s;
}
#header-row .fl-col-group #hydro-water-level-column {
  position: relative;
}
#header-triangle {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}
#header-outage-map-cta {
  color: #008141;
  line-height: 1;
  max-width: 160px;
  /* padding: 15px 50px; */
  margin: 0 auto;
}
#header-outage-map-cta span {
  display: block;
  font-size: 22px;
  margin-bottom: 2px;
}
#header-outage-map-cta a {
  font-size: 17px;
  text-decoration: underline;
  font-weight: bold;
}
#header-outage-map-cta a:hover {
  color: #007d44;
}
.util-nav-row span {
  padding: 0 10px;
  font-size: 15px;
  color: #666666;
}
#util-row .menu a {
  transition: all 0.15s;
}
.fl-theme-builder-header-scrolled #util-row .menu a,
.fl-theme-builder-header-shrink #util-row .menu a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  transition: all 0.15s;
}
.menu-item-description {
  display: none;
}
#header-nav-column .menu-item-description {
  display: block;
}

/* Dropdown */
#header-nav-column li .sub-menu li {
  width: 100%;
  padding: 5px 0 5px 10px;
  text-align: left;
}
#header-row .dd-row li a {
  color: #534f4c !important;
}
#header-row .dd-row li a:hover,
#header-row .dd-row li a:active,
#header-row .dd-row li a:focus,
#header-row .dd-row h4 a:hover,
#header-row .dd-row h4 a:active,
#header-row .dd-row h4 a:focus {
  color: #007d44 !important;
}
#header-row .dd-row h4 span {
  border-bottom: 1px solid;
}
#header-row .dd-row h4 a {
  line-height: 1.4em;
}
body:not(.fl-builder-edit) #header-row .dd-show {
  display: none;
}
body:not(.fl-builder-edit) .footer-quick-links-row .show {
  display: none;
}
#header-row .dd-menu .fl-module-content {
  /*margin-left: 10px;*/
}
#header-row .dd-head .fl-module-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Dropdown fix 6/19/19 */

#header-row .mega-menu .fl-has-submenu-container {
/*   padding-bottom: 50px; */
}
#header-row .mega-menu ul.sub-menu {
  border-top: 3px solid #feb322 !important;
  border-bottom: 1px solid #eae8e8 !important;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.38) !important;
  -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.38) !important;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.38) !important;
	margin-top:0 !important;
}
.fl-theme-builder-header-scrolled
  #header-row
  .mega-menu
  .fl-has-submenu-container {
/*   padding-bottom: 35px; */
}
/*.uppco-primary-nav-container ul.sub-menu ul.sub-menu {
    background-color: none !important;
    border-top: none !important;
}*/

/*
-------------------------
-------------------------
	||	Footer	 ||
------------------------- 
------------------------- 
*/

footer {
  line-height: 1em;
}
.footer-links {
  font-size: 14px;
  font-weight: 500;
}
.footer-logo img,
.logo-bottom img {
  width: 50% !important;
}
.logo-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -0);
}
.foot-menu a:hover {
  text-decoration: underline;
}
.f-show {
  display: none;
}

/*
-------------------------
-------------------------
	||	Banner	||
------------------------- 
------------------------- 
*/
.hp-banner-vertical-align {
  position: absolute;
  transform: translateY(-50%);
  top: 43%;
  right: 15%;
}

.banner-vertical-align {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 15%;
}
.banner-content {
  background-color: rgba(250, 250, 250, 0.75);
  padding: 30px 45px;
  border-radius: 15px;
  max-width: 520px;
  min-width: 500px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.banner-content .banner-title {
  font-weight: 800;
  font-size: 50px;
  display: block;
  line-height: 0.9;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.banner-content .banner-text {
  font-weight: 600;
  font-size: 17px;
  display: block;
  text-transform: uppercase;
}
.banner-content .banner-button {
  background-color: #007d44;
  color: white;

  border-radius: 6px;
  font-size: 15px;
}
.banner-content .button {
  display: inline-block;
  font-weight: 700;
  margin: 20px 10px 0px 0;
}
.banner-quick-links {
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.6) 52%,
    #feb323 52%
  );
  max-height: 130px;
}
.banner-quick-links .customer-section {
  font-weight: 600;
  font-size: 22px;
}
.banner-quick-links .customer-section a {
  padding: 6px 12px;
  margin: 0 5px;
}
.banner-quick-links .links-section {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

.banner-quick-links .quick-link-icon img {
  margin: 0 auto;
  display: block;
  padding-bottom: 10px;
}
.banner-quick-links .links-section span {
  font-weight: 600;
  color: #4c4c4c;
  font-size: 14px;
}
.banner-quick-links .links-section .col-sm-3:hover,
.col-sm-3:hover a {
  top: -5px;
  text-decoration: none;
}
.quick-links-mobile .links-section ul li {
  margin-bottom: 15px !important;
}
/*
-------------------------
-------------------------
	||	Homepage   ||
-------------------------
------------------------- 
*/
.hp-lg-spiff-top-icons {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(150, 150, 150, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(150, 150, 150, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(150, 150, 150, 0.75);
  border-radius: 15px;
}
#smart-meter-guage {
  position: absolute;
  bottom: 16%;
  right: 2%;
}
#smart-meter-guage img {
  max-width: 200px;
}
.hp-lg-spiff-top-icons img {
  border-radius: 15px;
}
.hp-banner-description {
  position: absolute;
  bottom: 20%;
  left: 200px;
  font-style: italic;
  text-shadow: 0px 0px 2px rgba(100, 100, 100, 1);
  color: white;
}
/* Headings  */
.large-spiff img {
  width: 100%;
  border-radius: 16px;
}
.large-spiff .box-drop-shadow {
  border-radius: 15px;
}
.hp-heading {
  position: relative;
  text-align: center;
  letter-spacing: 5px;
  font-weight: 700;
}
.hp-heading span {
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.banner-text ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.banner-text ul li {
  padding-left: 0;
}
.banner-text a {
  color: #454545 !important;
  border-bottom: 2px solid #939393;
  display: block !important;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.banner-text a:hover,
.banner-text a:focus,
.banner-text a:active {
  text-decoration: none !important;
  outline: none;
}

.hp-heading:before {
  background: #007d44;
  content: "";
  display: block;
  height: 2.5px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}
.links-section .green-text {
  display: none;
}
.links-section ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.links-section ul li {
  padding-left: 0;
}
.display-less-1400 {
  display: none;
}
/* Homepage Spiffs*/
.large-spiff .hp-large-spiffs {
  position: absolute;
  border-radius: 0 0 15px 15px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  min-height: 70px;
  height: 70px;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.large-spiff a:hover .hp-large-spiffs {
  /* background-color: rgba(255, 255, 255, 0.9); */
  background-color: rgba(254, 179, 34, 0.8);
}
/* .large-spiff .box-drop-shadow:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
} */
.small-spiff img {
  padding-bottom: 10px;
  display: block;
  margin: 0 auto;
}
.small-spiff .hp-spiff-small-text {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.small-spiff a:hover,
.small-spiff a:hover p {
  text-decoration: none;
  /*color: #007d44 !important;*/
  color: #feb322 !important;
}

/* Slick */
.slick-next-arrow,
.slick-prev-arrow {
  z-index: 9;
  position: absolute;
  transform: translateY(-50%);
  top: 43%;
  font-size: 300%;
  color: rgba(255, 255, 255, 0.75);
  text-shadow: 1px 0px 1px rgba(150, 150, 150, 1);
}
.slick-next-arrow:hover,
.slick-prev-arrow:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
}
.slick-prev-arrow {
  left: 50px;
}
.slick-next-arrow {
  right: 50px;
}
.ql-link-section .fl-module-content,
.ql-customer-section .fl-module-content {
  margin: 0px !important;
  padding: 15px !important;
}
.ql-link-section .fl-module-content,
.ql-customer-section .fl-module-content {
  margin: 0px !important;
  padding: 15px !important;
}
.banner-quick-links .fl-row-content-wrap {
  padding: 0;
}
/*
---------------------------------
---------------------------------
	||	Outage Center	||
---------------------------------
--------------------------------- 
*/

body:not(.fl-builder-edit) .map-legend {
  margin-bottom: -220px;
  position: relative;
  z-index: 1;
}
.page-id-69 .fl-page-content {
  padding-top: 20px;
}
body:not(.fl-builder-edit) .map-legend-content {
  display: none;
}

/*
-------------------------
-------------------------
Smart Energy Page
------------------------- 
------------------------- 
*/
.smart-energy-additional-resources ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
.smart-energy-additional-resources ul li {
  margin: 10px 0;
}
.smart-energy-page-banner-guage {
  position: absolute;
  bottom: 5px;
  left: 10%;
  transform: translateY(20%);
}
.smart-energy-page-banner-guage img {
  max-width: 75%;
}
/*
-------------------------
-------------------------
Services and Rates
------------------------- 
------------------------- 
*/
.page-id-73 hr {
  border: none;
  border-bottom: 3px solid #939393;
  width: 60%;
  text-align: left;
  margin: 0;
}
.page-id-73 ol > li {
  /* padding: 15px 0; */
}
.page-id-73 ol > li > p {
  margin-bottom: 15px;
}
.page-id-73 ol ul {
  margin: 10px 0;
  list-style-type: disc;
}
.page-id-73 .uppco-green-box table {
  width: 80%;
  margin: 30px auto 30px;
}
.page-id-73 .uppco-green-box table th {
  text-align: center;
  border-top: 2px solid #787878;
  border-bottom: 2px solid #787878;
  background-color: #e2e2e2;
  padding: 10px;
  font-size: 22px;
}
.page-id-73 .uppco-green-box table tr {
  text-align: center;
  border-top: 2px solid #787878;
  border-bottom: 2px solid #787878;
}
.page-id-73 .uppco-green-box table tr td {
  font-weight: bold;
  padding: 10px;
  font-size: 20px;
}
.sec-by-sec-title {
  font-weight: bold;
  font-size: 22px;
}
.page-id-73 .section-by-section-breakdown-list {
  list-style-type: none;
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
}
.page-id-73 .section-by-section-breakdown-list li {
  margin: 10px 0;
  padding-left: 30px;
}
.page-id-73 .section-by-section-breakdown-list li span {
  padding-right: 30px;
  min-width: 120px !important;
  display: inline-block;
}

/*
-------------------------
-------------------------
Help With Energy Bill
------------------------- 
------------------------- 
*/
.page-id-77 .table-column {
  background-color: #e8e8e8;
  margin: 0 !important;
  text-align: center;
  font-weight: 600;
  border-bottom: 4px solid #4c4c4c;
  padding: 0 !important;
}
.page-id-77 #border-right {
  border-right: 2px solid #4c4c4c;
}

.page-id-77 #border-left {
  border-left: 2px solid #4c4c4c;
}
.income-guidelines table {
  width: 100%;
  background-color: white;
}
.income-guidelines td,
.page-id-77 table.alternate-row-colors th {
  border: 1px solid #dddddd;
  text-align: left;

  text-align: center;
}
.page-id-77 table.alternate-row-colors tr:nth-child(even) {
  background-color: #dddddd;
}

.income-guidelines .footer-row p {
  padding: 20px !important;
  font-weight: 600;
}
.income-guidelines .row {
  margin: 0 !important;
}
.income-guidelines .footer-row {
  text-align: center;
}
.income-guidelines {
  max-width: 675px;
  margin: 0 auto;
  border-radius: 15px;
}
.income-guidelines .title-container {
  background-color: #4c4c4c;
  padding: 15px 0;
  border-radius: 13px 13px 0 0;
}
.income-guidelines h3 {
  margin: 0;
  text-align: center;
  font-size: 24px;
  color: white;
  font-weight: bold;
}
.income-guidelines .column-title {
  background-color: #e8e8e8;
  margin: 0 !important;
  padding: 10px;
  height: 3.5em;
  text-align: center;
  font-weight: 600;
  border-bottom: 4px solid #4c4c4c;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.table-information-source {
  text-align: center;
  font-size: 10px;
}
.page-id-77 .lg-spiffs,
.page-id-77 .lg-spiffs img {
  border-radius: 15px;
}
.home-heating-credit .column-title {
  min-height: 6.4rem !important;
}
.page-id-77 .lg-spiffs .black-text {
  border-radius: 0 0 14.5px 14.5px;
  text-align: left;
  padding: 10px 20px !important;
  font-size: 16px !important;
  min-height: 65px !important;
}
.page-id-77 .large-spiff a:hover .hp-large-spiffs {
  background-color: rgba(254, 179, 34, 0.8);
}

/*
-------------------------
-------------------------
Your Safety
------------------------- 
------------------------- 
*/
.page-id-99 .your-safety-buttons {
  background-color: #007d44;
  color: white;
  min-height: 50px;
  width: 100%;
  border-radius: 15px;
}
.page-id-99 .safety-buttons-half {
  min-height: 50px;
  max-height: 50px;
  padding: 15px 0;
}
.safety-buttons-half:first-child {
  margin-bottom: 10px;
}
.page-id-99 .safety-buttons-full {
  min-height: 110px;

  max-height: 110px;
  padding: 15px 20px;
}

.page-id-99 .your-safety-buttons .title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 5px;
  line-height: 1;
}
.page-id-99 .your-safety-buttons p {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
/*
-------------------------
-------------------------
Understanding Your Bill Page
------------------------- 
------------------------- 
*/
/*
-------------------------
-------------------------
EXPLAINING POWER COSTS
------------------------- 
------------------------- 
*/

.page-id-101 .urban-homes-cost-less {
  background-color: #67bbdd;
  border-radius: 5px;
  padding: 3px;
}
.page-id-101 .rural-homes-cost-less {
  background-color: #007d44;
  border-radius: 5px;
  padding: 3px;
}
.page-id-101 .urban-homes-cost-less-title {
  position: absolute;
  left: 0px;
  top: 50% !important;
  transform: translateY(-50%) !important;
  text-align: left;
}
.page-id-101 .urban-homes-cost-less,
.page-id-101 .rural-homes-cost-less {
  height: 215px;
  padding: 5px;
}

.page-id-101 .urban-homes-cost-less .col-sm-3,
.page-id-101 .rural-homes-cost-less .col-sm-3 {
  position: relative;
  height: 195px;
  background-color: white;
}
.page-id-101 .urban-homes-cost-less .col-sm-3 img,
.page-id-101 .rural-homes-cost-less .col-sm-3 img {
  padding: 5px;
  text-align: left;
  top: 0 !important;
  height: 146px;
  width: auto;
}
.page-id-101 .rural-homes-cost-less .col-sm-3 p,
.page-id-101 .urban-homes-cost-less .col-sm-3 p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 2px;
  text-align: center;
}
.page-id-101 .urban-homes-cost-less .col-sm-3 p {
  color: #67bbdd;
}
.page-id-101 .rural-homes-cost-less .col-sm-3 p {
  color: #007d44;
}
.page-id-101 .urban-homes-cost-less .col-sm-9,
.page-id-101 .rural-homes-cost-less .col-sm-9 {
  display: flex;
  height: 170px;
  justify-content: center;
  flex-direction: column;
}
.page-id-101 .urban-homes-cost-less .col-sm-9 h2,
.page-id-101 .rural-homes-cost-less .col-sm-9 h2 {
  margin: 0;
  color: white;
  font-weight: 700;
}
.page-id-101 .urban-homes-cost-less .col-sm-9 .electricity-costs-sub-title,
.page-id-101 .rural-homes-cost-less .col-sm-9 .electricity-costs-sub-title {
  margin: 0;
  color: white;
  font-weight: 900;
  font-size: 52px;
}
.page-id-101 .rural-urban-graphic {
  border-radius: 15px;
  width: 100% !important;
  margin: 20px 0 0;
}
.page-id-101 .cost-explination-urban,
.page-id-101 .cost-explination-rural {
  text-align: center;
  color: #007d44;
  padding: 50px 0;
}
.page-id-101 .cost-explination-urban span,
.page-id-101 .cost-explination-rural span {
  font-size: 22px;
  display: block;
}
.page-id-101 .compare-up-arrow {
  position: absolute;
  transform: translateY(-100%);
  top: 10%;
  right: 7%;
}
.page-id-101 .compare-down-arrow {
  position: absolute;
  bottom: 3%;
  z-index: 12;
  transform: translateY(100%);
  left: 5%;
}
.page-id-101 .did-you-know-box {
  border-radius: 15px;
}
/*
-------------------------
-------------------------
What We Do
------------------------- 
------------------------- 
*/
.page-id-111 .col-sm-2 {
  padding: 0 !important;
}
.page-id-111 .info-graphic-photo.service-overview-infographic .fl-photo img,
.page-id-111
  .info-graphic-photo.service-overview-infographic
  .fl-photo
  img:hover {
  box-shadow: none !important;
  border-radius: none !important;
}

.page-id-111 .uppco-hydroelectric-sites,
.page-id-111 .integrated-grid-system {
  border-radius: 15px;
}
.page-id-111 #border-bottom-right,
.page-id-111 #border-bottom-right img {
  border-radius: 0 0 15px;
}
.page-id-111 #border-bottom-left,
.page-id-111 #border-bottom-left img {
  border-radius: 0 0 0 15px;
}
.page-id-111 .slider-nav-integrated-grid,
.page-id-111 .slider-nav-hydro-electric {
  padding: 15px 0;
}
.page-id-111 .slider-nav-integrated-grid img,
.page-id-111 .slider-nav-hydro-electric img {
  border-radius: 10px;
  padding: 5px;
}
.page-id-111 .slider-for-integrated-grid .slide-content,
.page-id-111 .slider-for-hydro-electric .slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
  font-size: 22px;
}
.page-id-111 .green-background-title {
  background-color: #007d44;
  text-align: center;
  color: white;
  padding: 20px 0;
  font-size: 30px;
  font-weight: 700;
  border-radius: 15px 15px 0 0;
}
.page-id-111 #tablepress-2 caption {
  margin: 10px !important;
}
.page-id-111 #tablepress-2 thead .column-1 {
  border-bottom: 3px solid #4c4c4c;
  border-right: 3px solid #4c4c4c;
}
.page-id-111 #tablepress-2 tbody .column-1 {
  border-right: 3px solid #4c4c4c;
}
.page-id-111 #tablepress-2 thead .column-2 {
  border-bottom: 3px solid #4c4c4c;
  border-right: 3px solid #4c4c4c;
  border-left: 3px solid #4c4c4c;
}
.page-id-111 #tablepress-2 tbody .column-2 {
  border-right: 3px solid #4c4c4c;
  border-left: 3px solid #4c4c4c;
}

.page-id-111 #tablepress-2 thead .column-3 {
  border-left: 3px solid #4c4c4c;
}
.page-id-111 #tablepress-2 thead .column-3 {
  border-bottom: 3px solid #4c4c4c;
  border-left: 3px solid #4c4c4c;
}
.page-id-111 #tablepress-2 tbody .column-4 {
  border-left: 3px solid #4c4c4c;
}
.page-id-111 #tablepress-2 thead .column-4 {
  border-bottom: 3px solid #4c4c4c;
  border-left: 3px solid #4c4c4c;
}
.page-id-111 #tablepress-2 thead th {
  padding: 20px 10px !important;
  background-color: #fff;
}
.page-id-111 .custom-table-footer {
  height: 10px;
  border-radius: 0 0 15px 15px;
}
.page-id-111 .centenial-farms-table p {
  margin: 0;
}
.page-id-111 .centenial-farms-table .fl-rich-text {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
}
.page-id-111 .custom-table-head {
  background-color: #4c4c4c;
  color: white;
  padding: 20px;
  font-size: 24px;
  text-align: center;
  border-radius: 15px 15px 0 0;
}

/*
-------------------------
-------------------------
Helping Our Community
------------------------- 
------------------------- 
*/

.page-id-105 #tablepress-1 caption {
  margin: 10px !important;
}
.page-id-105 #tablepress-1 thead .column-1 {
  border-bottom: 2px solid #4c4c4c;
  border-right: 2px solid #4c4c4c;
}
.page-id-105 #tablepress-1 thead .column-2,
.page-id-105 #tablepress-1 thead .column-3 {
  border-bottom: 2px solid #4c4c4c;
  border-right: 2px solid #4c4c4c;
  border-left: 2px solid #4c4c4c;
}
.page-id-105 #tablepress-1 thead .column-4 {
  border-bottom: 2px solid #4c4c4c;
  border-left: 2px solid #4c4c4c;
}
.page-id-105 #tablepress-1 thead th {
  padding: 20px 10px !important;
  background-color: #fff;
}

.page-id-105 .custom-table-footer {
  height: 10px;
  border-radius: 0 0 15px 15px;
}
.page-id-105 .centenial-farms-table p {
  margin: 0;
}
.page-id-105 .centenial-farms-table .fl-rich-text {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
}
.page-id-105 .custom-table-head {
  background-color: #4c4c4c;
  color: white;
  padding: 20px;
  padding-left: 60px;
  font-size: 28px;
  text-align: left;
  border-radius: 15px 15px 0 0;
}
/*------------------------------
------------------------------
Education Page 
------------------------------
------------------------------*/
.photo-content-block {
  display: block;
  max-width: 628px;
  color: #454545;
  text-decoration: none;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(125, 125, 125, 0.75);
}
.photo-content-block:hover {
  color: #454545;
  text-decoration: none;
}
.photo-content-block .photo-content-top {
  position: relative;
}
.photo-content-block .photo-content-top h4,
.photo-content-block .photo-content-top span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 50px;
  padding: 15px 25px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  font-size: 18px;
}
.photo-content-block .photo-content-top .title-on-top {
  position: relative;
  background-color: rgba(255, 255, 255, 1);
}
.photo-content-block .photo-content-top span {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
}
.photo-content-block:hover h4 {
  background-color: rgba(254, 179, 34, 0.8);
}
.photo-content-block .photo-content-bottom {
  min-height: 140px;
  padding: 15px 25px;
  font-size: 17px;
}
.photo-content-block .photo-content-bottom span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.page-id-103 .tips-section ul,
.page-id-15378 .tips-section ul {
  list-style-type: none;
  padding-inline-start: 0 !important;
  -webkit-padding-start: 0 !important;
}
.page-id-103 .large-spiff a:hover,
.page-id-15378 .large-spiff a:hover {
  text-decoration: none !important;
}
.page-id-103 .tips-section ul li,
.page-id-15378 .tips-section ul li {
  padding: 20px 0 !important;
}
.page-id-103 .contact-box-container h4,
.page-id-103 .contact-box-container h3,
.page-id-15378 .contact-box-container h4,
.page-id-15378 .contact-box-container h3 {
  margin: 10px 0 !important;
}
.page-id-103 .top-five-tips-header,
.page-id-15378 .top-five-tips-header {
  text-align: left;
}
.page-id-103 .top-five-tips-icon,
.page-id-103 .top-five-tips-title,
.page-id-15378 .top-five-tips-icon,
.page-id-15378 .top-five-tips-title {
  display: inline-block;
  vertical-align: middle;
}
.page-id-103 .top-five-tips-icon,
.page-id-15378 .top-five-tips-icon {
  height: 100px;
  padding: 15px 0;
  background-color: #007d44;
}
.page-id-103 .top-five,
.page-id-15378 .top-five {
  color: #feb323;
}
.page-id-103 .tips,
.page-id-15378 .tips {
  color: #fff;
}
.page-id-103 .top-five-tips-title,
.page-id-15378 .top-five-tips-title {
  padding-left: 20px;
  font-size: 42px;
  font-weight: 700 !important;
}
.page-id-103 .top-five-tips-icon span,
.page-id-15378 .top-five-tips-icon span {
  display: block;
  font-size: 30px;
  width: 150px;
  font-weight: 800;
  text-align: center;
}
.page-id-103 .tip-content-col,
.page-id-15378 .tip-content-col {
  text-align: left;
}
.page-id-103 .tip-content-col p,
.page-id-15378 .tip-content-col p {
  font-size: 17px;
}
.page-id-103 .tip-number,
.page-id-15378 .tip-number {
  width: 100%;
  vertical-align: middle;
  max-width: 50px;
  font-size: 30px;
  font-weight: 900;
  padding: 10px;
  line-height: 1;
  color: #feb323;
  height: 50px;
  background-color: #007d44;
}
.page-id-103 .energy-tips-link-content,
.page-id-15378 .energy-tips-link-content {
  color: #454545;
  text-align: left;
  padding: 15px 25px;
  font-size: 17px;
  min-height: 140px;
}
.page-id-103 .energy-tips-link-content p,
.page-id-15378 .energy-tips-link-content p {
  margin-bottom: 5px;
}
.page-id-103 .energy-tip-title,
.page-id-15378 .energy-tip-title {
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px;
}
.page-id-103 .energy-tips-image-overlay div,
.page-id-15378 .energy-tips-image-overlay div {
  padding: 15px 25px !important;
  min-height: 50px !important;
}
.page-id-103 .energy-tips-image-overlay,
.page-id-103 .energy-tips-image-overlay img,
.page-id-103 .energy-tips-image-overlay div,
.page-id-15378 .energy-tips-image-overlay,
.page-id-15378 .energy-tips-image-overlay img,
.page-id-15378 .energy-tips-image-overlay div {
  border-radius: 0 !important;
  text-align: left !important;
}
.page-id-103 .energy-tips-image-overlay img,
.page-id-15378 .energy-tips-image-overlay img {
  border-radius: 15px 15px 0 0 !important;
}
.page-id-103 .top-tips-logo-content,
.page-id-15378 .top-tips-logo-content {
  text-align: center;
  padding: 10px;
}

.page-id-103 .top-five-tips-box,
.page-id-15378 .top-five-tips-box {
  padding: 40px;
  border-radius: 15px;
} /*------------------------------
------------------------------
Understanding Your Bill
------------------------------
------------------------------*/

/*------------------------------
------------------------------
Customer Generated Electricity
------------------------------
------------------------------*/

/*------------------------------
------------------------------
Newsroom
------------------------------
------------------------------*/

.press-release-row a,
.uppco-connection-row a {
  color: #454545;
}
.uppco-connection-row a {
  font-size: 18px !important;
}

/*
-------------------------
-------------------------
Hydro Water Levels
------------------------- 
------------------------- 
*/

/*------------------------------
------------------------------
Responsive
------------------------------
------------------------------*/
@media (max-width: 1650px) {
  .hp-banner-description {
    bottom: 25%;
  }
}
@media (max-width: 1620px) {
  body:not(.fl-builder-edit) .map-legend .fl-photo {
    text-align: right;
  }
}
@media (max-width: 1600px) {
  .banner-content .banner-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .banner-content .banner-text {
    font-size: 16px;
  }
  .banner-content {
    max-width: 480px;
    padding: 20px;
  }
  .ql-link-section .fl-module-content,
  .ql-customer-section .fl-module-content {
    margin: 0px !important;
    padding: 15px !important;
  }
  .banner-quick-links .fl-row-content-wrap {
    padding: 0;
  }
}
@media (max-width: 1400px) {
  .hp-banner-description {
    bottom: 20px;
    left: 20px;
  }
  #smart-meter-guage img {
    max-width: 130px;
  }
  #smart-meter-guage {
    position: absolute;
    bottom: 22%;
    right: 2%;
  }
  .banner-quick-links .links-section span {
    font-size: 14px;
  }
  .smart-energy-page-banner-guage img {
    max-width: 55%;
  }
  .display-less-1400 {
    display: block;
  }
  .banner-quick-links {
    background: #fff;
  }
  .banner-quick-links .ql-link-section,
  .banner-quick-links .ql-customer-section {
    width: 100% !important;
  }
  .links-section {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
  .quick-link-icon img {
    display: block;
    margin: 5px auto !important;
    padding-bottom: 5px !important;
  }
  .customer-section {
    margin: 0 auto;
    max-width: 40%;
    text-align: center;
  }
  .customer-section .green-text,
  .links-section .green-text {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .slider-container > .position-absolute {
    display: none;
  }
  .slick-next-arrow,
  .slick-prev-arrow,
  .banner-content {
    top: 50%;
  }
  .banner-quick-links .links-section {
    max-width: 600px;
  }
  .ql-link-section .fl-module-content,
  .ql-customer-section .fl-module-content {
    margin: 0px !important;
    padding: 15px !important;
  }
  #header-nav-column {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1340px) {
  .footer-logo {
    width: 25%;
    margin-left: 20%;
    margin-right: 5%;
    align-items: center;
  }
  .footer-login {
    width: 25%;
    margin-right: 20%;
    margin-left: 5%;
    align-items: center;
  }
  .footer-link-list {
    width: 25%;
  }
}
@media (max-width: 1280px) {
  body:not(.fl-builder-edit) .map-legend {
    display: none;
  }
  body:not(.fl-builder-edit) .map-legend-content {
    display: block;
  }
  .page-id-69 .fl-page-content {
    padding-top: 0;
  }
  .map-row .fl-row-content-wrap {
    padding-top: 0;
  }
  .map-row .map-module .fl-module-content {
    margin-top: 0;
  }
}
@media (max-width: 1230px) {
  #hydro-water-level-column > .fl-col-content {
    padding-left: 40px;
  }
  #hydro-water-level-column {
    width: 29% !important;
  }
  #header-navigation-column {
    width: 71%;
  }
}
@media (max-width: 1160px) {
  body:not(.fl-builder-edit) #ddRowRes .dd-show,
  body:not(.fl-builder-edit) #ddRowDid .dd-show {
    display: block;
  }
  body:not(.fl-builder-edit) #ddRowRes .dd-hide,
  body:not(.fl-builder-edit) #ddRowDid .dd-hide {
    display: none;
  }
  body:not(.fl-builder-edit) #ddRowRes .fl-col,
  body:not(.fl-builder-edit) #ddRowDid .fl-col {
    width: 33.33%;
  }
}
@media (max-width: 1050px) {
  .customer-section {
    max-width: 65%;
  }
}
@media (max-width: 999px) and (min-width: 769px) {
  body:not(.fl-builder-edit) .footer-quick-links-row .f-show {
    display: inline-block;
  }
  body:not(.fl-builder-edit) .footer-quick-links-row .f-hide {
    display: none;
  }
  .footer-quick-links-row .fl-row-content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-quick-links-row .fl-module-content {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-quick-links-row ul li {
    font-size: 13px !important;
  }
  .footer-quick-links-row ul li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 992px) {
  #smart-meter-guage img {
    max-width: 100px;
  }
  #smart-meter-guage {
    position: absolute;
    bottom: 28%;
    right: 2%;
  }
  #menu-item-244 {
    text-align: left !important;
  }
  .smart-energy-page-banner-guage {
    display: none;
  }
  .green-title-container {
    width: 100% !important;
  }
  .green-title-container img {
    width: 100% !important;
    margin: 0 auto;
  }
  .contact-box-container .contact-information h3 {
    font-size: 24px;
  }
  .contact-box-container .contact-information h4 {
    font-size: 20px;
  }
  .contact-box-container p,
  .contact-box-container p a {
    font-size: 16px;
  }
  .contact-box-container {
    padding: 20px 10px;
  }
  .contact-box-container .contact-information,
  .contact-box-container .button-column,
  .contact-box-container .customer-service-representative {
    text-align: center !important;
  }

  /* Help With Your Energy Bill */
  .page-id-77 .lg-spiffs .black-text {
    padding: 15px !important;
    font-size: 20px !important;
    min-height: 60px !important;
  }
}
@media (max-width: 900px) {
  .slick-slide .banner-content {
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    max-width: 400px !important;
    width: 100%;
    right: 50% !important;
  }
  .slick-next-arrow,
  .slick-prev-arrow {
    font-size: 200%;
  }
  .slick-prev-arrow {
    left: 30px;
  }
  .slick-next-arrow {
    right: 30px;
  }
}
@media (max-width: 890px) {
}
@media (max-width: 769px) {
  /*
-------------------------
-------------------------
Header
------------------------- 
------------------------- 
*/
  #header-navigation-column {
    width: 100%;
  }
  #menu-item-244 {
    display: none;
  }
  #header-nav-column li {
    /*width: 100%;*/
  }
  #menu-util-menu li {
    display: inline-block;
  }
  #mobile-header-logo img {
    max-height: 80px;
    width: auto;
  }
  #menu-header-main-navigation {
    top: 100%;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
  }
  #menu-header-main-navigation li a:focus,
  #header-nav-column ul li a:focus {
    color: #454545 !important;
  }
  #menu-header-main-navigation li a:hover,
  #menu-header-main-navigation li a:active,
  #header-nav-column ul li a:hover,
  #header-nav-column ul li a:active,
  #header-nav-column .parent-item.fl-active .fl-has-submenu-container a,
  #menu-header-main-navigation
    .parent-item.fl-active
    .fl-has-submenu-container
    a {
    color: #007d43 !important;
  }
  #menu-header-main-navigation .dd-menu {
    padding-left: 20px;
  }
  #menu-header-main-navigation .dd-menu .menu {
    position: relative;
    text-align: left;
  }
  #menu-header-main-navigation .dd-menu .menu li {
    padding-bottom: 5px;
  }
  #menu-header-main-navigation .dd-menu .fl-module-content {
    margin: 0;
  }
  #menu-header-main-navigation .dd-row {
    padding-left: 10px;
  }
  #menu-header-main-navigation .dd-row .fl-row-content-wrap {
    padding-top: 5px;
  }
  #menu-header-main-navigation .dd-row .fl-col-small {
    max-width: none;
  }
  #menu-header-main-navigation .parent-item .fl-has-submenu-container a {
    color: #454545;
    /*font-weight: 700;*/
    font-size: 22px;
    /*text-transform: uppercase;*/
    border-bottom: 1px solid #ccc;
    padding: 10px 25px;
  }
  #menu-header-main-navigation .parent-item .fa-angle-down {
    display: inline-block;
  }
  #menu-header-main-navigation .parent-item.fl-active .fa-angle-down {
    display: none;
  }
  #menu-header-main-navigation .parent-item.fl-active .fa-angle-up {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .page-id-101 .urban-homes-cost-less,
  .page-id-101 .rural-homes-cost-less,
  .page-id-101 .urban-homes-cost-less .col-sm-3,
  .page-id-101 .rural-homes-cost-less .col-sm-3,
  .page-id-101 .urban-homes-cost-less .col-sm-3 img,
  .page-id-101 .rural-homes-cost-less .col-sm-3 img {
    height: auto;
  }
  .orange-square-title span.fl-heading-text::before {
    max-width: 28px;
    max-height: 20px;
  }
  .info-graphic-photo .fl-photo img {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .page-id-105 #tablepress-1 {
    width: 100%;
    max-width: 100vw !important;
    font-size: 10px;
  }
  .page-id-105 #tablepress-1 thead {
    width: 100vw;
  }

  .page-id-105 #tablepress-1 tbody {
    width: 100vw;
  }
  .page-id-105 #tablepress-1 thead th {
    padding: 10px !important;
  }

  .hp-banner-description {
    display: none;
  }
  #smart-meter-guage img {
    max-width: 150px;
  }
  #smart-meter-guage {
    position: absolute;
    bottom: 16%;
    right: 2%;
  }
  .links-section .green-text {
    display: block;
  }
  .customer-section {
    max-width: 100%;
  }
  .links-section {
    max-width: 100%;
  }
  .links-section span {
    font-size: 14px;
  }
  .page-id-11 h1 {
    font-size: 28px;
    letter-spacing: 1px;
  }
  /* Page Banners */
  .banner-title br {
    display: none;
  }
  .slider-container .banner-content .banner-title,
  .slick-slider .banner-content .banner-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0 !important;
  }
  .banner-content .banner-text {
    display: none !important;
  }
  .slider-container .banner-content,
  .slick-slider .banner-content {
    text-align: center;
    padding: 20px 0 !important;
    transform: translate(-50%, -100%) !important;
    left: 50%;
    min-width: 100%;
    border-radius: 0;
    top: 100% !important;
  }

  .page-id-73 .green-title-container .green-title-content {
    padding: 25px 15px 50px;
  }
  .page-id-73 .uppco-green-box table {
    width: 80%;
  }
  .green-uppco-steps {
    display: none;
  }
  .section-by-section-breakdown-list li span {
    display: block;
    font-weight: bold;
  }

  .section-by-section-breakdown-list li .uppco-anchor-link {
    padding-inline-start: 40px;
    display: block;
    padding-bottom: 5px;
  }
  .page-id-73 hr {
    width: 100%;
  }
  .services-and-rates-banner-content .banner-text {
    display: none !important;
  }
  .banner-vertical-align {
    transform: translate(-50%, -50%) !important;
    left: 50%;
    width: 300px;
  }

  .page-id-111 .green-background-title {
    font-size: 18px;
  }
  .page-id-111 .slider-for-integrated-grid .slide-content,
  .page-id-111 .slider-for-hydro-electric .slide-content {
    font-size: 13px;
    padding: 5px;
  }
  .page-id-111 .col-xs-6 {
    padding: 3px !important;
    margin-bottom: 5px;
  }

  .page-id-111 #tablepress-2 {
    width: 100%;
    max-width: 100vw !important;
    font-size: 10px;
  }
  .page-id-111 #tablepress-2 thead {
    width: 100vw;
  }

  .page-id-111 #tablepress-2 tbody {
    width: 100vw;
  }
  .page-id-111 #tablepress-2 thead th {
    padding: 10px !important;
  }
  .page-id-103 .tip-number {
    max-width: 100%;
  }
  .page-id-103 .tip-number-container {
    display: block;
    padding: 20px 20px 0;
    min-height: 80px !important;
  }
  .page-id-103 .tip-number {
    max-width: 100% !important;
  }
  .page-id-103 .top-tips-logo {
    margin: 0 auto !important;
  }
  .page-id-103 .tip-content-col p {
    font-size: 14px;
  }
  .page-id-103 .tip-content-col h3 {
    font-size: 16px !important;
  }
  .page-id-103 .top-five-tips-box {
    padding: 30px;
  }
  .page-id-103 .top-five-tips-icon {
    display: none;
  }
  .page-id-103 .top-five-tips-title {
    display: block;
    text-align: center;
    padding-left: 0;
    font-weight: 800 !important;
    font-size: 20px;
  }
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: inline-block;
  }
  .page-id-101 .urban-homes-cost-less {
    max-height: 205px;
  }
  .page-id-101 .urban-homes-cost-less .col-sm-9,
  .page-id-101 .rural-homes-cost-less .col-sm-9 {
    height: 46vw;
  }
  .footer-quick-links-row ul {
    text-align: center;
  }
  #fqlr ul li {
    border-right: none !important;
  }
}
@media (max-width: 600px) {
  .column-title {
    min-height: 8.4rem !important;
  }
  .title-container h3 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .custom-col-sm-3 {
    width: 49%;
    vertical-align: top;
    padding: 10px 0;
    display: inline-block;
  }

  .slick-slide .banner-content {
    max-width: 100% !important;
    padding: 5px !important;
  }
  .slick-slide .banner-content .banner-text {
    padding: 10px 0 0;
  }

  .slick-next-arrow,
  .slick-prev-arrow {
    display: none !important;
  }
  .page-id-11 .customer-section .button-green {
    display: block !important;
    width: 98%;
    margin: 1%;
  }
  .page-id-11 .customer-section .button-white {
    display: inline-block !important;
    width: 48%;
    margin: 0.5%;
  }
}
@media (max-width: 570px) {
  .home-heating-credit .column-title {
    min-height: 8.4rem !important;
  }
}
@media (max-width: 430px) {
  .column-title {
    font-size: 14px;
    min-height: 7.2rem !important;
  }
  .title-container h3 {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .page-id-11 .customer-section .button {
    font-size: 14px;
  }
  .slick-slide .banner-content.button {
    font-size: 13px;
  }
}

@media (max-width: 370px) {
  .column-title {
    font-size: 14px;
    min-height: 8.8rem !important;
  }
}

@media (max-width: 365px) {
  .home-heating-credit .column-title {
    min-height: 8.8rem !important;
  }
}
