/* Minification failed. Returning unminified contents.
(482,12): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
.html {
  scroll-behavior: smooth;
}

.header__inner {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: inherit;
}

.header__main .kh_login {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.header__main .kh_login_btn {
  background-color: transparent;
  padding-left:10px;
  border: none;
  cursor: pointer;
}

button.kh_login_btn:focus {
	outline: none;
}

.header__main .kh_login .kh_link {
  color: #6C8C08;
  margin-right: 10px;
}

.kh_login .dropdown .dropdown-menu {
  min-width: 100px;
  /* padding: 20px; */
  /* transform: translate3d(-185px, 30px, 0px) !important; */
  border-radius: 0;
  border: transparent;
}


.kh_welcome
{
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
  color: #6c8c08;
    margin-right: 10px;
}

.kh_login .dropdown .dropdown-menu li {
  margin: 20px 10px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}

.kh_login .dropdown .dropdown-menu li a:hover {
  background-color: transparent;
  color: #6C8C08;
}

.kh_container {
  padding: 0;
  margin: 140px auto 90px;
  width: calc((100%) - 40px);
}

.kh_row input[type="text"].form-control {
  padding: 20px;
  font-size: 16px;
}

.kh_card, .kh_card_title {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px
}

.kh_h1 {
  margin-bottom: 20px
}

.kh_container_intro {
  margin-bottom: 0px
}

.kh_h2 {
  text-align: left;
  margin-bottom: 20px
}

.kh_card-text {
  margin-bottom: 20px;
}

.kh_card-text .kh_link {
  color: #0083CA;
}

.kh_card-text-bold {
  font-weight: 700;
  margin-bottom: 20px;
}

.kh_label_tooltip {
  display: flex;
  align-items: center;
}

.kh_tooltip {
  background-color: transparent;
}

.kh_label_tooltip .dropdown .dropdown-menu {
  width: 350px;
  transform: translate3d(-255px, 30px, 0px) !important;
  border-radius: 0;
  border: transparent;
  padding: 20px 20px 30px;
  background-color: #ECF7FF;
  z-index: 1;
}

.kh_tooltip_h {
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
}

.kh_tooltip_p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
}

.kh_btn {
    margin: 0 0 40px;
    padding: 15px 20px;
    color: #0083CA;
    border-color: #0083CA;
    background-color: #ffffff;
}

.kh_btn:hover {
  border-color: #0083CA;
  background-color: #0083CA;
}

.kh_btn1 {
  margin-bottom: 20px;
}

.kh_trackit {
    margin: 0 0 40px;
    padding: 15px 20px;
    width: auto; 
    color: #ffffff;
     border-color: #005e91;
    background-color: #005e91;
}

.kh_link {
  text-decoration: underline;
}

.kh_link:hover {
  text-decoration: none;
}

.kh_back-to-top {
  display: none;
  background-color: transparent;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 0.2s ease-in-out;
  filter: opacity(0.5);
  z-index: 2;
}

.kh_back-to-top:hover {
  bottom: 25px;
  filter: opacity(1);
}


/* *****************  */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #415707;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-toggle::after {
    display:none !important;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #050505;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

@media screen and (min-width: 576px) {
  .kh_cta-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .kh_myconnect .kh_btn {
    margin: 0;
    max-width: 300px;
    width: calc((50%) - 10px);
  }
}

@media screen and (min-width: 767px) {

  .kh_login .dropdown .dropdown-menu {
    min-width: 205px;
    padding: 0 !important;
    transform: translate3d(-75px, 30px, 0px) !important;
  }

  .kh_btn {
    width: 300px;
  }

}

@media screen and (min-width: 991px) {

  .header__inner {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  }

  .header__main-menu {
    display: none;
  }

  .header__main .kh_login {
    margin-right: 30px;
  }

  .kh_login .dropdown .dropdown-menu {
    padding: 30px;
  }

  .kh_label_tooltip .dropdown .dropdown-menu {
    width: 450px;
    transform: translate3d(70px, -180px, 0px) !important;
    padding: 30px;
  }

  .kh_container {
    margin: 181px auto 100px;
    max-width: 1150px;
    width: calc((100%) - 60px);
  }

  .kh_tooltip_p {
    margin-bottom: 30px;
  }

  .kh_h2 {
    margin-bottom: 20px;
  }

  .kh_card {
    width: 100%;
    margin-bottom: 0;
    padding: 30px 30px 0;

    border: 1px solid #DFDFDF;
    box-sizing: border-box;
  }

  .kh_card_title {
    width: 100%;
    border: none;
  }

  .kh_section1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .kh_section1_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((50%) - 15px);
  }

  .kh_meter,
  .kh_notify {
    height: calc((50%) - 15px);
  }

  .kh_report {
    order: 3;
    width: calc((50%) - 15px);
  }

  .kh_section2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .kh_track,
  .kh_myconnect {
    width: calc((50%) - 15px);
  }

  .kh_card-text,
  .kh_card-text-bold {
    margin-bottom: 30px;
  }

  .kh_btn {
    margin: 0 0 55px;
    width: auto;
  }
