/* CSS Document */
:root {
	--emerson-blue: #004b8d;
	--emerson-green: #62bb46;
	--emerson-purple: #6e298d;
	--emerson-red: #D31245;
	--emerson-grey: #595858;
	--hl-grey: #efefef;
	--hl-blue: #00A4D2;
	--hl-purple: #A81C88;
	--link-default-color: #00AA7E;
	--link-hl-color: #339C79;
	--SU1: #a0cf67; /*00aa7e*/
	--SU1-hl: #c3d941;
	--SU2: #00aa7e;
	--SU2-hl: #62bb46;
	--SU3: #00a4d2;
	--SU3-hl: #0079c1;
	--SU4: #0091d0;
	--SU4-hl: #00afe9;
	--SU5: #6e298d;
	--SU5-hl: #a81c88;
	--An1: #ca3092;
	--An1-hl: #e30a7c;
	--An2: #faa634;
	--An2-hl: #ffcf22;
	--An3: #004b8d;
	--An3-hl: #0079c1;
	--An4: #d31245;
	--An4-hl: #ca3092;
}

@font-face {
	font-family: whitney;
	src: url("../../assets/fonts/whitney/WhitneySSm-Book-Pro.ttf"),
		 url("../../assets/fonts/whitney/WhitneySSm-Book-Pro.otf"),
		 url("../../assets/fonts/whitney/WhitneySSm-Book-Pro.woff2");
}

@font-face {
	font-family: whitney-italic;
	src: url("../../assets/fonts/whitney/WhitneySSm-BookItalic-Pro.ttf"),
		 url("../../assets/fonts/whitney/WhitneySSm-BookItalic-Pro.otf"),
		 url("../../assets/fonts/whitney/WhitneySSm-BookItalic-Pro.woff2");
}

@font-face {
	font-family: lato;
	src: url("../assets/Lato-Regular.ttf")
}

body {
	color: #595858;
	overflow-x: hidden;
	font-family: whitney, arial!important;
	height: 100%;
}

a {
	color: var(--link-default-color);
	text-decoration: none;
}

a:hover {
	color: var(--link-hl-color);
}

.container-fluid {
	max-width: 1200px;
}

.spnCost {
	color: var(--emerson-red);
}

.spnData {
	color: var(--hl-blue);
}

.spnData2 {
	color: var(--emerson-blue);
}

.spnSavings {
	color: var(--emerson-purple);
	font-family: arial;
}

/********** Banner Section Styles **********/
.jumbotron {
	background-color: rgba(0, 0, 0, 0.5);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/h003.jpg");
	background-repeat: no-repeat;
	background-size: cover; 
	/*height: 320vh;*/
	max-height: 850px;
}

.hero {
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	position: relative;
	width: 100%;
}

.hero:before {
	content: "";
	background-image: url("../images/h003.jpg");
	background-size: cover;
	display: block;
	height: 100%;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -2;
}

.flex-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.hero-message {
	color: #fff;
	min-width: 100%;
	min-height: 14em;
	position: relative;
}

.hero-message:before {
	content: "";
	display: block;
	position: absolute;
	margin-left: 0px;
	min-width: 100%;
	min-height: 14em;
	z-index: -1;
	opacity: 0.5;
	background-color: #000;
}

.hero-message > h1 {
	font-size: 2.1em;
	position: absolute;
	top: 50%;
	/*left: 9%;*/
	transform: translateY(-50%);
}

.hero-message > h1 > span {
	font-size: 0.6em;
	font-weight: normal;
}

@media (orientation: portrait) {
	.jumbotron {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/h003-portrait.jpg");
	}
}

@media (min-width: 320px) and (max-width: 767px){
	.hero:before {
		background-image: url("../images/h003-mobile.jpg");
	}
}

@media (min-width: 768px) and (max-width: 1000px){
	.hero:before {
		background-image: url("../images/h003-tablet.jpg");
	}
}

@media (min-width: 1001px) {
	.hero:before {
		background-image: url("../images/h003.jpg");
	}
}

@media (min-width: 320px) and (max-width: 500px){	
	.hero-message > h1 {
		left: 3%;
	}
}

@media (min-width: 768px) and (max-width: 799px){	
	.hero-message > h1 {
		left: 4%;
	}
}

@media (min-width: 1100px) and (max-width: 1300px){	
	.hero-message > h1 {
		left: 4%;
	}
	
	.spnDSC {
		white-space: nowrap;
	}
}

