main,
section {
  display: block;
}

.clear {
  clear: both;
}

/* temporary hide */
.card-tag {
/* display: none; */
}
/**^^^**/

.textImage, .textImage img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 598px) {
  .hero.hero-full {
    background-image: none !important;
    background-color: rgba(0,0,0,0) !important;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 899px) {
  .mediaHL {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 900px) {
  .mediaHL {
    font-size: 28px;
    margin-bottom: 40px;
  }
}



@media screen and (min-width: 599px)and (max-width: 899px) {
  .site-content-aside {
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-content-aside section {
    padding-left: 15px;
    padding-right: 15px;
  }
}


@media screen and (min-width: 599px)and (max-width: 899px) {
  .region-content.is-active .card-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .region-content.is-active .card-grid .card {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.prSubmit {
  background: #005984;
  color: #fff;
  font-weight: bold;
  border: 1px #005984 solid;
  font-size: 16px;
  text-transform: uppercase;
  height: 30px;
  padding: 0 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 28px;
}
.prSubmit:active {
  line-height: 30px;
}
a.prSubmit {
	padding: 10px;
}
a.prSubmit:hover {
	text-decoration: none;
}

.hasCustomSelect {
  max-width: 100%;
}
.customSelect {
  border: 1px solid #ccc;
  width: 100%;
  height: 33px;
  color: #666;
  padding: 0 5px !important;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.customSelect:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #006060;
  height: 0;
  float: right;
  width: 0;
  margin-top: -17px;
}
.customSelectInner {
  font-size: 1.4rem;
  line-height: 23px;
  padding: 4px 30px 4px 0;
  display: block;
  height: 31px;
  box-sizing: border-box;
  width: 100% !important;
}



.site-search-icon.is-active {
}
.site-search-bar {
  display: none;
  /* transform: translateY(-300px); */
  transition: transform 0.3s ease;
  /* position: absolute;
  z-index: 1;
  right: 25px;
  bottom: 7px;
  padding: 20px 20px 5px 20px; */
  overflow: hidden;
  padding: 0;
  background: none;
}
.site-search-bar.is-open {
  /* transform: translateY(0); */
  display: block;
  top: 100%;
  left: 45px;
  right: 45px;
  height: 100px;
  width: 100%;
}
.site-search-bar form {
  overflow: hidden;
  position: relative;
  padding: 20px;
  background: #dfe4e4;
  margin-top: 20px;
}
.site-search-bar input[type=text] {
  float: left;
  padding: 0 40px 0 5px;
  height: 34px;
  width: 100%;
  margin: -1px 0 0 0;
}
.site-search-bar button[type=submit] {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
}
.site-search-bar-close {
  clear: both;
  float: left;
  cursor: pointer;
  display: none;
}
.js-toggle-search.is-active {
  background: url(../images/search-close.png) no-repeat;
  background-size: 100%;
}
.js-toggle-search.is-active:before {
  border-color: transparent;
}
.js-toggle-search.is-active:after {
  background: none;
}

@media screen and (min-width: 740px) {
  .site-search-bar {
   /* width: 50%; */
  }
  .site-search-bar form {
  }
  .site-search-bar input[type=text] {
  }
  .site-search-bar button[type=submit] {
  }
}
@media screen and (max-width: 739px) {
  .site-search-bar {
    width: 320px;
    bottom: -16px;
    right: 0;
  }  
  .js-toggle-search.is-active {
    background: url(../images/search-close-mobile.png) no-repeat;
    background-size: 100%;
  }
}


/* Twitter Fetch */

.regional-header-twitter {
  display: inline-block;
  margin-right: 15px;
  line-height: 40px;
}

.card-twitter .card-text {
  overflow: hidden;
}
.tweet {
  margin-bottom: 2px;
}
.tweet img {
  width: 16px;
  height: auto;
}
.timePosted,
.interact {
  float: left;
  line-height: 16px;
  height: 16px;
  margin-bottom: 0;
}
.timePosted:before {
  content: url("../fonts/icon-clock.svg");
  display: inline-block;
  height: 13px;
  line-height: 1;
  margin-right: 5px;
  vertical-align: middle;
  width: 13px;
}
.timePosted a {
  color: #a5a5a5;
}
.twitter_reply_icon,
.twitter_retweet_icon,
.twitter_fav_icon {
  color: transparent;
  display: inline-block;
  font-size: 0px;
  margin-left: 10px;
  text-shadow: none;
  vertical-align: middle;
}
.twitter_reply_icon:before,
.twitter_retweet_icon:before,
.twitter_fav_icon:before {
  display: inline-block;
}
.twitter_reply_icon:before {
  content: url("../fonts/icon-twitter-reply.svg");
  width: 16px;
  font-size: 4px;
}
.twitter_retweet_icon:before {
  content: url("../fonts/icon-twitter-retweet.svg");
  width: 14px;
  font-size: 4px;
}
.twitter_fav_icon:before {
  content: url("../fonts/icon-twitter-favorite.svg");
  width: 14px;
  font-size: 3px;
}

.select:before {
  display: none;
}

.socialRegion .card-twitter .card:first-child {
  border-top: 1px solid #dfe4e4;
}
.socialRegion .section-content {
  box-shadow: 0 1px 0 0 #dfe4e4 inset;
  margin: 10px -20px;
  padding: 0 20px;
}

.socialRegionAll {
  display: none;
}
html[data-region=''] .socialRegionAll,
html:not([data-region]) .socialRegionAll {
  display: block;
}

.socialRegion .card,
.socialRegionAll .card {
  border-width: 0 !important;
  padding: 0;
}
.socialRegion .card .card-text,
.socialRegionAll .card .card-text {
  border-top: 1px solid #dfe4e4 !important;
  margin: 0 10px 20px 0;
  border-top: 1px solid #dfe4e4 !important;
  padding: 10px 0 0;
}
.socialRegionAll .section-content {
  padding: 0 10px;
  box-shadow: 0 1px 0 0 #fff inset;
  overflow: hidden;
}
.socialRegionAll .section-header-twitter { 
  margin-bottom: -1px;
}
.socialRegionAll .section-header-twitter {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.socialRegionAll .card {
  margin-top: -1px;
}


.socialFollow {
  background: #f2f4f4;
  padding: 15px;
  margin: 30px 0;
}
.socialFollow .section-header {
  float: left;
  margin: 0 20px 0 0;
}
.socialFollow .social-bar {
  margin: 0;
}



.region-content .section-header-title a {
  margin-right: 15px;
}
.tw-avatar {
	height: 30px;
	width: auto;
}
.regional-header-twitter:before {
  content: url("../fonts/icon-twitter-bird.svg");
  display: inline-block;
  margin-right: 4px;
  width: 20px;
  vertical-align: middle;
}

.at-share-btn {
  border-radius: 3px;
}

.article-content-left {
  padding: 10px;
  background: #f2f4f4;
  border-radius: 3px;
  margin: 7px 12px 12px 0;
  font-size: 13px;
  line-height: 15px;
}
.article-content ul, 
.article-content ol {
	overflow: hidden;
}
.article-content-left .list-link {
	overflow: auto;
}
@media screen and (min-width: 599px) {
  .article-content-left {
    float: left;
    max-width: 240px;
  }
  .card-media-caption {
    display: none;
  }
}
@media screen and (max-width: 598px) {
  .article-content-left {
  }
  .article-gallery-list {
    overflow: hidden;
  }
  .card-media {
    float: left;
  }
  .card-media-caption {
    overflow: hidden;
    padding: 0 10px;
  }
  
}

.article-content-left a {
  color: #000;
}


.article-full-noImage {
  padding-top: 40px;
}

.embed-link,
.embed iframe {
  width: 100% !important;
  height: 366px;
}


.article-gallery {
  margin-bottom: 30px;
  margin-top: -30px;
}
.article-gallery-title {
  text-align: center;
}
.article-gallery-title .list-card-more {
  background: none;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
}
.article-gallery-list {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.article-gallery-list-open {
  max-height: 1000px;
}


@media (min-width: 768px) {
  .article-emergency-content {
    width: 65%;
  }
}

.article-emergency-social {
  float: right;
  margin-left: 30px;
}
@media (min-width: 1024px) {
  .article-emergency-header {
    border-top: 1px #ccc dotted;
  }
}
.article-emergency-header {
  padding-top: 5px;
  margin: 10px 0;
}
.article-emergency-header h1 {
  margin: 0;
}
.article-emergency-header .at-share-btn,
.article-emergency-header .at-icon-wrapper {
  margin-bottom: 0;
}
.article-emergency-subtitle {
  padding: 15px 15px 15px 60px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  border-radius: 0 15px 0 15px;
  background: #005984 url("../images/icon-alert.png") no-repeat 15px 15px;
}

.article-aside .simplebox {
  padding: 15px;
  background: #eaf7fa;
  border-radius: 0 15px 0 15px;
  margin-bottom: 15px;
}
.article-aside .simplebox ul {
  padding-left: 15px;
  list-style-type: square;
}

.article-emergency-attachments .attachments-large-item {
  display: none;
  margin-bottom: 20px;
}
.article-emergency-attachments .attachments-large-item.active {
  display: block;
}
.article-emergency-attachments .attachments-large-item iframe {
  max-height: 360px;
}

.article-emergency-attachments .attachments-list h2 {
  margin-bottom: 15px;
}
.article-emergency-attachments  .attachments-list-item {
  border-bottom: 1px #ccc dotted;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.article-emergency-attachments  .attachments-list-item figure {
  float: left;
  width: 20%;
  padding-right: 15px;
}
.article-emergency-attachments  .attachments-list-item figure,
.article-emergency-attachments  .attachments-list-item h3 {
  cursor: pointer;
}
.article-emergency-attachments  .attachments-list-item .attachments-list-item-title-playStatus {
  display: none;
  font-size: 16px;
  color: #aaa;
  margin-top: -0.5rem;
}
.article-emergency-attachments  .attachments-list-item.active .attachments-list-item-title-playStatus {
  display: block;
}

.btn-primary {
  background: #6ebe69;
  background: -moz-linear-gradient(top,  #6ebe69 0%, #118345 100%);
  background: -webkit-linear-gradient(top,  #6ebe69 0%,#118345 100%);
  background: linear-gradient(to bottom,  #6ebe69 0%,#118345 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebe69', endColorstr='#118345',GradientType=0 );
  display: inline-block;
  border: 1px #0f733c solid;
  padding: 6px 15px;
  line-height: 20px;
  height: 34px;
  color: #fff;
  border-radius: 7px;
  font-size: 16px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #0f733c;
  text-decoration: none;
}

.section-group-facts {
  background: url("../images/facts_bckgr.png") no-repeat left top #f2f4f4;
  /* height: 300px; */
  overflow: visible;
  padding-top: 16px;
  transition: margin 0.3s ease;
}
@media screen and (min-width: 600px) {
  .section-group-facts .card.card-1of4 {
    max-width: 150px;
    width: 25%;
  }
  .section-group-facts .card.card-1of5 {
    max-width: 150px;
    width: 20%;
  }
  .section-group-facts .card.card-1of6 {
    width: 15%;
	max-width: 150px;
  }
  .section-group-facts .card-node {
    min-height: 208px;
  }
  .section-group-facts .card-node.open:after {
    bottom: -30px;
    left: 50%;
    margin: 10px auto 0 -27px;
    position: absolute;
    width: 54px;
  }
 .section-group-facts.open {
    /* margin-bottom: 450px; */
    margin-bottom: 30px;
  }
  .section-group-facts {
    padding-left: 30px;
  }
}
@media screen and (min-width: 740px) {
  .section-group-facts {
    padding-left: 30px;
  }
}
/*
@media screen and (min-width: 600px) and (max-width: 899px){
  .section-group-facts .card.card-1of4 {
    width: 50%;
  }
  .section-group-facts .card.card-1of5 {
    width: 33.33%;
  }
  .section-group-facts {
    padding-left: 230px;
  }
}
*/
@media screen and (max-width: 599px) {
  .section-group-facts {
    height: auto;
  }
  .section-group-facts-subitems-tabs.open {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .section-group-facts-subitems-linear.open {
    display: none !important;
  }
}

.section-group-facts .section-header-link {
  display: none;
}
.section-group-facts .section-header {
  padding: 0 15px;
}
.section-group-facts figure {
  padding: 0 15px;
}
.section-group-facts .card {
  text-align: center;
}

.section-group-facts-subitems {
  display: none;
  margin-top: 16px;
  padding-top: 16px;
}
.section-group-facts-subitems.open {
  display: block;
}
@media screen and (min-width: 600px) {
  .section-group-facts-subitems {
    display: none;
    /* height: 271px; */
  }
}


.card-node.open:after {
  content: "";
  border-bottom: 20px #fff solid;
  border-left: 27px rgba(0,0,0,0) solid;
  border-right: 27px rgba(0,0,0,0) solid;
  display: block;
  margin: 10px auto 0;
  width: 54px;
}

.facts-table td {
  padding: 0;
}




.section-group-photos .section-content.card-grid,
.section-group-videos .section-content.card-grid {
  display: none;
}
.section-group-photos .section-content.card-grid.is-active,
.section-group-videos .section-content.card-grid.is-active {
  display: block;
}



.multimedia-nav {
  margin: -20px 0 20px;
}


.index-item {
  clear: both;
  padding: 15px 0;
}
.index-item-figure {
  position: relative;
}
.index-item-body {
  overflow: hidden;
}
.index-item-body-date {
  color: #999;
}

@media screen and (max-width: 739px) {
  .index-item-figure {
    margin: 10px 0;
  }
}
@media screen and (min-width: 740px) {
  .index-item-figure {
    max-width: 200px;
    width: 100%;
    float: left;
    margin: 5px 10px 10px 0;
  }
}



.releasesFilter .hidden {
  display: none;
}
.releasesFilter label {
  display: block;
}
.releasesFilter label .form-control {
  display: block;
  width: 100%;
  height: 33px;
  border: 1px #ccc solid;
  color: #666;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.releasesFilter .btn {
  padding: 0 5px;
  line-height: 28px;
  height: 36px;
  cursor: pointer;
}
.releasesFilter .prOptions {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.releasesFilter .prOptions li {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 15px;
}
.releasesFilter .prOptions li input[type="checkbox"] {
  float: left;
  margin: 3px;
}
.releasesFilter .prOptions li label {
  overflow: hidden;
  float: left;
}

@media screen and (max-width: 739px) {
  .releasesFilter {
    display: block;
  }
  .releasesFilter .site-search-icon {
    background: #005984;
    top: 25px;
    right: 45px;
  }
  .releasesFilter .site-search-icon:after,
  .releasesFilter .site-search-icon:before {
    background-color: rgba(0,0,0,0);
    box-shadow: 0 0 0 10px #005984 inset;
  }
  .releasesFilter .site-search-icon:after {
    border: 2px #fff solid;
    right: 9px;
  }
  .releasesFilter .site-search-icon:before {
    border: 3px #fff solid;
    right: 9px;
  }
}
@media screen and (min-width: 740px) {
  .releasesFilter {
    margin: 0 -7px;
  }
  .releasesFilter .form-group {
     float: left;
     padding: 7px;
  }
  .releasesFilter .form-group.col-md-12 {
    width: 100%;
  }
  .releasesFilter .form-group.col-md-5 {
    width: 41.6%;
  }
  .releasesFilter .form-group.col-md-4 {
    width: 33.333%;
  }
  .releasesFilter .form-group.col-md-3 {
    width: 25%;
  }
  .releasesFilter .form-group.col-md-2 {
    width: 16.667%;
  }
  .releasesFilter .form-group.col-md-1 {
    width: 8.333%;
  }
  .releasesFilter .site-search-icon {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}


#pagingBottom {
  padding: 30px 0;
  clear: both;
}
#pagingBottom .right {
  float: right;
}

/* RSS LIST */

.rssList {
  margin: 20px 0;
  padding: 0;
}
.rssList li {
  list-style-type: none;
}
.rssList a {
  margin: 0 -5px;
  font-size: 1.3em;
  display: block;
  overflow: hidden;
  padding: 5px 5px;
  border-bottom: 1px #ccc solid;
}
.rssList a:hover  {
  background: #efefef;
  text-decoration: none;
}

.rssList img {
  float: right;
  cursor: pointer;
}
.rssList .dottedSep {
  margin: 10px 0;
  height: 2px;
}
.rss_icon {
  margin-top: 4px;
  float: right;
}


/* Email alerts */
.emailAlerts dt {
  clear: left;
  font-size: 16px;
  margin-right: 15px;
  padding: 9px 0 0 0;
  width: 100px;
}
.emailAlerts label {
  margin: 0;
}
.emailAlerts #cats dt {
  font-size: 150%;
  width: 100%;
}
.emailAlerts dd {
  margin: 3p 0 10px 0;
  max-width: 500px;
}
.emailAlerts dd input[type=text],
.emailAlerts dd textarea {
  width: 100%;
}
.emailAlerts .menu-list {
  clear: both;
  list-style-type: none;
  margin: 10px 0 20px;
  padding: 0;
}
.emailAlerts dl input[type=text] {
  border: 1px #ccc solid;
  height: 33px;
  padding-left: 5px;
  padding-right: 5px;
}
#recaptcha_widget_div {
  margin: 20px 0;
}

ul.errors {
  list-style-type: none;
  margin: 15px 0;
  padding: 0;
  color: red;
}

.pnlSubmit {
  clear: both;
}

#keyProjects .list-card li {
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.3s ease; */
}
#keyProjects .list-card li:first-child,
#keyProjects .list-card li:nth-child(2),
#keyProjects .list-card li:nth-child(3),
#keyProjects.opened .list-card li {
  max-height: 300px;
}
#keyProjects.opened .list-card-more-open,
#keyProjects .list-card-more-close {
  display: none;
}
#keyProjects.opened .list-card-more-close,
#keyProjects .list-card-more-open {
  display: inline;
}
#keyProjects .list-card-more {
  outline: none;
}
#keyProjects .list-card-more:after {
 /* transition: transform 0.3s ease; */
}
#keyProjects.opened .list-card-more:after {
  transform: rotate(270deg);
}


.outages-intro {
  background: #e0f6fb;
  padding: 15px;
  text-align: center;
  color: #20678e;
  font-size: 16px;
  margin: -43px 0 10px;
}
.outages-intro h3 {
  font-size: 24px;
  margin: 0;
}
.outages-intro p {
  margin: 0;
}
.outages-regions {
  background: #f3fbfd;
}


.slider {
  position: relative;
}
.slider .card.card-galItem {
  padding: 0 5px;
}

@media screen and (min-width: 1135px) {
  .slider .bx-prev,
  .slider .bx-next {
    width: 60px;
  }
  .slider .bx-prev:before,
  .slider .bx-next:before {
    width: 36px;
    height: 36px;    
    border-radius: 18px;
    margin-top: -18px;
    left: 12px;
  }  
  .slider .bx-prev {
    left: -65px;
  }
  .slider .bx-next {
    right: -65px;
  }
}
@media screen and (max-width: 1135px) {
  .slider .bx-prev,
  .slider .bx-next {
    width: 45px;
  }
  .slider .bx-prev:before,
  .slider .bx-next:before {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-top: -15px;
    left: 8px;
  }
  .slider .bx-prev {
    left: -45px;
  }
  .slider .bx-next {
    right: -45px;
  }  
}
.slider .bx-prev,
.slider .bx-next {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 24px;
  background: #5aba57;
}
.slider .bx-prev:before,
.slider .bx-next:before {
  content: "";
  background: #e0f2de url("../images/control-arrows.png") no-repeat 70% 50%;
  color: #677a66;
  top: 50%;
  z-index: 1;
  position: absolute;
}
.slider .bx-prev:before {
  transform: rotate(180deg);
}




/* Updates for IE specially, have to works everywhere */
.section-header-link:before,
.list-card-more:after,
.section-header-twitter .section-header-title:before {
  height: 19px;
}
a img {
  border-width: 0;
}


/* Alerts page */
label[for="f_categories_23916"],
label[for="f_categories_23900"] {
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
}

label[for="f_categories_23916"]:after,
label[for="f_categories_23900"]:after {
  content: "(Select all)";
  margin-left: 6px;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  color: #005984;
}


/* Outages */


.outages-info {
    margin-bottom: 25px;
}
@media only screen and (min-width: 600px) {
    .outages-info {
        margin-top: -10px;
        margin-bottom: 10px;
        padding: 20px 5% 25px;
        color: #005984;
        text-align: center;
        background-color: #e0f6fb;
    }
}
@media only screen and (min-width: 740px) {
    .outages-info {
        margin-top: -20px;
    }
}
@media only screen and (min-width: 900px) {
    .outages-info {
        margin-top: -40px;
    }
}
.outages-info-title {
    display: none;
}
@media only screen and (min-width: 600px) {
    .outages-info-title {
        display: block;
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 5px;
        color: #005984;
    }
}
.outages-info-content {
    font-size: 18px;
    font-size: 1.8rem;
}
.outages-info-content p {
    margin: 0;
}
.outages-map {
    position: relative;
    overflow: hidden;
}
.outages-map:before,
.outages-map:after {
    content: " ";
    display: table;
}
.outages-map:after {
    clear: both;
}
.outages-map-image {
    display: none;
}
@media only screen and (min-width: 600px) {
    .outages-map-image {
        display: block;
        width: 62.6262626263%;
    }
}
.outages-map-content {
    background-color: #f3fbfd;
}
@media only screen and (min-width: 600px) {
    .outages-map-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 65.6565656566%;
    }
}
.map {
    animation: fadein 0.5s;
}
@media only screen and (min-width: 600px) {
    .map {
        padding: 30px 10px;
    }
}
@media only screen and (min-width: 900px) {
    .map {
      padding: 30px 30px 133% 30px;
      height: 0;
      position: relative;
    }
    .map svg {
      position: absolute;
      top: 30px;
      left: 30px;
      right: 30px;
      bottom: 30px;
      width: 88%;
    }
}
.map-lines path,
.map-labels g,
.map-text,
.map-dot {
    pointer-events: none;
}
.map-labels {
    fill: #b0b2b4;
}
.map-text {
    fill: #006060;
}
.map-territory {
    cursor: pointer;
}
.map-territory .map-area {
    transition: fill 0.025s linear;
}
.map-territory:hover .map-area,
.map-territory:hover .map-dot {
    fill: red;
    pointer-events: auto;
}
.map-territory-dep .map-area,
.map-territory-dep .map-dot {
    fill: #06abc8;
}
.map-territory-dep:hover .map-area,
.map-territory-dep:hover .map-dot {
    fill: #0596af;
}
.map-territory-dec .map-area,
.map-territory-dec .map-dot {
    fill: #005984;
}
.map-territory-dec:hover .map-area,
.map-territory-dec:hover .map-dot {
    fill: #00486b;
}
.map-territory-fl .map-area,
.map-territory-fl .map-dot {
    fill: #54b948;
}
.map-territory-fl:hover .map-area,
.map-territory-fl:hover .map-dot {
    fill: #4ba740;
}
.map-territory-ohky .map-area,
.map-territory-ohky .map-dot {
    fill: #ffd200;
}
.map-territory-ohky:hover .map-area,
.map-territory-ohky:hover .map-dot {
    fill: #e6bd00;
}
.map-territory-in .map-area,
.map-territory-in .map-dot {
    fill: #8b0e04;
}
.map-territory-in:hover .map-area,
.map-territory-in:hover .map-dot {
    fill: #720c03;
}
.outages-map-excerpt {
    position: relative;
    padding: 20px 15% 20px 5%;
    border-bottom: 1px solid rgba(0,0,0,0.075);
    cursor: pointer;
    transition: background-color 0.15s ease-in;
}
.outages-map-excerpt.is-active {
    border-bottom-color: transparent;
}
.outages-map-excerpt.is-active:before {
    opacity: 0;
}
.outages-map-excerpt p {
    display: none;
    margin-bottom: 0;
}
@media only screen and (min-width: 900px) {
    .outages-map-excerpt p {
        display: block;
    }
}
.outages-map-excerpt:before,
.outages-map-excerpt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    display: block;
    margin-top: -1px;
    width: 26px;
    height: 2px;
    background-color: #005984;
    transition: opacity 0.15s ease-in-out;
}
.outages-map-excerpt:before {
    transform: rotate(90deg);
}
@media only screen and (min-width: 600px) {
    .outages-map-excerpt {
        padding-left: 8%;
    }
    .outages-map-excerpt:hover {
        background-color: #eef6f8;
    }
    .outages-map-excerpt:before,
    .outages-map-excerpt:after {
        display: none;
    }
}
.outages-map-details {
    max-height: 0;
    padding-right: 5%;
    padding-left: 5%;
    overflow: hidden;
    background-color: #f3fbfd;
    opacity: 0;
    transition: all 0.15s ease-in-out;
    z-index: 1;
}
.outages-map-details.is-open {
    padding-bottom: 20px;
    max-height: 1000px;
    border-bottom: 1px solid rgba(0,0,0,0.075);
    opacity: 100;
}
@media only screen and (min-width: 600px) {
    /* .outages-map-details {
        position: absolute;
        top: 0;
        right: -105%;
        bottom: 0;
        left: 100%;
        padding: 20px 8%;
    }
    .outages-map-details.is-open {
        right: 0;
        left: -10%;
        border-bottom: none;
    } */
}
@media only screen and (min-width: 900px) {
    .outages-map-details.is-open {
        left: -15%;
    }
}
.outages-map-excerpt-title {
    margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
    .outages-map-excerpt-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 600px) {
    .outages-map-excerpt-title {
        margin-bottom: 5px;
        margin-bottom: 0.5rem;
    }
}
.outages-map-details-title {
    margin-bottom: 1.5rem;
}
.outages-map-details-title {
    display: none;
}
@media only screen and (min-width: 600px) {
    .outages-map-details-title {
        display: none;
        padding-right: 50px;
    }
}
.outages-map-details-close {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    display: none;
    position: absolute;
    top: 20px;
    right: 8%;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-color: transparent;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
}
@media only screen and (min-width: 600px) {
    .outages-map-details-close {
        display: none;
    }
}
.outages-map-details-close:before,
.outages-map-details-close:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background-color: #005984;
}
.outages-map-details-close:before {
    transform: rotate(45deg);
}
.outages-map-details-close:after {
    transform: rotate(-45deg);
}