/*
  .kh_track .kh_btn {
    width: 250px;
  } */

  .kh_meter .kh_btn,
  .kh_notify .kh_btn,
  .kh_track .kh_btn {
    width: 100%;
  }


}

.kh_pp_imgs {
  max-width: 300px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}

.kh_pp_img {
  width: calc(50% - 10px);
  height: 100%;
}

.kh_icon {
  display: block;
  margin-bottom: 20px;
}

.kh_pp_tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}

.kh_pp_tile .kh_h4 {
  margin-bottom: 20px;
}

.kh_pp_households_options div:last-child {
  margin: 0:
}

.kh_pp_households .kh_card-text,
.kh_pp_business .kh_card-text,
.kh_pp_installers .kh_card-text {
  text-align: center;
  margin-bottom: 20px;
}

.kh_pp_households_option div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.kh_pp_households_option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}

.kh_pp .kh_btn {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.kh_pp_households_option .kh_h5 {
  width: auto;
  margin: 0 10px 20px 0;
}

.kh_pp_households_option .kh_link {
  text-decoration: underline;
}

.kh_pp {
  border: none;
}

.kh_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 767px) {

  .kh_pp_tile {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px;
  }

  .kh_pp_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .kh_pp_imgs {
    margin: 0 0 40px;
  }

}

@media screen and (min-width: 991px) {

  .kh_pp {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 30px 0;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */

    border: 1px solid #DFDFDF;
    box-sizing: border-box;
  }

  .kh_icon {
    margin: 0 auto 30px;
  }

  .kh_pp_imgs {
    margin: 0 0 55px;
  }

  .kh_pp_tile {
    align-self: flex-start;
    width: calc((33.33%) - 15px);
    margin-bottom: 55px;
  }

  .kh_pp_tile .kh_h4 {
    margin-bottom: 30px;
  }

  .kh_pp_tile .kh_card-text {
    margin: 0 auto 30px;
  }

  .kh_pp_households {
    order: 2;
  }

  .kh_pp_business {
    order: 1;
  }

  .kh_pp_installers {
    order: 3;
  }

  .kh_pp_households_options {
    display: flex;
    flex-direction: column;
  }

  .kh_pp_households_option {
    /* width: calc(33% - 15px); */
  }

  .kh_pp_households_option .kh_h5 {
    margin-bottom: 30px;
  }

  /* .kh_pp_business,
  .kh_pp_installers {
    width: calc(50% - 15px);
  } */


}

.kh_h1 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 28px;

  color: #6C8C08;
}

.kh_h2 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 24px;

  color: #6C8C08;
}

.kh_h4 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;

  color: #0083CA;
}

.kh_h5 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;

  color: #0083CA;
}


.kh_h6 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #6C8C08;
}

@media screen and (min-width: 767px) {

}

@media screen and (min-width: 991px) {

  .kh_h1 {
    font-size: 39px;
  }

  .kh_h2 {
    font-size: 32px;
  }

  .kh_h4 {
    font-size: 24px;
  }

  .kh_h5 {
    font-size: 18px;
  }

}

/************ STYLING FOR REPORT IT TILE ***********/

.kh_reporttiles {
  margin-bottom: 40px;
}

.kh_reporttile {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 150px;
  background: url('../../images/placeholder.jpg') no-repeat center;
  background-size: cover;
  display: block;
  overflow: hidden;
}

.kh_reporttile-los-nopower {
  background: url('../../images/power2.jpg') no-repeat center;
}

.kh_reporttile-los-other-general {
    background: url('../../images/PowerlineCloud.jpg') no-repeat top;
}

.kh_reporttile-damage {
  background: url('../../images/damage.jpg') no-repeat center;
}

.kh_reporttile-trees {
  background: url('../../images/trees.jpg') no-repeat center;
}

.kh_reporttile-lights {
  background: url('../../images/lights.jpg') no-repeat center;
}

.kh_reporttile-graffiti {
  background: url('../../images/graffiti.jpg') no-repeat center;
}

.kh_reporttile a {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.kh_reporttile a:hover {
  opacity: 0.4;
  cursor: pointer;
}

.kh_reporttile h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 767px) {

  .kh_reporttiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .kh_reporttile {
    width: calc((50%) - 10px);
  }

}

@media screen and (min-width: 991px) {

  .kh_reporttiles {
    margin-bottom: 25px;
  }

  .kh_reporttile {
    width: calc((50%) - 15px);
    margin-bottom: 30px;
  }

}