@media (min-width: 1301px) and (max-width: 1398px){	
	.hero-message > h1 {
		left: 4%;
	}
	
	.spnDSC {
		white-space: nowrap;
	}
}

@media (min-width: 1399px) and (max-width: 1499px){	
	.hero-message > h1 {
		left: 6%;
	}
	
	.spnDSC {
		white-space: nowrap;
	}	
}

@media (min-width: 1500px) and (max-width: 1799px){	
	.hero-message > h1 {
		left: 18%;
	}
	
	.spnDSC {
		white-space: nowrap;
	}	
}

@media (min-width: 1800px){	
	.hero-message > h1 {
		left: 17.25%;
	}
	
	.spnDSC {
		white-space: nowrap;
	}	
}

.box {
	position: relative
}

.img-title {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  top: 10%;
  letter-spacing: 3px;
}

div#divBanner {

}

div#divBanner > div#divBannerLogo {
	background-color: #000;
	padding: 10px;
	text-align: left;
}

div#divBanner > div#divBannerHeader {
	background-color: #000;
	color: white;
	padding: 0px;
	text-align: left;
}

div#divBanner > div#divBannerHeader > div.container h1 {
	font-size: 1.3em;
	margin-top: 10px!important;
}
/********** /Banner Section Styles **********/

/********** Results Section Styles **********/
#divMainContentTitle {
	color: var(--emerson-purple);
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.1em!important;
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#divStartUpSavingsTable {
	margin-bottom: 30px;
}

#divChartLegend {
	font-size: 0.8em;
}

#divChartLegend section header {
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	padding-bottom: 5px;
}

#divChartLegend span.spnTotal {
	color: var(--emerson-blue);
	font-weight: bold;
}

#divBreakdown {
	font-size: 1.2em;
	margin-top: 15px;
	padding-left: 3em;
}

#divBreakdown span {
	color: var(--emerson-blue);
	font-weight: bold;
}

ul.ulLegend {
	list-style: none;
}

ul.ulLegend>li::before {
	content: "\25AA";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	display: inline-block; /* Needed to add space between the bullet and the text */
    font-weight: bold; /* If you want it to be bold */
	font-size: 3em;
	line-height: 0.1em;
    margin-left: -1em; /* Also needed for space (tweak if needed) */
	position: relative;
	top: 8px;
    width: 1em; /* Also needed for space (tweak if needed) */
}

ul.ulLegend>li.liSU1::before {
	color: var(--SU1)
}

ul.ulLegend>li.liSU2::before {
	color: var(--SU2)
}

ul.ulLegend>li.liSU3::before {
	color: var(--SU3)
}

ul.ulLegend>li.liSU4::before {
	color: var(--SU4)
}

ul.ulLegend>li.liSU5::before {
	color: var(--SU5)
}

ul.ulLegend>li.liAn1::before {
	color: var(--An1)
}

ul.ulLegend>li.liAn2::before {
	color: var(--An2)
}

ul.ulLegend>li.liAn3::before {
	color: var(--An3)
}

ul.ulLegend>li.liAn4::before {
	color: var(--An4)
}

.tbl {
	display: table;
	margin: 0 auto;
}

.divSavingsTable {
	/*margin: 40px 0px;*/
}

.divSavingsTable div.divAnnualSavingsTableItem {
	font-size: 1em!important;
}

.divSavingsTable div.border-primary {
	border-color: var(--hl-purple)!important;
	border-top: none;
	border-bottom: none;
}

.divSavingsTable div.card-body {
	text-align: center;
}

.divSavingsTable div.first-card {
	border-left: 5px solid var(--hl-purple);
}

.divSavingsTable div.last-card {
	border-right: 5px solid var(--hl-purple);
}

.divSavingsTable div.su1-card {
	border-left: 4px solid var(--emerson-grey);
	border-right: 0px solid var(--emerson-grey);
}

.divSavingsTable div.su1-card div.card-title {
	background-color: var(--SU1);
	font-weight: 600;
	padding: 5px 0px;
}

.divSavingsTable div.su2-card {
	border-left: 4px solid var(--emerson-grey);
	border-right: 0px solid var(--emerson-grey);
}

.divSavingsTable div.su2-card div.card-title {
	background-color: var(--SU2);
	font-weight: 600;
	padding: 5px 0px;
}

.divSavingsTable div.su3-card {
	border-left: 4px solid var(--emerson-grey);
	border-right: 0px solid var(--emerson-grey);
}

.divSavingsTable div.su3-card div.card-title {
	background-color: var(--SU3);
	font-weight: 600;
	padding: 5px 0px;
}