.outages-map-links {
  padding: 20px 15% 20px 8%;
}


/* Comments */

#comment {
  border-top: 1px #ccc solid;
  margin: 20px 0;
  padding: 5px 0;
}
#comment input[type=text],
#comment textarea {
  width: 100%;
}
#comment form {
  margin-bottom: 20px;
}
#comment h4 {
  font-size: 18px;
  margin: 10px 0 15px;
}

#comment #recaptcha_widget_div {
  margin-left: -3px;
}
#comment #recaptcha_response_field {
  border-width: 0 !important;
  height: 31px;
}
#comment button[type=submit] {
  background: #005984;
  color: #fff;
  font-size: 16px;
  border-width: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
}


/* New Gallery (not the Mediakit) */

@media screen and (min-width: 900px) {
  .section-gallery {
    clear: both;
    padding-bottom: 20px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .section-gallery .section-header-thmb {
    float: left;
    width: 350px;
    text-align: center;
    margin: 0 15px 15px 0;
    /*
    border: 1px #ccc solid;
    padding: 10px;
    */
  }
  .section-gallery .section-header-title {
    display: block;
  }
  .section-gallery .section-header-thmb img {
    max-width: 100%;
  }
  .section-gallery .section-header-link {
    margin: 0;
    padding-left: 0;
    border-width: 0;
  }
}

.section-group-facts a,
.section-group-facts a:focus .card-title,
.section-group-facts a:hover .card-title{
  text-decoration: none;
}
.section-group-facts a:hover .cart-title-text {
  text-decoration: underline;
}
.section-group-facts a .cart-title-clickInfo {
  display: block;
  color: #aaa;
}
.section-group-facts a .cart-title-clickInfo {
  text-decoration: none;
}

.flashPlayer {
	max-width: 100%;
	height: 0 !important;
	padding-bottom: 56.25%;
	position: relative;
}
.flashPlayer object,
.flashPlayer video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
a#lg-download {
	color: #fff;
	background: #005984;
}


