@import 'https://use.fontawesome.com/releases/v5.8.2/css/all.css';
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap" rel="stylesheet">
/**/ /* =========================
   Please do not edit this stylesheet without an auto-formatter.
   ========================= */
/* =========================
   General
   ========================= */

.tile-text { display: block; }
:root {
  --primary: #0079c1;
  --primary-alt: #23527c;
  --secondary: #2a2a2a;
  --background: #e6e6e6;
  --background-secondary: #d8d8d8;
  --text-color: #2a2a2a;
  --border-highlight: #00aeef;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body,#page .ui-widget {font-family: Arial,  sans-serif;
font-size: 14px;}
body{overflow-y:visible}
#page, .site-name-slogan /*.box h2 */ {
  /* font-family: "Open Sans";*/
}
#main-wrapper, .featured-bottom {
  /*  padding-bottom: 20px;*/
}
@font-face {
  font-family: 'Playfair';
  src: url('custom/icfbarrio/fonts/PlayfairDisplay-ExtraBold.ttf') format('truetype');
  font-weight: bold;
}
.exc-footer-nav{border-top:0;}
@media only screen and (min-width: 992px) {
  #main-wrapper, .featured-bottom {
    /*  padding-bottom: 60px;*/
    overflow-x: hidden;
  }
}
h1, .h1, .ms-rtestate-field h1, h1.exc-rteElement-H1 {
  font-weight: 600;
  color: #170D67 !important;
  line-height: 1.2;
}
//*Rebranding css*//
.link:visited, a:visited {
  color: #170D67 !important;
}
h1, .h1, .ms-rtestate-field h1, h1.exc-rteElement-H1 {
  font-weight: 600;
  color: #170D67 !important;
  line-height: 1.2;
}
.imageBox:hover {
  color: #fff;
  background-color: #170D67 !important;
}
.exc-nav-top ul.exc-nav-top-L1 > li.exc-selected > a {
  color: #170D67;
  font-weight: 600;
}
.exc-nav-top ul.exc-nav-top-L2 > li > span > a {
  color: #170D67;
  padding: 14px 10px;
  margin: 0px;
  background-color: transparent;
}
.exc-nav-top ul.exc-nav-top-L1 > li:hover > a {
  color: #170D67;
  font-weight: 600;
  -webkit-transition: all 0.2s 0.3s ease;
  -moz-transition: all 0.2s 0.3s ease;
  -o-transition: all 0.2s 0.3s ease;
  transition: all 0.2s 0.3s ease;
}
.exc-nav-top ul.exc-nav-top-L2 > li > span > a:hover {
  color: #ffffff;
  background-color: #170D67;
}

//*---------end of rebrand--------*//
.link:visited, a:visited {
  color: #170D67 !important;
}
a.exc-content-slat-primary:hover, a.exc-content-slat-primary:active, a.exc-content-slat-primary:focus {
  background-color: #170D67 !important;
  color: white !important;
  text-decoration: none;
}
@media only screen and (max-width: 450px) {

	.container{padding-right:15px;padding-left:15px;}

}
.path-frontpage #main-wrapper {
  /* background: url("../images/body-background.png");*/
}
#page-wrapper p {
  margin: 0 0 10px;

}
.exc-header-global {
  background-color: #170D67;
}
h5{margin-bottom: 1.3333333333333333333333333333333em;}
article header{display:none;}
a.exc-content-slat-primary {text-decoration:none;color: #170D67;border-bottom: 2px solid #170D67;}
a, .ui-widget-content a {text-decoration:none;
  color: #0067b1;}
  a:hover{text-decoration:underline;}
ul {
  list-style: square outside;
  margin-left: 30px;
  padding-left: 0;
}
ul li, ol li {
    margin-bottom: 8px;
}
.ui-widget-content {

  color: #555555;
}
.sub {
font-size: 24px;
font-weight: 600;
line-height: 1.3;
}
.exc-utility-links a, .exc-utility-links a:hover, .exc-utility-links a:visited{color:#fff;}
/* Keep sizing consistent */
.node__content, /*.view,*/ main .block-block-content, legend {
  /* font-size: 18px;
  line-height: 24px;*/
}
label, legend {
  margin-bottom: 5px;

}
table {
  font-size: inherit;
}
.form-control, .form-select {
  border: 2px #d8d8d8 solid;
  border-radius: 0;
  font-size: inherit;
}
*:focus {
  outline: 1px dotted #ccc;
}
#skip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: 0;
  text-align: center;
  list-style: outside none;
}
#skip li {
  list-style-type: none;
}
#skip a {
  position: absolute;
  left: -99999px;
  top: 30px;
}
#skip a:focus, #skip a:active {
  position: relative;
  left: 0;
  z-index: 999999;
  width: 75%;
  height: auto;
  margin: 0 auto;
  padding: 30px 45px;
  text-align: center;
  text-decoration: none;
  font: 13px;
  border: 1px dotted #444;
}
/* =========================
   Links and buttons
   ========================= */
a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* needed for accessibility */
#main {
  /* margin-top: 20px;*/
}
main a {
  text-decoration: underline;
}
[role="button"] {
  cursor: pointer;
}
main a.btn, .btn {
  /* border-radius: 0;*/
  text-decoration: none;
}
.btn-primary {
  padding: 18px 22px 12px;
  /*font-size: 16px;  text-transform: uppercase;
  line-height: 16px*/ ;
  border-radius: 0;

  text-decoration: none;
  color: #fff;

  background-color: #0059a4;

}

a.btn-primary {
  margin: 20px 0;
  clear: both;
  display: inline-block;
}
a.btn-primary:link, a.btn-primary:visited {
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #103870 !important;
  border-color: #103870 !important;
  color: #fff;
  text-decoration: underline;
}
.btn-arrow {
  color: var(--primary);
  font-weight: bold;
  padding-left: 0;
}
.btn-arrow:hover, .btn-arrow:focus {
  color: var(--primary-alt);
}
.btn-arrow::before {
  content: "";
  display: inline-block;
  border: inset 6px;
  border-color: transparent transparent transparent var(--primary);
  border-left-style: solid;
  transition: all 0.1s ease-in-out;
}
.btn-arrow:hover::before, .btn-arrow:focus::before {
  border-color: transparent transparent transparent var(--primary-alt);
}
.btn-accordion {
  color: var(--text-color);
  font-family: "Open Sans ";
  font-size: 30px;
  line-height: 36px;
  padding-left: 0;
  text-align: left;
}
.btn-accordion::after {
  content: "\2013"; /* unicode for en dash */
  font-size: 31px;
  margin-left: 10px;
  transition: all 0.1s ease-in-out;
}
.btn-accordion[aria-expanded="false"]::after {
  content: "+";
}
.btn-new-accordion{
  max-width: 50%;
  float: none !important;
  margin: 0 auto;
}
.btn-interior{
  justify-content: center;
    display: flex;
}
img{max-width:100%;height:auto;}
/* =========================
   Utility
   ========================= */
/* Better UX for form submission errors */
html {
  scroll-padding-top: 80px;
}
/* force contextual links to be legible */
.contextual a {
  color: #333 !important;
  min-height: auto !important;
}
/* Hide login link while logged in */
.user-logged-in .nav-link--user-login {
  display: none;
}
/* Match the margin that nodes have */
.view {
  /*margin-top: 10px;*/
}
/* Make login description accessible */
.text-muted {
  color: var(--text-color) !important;
}
.form-required:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0VFMDAwMCIgIGQ9Ik0wLDcuNTYybDEuMTE0LTMuNDM4YzIuNTY1LDAuOTA2LDQuNDMsMS42ODgsNS41OSwyLjM1QzYuMzk4LDMuNTUzLDYuMjM3LDEuNTQ0LDYuMjIsMC40NDdoMy41MTEgYy0wLjA1LDEuNTk3LTAuMjM0LDMuNi0wLjU1OCw2LjAwM2MxLjY2NC0wLjgzOCwzLjU2Ni0xLjYxMyw1LjcxNC0yLjMyNUwxNiw3LjU2MmMtMi4wNSwwLjY3OC00LjA2LDEuMTMxLTYuMDI4LDEuMzU2IGMwLjk4NCwwLjg1NiwyLjM3MiwyLjM4MSw0LjE2Niw0LjU3NWwtMi45MDYsMi4wNTljLTAuOTM1LTEuMjc0LTIuMDQxLTMuMDA5LTMuMzE2LTUuMjA2Yy0xLjE5NCwyLjI3NS0yLjI0NCw0LjAxMy0zLjE0Nyw1LjIwNiBsLTIuODU2LTIuMDU5YzEuODcyLTIuMzA3LDMuMjExLTMuODMyLDQuMDE3LTQuNTc1QzMuODQ5LDguNTE2LDEuODcyLDguMDYyLDAsNy41NjIiLz48L3N2Zz4K);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  height: 7px;
  width: 10px;
}
/* =========================
   Header & Menu
   ========================= */