.divSavingsTable div.su4-card {
	border-left: 4px solid var(--emerson-grey);
	border-right: 0px solid var(--emerson-grey);
}

.divSavingsTable div.su4-card div.card-title {
	background-color: var(--SU4);
	font-weight: 600;
	padding: 5px 0px;
}

.divSavingsTable div.su5-card {
	border-left: 4px solid var(--emerson-grey);
	border-right: 4px solid var(--emerson-grey);
}

.divSavingsTable div.su5-card div.card-title {
	background-color: var(--SU5);
	font-weight: 600;
	padding: 5px 0px;
}

.divSavingsTable div.an1-card {
	border-left: 4px solid var(--emerson-grey);
	border-right: 0px solid var(--emerson-grey);
}

.divSavingsTable div.an1-card div.card-title {
	background-color: var(--An1);
	font-weight: 600;
	padding: 5px 0px;
}

.divSavingsTable div.an2-card {
	border-left: 4px solid var(--emerson-grey);
	border-right: 0px solid var(--emerson-grey);
}

.divSavingsTable div.an2-card div.card-title {
	background-color: var(--An2);
	font-weight: 600;
	padding: 5px 0px;
}

.divSavingsTable div.an3-card {
	border-left: 4px solid var(--emerson-grey);
	border-right: 0px solid var(--emerson-grey);
}

.divSavingsTable div.an3-card div.card-title {
	background-color: var(--An3);
	font-weight: 600;
	padding: 5px 0px;
}

.divSavingsTable div.an4-card {
	border-left: 4px solid var(--emerson-grey);
	border-right: 4px solid var(--emerson-grey);
}

.divSavingsTable div.an4-card div.card-title {
	background-color: var(--An4);
	font-weight: 600;
	padding: 5px 0px;
}

@media (orientation: portrait) {
	div.su2-card {
		border-right: 4px solid var(--emerson-grey)!important;
	}
	
	div.an2-card {
		border-right: 4px solid var(--emerson-grey)!important;
	}
}

.divSavingsTable h4.card-title {
	color: var(--emerson-green);
	font-weight: bold;
}

.divSavingsTable div.w-100 {
	margin: 10px 0px;
}

.divSavingsTable div.card img {
	max-width: 100px;
	margin: 0px auto;
}

.divSavingsTable div.card-body {
	background-color: white!important;
}

.divSavingsTable div.card-body h4.card-title {
	text-align: center;	
}

.divSavingsTable section header {
	background-color: var(--hl-grey);
	padding: 15px 0px 5px 0px;
}

#divBasicInformation {
	padding-top: 5px;
}

#divBasicInformation .card-body {
	background-color: inherit!important;
	font-size: 1.4em;
	line-height: 1em!important;
}

#divBasicInformation div.classBasicInfoContent {
	background-color: inherit!important;
	font-size: 1em; /*1.4em*/
	line-height: 1.6em!important;
}

#divBasicInformation div.classBasicInfoContent div.w-100 {
	margin: 10px 0px; /* 20px 0px */
}

#divBasicInformation div.classBasicInfoContent div.col-8 {
	padding-left: 8px;
}

#divBasicInformation div.classBasicInfoContent input {
	border: 1px solid #585959;
	font-family: arial;
	margin-top: 7px;
	width: 100%;
	text-align: center;
	/*position: relative;
	left: -10px;*/
}

#divBasicInformation div.classBasicInfoContent input.unfocused {
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: inherit;
}

#divBasicInformation div.classBasicInfoContent span.spnData {
	font-weight: 600;
}

#divBasicInformation div.backgroundGray {
	background-color: var(--hl-grey);
}

#divBasicInformation section>header {
	line-height: 2.5em;
	text-align: center
}

#divBasicInformation section>article {
	padding: 20px 0px;
}

#divSummaryChart {
	background-color: inherit;
}

#divPieChart {
	position: relative; 
	top: -1.2em;
}

#divResults {
	border: none;
	margin-top: 0px;
}

#divResultsSummaryInfo .card-body {
	background-color: #fafafa; /*#var(--hl-grey)*/
}

#divResultsSummaryInfo span.spnInfo {
	/*font-size: 1.6em!important;*/
	font-weight: 600;
}

#divResultsSummaryTotal {
	/*background-color: rgba(229,229,229,0.2);*/
	padding-left: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#divResultsSummaryTotal .tdTotalH {
	color: var(--emerson-purple);
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.1em!important;
	margin-bottom: 30px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#divResultsSummaryTotal .tdTotalD {
	color: #595858;
	font-size: 1.8rem; /*2.5em*/
	padding-top: 0px;
	text-align: center;
	vertical-align: middle;
}

