/*Put Energy to Work Template Shaded margin instead of break*/
.shaded {
    background-color: #f7f7f7;
    padding: 10px;    
	margin-top: 30px;
}
main .row.commercialandindustrial h2 {
    margin-top: 20px;
}
/*Consistent Button Styles with overrides*/
.callstoaction a:before {
    font-family: "Font Awesome 6 Pro";
    font-size: 30px;
    content: "\f33d";
    line-height: 60px;
}
.row.commercialandindustrial.leftandright .right .buttons a {
	background-color: #154973 !important;
}
.row.commercialandindustrial.leftandright .right .buttons a:hover {
	background-color: #000000 !important;
}
.right .callstoaction a span + span {
	background-color: #154973 !important;
}
.right .callstoaction a.light-cold-blue:hover span + span {
	background-color: #000000 !important;
}
.row.commercialandindustrial.leftandright .right .callstoaction a.light-cold-blue {
	border: 1px solid #154973 !important;
}
.row.commercialandindustrial.leftandright .right .callstoaction a.light-cold-blue:hover {
 border: 1px solid #000000 !important;
}

.callstoaction .light-cold-blue img {
	display: none !important;
}
.rich-text .btn.btn-primary, .accordion-master .btn.btn-primary, .form-group input#frmSubmit, .rich-text a:link.ns-btn, .rich-text button.ns-btn {
	background-color: #154973;
	color: #ffffff;
	border-radius: 0px;
	border: none;
	padding: 6px 24px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
}
main .row.retrofitny .button, main .row.casestudies .button {
	background-color: #154973;
	color: #ffffff;
	border-radius: 0px;
	border: none;
	text-decoration: none;
	font-weight: 600;
}
.form-group input#frmSubmit[type="submit"]:disabled {
	background-color: #EDEDED;
	color: #00000098;
	border-radius: 0px;
	border: none;
	padding: 6px 24px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	cursor: not-allowed;
}
a.back-top {
	background-color: #154973;
	border-radius: 0px;
	border: none;
	text-decoration: none;
}
.rich-text .btn.btn-primary:hover, main .row.retrofitny .button:hover, .back-top:hover, .form-group input#frmSubmit:hover, .rich-text a.ns-btn:hover, .rich-text button.ns-btn:hover, div .hero-button:hover, main .row.commercialandindustrial .casestudies .button:hover {
	background-color: #000000;
	border: none;
}
main .row.retrofitny.about > div:nth-child(2) > a {
	background-color: #154973;
}

/*call out box styles*/
@media (min-width: 768px) {
div.callout.callout-right {
	float: right;
	margin-left: 24px;
	-ms-flex: 0 0 48.666667%;
	flex: 0 0 48.666667%;
	max-width: 48.666667%;
}
div.callout.callout-left {
	float: left;
	margin-right: 24px;
	-ms-flex: 0 0 48.666667%;
	flex: 0 0 48.666667%;
	max-width: 48.666667%;
}
}
div.callout {
	border-left-color: #457AA5;
	border-left-width: 4px;
	border-left-style: solid;
	font-size: 1.9rem !important;
	font-style: italic;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 19px 24px;
	margin: 10px;
}
/* theme styles to be incorporated into the main theme */
.microsite-splitter .rich-text p, .microsite-splitter .rich-text li, .microsite-splitter .rich-text td, .microsite-splitter .rich-text th {
	font-size: 1.1em;
}
/* Microsite - fix increasing font size on nested lists */
.microsite-splitter .rich-text li > ul > li {
	font-size: inherit;
}
/* forms */
.col-25-24 .content-area > form {
	padding-right: 4%;
}
/* accordion content */
.ui-accordion .ui-helper-reset {
	font-size: 1.1em;
}
.ui-accordion > .ui-accordion-content {
	/*    font-size: inherit !important; */
	line-height: 20px;
}
/* accordion component */
.content-area .accordion-master {
	margin-bottom: 35px;
}
div.copyright-footer a, div.copyright-footer span {
	font-size: 1.1em;
	letter-spacing: .1px;
}
/*Consistent Figure Tag Styles*/
.row figure {
	border: 1px solid #D9E1E2;
}
/*Microsite hero needs bottom padding to match top*/
.microsite-hero-h1 h1 {
	padding-bottom: 15px;
}

/*Fix for mobile pages with visualizations or tables or large visualizations*/
@media only screen and (max-width: 767px) {
.row.microsite-splitter, .row.nyserda-splitter {
	display: block;
}
}
/*External links don't expand outside modal box*/
#ln-messageHolder a#externalLinkOverlayUrl {
	display: -webkit-box;
	word-break: break-word;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}