sup{font-size:65%;}
nav.tabs ul.nav > li.nav-item > a {
  color: #000;
  padding: 5px;
}
#navbar-top {
  background-color: #f3f3f3;
}
#header {}
@media only screen and (max-width: 992px) {
  #header {

  }
}
@media only screen and (min-width: 768px) {
	.exc-logo-main {
    left: 15px;
    bottom: 21px;
}
	.exc-logo-main a {
    width: 208px;
    height: 68px;
}

}
.exc-logo-main a {
    display: block;

    background-size: contain;
    background-repeat: no-repeat;
   /* width: 104px;
    height: 34px;
    text-indent: -5000px;*/
    overflow: hidden;
}
.exc-logo-main {
    display: inline-block;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
#header img {
  max-width: 208px;
}

#header .navbar {
  padding: 0;
}
#block-icfbarrio-search {
  display: none;
}

.breadcrumb-item {display:inline;}

#block-toprightmenu,
#block-toprightmenubusiness,
#block-icfbarrio-topmenuewrmdresi,
#block-icfbarrio-topmenuewrdcresi,

#block-icfbarrio-topmenuewrmdbusiness {
  margin-left: auto;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #header img {
    max-height: 50px;
  }

  #block-toprightmenubusiness,
  #block-icfbarrio-topmenuewrmdresi,
  #block-icfbarrio-topmenuewrdcresi,
  
  #block-icfbarrio-topmenuewrmdbusiness{text-align: center;}



}
.exc-utility-links {
    top: 0;
    right: 0;position:relative;
}
@media only screen and (max-width: 776px) {

	.exc-utility-links {display:none;}
	ul.exc-utility-icons{top:0;}
	#sidebar_first,
	.exc-sidebar-left-inner{background: transparent!important;
}
#block-residentialmenu,
#block-business,
#block-evsmartmenu,

  #block-icfbarrio-ewrmdresi,
  #block-icfbarrio-ewrdcresi,

  #block-icfbarrio-ewrmdbusiness {
  display:none;
  background-color: #eeeeee;
}
	.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}
.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}


}

/* Smart page side menu hide/show tweak */
.node-type-evsmart #sidebar_first {
  display: none;
}
@media only screen and (max-width: 767px) {
  .node-type-evsmart #sidebar_first {
    display: initial;
  }
}

.navbar-toggler {
  background: url(../images/three-bars.png) center/contain no-repeat;
  margin-left: auto;
}
.dropdown-menu {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.dropdown-item {
  padding: 0;
}
.dropdown-menu a {
  display: block;
  color: #fff;
  padding: 0.25rem 1.5rem;
}
.dropdown-menu a:hover, .dropdown-menu a:focus {
  text-decoration: underline;
}
.site-name-slogan {
  max-width: 170px;
  color: var(--primary);
  border-left: 1px solid var(--primary);
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.9rem;
  font-weight: bold;
  line-height: 20px;
}
.site-name-slogan:hover, .site-name-slogan:focus {
  color: var(--primary);
}
.navbar-brand {
  margin-right: 0;
  padding-right: 1rem;
}
@media only screen and (max-width: 575px) {
  .navbar-brand {
    margin-right: auto;
  }
}
.region-submenu {
  background-color: var(--background-secondary);
  min-height: 48px;
  align-items: center;
  display: flex;
}
#block-submenu .nav {
  justify-content: space-around;
}
@media only screen and (max-width: 991px) {
  #block-mainnavigation ul.sf-menu, #block-icfbarrio-main-menu > ul.nav {
    width: 100%;
  }
  block-mainnavigation ul.sf-menu li ul li a, #block-icfbarrio-main-menu > ul.nav li ul li a {
    color: #fff;
  }
}
#search-block-form input.form-search {
  background: transparent;
  box-shadow: none;
  /*  border: 1px inset #555;*/
  margin-top: 15px;
}
#search-block-form .icon {
  top: 15px;
  left: 15px;
}
#search-block-form i.better_search {
  background: url("../images/search.png") center center no-repeat;
  background-size: 20px 20px;
}
#block-icfbarrio-content .js-form-type-search input.form-search {
  background: #fff;
  border: 1px solid #ccc;
  width: 300px;
  color: #000;
}
.breadcrumb {
  background: transparent;
  margin-left: 0;
  font-size: 1.3em;
  margin-top: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: ##555555;
    content: none;
}
/* =========================
   Hero
   ========================= */
.inner-hero img {
  max-width: 100%;
  height: auto;
}
#block-landingintro, #block-landingintro2 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 576px) {
  .main-content {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 776px) {
  #block-landingintro, #block-landingintro2 {
    padding: 0 30px;
  }
}
#block-hero {
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 776px) {
  #block-hero .inner {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 768px) {
  #block-hero {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: relative;
  }
  #block-hero .inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 776px) {
  #block-hero {
    top: 50px;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  #block-hero {
    top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  #block-hero {
    top: 480px;
  }
  #block-landingintro h2, #block-landingintro2 h2 {
    font-size: 2.8em
  }
  #block-landingintro p, #block-landingintro2 p {
    font-size: 1.5em;
  }
}
/* =========================
   Content & Sidebar
   ========================= */
.box /*,
.sidebar_second .content*/ {
  background: #fff;
  border: 1px solid #ccc;
  height: 430px;
  /* border-bottom: 6px solid var(--border-highlight);*/
}
.box.orange {
  background: #ff6e1e;
  color: #fff;
  text-transform: capitalize;
  border: 0;
  text-align: center;
  padding: 30px;
}
.box.green {
  background: #5c8727;
  color: #fff;
  text-transform: capitalize;
  border: 0;
  text-align: center;
  padding: 30px;
}
#block-landingtoolsarea .col-md-6 {
  padding: 0;
}
.feature-box .box, .feature-box .box .text-center {
  flex-direction: column;
}
.inner-box {
  padding: 0 35px;
  width: 100%;
  text-align: center;
  min-height: 160px;
  margin-top: 30px;
}
.inner-box img {
  max-width: 66px;
}
.inner-box p {
  /* font-size: 1em;*/
}
/*.box h2,*/
.featured-bottom a {
  color: var(--secondary);
  font-size: 26px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
  /*padding: 0 50px;*/
}
.box h2 {
  margin: 0 20px;
}
.box img {
  /*    background-color: var(--background-secondary);*/
}
.left {
  padding: 1.5rem 0 0.5rem 1.5rem;
}
.right {
  padding-bottom: 1.5rem;
}
.space {
  padding: 2rem 1.5rem;
}
.card-module__content-border {
  margin: 20px auto;
  background-color: #636363;
  width: 73px;
  height: 2px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .left {
    padding-bottom: 1.5rem;
  }
  .right {
    padding-top: 1.5rem;
    padding-right: 1.5rem;
  }
  .benefits {
    background: url("../images/bottom-image.png") right/contain no-repeat, #fff;
  }
  .space {
    padding: 4.5rem 1.5rem;
  }
  .top h2 {
    min-height: 125px;
  }
}
.featured-bottom a {
  min-height: 150px;
}
@media only screen and (min-width: 1200px) {
  .featured-bottom a {
    max-width: 290px;
  }
  .top h2 {
    min-height: 93px;
  }
}
.sidebar_second {
  margin-top: 10px;margin-left: 20px;
}
#content {padding:0;border-right: 1px solid #eeeeee;}
.sidebar .block {
  border: none;
  padding: 0;
  margin: 0;
}
.sidebar h3 {
  margin-top: 14px;
  font-size: 1.2em;
}
.sidebar p {
  font-size: 14px;
  line-height: 21px;
}
.featured-bottom img {
  max-width: 175px;
}
/* reports */
.report {
  border: #dddddd 1px solid;
  margin-bottom: 1rem;
}
.view-my-report .views-row:last-of-type .report {
  margin-bottom: 0;
}
.report .date {
  font-size: 16px;
}
hr {
  margin: 30px 0;
  border-top-color: #d9d9d9;
}
/* =========================
   Footer
   ========================= */
footer.site-footer {
  padding-bottom: 0;
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
	#block-pepcosociallinks ,
		#block-initialpepcofooter{clear: both;
display: block;
flex: unset;
max-width: 100%;}
	.exc-footer-nav nav ul li a{border-left:0;}




}
@media only screen and (max-width: 776px) {
  footer.site-footer {
 /*   padding: 30px;*/
  }
}