#divResultsSummaryTotal .tdTotalD>label {
	color: var(--emerson-green);
	font-weight: 600;
}

#divResultsSummaryTotal .tdTotalD>span.spnInfo {
	font-size: 1.2em!important;
	font-weight: 600!important;
}

#divResultsSummaryTotal .tdTotalS {
	height: 10px;
}

#divResultsSummaryTotal div.w-100 {
	margin: 10px 0px;
}

#divBPDNote {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 10px;
}

.divResultsBackground {
	background-color: #fff;
	/*
	background-image: url("../images/background.jpg");
	*/
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	padding: 0px 15px 10px 15px;
}

.seeDetails {
	background: #var(--hl-grey);
	border: none;
	color: var(--emerson-purple);
	font-style: italic;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
}

#tblResults5Years td.tdLabels{
	width: 30%;
	text-align: left;
}

#tblResults5Years td{
	width: 14%;
	text-align: center;
}

#tblResults5Years tr.trCashFlow {
	background-color: var(--emerson-purple);
	color: white;
	font-weight: 600;
}

#tblResults5Years tr.trCashFlow>td.tdLabels {
	text-transform: uppercase;
}

#txtNPV {
	width: 3em;
	text-align: right;
}

div.chartContainer {
	margin-top: 20px;
}

div.chartGraph {
	text-align: center
}

div.chartGraph canvas {
	display: inline-block;
}

div.chartPieLabel {
	font-size: 1.2em;
	height: 40px; 
	line-height:19px;
	margin-top: -20px; 
	position: absolute; 
		top: 60%; 
		left: 0;  
	text-align: center;
	width: 100%; 
	z-index: 999999999999999
}

div.chartPieLabel span.spnPercent {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
}
/********** /Results Section Styles **********/

/********** Main Body Styles **********/
#divExCollBtn {
	text-align: center;
}

#divExCollBtn a.btnArrow {
	color: val(--link-default-color);
}

#divExCollBtn a.btnArrow:hover {
	color: val(--link-hl-color);
}

#divExCollBtn i {
	font-size: 2em;
}

.divSections {
	margin: 20px 0px;
}

.divSubSections {
	margin-bottom: 20px;
}

.main-card div.border-primary {
	border-color: var(--emerson-purple)!important;
}

.main-card div.bg-primary {
	background-color: var(--emerson-purple)!important;
}

.main-card div.border-secondary {
	border-color: var(--emerson-blue)!important;
}

.main-card div.bg-secondary {
	background-color: var(--emerson-blue)!important;
}

.main-card input {
	border: 1px solid #595858;
	font-family: arial;
	text-align: center;
	width: 3em!important;
}

.main-card p {
	line-height: 2em;
}

.legend-card h5 {
	color: var(--emerson-green);
	font-weight: 600;
}

.legend-card input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #595858;
	font-family: arial;
	font-size: 1.2em;
	text-align: center;
	width: 3em!important;
}

.legend-card p {
	font-size: 0.95em;
	line-height: 2em;
}

span.spnData {
	font-weight: 500;
}

span.spnInfo {
	font-size: 1.3em;
	font-weight: 600;
}
/********** /Main Body Styles **********/

/********** Other Content Styles **********/
/* CTAs */
#divCTAs {
	background-color: rgba(229,229,229,0.2);
	margin-top: 30px;
	min-height: 200px;
}

.divLegacy {
	background-color: var(--hl-grey);
}

/* C010 and C011 */
.divC01x {
	margin: 30px 0px;
	padding: 50px 0px 30px 0px;
}

.divC01x header {
	font-size: 1.6785em;
	font-weight: 300;
	line-height: 1.407em;
	padding-bottom: 20px;
}

.divC01x div.cta-buttons {
	text-align: left;
	padding-left: 0px
}

.divC01x .btn {
	box-shadow: none!important;
	display: inline-block;
	font-weight: 600;
}

.divC01x span.btn {
	margin-left: -10px;
}

.divC01x .btn.btn-primary {
	background-color: #00aa7e!important;
	border-color: #00aa7e!important;
	color: #fff;
}

.divC01x .btn.btn-primary:hover {
	background-color: #289C77!important;
	border-color: #289C77!important;
}

.divC01x .btn.btn-primary:active {
	background-color: #00aa7e!important;
	border-color: #00aa7e!important;
	color: #fff;
}