.weather {
  background: #ffd200;
  padding: 30px 25px;
  margin: 0 0 20px;
  color: #193542;
  font-size: 16px;
  overflow: hidden;
  position: relative;
}
.weather-title {
  float: left;
  width: 25%;
  text-transform: uppercase;
  padding: 0 20px;
}
.weather-title h3 {
  color: #193542;
  font-size: 16px;
}
.weather-title-icon {
  float: left;
  margin-right: 10px;
  margin-top: -3px;
}
.weather-text {
  float: left;
  width: 75%;
  padding: 0 20px;
}
.weather-text a:last-child {
  display: inline-block;
  color: #193542;
  text-decoration: underline;
}
.weather-close {
  position: absolute;
  width: 19px;
  height: 17px;
  cursor: pointer;
  background: url("../images/close.png") no-repeat 50% 50%;
  right: 20px;
  top: 20px;
}
@media (min-width: 1024px) {
  .weather-title-icon {
    max-width: 28px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .weather-text {
    padding-left: 57px;
    width: 100%;
  }
  .weather-title {
     float: none;
     padding-bottom: 10px;
     width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .weather-title-icon {
    max-width: 34px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .weather {
    padding: 30px 20px;
    margin: 0 -20px 20px;
  }
  .weather-title-icon {
    max-width: 20px;
    height: auto;
  }
  .weather-title {
    padding-left: 0;
  }
  .weather-text {
    padding-left: 39px;
  }
}


/* Share button styles */

.content-share {
  margin-top: 20px;
  display: flex;
  grid-gap: 10px;
}


.social-btn {
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background-color: #37414A;
  color: #fff;
  border-radius: 5px;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.social-btn:hover, .social-btn:focus {
  color: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.social-btn__label {
  padding: 10px 15px;
  line-height: 1;
  order: 2;
  display: none;
}
@media (min-width: 768px) {
  .social-btn__label {
    display: none;
  }
}
.social-btn__icon {
  padding: 10px 15px;
  line-height: 1;
}

.social-btn--linkedin {
  background-color: #007BB6;
}
.social-btn--facebook {
  background-color: #3B5998;
}
.social-btn--twitter {
  background-color: #999;
}
.social-btn--pinterest {
  background-color: #C8232C;
}
.social-btn--email {
  background-color: #7B7B7B;
}


/* Screen Readers */
.screen-reader,
.screen-reader-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