footer .site-footer__top {}
footer .site-footer__bottom {
  background: #000;
  padding-top: 30px;
}
.site-footer__bottom .region {
  margin-top: 0;
  width: 100%;
}
.site-footer .content {
  width: 100%;
}
#block-footercol1 img {
  max-width: 40%;
  margin-bottom: 20px;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.site-footer .block {
  display: block;
  align-items: unset;
  align-self: unset;
  margin: 0;
  border: 0;
  padding: 0;
  justify-content: space-evenly;
  width: 100%;
}
site-footer__top p {
  margin-top: 0;
}
.site-footer__bottom {
  border: 0;
  margin-top: 0;
}
#block-footercol1 h3 {
  margin-top: 0;
}


/* pre-footer region */
.region-footer-first {
  margin: 0;
  align-items: center;
}
.site-footer .block.menu--pre-footer {
  display: inline-block;
  width: fit-content;
}
footer .nav {
  text-align: left;
  margin: 24px 20px;
}
footer .nav .nav-item {
  margin: 10px 0;
}
.exc-footer-nav nav ul li a:hover {
  text-decoration: underline;
}

.site-footer .block-social-media-links {
  width: fit-content;
  margin-left: auto;
}

.site-footer .block-social-media-links .content ul {
  padding: 0;
}

.site-footer .block-social-media-links ul li {
  margin: 0;
  padding: 0.2em 0.6em;
}

.site-footer .block-social-media-links .content a {
  color: #6c6c6e;
}

.fa-nextdoor {
  width: 19px;
  height: 15px;
  background-image: url(../images/nextdoor-logo.svg);
  background-size: 19px 15px;
  background-position: bottom;
}

/* pre-footer region tablet/mobile */
@media only screen and (max-width: 1024px) {
  .region-footer-first {
    flex-direction: column;
  }
  .site-footer .block.menu--pre-footer {
    width: 100%;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
  }
  .site-footer .block.menu--pre-footer .nav {
    display: block;
    text-align: center;
  }
  .site-footer .block-social-media-links {
    width: 100%;
    text-align: center;
  }
  .site-footer .block-social-media-links {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .exc-footer-nav nav ul li a {
    border-left: 0;
  }
}

.footer-terms-cond {
  float: right;
  list-style: none;
}
#block-footersocial .social-icons img {
  width: 40px;
}
.site-footer__top .content li a:hover, .site-footer__top .content li a:focus {
  background: transparent;
}
@media only screen and (min-width: 560px) {
  .region-footer-first:only-child {
    width: 100%;
  }
}
.icf {
  max-width: 150px;
  margin-bottom: 10px;
}
.icf-container {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .site-footer .block {
    align-items: normal;
  }
  #block-footersocial .social-network, #block-footersocial .logo-image {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .icf {
    text-align: left;
    line-height: 15px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .icf-container {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #block-copyright {}
}
/*****accordions*****/
dt-icon {
  display: block;
  float: left;
  margin-top: 0;
}
.ui-accordion h3 p {
  margin-bottom: 0;
}
.accordian-separator {
  margin: 30px 0;
  border-top: 2px solid #00148c;
  padding-top: 30px;
}

/***** Begin Icon Accordions *****/
/* .field--name-field-accordion > .field__item {
  margin: 10px 0;
} */

.field--name-field-accordion .field__item .accordion-button {
  cursor: pointer;
  border: transparent;
  background-color: transparent;
  border-top: 1px solid #eeeeee;
}

.field--name-field-accordion .field__item:first-of-type .accordion-button {
  border-top: none;
}
.field--name-field-accordion .accordion-button:active {
  background: #eeeeee;
}
.field--name-field-accordion button.accordion-button.d-flex.collapsed:hover {
  border: none;
  background-color: #eeeeee;
}

.accordion-button {
  position: relative;
  width: 100%;
  padding: 15px 35px 15px 15px;
  box-shadow: none;
}
.accordion-button:focus,
.accordion-button:active {
  box-shadow: none;
}
.accordion-button:focus {
  outline-color: transparent;
}
.accordion-button:active {
  background: #eeeeee;
}

.accordion-button .exc-icon-toggle {
  right: 10px;
}

.exc-icon-toggle:before {
  color: #170D67;
}

/* change accordion indicator to minus symbol */
.accordion-button:not(.collapsed) .exc-icon-toggle:before {
  content: "\e917";
}

.accordion-button .field--name-field-icon-image,
.accordion-button .image-style-accordion-icon {
  min-width: 76px;
  min-height: 76px;
  margin: 0;
}

.accordion-button__label {
  width: 100%;
  padding: 0 20px;
  text-align: left;
}

.accordion-button__title {
  margin: 0;
  line-height: 20px;
  color: #170d67;
  margin-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.accordion-button__sub-title {
  margin: 5px 0;
  font-size: 14px;;
  font-style: italic;
}

.accordion-body {
  padding: 15px 30px;
}
/***** End Icon Accordions *****/

/********smart home optimization********/
.context-smarthome #header {
  background-color: #286D36;
}
/******Hero***********/
/** SLIDESHOW based on https://codepen.io/arrive/pen/EOGyzK**/
@keyframes "imageAnimation" {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes "titleAnimation" {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.path-frontpage .view-empty, .feed-icons {
  display: none;
}
.block.calloutbox {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid #cdccd1;
  font-size: 1.2em;
}
.calloutbox .title-1 {
  font-size: 30px;
  line-height: 30px;
  font-family: 'Interstate', Arial, sans-serif;
  color: #0075BC;
}
.calloutbox ul {
  padding-left: 0;
  margin-lefT: 0;
}
.calloutbox ul li {
  list-style: none;
  font-size: 1.1em !important;
  padding-left: 35px;
}
/*****one-off****************/
.context-rebates #block-icfbarrio-breadcrumbs, .context-rebates #block-icfbarrio-page-title {
  display: none;
}
.view .view-content.row {
  margin: 0;
}
.headerRow.row{display:block}
.headerRow * {
/*    justify-content: center;
    flex-direction: column;
    display: flex;*/
}

.headerRow p {
    margin: 0;
}
/*****faqs***************/
dt-icon {
position: absolute;
left: 0;
right: 1em;
}
.ui-accordion dt {
  background: transparent;
  border: 0;
  padding-left: 30px;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}
.ui-accordion dtdt-active {
  border: 1px solid #0067b1;
  background: #0067b1;
}
.view-faq .views-row {
  width: 100%;
}
.ui-accordion .ui-accordion-content {
  border: 0;
  border-radius: 0;
  border: 1px solid #ddd
}
.table thead th {
  background: #170D67;
}
dt-icon.ui-icon-plus {
  background: url("../images/btn_expand.png") no-repeat;
  margin-right: 20px;
  background-position: left;
  width: 19px;
  height: 19px;
}
dt-icon.ui-icon-minus {
  background: url("../images/btn_collapse.png") no-repeat;
  margin-right: 20px;
  background-position: left;
  width: 19px;
  height: 19px;
}
table tr th,table tbody tr th {
  background: #170D67;padding: 1em;
  text-align: center;
}
tr td {
  border: 1px solid #ffffff;
vertical-align: top;
  padding: 1em;
  text-align: left;
  background-color: #dfdfdf;

}

.ckeditor-accordion-container tr td {
  border: 1px solid #dfdfdf;
}
@media only screen and (max-width: 767px) {
  .table-responsive td {
    text-align: right !important;

  }
  table td {

  }
  .table-responsive td p {
    font-size: 1em !important;
  }
  .ui-accordion .ui-accordion-content {
    padding: 0;
  }
  .main-content {
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .table-responsive td {
    text-align: right !important;

  }
  .table-responsive td p {
    font-size: 0.9em !important;
  }
}
section#hero {
 /* height: 100px;*/
}
.highlighted {
  background-color: #ddd;
}
.exc-nav-top ul.exc-nav-top-L1 > li > a {
  font-size: 0.9em;
}
.sidebar nav .nav {

}
.exc-footer-nav nav ul li a {
  color: #333 !important;
  padding: 0px 12px 0px 10px !important;
  /* border-left: solid #999 1px !important; */
}
#block-initialpepcofooter {
  margin: 0;
  align-self: flex-start;
}
#block-footerlist .col-md-2 {
  float: left;
}
.site-footer .content {
  color: #333;
  font-size: 14px;
}
.exc-footer-lists {
  color: #333;
  font-family: Open-Sans, Arial,  sans-serif;
}
.exc-footer-lists ul li a {
  color: #333 !important;
}
.site-footer .exc-footer-company .content {
  color: #fff;
}