@media (max-width: 1279px){
	.divC01x .btn {
		width: 300px;
	}
}

@media (min-width: 1280px){
	.divC01x .btn {
		width: 250px;
	}
}
/* /C010 and C011 */

/* C045 and C046 */
.divC04x {
	margin: 30px 0px;
	padding: 50px 0px 30px 0px;
}

.divC04x header {
	font-size: 1.6785em;
	font-weight: 300;
	line-height: 1.407em;
	padding-bottom: 20px;
}

.divC04x div.cta-buttons {
	text-align: left;
	padding-left: 0px
}

.divC04x .btn {
	box-shadow: none!important;
	display: inline-block;
	font-weight: 600;
}

.divC04x span.btn {
	margin-left: -10px;
}

.divC04x .btn.btn-primary {
	background-color: #00aa7e!important;
	border-color: #00aa7e!important;
	color: #fff;
}

.divC04x .btn.btn-primary:hover {
	background-color: #289C77!important;
	border-color: #289C77!important;
}

.divC04x .btn.btn-primary:active {
	background-color: #00aa7e!important;
	border-color: #00aa7e!important;
	color: #fff;
}

@media (max-width: 1279px){
	.divC04x .btn {
		width: 300px;
	}
}

@media (min-width: 1280px){
	.divC04x .btn {
		width: 250px;
	}
}
/* /C045 and C046 */

/* C007 */
.divC007 {
	background-image: url("../images/h003.jpg");
	display: flex;
	flex-direction: column;
	height: 510px;
	justify-content: flex-end;
	margin: 30px 0px;
	
}

.divC007Content {
	background-color: rgba(0,0,0,0.5);
	padding: 20px 0px;
	position: relative;
	bottom: 0;
}

.divC007Text {
	color: #fff;
}

.divC007Text header {
	font-size: 1.6785em;
	font-weight: 300;
	line-height: 1.407em;
	padding-bottom: 20px;
}

.cta-buttons {
	text-align: right;
	padding-right: 0px
}

.btn {
	box-shadow: none!important;
	display: inline-block;
	font-weight: 600;
}

.btn.btn-primary {
	background-color: #00aa7e!important;
	border-color: #00aa7e!important;
	color: #fff;
}

.btn.btn-primary:hover {
	background-color: #289C77!important;
	border-color: #289C77!important;
}

.btn.btn-primary:active {
	background-color: #00aa7e!important;
	border-color: #00aa7e!important;
	color: #fff;
}

.btn.btn-secondary {
	background-color: #f79428!important;
	border-color: #f79428!important;
	color: #fff;
}

.btn.btn-secondary:hover {
	background-color: #d27e22!important;
	border-color: #d27e22!important;
}

.btn.btn-secondary:active {
	background-color: #f79428!important;
	border-color: #f79428!important;
	color: #fff;
}

.btn.btn-tertiary {
	background-color: #6e298d!important;
	border-color: #6e298d!important;
	color: #fff;
}

.btn.btn-tertiary:hover {
	background-color: #5e2378!important;
	border-color: #5e2378!important;
}

.btn.btn-tertiary:active {
	background-color: #6e298d!important;
	border-color: #6e298d!important;
	color: #fff;
}

@media (max-width: 1279px){
	.btn {
		width: 350px;
	}
}

@media (min-width: 1280px){
	.btn {
		width: 280px;
	}
}

/* C069 */

.divC069 section header {
	margin-bottom: 40px;
	text-align: center;
}

.divC069 article {
	font-size: 1.3em;
	font-weight: 500;
	padding-left: 40px;
}

.divC069 div.w-100 {
	margin-bottom: 30px;
}

/* C015 */
.divC015 {
	margin: 30px 0px;
}

.divC015 header {
	font-size: 1.6785em;
	font-weight: 300;
	line-height: 1.407em;
	padding-bottom: 20px;
}
/********** /Other Content Styles **********/

/********** Form Styles **********/
input:invalid {
	box-shadow: 0 0 1.5px 1px red;
}

 input[type='submit'] {
	background: var(--link-default-color);
	border: none;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: .875em;
	height: 44px!important;
	letter-spacing: .08em;
	line-height: 1.1429em;
	text-transform: uppercase;
	width: 100%!important;
	-webkit-appearance: none
}

input[type='submit']:hover {
	background: var(--link-hl-color);
}

input[type=text] {
	width: 100%;
}

.divForm {
	margin-bottom: 10px;
}

.rowEven {
	background-color: #fafafa;
}

.rowOdd {
	background-color: white;
}
/********** /Form Styles **********/