#sidebar_first {background-color: #eeeeee;padding:0;}
.exc-sidebar-left-inner ul.nav{width:100%;margin:0;border-top: 1px solid #ccc;}
.exc-sidebar-left-inner ul.nav li  {border-bottom: 1px solid #ccc;width:100%;list-style: none;margin-bottom: 0;}
.exc-sidebar-left-inner ul.nav li li a.active{border-bottom: 1px solid #ccc;}
.exc-sidebar-left-inner ul.nav li a {color: #333;font-size: 14px;font-family: Open-Sans, Arial,  sans-serif;padding: 11px 40px 11px 20px;width:100%;
font-weight: 400;}
.exc-sidebar-left-inner ul.nav li a.primary {background-color: #f7f7f7;border-bottom: 1px solid #ccc;color: #333;

font-weight: 600;
font-size: 16px;}
.exc-sidebar-left-inner ul.nav ul.menu {margin:0;}
.exc-sidebar-left-inner ul.nav ul ul {background-color: #e1e1e1;}



/******remove the blue**************/
.exc-sidebar-left-inner ul.nav li.menu-item--expanded.menu-item--active-trail a.active {background-color: #f7f7f7;color: #707070!important;}


/*****blue bg color*************/
.exc-sidebar-left-inner li.menu-item--expanded.menu-item--active-trail  li.menu-item--expanded.menu-item--active-trail a.nav-link.is-active,
.exc-sidebar-left-inner ul.nav li a.primary:hover,
.exc-sidebar-left-inner ul.nav li.menu-item--active-trail a.active,
.exc-sidebar-left-inner ul.nav li a:hover,

.exc-sidebar-left-inner ul.nav li.menu-item--expanded.menu-item--active-trail a.primary.is-active,

.exc-sidebar-left-inner ul.nav li.menu-item--expanded.menu-item--active-trail ul.menu li.menu-item--active-trail a.active.is-active


{    background-color: #170D67;;color:#fff!important;}

/********plus sign************/
.exc-sidebar-left-inner ul.nav li.menu-item--collapsed a:after,
.exc-sidebar-left-inner ul.nav li.menu-item--collapsed a.primary:after,
.exc-sidebar-left-inner ul.nav li.menu-item--expanded li.nav-item.menu-item--collapsed a:after,
.exc-sidebar-left-inner ul.nav li.menu-item--expanded ul.menu li.menu-item--expanded ul.menu li.nav-item.menu-item--collapsed a:after,
.exc-sidebar-left-inner ul.nav li.menu-item--expanded ul.menu li.menu-item--expanded li.menu-item--expanded.menu-item--active-trail ul.menu li.nav-item.menu-item--collapsed a:after
{
position: absolute;
right: 10px;
	content: "\e91a";
	font-family: 'exc-icon';
}
.exc-footer-company {
  background-color: #170D67;
  padding: 26px 0px;
  color: #fff;
  font-family: Open-Sans, Arial,  sans-serif;
}



/********minus sign************/
.exc-sidebar-left-inner ul.nav li.menu-item--expanded a:after,
.exc-sidebar-left-inner ul.nav li.menu-item--expanded ul.menu li.menu-item--expanded a:after,
.exc-sidebar-left-inner ul.nav li.menu-item--expanded ul.menu li.menu-item--expanded ul.menu li.nav-item.menu-item--expanded a:after,
.exc-sidebar-left-inner ul.nav li.menu-item--expanded ul.menu li.menu-item--expanded ul.menu li.menu-item--expanded ul.menu li.nav-item.menu-item--expanded a:after{	position: absolute;
right: 10px;
	content: "\e917";
	font-family: 'exc-icon';}

/******remove the plus/minus**************/
.exc-sidebar-left-inner ul.nav li.menu-item--expanded li.nav-item a:after,
.exc-sidebar-left-inner ul.nav li.menu-item--expanded li.menu-item--expanded  a:after,
.exc-sidebar-left-inner ul.nav li.menu-item--expanded ul.menu li.menu-item--expanded ul.menu li.nav-item a:after,
.exc-sidebar-left-inner ul.nav li.menu-item--expanded ul.menu li.menu-item--expanded ul.menu li.nav-item.menu-item--expanded li.nav-item a:after{content:none}

/************TEMP REMOVE*************/
.alert-wrapper {
  display: none;
}

.test {color:white;}


/******page specific***************/
.headerRow * {
  /*  justify-content: center;
    flex-direction: column;
    display: flex;*/
}.headerRow p {
    margin: 0;
}.btn_primary {
  background-color: #0059a4;
    color: #fff;
    display: block;
    float: left;
    clear: both;
    margin-bottom: 20px ;
    text-align: center;
    min-width: 185px;
}.btn_primary a {color:#fff;text-decoration:none;font-weight:bold;padding:10px 15px;display:block;}
.btn_primary a:hover {text-decoration:underline;background-color: #103870;}
.btn_primary a:visited, .btn_primary a:hover {
    color: white;
}
a.btn.btn-primary.btn_primary {
  color: #ffffff;
    background-color: #0059a4;
    border-color: #0059a4;
}
a.btn.btn-primary.btn_primary:hover {
  color: #ffffff;
    background-color: #103870;
    border-color: #103870;
    text-decoration: none;
}


.exc-nav-top{z-index:99;}
.exc-sidebar-right{float:right;}

@media (max-width: 1024px) {
#sidebar_second{display:none;}


}
.node-type-business h2,.node-type-dc-business h2
{clear:both;}
.sidebar_second h2 {
    font-weight: 600;
    line-height: 1.3;
    font-size: 14px;
    margin: 0 !important;
    padding: 15px 15px;
    background-color: #ddd;
    width: 200px;
}
.rightSidebar {
    padding: 0px 15px 15px 15px;
    margin: 0;
    background-color: #eeeeee;
    width: 200px;
}
.rightSidebar p img {
    max-width: 200px;
    margin-left: -15px;
    margin-bottom: 5px;
}
.imageBox {
    min-height: 260px;
    max-width: 295px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #eeeeee;
}
@media(max-width:1145px) and (min-width:1024px){
 .imageBox {
   width:235px;
 }

}
@media(max-width:885px) {
  .imageBox {
   min-height:270px
  }

 }




.imageBox:hover{
  color:#fff;
  background-color: #0077bb;
}.imageBox a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #555555;
    min-height: 260px !important;
    max-width: 295px !important;
}.imageBox a:hover, .imageBox a:hover .imageTitle {
    color: #fff;
}.imageBoxText {
    padding: 5.5px 20px;
}.imageBox .imageTitle {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    margin: 10px 0px;
}
.imageBox img {
    max-width: 295px;
    max-height: 100.2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}.imageBox span {
    display: block;
    font-family: open sans, arial;font-size:0.95em;
}


.table > thead > tr > th, .table > tbody > tr > th, .exc-rteTable-default > thead > tr > th, .exc-rteTable-default > tbody > tr > th{background-color: #170D67;}

@media only screen and (max-width: 556px) { .table-responsive{padding:0} .table-responsive .table {margin-top:0;} .table-responsive .table a{word-break: break-all;} }

@media only screen and (max-width: 440px) {
	table td:before{display:none;
	text-align:left!important;}
	table td{font-size:0.85em;padding-left:0!important;}

}


/*********mobile display******************/

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

	#content {flex-basis:unset;
	}



}

/****new accordions******************/


.node-type-business .ckeditor-accordion-container dt,
.node-type-dc-business .ckeditor-accordion-container dt{
	background-color: #00adef;
	color: #fff;

	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 35px;
	height: 65px;
	padding: 20px;
	padding-left: 75px;
	margin: 10px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	border: none;
}
.ckeditor-accordion-container > dl dt.active > a {
  background-color: transparent;
}


.node-type-business .ckeditor-accordion-container dt.active,
.node-type-dc-business .ckeditor-accordion-container dt.active{
	margin-bottom: 1px;
}

.node-type-business .ckeditor-accordion-container dt a,
.node-type-dc-business .ckeditor-accordion-container dt a{
	color: #fff;
	font-weight: bold;background: transparent;
  padding: 0;
  border: 0;
}

#participating dt {
  background-color: transparent;
      background-repeat: no-repeat;
      background-position: 15px center;
      background-size: 170px;
      height: 100px;
      padding: 20px;
      padding-left: 75px;
      margin: 10px 0;
      font-size: 1.2em;
      line-height: 1.4em;
      border: none;
}
#participating span.ckeditor-accordion-toggle{
  width: 100%;
  height: 100%;
  top: 0;
}
#participating .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
  color:transparent
}
#participating .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  color:transparent
}



/*
.node-type-business .ckeditor-accordion-container dt:after{
	content: url(../images/btn_expand.png);
	float: right;
}

.node-type-business .ckeditor-accordion-container dt.active:after{
	content: url(../images/btn_collapse.png);
	float: right;
}
*/
.node-type-business .ckeditor-accordion-container dd.active,
.node-type-dc-business .ckeditor-accordion-container dd.active{
	background-color: #efefef;
	padding: 20px;
	clear: both;
}


.node-type-business .ckeditor-accordion-container dt.lightblue,
.node-type-dc-business .ckeditor-accordion-container dt.lightblue{	background-color: #170D67}

.node-type-business .ckeditor-accordion-container dt.darkblue ,
.node-type-dc-business .ckeditor-accordion-container dt.darkblue {
	background-color: #6E06C1;
}
.node-type-business .ckeditor-accordion-container dt.gray,
.node-type-dc-business .ckeditor-accordion-container dt.gray {
	background-color: #3A5CFF;
}
.node-type-business .ckeditor-accordion-container dt.lime ,
.node-type-dc-business .ckeditor-accordion-container dt.lime {
	background-color: #170D67;
}
.ckeditor-accordion-container > dl {
  position: relative;
  border: 0;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {right:0;left:auto;}
.ckeditor-accordion-container > dl dt > a{background:transparent;padding:0;text-decoration:none;}
.ckeditor-accordion-container > dl dt > a:hover{background:transparent;text-decoration:underline}

.ckeditor-accordion-container > dl.green-btn dt{width: 50%;
  float: left;padding:12.5px 20px;
  text-align: center;padding-left: 20px;
  color: #ffffff;
  background-color: #0059a4;
  border-color: #0059a4;
  margin: 0 30px;
height:auto;
  display: block;
  max-width: 200px;}
  .ckeditor-accordion-container > dl.green-btn dt:hover{
    color: #ffffff;
    background-color: #103870;
    border-color: #103870;
    text-decoration: none;
  }
  .ckeditor-accordion-container > dl.green-btn a{font-weight: normal;}


dl.green-btn  dt > a > .ckeditor-accordion-toggle{display:none;}

dt.gray.start{clear:both;}

.context-md-business-applymlb .ckeditor-accordion-container .ckeditor-accordion-container{
  clear: none;
}
table.accordiontable, table.accordiontable tr, table.accordiontable td {background:transparent;border:0;}
table.accordiontable td{width:50%;}
table.accordiontable .ckeditor-accordion-container > dl.green-btn dt {width:100%;margin:0;max-width:100%;}

dt.apply,
dt.applynow {background-image: url(../images/apply.png);
}
dt.colleges {background-image: url(../images/colleges.png);
}
dt.requirements {background-image: url(../images/requirements.png);
}
dt.commericalkitchen {background-image: url(../images/commercialkitchen.png);
}
dt.contactus,dt.contact {background-image: url(../images/contact.png);
}
dt.custom {background-image: url(../images/custom.png);
}
dt.contractor {background-image: url(../images/contractor.png);
}
dt.eligibility {background-image: url(../images/eligibility.png);
}
dt.faith {background-image: url(../images/faith.png);
}
dt.faqs {background-image: url(../images/faqs.png);
}
dt.getstarted,
dt.start {background-image: url(../images/start.png);background-size:25px!important;
}
dt.government {background-image: url(../images/government.png);
}
dt.grocery {background-image: url(../images/grocery.png);
}
dt.heatingcooling,
dt.heatcool {background-image: url(../images/heatingcooling.png);
}
dt.hospitality {background-image: url(../images/hospitality.png);
}
dt.hospitals {background-image: url(../images/hospitals.png);
}
dt.incentives {background-image: url(../images/incentives.png);

}
dt.industrial {background-image: url(../images/industrial.png);
}
dt.lighting {background-image: url(../images/lighting.png);
}
dt.newconstruction {background-image: url(../images/newconstruction.png);
}
dt.office {background-image: url(../images/office.png);
}
dt.resources {background-image: url(../images/resources.png);
}
dt.path {background-image: url(../images/path.png);
}
dt.qhec {background-image: url(../images/qhec.png);
}
dt.restuarants {background-image: url(../images/restaurants.png);
}
dt.retail {background-image: url(../images/Retail.png);
}
dt.serviceprovider {background-image: url(../images/serviceprovider.png);
}
dt.specializedcontrols {background-image: url(../images/specializedcontrols.png);
}
dt.variabledrives {background-image: url(../images/vfds.png);
}
dt.washersdehumidifiers {background-image: url(../images/washersdehumidifiers.png);
}
dt.vfd {background-image: url(../images/vfds.png);
}
dt.monitor {background-image: url(../images/monitor_based_transparent.png);
}
dt.tuneup {background-image: url(../images/building_tuneup_transparent.png);
}
dt.hvac {background-image: url(../images/hvac_tuneup_transparent.png);
}
dt.light {background-image: url(../images/light.png);background-size: 25px!important;
}
dt.distributors{background-image: url(../images/operation_directory.png);}
dt.om{background-image: url(../images/operation_training.png);}
dt.mail{background-image: url(../images/mail.png);background-size: 30px!important;}
dt.worker{background-image: url(../images/worker.png);background-size: 30px!important;}
dt.pencil{background-image: url(../images/pencil.png);background-size: 30px!important;}

.bannerimg{width:100%;}
.bannerimg img{width:100%;}

table tr {border:0;background:#fff;}
.region-hero{height:100px;}

/* modal inside accordion */
.field--name-field-logo-modal {
  display: flex;
  flex-flow: wrap;
  gap: 0 6em;
  justify-content: center;
  align-items: center;
}

.field--name-field-logo-modal .field__item {
  min-width: 216px;
  margin: 25px 0;
}

.field--name-field-logo-modal .field__item .paragraph--type--logo-modal-popup a {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: auto;
  text-align: center;
}

/* modal popup content */
.view-modal-popup-content .views-row {
  display: flex;
  gap: 2em;
}

.view-modal-popup-content .views-row .views-field-field-logo-image {
  width: 170px;
}

/* modal mobile mode */
@media (max-width: 600px){
  .ui-dialog {
       min-width: 95%;
       max-width: 95%;
  }

  .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons {
       width: 100% !important;
  }

  .view-modal-popup-content .views-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}


/***Accordions part 3***/


/* TODO, rework these into specific classes selectors */
button.accordion-button.d-flex.collapsed:hover {
  border: none;
  background-color: #eeeeee !important;
}

button.accordion-button.d-flex.collapsed:active {
  border-color: transparent;
}

/*[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {*/
/*  cursor: pointer;*/
/*  border: transparent;*/
/*  background-color: transparent;*/
/*  border-top: 1px solid #eeeeee;*/
/*}*/

/* button.accordion-button:first-of-type {border: 0;} */


/**************brochures**********/

.node-type-brochures #content{float:right;}
.node-type-brochures .defaultSecondSidebar{background:#efefef;padding:0;}
.node-type-brochures .defaultSecondSidebar ul{margin-left:0;}
.node-type-brochures .defaultSecondSidebar li{list-style:none;border-top:1px solid #ccc;}
.node-type-brochures .defaultSecondSidebar li a{display:block;padding:20px 10px;font-size:1.5em;color:#4a4a4a;padding-left: 35px;}
.node-type-brochures .defaultSecondSidebar li a.active-trail {background:#fff;}




.empowerLogo {
  width: 20%;
  float: left;
  margin: 15px 10px 20px 5px;
}.empowerText {
  width: 70%;
  float: right;
  margin-right: 1.5em;
  font-size: 14px;
}



/*******Business Pages****************/
.ckeditor-accordion-container{clear:both;}
.serviceBlock {
	margin: 0 auto;
	clear: both;
	float: none!important;
	color: #fff;
	text-align: center;padding:0;
}
.serviceBlock .col-md-4,
.serviceBlock .col-md-6{
	padding: 10px;
}
.serviceBlock .col-md-4 a,
.serviceBlock .col-md-6 a{
  height: 100%;
padding-right:15px;
color: #fff;
font-weight: bold;
text-decoration: none;
padding-left: 60px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width:100%;

}
.serviceBlock .col-md-4 a:hover,
.serviceBlock .col-md-6 a:hover{
  color: #170D67; !important;
  }
.serviceBlock .col-md-4 img,
.serviceBlock .col-md-6 img{
	max-width: 100%;
	display: block;
	clear: both;
	margin: 0 auto;
	text-align: center;
}

.serviceBlock .col-md-4 .icon img,
.serviceBlock .col-md-6 .icon img
{max-width: 100%;

display: block;

clear: both;

margin: auto;

text-align: center;

max-height: 100%;

width: auto;

height: auto;

position: absolute;

top: 0;

right: 0;

left: 0;

bottom: 0;}

.serviceBlock .col-md-4 .inner img,
.serviceBlock .col-md-6 .inner img {width: 35px;

float: left;

margin-left: 30px;

position: relative;

left: 40px;}
.serviceBlock .gray {
	background-color: #949495;
	height: 263px;
  margin-bottom: 20px;
	text-align: center;
	/*background-image: url(../images/serviceblock3.png);
	background-position: center center;*/
}
.serviceBlock .gray:hover{
	background-color:#5C5C5C;
}
.serviceBlock .red {
  background-color: #170D67;
  border: solid 1px #170D67;
	height: 172px;

	margin-bottom: 20px;
	text-align: center;
	/*background-image: url(../images/serviceblock6.png);
	background-position: center center;*/
}
.serviceBlock .red a:hover{
	background-color: #fff;
}
.serviceBlock .purple {
	height: 172px;
  border: 1px solid #170D67;
  background-color: #170D67;
	margin-bottom: 20px;
	text-align: center;
	/*background-image: url(../images/serviceblock7.png);
	background-position: center center;*/
}
.serviceBlock .purple a:hover{
	background-color:#fff;
}
.serviceBlock .bblue {
  border: 1px solid #170D67;
	background-color: #170D67;
	height: 172px;
  margin-bottom: 20px;

	text-align: center;
	/*background-image: url(../images/serviceblock.png);
	background-position: center center;*/
}
.serviceBlock .bblue a:hover{
	background-color:#fff;
}
.serviceBlock .lime {
  border: 1px solid #170D67;
	height: 172px;
background-color: #170D67;
margin-bottom: 20px;
	text-align: center;
	/*background-image: url(../images/serviceblock2.png);
	background-position: center center;*/
}
.serviceBlock .lime a:hover{
	background-color:#fff;
}
.serviceBlock .blue {
	background-color: #69737b;
	height: 172px;

	margin-bottom: 20px;
	text-align: center;
	/*background-image: url(../images/serviceblock4.png);
	background-position: center center;*/
}
.serviceBlock .blue:hover{
	background-color: #454C51;
}
.serviceBlock .green {
  border: 1px solid #170D67;
	background-color: #170D67;
	height: 172px;

  margin-bottom: 20px;
	text-align: center;
/*	background-image: url(../images/serviceblock5.png);
	background-position: center center;*/
}
.serviceBlock .green a:hover{
	background-color:#fff;
}

.serviceBlock .dgray {
	background-color: #69737b;
	height: 172px;

	margin-bottom: 20px;
	text-align: center;
	/*background-image: url(../images/serviceblock4.png);
	background-position: center center;*/
}
.serviceBlock .dgray:hover{
	background-color: #454C51;
}


.serviceBlock.c-i .lime,
.serviceBlock.c-i .green{margin-top:0;margin-bottom:20px;}

.serviceBlock.c-i .sbText a{font-weight:normal; padding-left:75px; padding-right:10px;height:100%;display:flex;justify-content: center;align-items: center;flex-direction: column;width:100%;}
.serviceBlock.c-i .sbText a:hover,.serviceBlock.c-i .sbText:hover a, .serviceBlock:hover {background-color:#fff !important;}
.serviceBlock .single {height: 75px;background-position: 120px center;}
.serviceBlock .single .sbText{
  text-align: center;
  height: 73px;
  font-size: 35px;
  font-weight: bold;
  display: flex;
}

.serviceBlock .single .sbText a{
  padding-top:25px;
  color: #fff;
  text-decoration: none;
  display:inline-block;
  padding-left:10px;
  width:100%;
  height:100%;
 }
 .serviceBlock .single .sbText a:hover{
  padding-top:25px;
  color: #170D67;
  text-decoration: none;
  display:inline-block;
  padding-left:10px;
  width:100%;
  height:100%;
 }

/*  */
.serviceBlock .applyNow a {
	background-image: url(../images/ApplyNowIcon.png);background-size: 45px;

background-repeat: no-repeat;

background-position: 15px center;}
.serviceBlock .applyNow a:hover{
	background-image: url(../images/ApplyNowIcon_purple.png);background-size: 45px;

}
/* Add purple image here - ADD THE A TAG*/
.serviceBlock .incentives a {
	background-image: url(../images/IncentivesIcon.png);
  background-size: 55px;

background-repeat: no-repeat;

background-position: 15px center;

}
.serviceBlock .incentives a:hover {
	background-image: url(../images/IncentivesIcon-newpurple.png);
}
/*  */
/*  */
.serviceBlock .buildingTuneup a {
    background-image: url(../images/building_tuneup_transparent.png);background-size: 45px;

background-repeat: no-repeat;

background-position: 15px center;}
.serviceBlock .buildingTuneup a:hover {
  background-image: url(../images/building_tuneup_transparent_purple.png);background-size: 45px;

}
/*  didnt find this one */
.serviceBlock .lighting a {
    background-image: url(../images/street_lighting.png);background-size: 37px;

background-repeat: no-repeat;

background-position: 15px center;}
.serviceBlock .lighting a:hover {
  background-image: url(../images/street_lighting.png);background-size: 37px;

}
/*  */
.serviceBlock .contractor a{
    background-image: url(../images/ExperiencedContractorsIcon.png);background-size: 45px;

background-repeat: no-repeat;

background-position: 15px center;}
.serviceBlock .contractor a:hover{
  background-image: url(../images/ExperiencedContractorsIcon_purple.png);background-size: 45px;

}
/*  */
.serviceBlock .faqs a {
    background-image: url(../images/faq_icon.png);background-size: 45px;

background-repeat: no-repeat;

background-position: 15px center;}
.serviceBlock .faqs a:hover{
  background-image: url(../images/faq_icon_purple.png);background-size: 45px;

}
/* cant find this one */
.serviceBlock .mlb a {
    background-image: url(../images/mlb_icon.png);background-size: 40px;

background-repeat: no-repeat;

background-position: 15px center;}
.serviceBlock .mlb a:hover {
  background-image: url(../images/mlb_icon.png);background-size: 40px;


}
/*  */
.serviceBlock .qhec a {
	background-image: url(../images/qhec.png);background-size: 55px;

background-repeat: no-repeat;

background-position: 15px center;}
.serviceBlock .qhec a:hover{
	background-image: url(../images/qhec_purple.png);background-size: 55px;
}
/*  */
.serviceBlock .newconstruction a {
	background-image: url(../images/newconstruction.png);background-size: 55px;

background-repeat: no-repeat;

background-position: 15px center;}
.serviceBlock .newconstruction a:hover {
	background-image: url(../images/newconstruction_purple.png);background-size: 55px;
}
/*  */
.serviceBlock .sbea a {
	background-image: url(../images/SBEAIcon.png);background-size: 55px;

background-repeat: no-repeat;

background-position: 15px center;}
.serviceBlock .sbea a:hover {
	background-image: url(../images/SBEAIcon_purple.png);background-size: 55px;
}


.serviceBlock .incentivesgif a {
	background-image: url(../images/incentives.gif);background-size: 194px;

background-repeat: no-repeat;
padding:0;padding-top:70px;
}
.serviceBlock .incentivesgif a:hover{
	background-image: url(../images/incentives-hover.gif);background-size: 194px;
}



.trc-left img, .trc-right img {
  height: 60px;
  width: 60px;
  clear: none !important;
  margin-left: 10px !important;
  float: left;
  display: initial;
  max-width: none;
  margin-top: 30px !important;
}
.sbText {

margin-top: auto;
margin-bottom: auto;
height: 170px;

display: flex;
align-items: center;
/* padding-right: 10px; */
/* padding-left: 10px; */

}
/* .col-md-6 .sbText {  margin-left: 65px;} */
.trc-left .sbText, .trc-right .sbText {
  height: auto;
  float: left;
  width: 70%;
  margin-top: 20px;
}
.gray .sbText {height:263px;}
.serviceBlock .inner {
/*	background: rgba(0,103,177,0.85);*/
	overflow: hidden;
	height: 100%;

display: table;

width: 100%;
}
.view .views-view-grid .views-col {
  position: static;
  float: none;
  display: table-cell;width: 50%;
  max-width: 50%;
}
.views-view-grid .views-col.col-1{border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;}
.views-view-grid .views-col.col-2{  border-bottom: 1px solid #fff;}


.view-hpwes-contractors .header{background-color: #170D67;
 font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.71429em;
  padding: 5px 10px;}

  .view-hpwes-contractors .view-content {background:#dfdfdf}

.serviceBlock .inner:hover {
	/*background: rgba(0,88,152,0.95);*/
}
.serviceBlock .clear {margin-bottom: 30px;

float: left;

clear: both;}
@media(min-width:1024px) and (max-width:1090px){
	.serviceBlock .applyNow{
		background-size:30px;
		background-position:2px center;
	}
	.serviceBlock .incentives{
		background-size:40px;
		background-position:5px center;
	}
	.serviceBlock .contractor{
		background-size:38px;
		background-position:0px center;
	}
	.serviceBlock .faqs{
		background-size:36px;
		background-position:5px center;
	}
	.serviceBlock .lighting{
		background-size:30px;
	}
	.serviceBlock .buildingTuneup{
		background-size:33px;
		background-position:15px center;
	}
	.serviceBlock .mlb{
		background-size:29px;
		background-position:5px center;
	}
	.serviceBlock .col-md-4 a{
		padding-left:22px;
	}
}
/* .serviceBlock .col-md-6 a {
  padding-left: 0;
} */
dd.active .btn_primary{max-width:50%;float:none;margin: 0 auto;}
.pageImage {
  float: left;
  margin-right: 20px;
}

p.static-btn {
  float: right;
  padding: 12.5px 20px;
  min-height: 44px;
  width: 50%;font-size:1.2em;

text-align: center;
color: #ffffff;
background-color: #0059a4;
border-color: #0059a4;
margin: 0 30px;

display: block;
max-width: 200px;
}
p.static-btn:hover{
  color: #ffffff;
  background-color: #103870;
  border-color: #103870;
}
p.static-btn a{color: #ffffff;
 text-decoration: none;}
 .ckeditor-accordion-container > dl dt:last-of-type > a {
  border-bottom: 0;
  text-decoration: none !important;color:#454545;
  background-color: transparent !important;
}
.ckeditor-accordion-container > dl dt > a:hover,
 .ckeditor-accordion-container > dl dt > a:not(.button):hover{color:#454545}
/*********service provider***********/
 .applicationService {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}.applicationService a {
  text-decoration: none;
  color: #555555 !important;
  display: block;
}.applicationService img {
  display: block;
  clear: both;
  margin: auto auto 10px auto;
  background-color: #0067b1;
}
.applicationService:hover img{
  background-color: #004376;
}
.applicationService a{
	text-decoration: none;
	color:#555555!important;
	display: block;
}
@media(max-width:426px){
	 .applicationService,
	.spHeader b{
		display:none;
	}
}
.view-filters{clear:both;}
.context-md-business-service-provider-directory #sidebar_second,
.context-md-business-eec-find-a-service-provider #sidebar_second{display:none;}
.views-row{width:100%;}
.serviceRow p {
  display: inline-block;
  margin: 5px 0px!important;
}.serviceRow p.name {
  width: 41%;
  padding-left: 10px;
  vertical-align: top;
}.serviceRow p.email {
  width: 43%;
  vertical-align: top;
}.serviceRow p.phone {
  width: 16%;
  vertical-align: top;
}.serviceProvider .serviceContainer {
  float: left;
  width: 100%;
}.two-col {
  width: 45%;
  float: left;
  margin: 0 10px;
  padding: 0;
  background: #fff;
}
.serviceProvider .ui-state-active a, .serviceProvider .ui-state-active a:link, .serviceProvider .ui-accordion-header-active .serviceRow {
  color: #454545;
}
.ui-accordion .ui-accordion-header{border-radius:0;}
.ui-accordion .ui-accordion-header.ui-accordion-header-active{background-color: #ededed;
  border: none;

  border-bottom: 1px solid #0067b1;}

  .views-accordion-header .ui-icon{margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 1em;
    left: 0;}
    h3.views-accordion-service-page_4-header,   h3.views-accordion-service-page_4-header p{margin: 0 !important;}
    .views-accordion-service-page_4-header p, .views-accordion-service-page_5-header p {
      display: inline-block;
      color: white;
      background: #170D67;
      text-align: center;
      font-size: 14px;
      padding-top: .9em;
      padding-bottom: .9em;
      margin: 0px;
    }.views-accordion-service-page_4-header p.phone, .views-accordion-service-page_5-header p.phone {
      width: 18.4%;
    }.views-accordion-service-page_4-header p.name, .views-accordion-service-page_4-header p.email, .views-accordion-service-page_5-header p.name, .views-accordion-service-page_5-header p.email {
      width: 40%;
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
      color: #454545;
      text-decoration: none;
    }
    .ui-accordion .ui-accordion-header.ui-accordion-header-active {
      background-color: #ededed;
      border: none;
      border-bottom: 1px solid #170d67;
      color: #454545;
    }

/*new smart home page icons*/
a.gtwy-link, a.plug-link, a.sled-link, a.esen-link, a.moti-link, a.sths-link, a.smsw-link, a.smth-link, a.ewhc-link, a.pool-link {
	border-bottom: 1px solid #d7d7d7;
	display: inline-block;
	height: 35px;
	padding: 16px 0 34px 50px;
	width: 75%;
	line-height: normal;
	text-decoration: none;
}
@media(max-width:600px) {
	.gtwy-link, .plug-link, .sled-link, .esen-link, .moti-link, .sths-link, .smsw-link, .smth-link, .ewhc-link, .pool-link {
		width: 90%;
	}
}
.gtwy-link{background: url(../images/wifi-solid1.png) no-repeat scroll left center transparent;
	background-size:40px;}
.plug-link{background: url(../images/plug1.png) no-repeat scroll left center transparent;
	background-size:40px;}
.sled-link{background: url(../images/lightbulb-regular1.png) no-repeat scroll left center transparent;
	background-size:40px;}
.esen-link{background: url(../images/entry1.png) no-repeat scroll left center transparent;
	background-size:40px;}
.moti-link{background: url(../images/motion1.png) no-repeat scroll left center transparent;
	background-size:40px;}
.sths-link{background: url(../images/temp-humidity1.png) no-repeat scroll left center transparent;
	background-size:40px;}
.smsw-link{background: url(../images/switch1.png) no-repeat scroll left center transparent;
	background-size:40px;}
.smth-link{background: url(../images/smart-therm1.png) no-repeat scroll left center transparent;
	background-size:40px;}
.ewhc-link{background: url(../images/water1.png) no-repeat scroll left center transparent;
	background-size:40px;}
.pool-link{background: url(../images/pool1.png) no-repeat scroll left center transparent;
	background-size:40px;}

.smartHome dt {border: 1px solid #c5c5c5;padding: .5em .5em .5em .7em;padding-left: 2.2em;color: #454545;
  background: #f6f6f6;}
  .smartHome dt:hover{  border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b}
    .smartHome dl dt > a {color: #454545;border-bottom:0;}
.smartHome dl{border: 1px solid #ddd;

background: #fff;}


.smartHome dl dt > a > .ckeditor-accordion-toggle {
  right: auto;
  left: 0;
}
.smartHome   dl dt > a > .ckeditor-accordion-toggle::before, .smartHome   dl dt > a > .ckeditor-accordion-toggle::after {background: #454545;}
.smartHome dt.active {
  background: #0067b1;
  border: 1px solid #0067b1;
}
.smartHome   dl dt.active > a > .ckeditor-accordion-toggle::before, .smartHome   dl dt.active > a > .ckeditor-accordion-toggle::after {background: #fff;}
.smartHome dt.active a {color: #fff !important;}

.smartHome dt:hover{font-weight: bold;}


/******customer stories and customer highlights********/
.view-case-studies .innerStory, .view-customer-highlights .innerStory {
	background-color:#efefef;
	margin-bottom:30px;
	min-height: 380px;
	max-width: 295px;
}
.view-smart-energy-reads .innerStory {
	background-color:#efefef;
	margin-bottom:30px;
  min-height: 280px;
	max-width: 295px;
}
.view-case-studies .innerStory img, .view-customer-highlights .innerStory img, .view-smart-energy-reads .innerStory img {
	max-width:100%;
}
.view-case-studies .caseText, .view-customer-highlights .caseText {
	padding: 10px 20px;
	min-height:130px;
}
.view-smart-energy-reads .caseText {
	padding: 10px 20px;
}
.view-case-studies .caseText .title, .view-customer-highlights .caseText .title, .view-smart-energy-reads .caseText .title {
	font-weight:bold;
}
.view-case-studies .caseText,
.view-case-studies .caseText .title,
.view-case-studies .caseText .sector,
.view-smart-energy-reads .caseText,
.view-smart-energy-reads .caseText .title,
.view-smart-energy-reads.caseText .sector,
.view-case-studies .caseText .measure,.view-customer-highlights .caseText,.view-customer-highlights .caseText .title,.view-customer-highlights .caseText .sector,.view-customer-highlights .caseText .measure {
	display: block;
	color: #555555;
}
.view-case-studies .caseText .title, .view-customer-highlights .caseText .title,  .view-smart-energy-reads .caseText .title {
	margin-bottom:10px;
	color: #170D67;
	font-size: 16px;
}
.view-case-studies a, .view-customer-highlights a, .view-smart-energy-reads a  {
	color:#555555;
	text-decoration: none;
	/* display: block;
	padding-bottom:20px; */
}
.view-case-studies a:hover, .view-customer-highlights a:hover, .view-smart-energy-reads a:hover {
	text-decoration:none;
}
.caseStudiesFooter .btn_primary, .view-customer-highlights .btn_primary, .view-smart-energy-reads .btn_primary{
	max-width:180px;
	display: inline-block;
	margin: 20px 10%;
}
.view-case-studies .innerStory:hover,
.view-case-studies .innerStory:hover .title,
.view-case-studies .innerStory:hover .sector,
.view-case-studies .innerStory:hover .measure,
.view-smart-energy-read .innerStory:hover,
.view-smart-energy-read .innerStory:hover .title,
.view-smart-energy-read .innerStory:hover .sector,
.view-smart-energy-read .innerStory:hover .measure,
.view-customer-highlights .innerStory:hover, .view-customer-highlights .innerStory:hover .title, .view-customer-highlights .innerStory:hover .sector, .view-customer-highlights .innerStory:hover .measure {
	background-color:#170D67;
	color:white;
}
.view-smart-energy-reads .innerStory:hover {
	background-color:#170D67;
}
.view-smart-energy-reads .innerStory:hover .title {
  color:white !important;
}
.node-type-customer-highlights img.image-style-thumbnail{
display: none;
}
.field--name-field-measure-list {
  display:none;
}
.field--name-field-sector-list {
  display:none;
}
.field--name-field-program-list {
  display:none;
}

.context-md-business-customer-highlights .js-form-item.js-form-type-select.form-type-select {
  margin-right: 20px;
}

/**faqs************/
.view-faqs.ui-accordion .ui-accordion-header{padding-left:2em;}
.view-faqs.ui-accordion .ui-accordion-header.ui-accordion-header-active{border: 1px solid #170D67;
  background: #170D67;}
  .view-faqs.ui-accordion .ui-accordion-header.ui-accordion-header-active a{color:#fff;}

  #block-views-block-zoe-side-banner-block-1{width:200px;}



  .zoe #block-icfbarrio-content{max-width:100%;padding:0;}
.view-zoe-tips img{max-width:200px;height:auto;margin: 0 auto;
  display: block;}
.view-zoe-tips .content{padding:0;}


/*******Links displayed only on mobile.**********/
@media (min-width: 645px){
  .links-mobile{display: none;}
  }



  .clear{clear:both;}
  .buttonArea {
    width: 30%;
    float: left;
    margin-right: 30px;
  }.sub {

    line-height: 24px;
    margin-bottom: 20px;

    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
  }

  @media (max-width:768px){
    .buttonArea {width:100%;float:left;}
    .buttonArea.tight .btn_primary {margin-top:0;}

table.bid td{width:100%;clear:both;display:block;text-align: left!important;}



    }

div#block-prescriptionprogramofferingrightsidebar {

      min-width: 190px;
  }

//* LED Discount Button Css*//
a.led-text {
  color: #170c68 !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 18px;
}

    .led-button {background-color: #02e4a4;
      border: none;
      color: #170c68;
      padding: 8px;
      margin-left: 12px;
      }
      .led-button:hover {
        background-color: #06b07f !important;
    }
//* End LED Discount Button Css*//

/**paragraph styles***/

.highlights {
  background: #170D67;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
}

.border-custom {
  border: 1px #170D67 solid;
}

.border-custom-inline {
  border-bottom: 1px #170D67 solid;
  width: 104%;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.sub-border-custom {
  border-bottom: .5px #170D67 solid;
  margin-left: 10px;
}

.field.field--name-field-row-sub-table.field--type-entity-reference-revisions.field--label-above.field__item:last-of-type {
  border: none;
}
.border-custom-inline-right {
  border-right: 1px #170D67 solid;
  width:100%;
  height: 35px;
}

.customer-highlights-table-header {
  background: #170D67;
  font-weight: 700;
  color: white;
  text-align: center;
}

.row-border{
  border-bottom: 1px #170D67 solid;
  margin-left: 30px;
  width: 85%;
  margin-bottom: 10px;
}

.row-background {
  margin-top: -10px;
  background: #ffd100;
}

@media only screen and (max-width: 767px) {
  .border-custom-inline-right {
  border: none;
  }
  }
  
  .customer-highlights-font {
    font-size: 12px;
  }
.value {
  font-weight: bold;
  width: max-content;
}
  .customer-highlights-img {
    width: 55px;
    margin-left: -18px;
  }
 




/*PHI Article*/

article#article-full {
  position: relative;
  display: block;
  margin-bottom: .75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: .25rem;
  height: 100%;
  padding: 30px;
  padding-top: 0;
}
.main-article {
  position: relative;
  display: block;
  margin-bottom: .75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: .25rem;
  height: 100%;
  padding: 30px;
  padding-top: 0;
}
.side {
    background-color: #3a5cff;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    display: block;
    padding: 30px;
    padding-top: 0;
}

.side h2 {
  color: #ffffff;
  margin-bottom: 18px;
}

.side p {
  color: #ffffff;
}
.side a {
  text-decoration: underline;
  color: #ffffff;
}
.intro_text {
  color: #170D67;
  font-size: 30px;
  font-weight: 600;
}

.banner-img {
  display: flex;
      width: 100%;
      justify-content: center;
}


.node-type-phi-article .layout-main-wrapper {
  background: linear-gradient(to bottom, #ffffff 50%, #170D67 50%);
}
.node-type-phi-article main#content {
  border: none;
}

.node-type-phi-article .side ul li {
  color: #ffffff;
}
.node-type-phi-articlel .side ul li a {
  color: #ffffff;
}
.node-type-phi-article span.s2 {
  color: white;
  text-decoration: underline;
}

.node-type-phi-article .exc-utility-links {
  display: none;
}

.node-type-phi-article aside.container.section.clearfix {
  display: none;
}
.node-type-phi-article .styled-list {
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin: 0;
}

.node-type-phi-article .styled-list li {
  counter-increment: item;
  position: relative;
  margin: 0 0 2rem 0;
  padding-left: 5rem;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2.2rem;
}

.node-type-phi-article .styled-list li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  width: 4rem;
  height: 4rem;
  color: #fff;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00e4a5;
  color: #170D67;
  border-radius: 50%;
  border-style: solid;
  border-color: #ffffff;
}
.node-type-phi-article p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2.2rem;
}
.node-type-phi-article .container.d-flex.align-items-center.py-3 {
  position: fixed;
}
.node-type-phi-article ul.exc-utility-icons {
  display: none;
}
.node-type-phi-article img {
  padding: 10px;
}
.node-type-phi-article li {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2.2rem;
}

.node-type-phi-article  img.img-fluid.d-inline-block.align-top {
  padding: 0px;
}
.field.field--name-field-byline.field--type-string.field--label-hidden.field__item {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 13px;
  padding-left: 0;
}

.node-type-phi-article h1.headline {
  font-family: 'Playfair Display', serif;
  color: white !important;
  text-align: center;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 18px;
  font-size: 5rem;
}

.article-webform {
  position: relative;
  display: block;
  margin-bottom: .75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: .25rem;
  padding: 30px;
  margin-top: 20px;
  padding-top: 0;
  justify-content: center;
  display: flex
;
}

.social-share a {
  font-size: 20px;
  margin-right: 15px;
  color: #333;
  text-decoration: none;
}

.social-share a:hover {
  color: #170D67; 
}
.article-header {
  max-width: 93%;
  margin-right: 45px;
  border-radius: .25rem;
}
@media only screen and (max-width: 768px) {
	.article-header {
margin: auto;
}
}
.empowerText-article {
  color: #FFFFFF;
  display: flex;
  align-items: end;
}
.empowerText-article a {
  color: #FFFFFF;
}
.fade-in {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.fade-in.show {
  opacity: 1;
}
.article-iframe {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 400px;
  width: 100%;
  height: 600px;
  border: none;
}

@media (max-width: 1207px) {
  .banner-img {
    display: flex;
    width: 100%;
    justify-content: center;
    float: unset;
}
}
.phi-webform{
float: right; width: 350px; margin-left: 20px; margin-bottom: 20px;}

button#article-read-more {
  margin: auto;
  display: flex;
  margin-top: 30px;
  color: white;
  background: #170D67;
}


@media (max-width: 768px) {
  .group-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .phi-webform {
    order: 2;
  }
  .body-content {
    order: 1;
  }
}




.fade-gradient {
  position: relative;
  max-height: 90em; /* adjust for number of lines shown */
  overflow: hidden;
}

.fade-gradient::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.read-more-btn {
  margin-top: 1rem;
  background: #005daa;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.read-more-btn:hover {
  background: #004080;
}


/*
.fade-gradient{max-width:800px;}*/
.banner-img.summary{width:100%;clear:both;}

.blue-emphasis {
  color: #23267A
}
button.accordion-button.d-flex.collapsed {
  border: none;
}
.paragraph.paragraph--type--logo-modal-popup.paragraph--view-mode--default {
  width: 48%;
  float: right;
  padding: 34px;
}