.oamProductChartHeader {
	font-size:28px;
	font-family: EffraLight, Arial, Verdana, Helvetica, sans-serif;
	line-height: 24px;
	color: #333333;
	margin-top: 60px !important;
	margin-bottom: 40px !important;
}

.showingPlansTxt, .showingPlansLink {
	font-family: EffraLight,Arial,Verdana,Helvetica,sans-serif!important;
	font-size: 17px;
	font-weight: 400;
}

.showingPlansLink a{
	color: #332892;
}

.showingPlansLink:hover {
    text-decoration: underline;
}

.csNtGasDescription {
	font-family: EffraLight,Arial,Verdana,Helvetica,sans-serif!important;
	font-size: 20px;
	margin-bottom: 25px; 
}

.showingPlansContent, .showSortByGas {
	margin-bottom: 30px;
}

/* Page loader css */

.imageCenter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loadingImage {
    width: 300px;
    height: auto;
}

.mdEditRow {
	margin: 25px 0;
	display: flex;
	justify-content: center;
}

.mdEditLink {
	margin-left: 5px;
    font-size: 16px;
    margin-top: 10px;
    color: #000;
}

.mdEditLink:hover {
	text-decoration: underline;
	color: #000;
}

.contactUsImage {
    background: url(/system/assets/img/phone-alt-gray.svg) left no-repeat;
    width: 17px!important;
    height: 17px!important;
    display: inline-block;
    margin-right: 22px;
    background-size: contain;
}

.header-dropdown:hover .contactUsImage{
	background: url(/system/assets/img/phone-alt-blue.svg) left no-repeat;
	width: 17px !important; 
	height: 17px !important;
	display: inline-block;
	margin-right: 22px;
	background-size: contain;
}

.contactus-blur {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 65%);
    z-index: 150;
    display: none;
}

.contactusmodal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 600px;
    max-width: 95%;
    min-height: 260px;
    max-height: 100%;
    background-color: rgba(255, 255, 255, 1);
    border: 0;
    border-radius: 0;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.117647058823529);
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
    overflow: auto;
}

.modelcontactus {
    height: 483px;
    width: 32px;
    font-size: 26px !important;
    color: #FFFFFF !important;
}

.outageHeader {
    font-size: 24px;
    padding-left: 30px;
}

.csModalWindowAddGas .outageHeader, #gasUtilityModal .outageHeader {
    width: 100%;
}

.csModalWindowAddGas .modalHeadOAMTxt, #gasUtilityModal .modalHeadOAMTxt {
	display: flex;
	align-items: center;
}

.contactusModal {
    padding: 35px;
}

.contactusHeader {
    font-size: 20px;
    color: #231f20;
}

.contactusModal a {
    font-family: Effra,Arial,Verdana,Helvetica,sans-serif;
    font-size: 19px;
    color: #332892;
}

.contactusModal a:hover{
	text-decoration:none;
}
.contactusSubheader {
    font-family: EffraLight, Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    color: #231f20 !important;
}

.logoNRG img{
	width: 61px;
	height: 41px;
}

.bgWhite {
	background: white;
}

.footerArea {
	background: #F4F4F4;
	border: 1px solid #cccccc;
	padding: 20px;
}
.copyrightsText {
	font: normal normal 300 16px/16px Effra;
	color: #231F20;
	text-align: center;
}

.chatlbl{
	display: inline-block;
}

.step-wizard-list {
	counter-reset: wizard;
	margin-top: 20px;
	display: flex;
	padding: 20px 30%;
}

li.step-wizard-item {
	position: relative;
	float: left;
	width: 33.3333333333%;
	text-align: center;
	color: #EC0C8C;
	padding: 0 20px;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
}

li.step-wizard-item:before {
	counter-increment: wizard;
	content: counter(wizard);
	display: block;
	color: #fff;
	background-color: #EC0C8C;
	border: 2px solid #EC0C8C;
	text-align: center;
	width: 2em;
	height: 2em;
	line-height: 2em;
	border-radius: 2em;
	position: relative;
	left: 50%;
	margin-bottom: 1em;
	margin-left: -1em;
	z-index: 1;
}

li.step-wizard-item + li.step-wizard-item:after {
	content: "";
	display: block;
	width: 100%;
	background-color: #EC0C8C;
	height: 2px;
	position: absolute;
	left: -50%;
	top: 1em;
	z-index: 0;
}

.current ~ li.step-wizard-item {
	color: #EC0C8C;
}

.current ~ li.step-wizard-item:before {
	background-color: #fff;
	color: #EC0C8C;
	border-color: #EC0C8C;
}

.current ~ li.step-wizard-item:after {
	background-color: #EC0C8C;
}

.accordian {
  background-color: #f4f4f4;
  color: #000;
  cursor: pointer;
  padding: 10px 10px 6px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-family: Effra;
  border: 1px solid #999999;
  border-bottom: none;
  display: flex;
  align-items: center;
}

.accordian:hover {
  background-color: #F4F4F4;
}

.gasPlanImg, .elecPlanImg {
    width: 25px;
    height: 35px;
}

.planText {
    font-size: 17px;
    font-family: 'Effra';
    margin-left: 10px;
	font-weight: 400;
    line-height: 25px;
    width: 100%;
    padding: 5px 0 10px 0;
}

.bannerContent {
  padding: 0 18px;
  color: #231520;
  display:none;
  transition: max-height 0.2s ease-out;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #999999;
  border-top: none;
}

.innerContent {
    padding: 15px 0 25px 35px;
}

.confirmPlanInfo .innerContent {
    padding: 15px 0 25px 20px;
}

.tosAuthDetails a {
    color: #332892;
    font-family: EffraLight;
    line-height: 16px;
}

.tosAuthDetails a:hover {
	text-decoration: underline;
}

.tosAuthDetails span {
    font-weight: 300;
    font-family: EffraLight;
    line-height: 16px;
	padding-right: 3px;
}

.details {
	display: flex;
	margin-bottom: 3px;
}

.detailsLabel {
	font-size: 16px;
	font-weight: 500;
	font-family: Effra;
	max-width: 145px;
	width: 100%;
}

.detailsContent, .detailsContent span {
    line-height: 24px;
    font-size: 16px;
    font-family: EffraLight;
}

.pdfDetails {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    margin-bottom: 5px;
}

.pdfDetails div {
    line-height: 16px;
    margin-bottom: 10px;
}

.pdfDetails a {
    color: #332892;
    font-size: 16px;
    font-family: EffraLight;
    line-height: 16px;
    vertical-align: middle;
}

.pdfDetails a:hover {
	text-decoration: underline;
}

.pdfDetails span {
    font-size: 16px;
    font-weight: 300;
    font-family: EffraLight;
    line-height: 16px;
    vertical-align: middle;
}

.welcomeContent {
    margin-bottom: 30px;
}

.welcomeContent li {
    font-size: 17px;
    font-weight: 400;
}

.completeYourOrderBanner {
	background: #00b9f2;
	padding: 50px 0;
	color: #fff;
}

.bannerTitle {
	font-family: Effra;
	font-size: 34px;
	line-height: 100%;
	margin-bottom: 30px;
}

.bannerTitle.confirmationPage {
	margin-bottom: 0;
}

.step3.bannerTitle {
	margin-bottom: 0;
}

/* Confirmation page confirm banner */
.confirmationPage .planLabel {
	background: #003091;
	color: #FFF;
	font: normal normal normal 20px/28px Effra;
    padding: 12px 19px 7px;
    text-align: left;
    opacity: 1;
    letter-spacing: 0px;
}

.confirmationPage .planText {
	padding: 15px 0 0 10px;
}
/* Confirmation page confirm banner */

.plansInfo {
	display: flex;
	flex-flow: row;
}

.plansInfo > .planInfo.multiple {
	margin-right: 50px;
}

.plansInfo > .planInfo.multiple ~ .planInfo.multiple {
	margin-right: 0;
}

.planInfo.single {
	width: 50%;
}

.planInfo.single:nth-of-type(1) {
	margin-right: 50px;
}

.planInfo.single.confirmPlanInfo {
	width: 100%;
}

.planLabel {
    font-size: 24px;
    font-family: EffraLight;
    font-weight: 300;
}

.addGaspromoPill {
	padding: 4px 8px;
    background: #C7DFC6;
    border-radius: 8px;
    font-family: 'EffraLight';
    line-height: 18px;
    font-size: 15px;
    font-weight: 400;
    margin-left: 10px;
	display: inline-flex;
}

.shopPromoLink {
	color: #332892;
    font-size: 16px;
    font-family: EffraLight;
    line-height: 16px;
    vertical-align: middle;
}

.shopPromoLink:hover {
	text-decoration: underline;
}

.expandIcon {
	background:transparent url(/system/assets/img/plus.svg) 0% 25% no-repeat !important;
	width: 14px !important;
	height: 14px !important;
	padding-top: 0px !important;
	position: relative !important;
	transition: all 0.5s ease;
	background-size: contain;
	cursor: pointer;
}

.collapseIcon {
	background:transparent url(/system/assets/img/minus.svg) 0% 25% no-repeat !important;
	width: 14px !important;
	height: 14px !important;
	padding-top: 0px !important;
	left: 0px !important;
	position: relative !important;
	transition: all 0.5s ease;
	background-size: contain;
	cursor: pointer;
}

.active .expandIcon {
	background:transparent url(/system/assets/img/minus.svg) 0% 45% no-repeat !important;
	/* transition: all 0.5s ease; */
}

.planInfo {
    width: 100%;
}
.header-dropdown {
	cursor: pointer;
}

.infoBanner p{
	padding: 16px;
	background-color: #cef2f8;
	color: #000;
	font: normal normal 400 17px/22px EffraLight;
	border-radius: 4px;
}

.utilityAccountDetailsPanel, .rewardsDetailsPanel, .yourInfoDetailsPanel{
	position:relative;
	background-color:white;
	padding-top: 25px;
}

.panelHeader{
	background-color:#003091;
	color:#FFFFFF;
	font: normal normal normal 20px/28px Effra;
	padding:12px 19px 7px;
	text-align: left;
	opacity: 1;
	letter-spacing: 0px;
}

.confirmbuttons{
	@media (max-witdh:700px){
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
	}	
	@media (min-witdh:700px){
    gap:10px;
	}	
}

.bothItems{
  display: flex;
  flex-direction: row; 
  gap: 10px;


  @media (max-width: 850px) {
    flex-direction: column; 
  }
}

.individualItem{
	flex: 1;
}

.panelBody {
	display: flex;
	flex-direction: column;
}

.panelHead{
	text-align: left;
	font: normal normal normal 16px/16px Effra;
	letter-spacing: 0px;
	color: #231F20;
	opacity: 1;
	margin-bottom:12px; 
}

.editIcon {
    vertical-align: middle;
    margin-left: 5px;
}


.utilityInput{
	float:left;
	width:35%;
} 

input[id$="UtilityInput"]{
	width:100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	opacity: 1;
	
}

.billImageDiv{
	 padding:7px  
} 

a[id$="BillImage"]{
	vertical-align:middle; 
	margin-left:24px; 
	width:100%;  
	text-align: left;
	font: normal normal 300 16px/30px Effra;
	letter-spacing: 0px;
	color: #332892;
	opacity: 1;
}

a[id$="BillImage"]:hover{
	text-decoration:underline;
}

a[id$="BillImage"]:link{
	color: #0000EE;
}


/* BILL IMAGE MODAL START */
#gasUtilityModal{
	display:none; 
} 

/* The Modal (background) */
.utilityModal{
	display: block;
    position: fixed;
    z-index: 10000;
}

/* Modal Content */
.modalContent {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  height:auto;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.modalHeader {
 	background: transparent linear-gradient(270deg, #00B9F2 0%, #332892 100%) 0% 0% no-repeat padding-box;
  	font: normal normal normal 20px/36px Effra;
	color: #FFFFFF;
	padding:19px 31px 13px 14px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
  
.modalBody {
	 padding: 10px; 
	 height:auto;
	 overflow-y:auto;
	 max-height:70vh;
}

.modalBody img{
	width:100%;
	height:auto;	
}

/* ACR modal */


.acrModal .modalHeader {
	background: linear-gradient(89.98deg, #0A39DA 1.43%, #18A9FD 99.04%);
	padding: 15px 25px;
}

.acrModal .modalTitle {
	line-height: 26px;
    font-style: normal;
    font-weight: 400;
    font-family: 'EffraLight';
    font-size: 26px;
}

.acrPara {
	padding: 5px 0 25px 0;
    font-family: 'EffraLight';
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.acrLinks, .offerLinks {
	margin-top: 10px;
}

.acrModal .modalBody {
	padding: 30px 25px 15px 25px;
}

.acrModal .pdfDetails div {
	margin-bottom: 0;
}

.acrModal .modalBody img {
	width: auto;
	margin-right: 5px;
}

.acrModal .linksContent {
	margin-left: 7%;
}

.acrModal .pdfDetails span {
    font-size: 20px;
    font-weight: 400;
    font-family: 'EffraLight';
    line-height: 24px;
	vertical-align: text-bottom;
}

.acrModal .pdfDetails a {
    font-size: 20px;
    font-weight: 400;
    font-family: 'EffraLight';
    line-height: 24px;
}

/* The Close Button */
 .close {
  float: left;
} 
 
.close:hover {
  cursor: pointer;
}


/* BILL IMAGE MODAL END */

.form-feilds .field.widthName {
	display: inline-block;
	width: 70%;
	margin-right: 15px;
	float: left;
	max-width:100%;
}

.form-feilds .field.widthMiddle {
	display: inline-block;
	width: calc(30% - 15px);
	float: left;
}

.form-feilds .field.contactInfoWidth {
			width: calc(33% - 19px);
			margin-left: 17px;
			margin-bottom: 20px; 
			max-width:100%;
		}
		.form-feilds .field.contactInfoWidth:first-child {
			margin-left: 0;
		}

.row [class^="col"].halfWidthDesktop, .halfWidthDesktop {
    width: 100%;
}

.abovefieldTextCcpa{
    position: inherit;
    margin-top: -49px;
    margin-left: 10px;
    font-size: 12px;
    display: none;
    text-transform: uppercase;
    color: #999999;
}

.abovefieldText{
    position: inherit;
    margin-top: -58px;
    margin-left: 10px;
    font-size: 12px;
    display: none;
    text-transform: uppercase;
    color: #999999;
}

.contactInfoWidth {
	width: 100%;
	float: left;
	display: grid;
}

.form-feilds .field.stAddrMrgn {
	width: 70%;
	float: left;
	display: grid;
	max-width:100%;
}

.disabledFieldBckgrnd {
	background-color: #EEEEEE !important;
}

.form-feilds .field.aptMrgn {
	width: calc(30% - 14px);
	margin-left: 14px;
	float: left;
	display: grid;
}

.form-feilds .field.cityMrgn {
	width: calc(33% - 11px);
    float: left;
    display: grid;
    max-width: 100%;
    margin-left: 13px;
}

.form-feilds .field.stateMrgn {
	width: calc(33% - 11px);
    float: left;
    display: grid;
    max-width: 100%;
    margin-left: 13px;
}

.form-feilds .field.zipMrgn {
	width: calc(33% - 11px);
    float: left;
    display: grid;
    margin-left: 13px;
    max-width: 100%;
}

/* checkbox css */
.checkBoxContainer {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	/* margin-bottom: 12px; */
	cursor: pointer;
	font-size: 16px;
	line-height: 22px;
	font-family: Effra;
	color: #231F20;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
  
  /* Hide the browser's default checkbox */
.checkBoxContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
  
  /* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 6px;
	border: 2px solid #153ED1;
}
  
  /* On mouse-over, add a grey background color */
.checkBoxContainer:hover input ~ .checkmark {
	background-color: #CCC;
}
  
  /* When the checkbox is checked, add a blue background */
.checkBoxContainer input:checked ~ .checkmark {
	background-color: #153ED1;
	border: none;
}
  
  /* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
  
  /* Show the checkmark when checked */
.checkBoxContainer input:checked ~ .checkmark:after {
	display: inline-block;
}
  
  /* Style the checkmark/indicator */
.checkBoxContainer .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #FFF;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* end of checkbox css */


.rememberMeCheck {
    background: url(/system/assets/img/checkbox.png);
    height: 20px;
    width: 20px;
    display: inline-block;
}

.rememberMeChecked {
    background: url(/system/assets/img/tick.png);
    height: 20px;
    width: 20px;
    display: inline-block;
}

.rememberMeLogin {
    cursor: pointer;
}

.registerAgreementCheck, .rememberMeCheck{
	background: url("/system/assets/img/checkbox.png");
	height: 24px;
	width: 24px;
	display:inline-block;
	padding: 0 0 0 0px;
	margin: 0.35em 10px;
}

.registerAgreementChecked, .rememberMeChecked {
	background: url("/system/assets/img/tick.png");
	height: 24px;
	width: 24px;
	display:inline-block;
	padding: 0 0 0 0px;
	margin: 0.35em 10px;
}

.width30 {
	width: 30px !important;
}

.form-feilds label{
    font-family: Effra, Arial; 
    color: #231F20; 
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 7px;
    display: block;
}
.form-feilds .field {
    /* display: flex; */
    /* flex-flow: column-reverse; */
    /* margin-bottom: 0; */
    min-height: 50px;
    /* background: #FFFFFF;  */
    /* border: 1px solid #CCCCCC;  */
    border-radius: 4px; 
    position: relative;
    padding: 0px;
    max-width: 391px;
    width: 100%;
    margin-bottom: 20px;
  }
  .rewardsDetailsPanel .form-feilds .field {
  	max-width: 100%;
  }

  .rewardsDetailsPanel p, .utilityDesc {
  	margin: 20px 0;
  	font-family: Effra;
  	font-weight: 300;
  	font-size: 16px;
  	line-height: 20px;
  }
  /* .rewardsDetailsPanel .detailsPanel {
    padding-top: 50px;
  } */

  .promoSection {
	border-top: 1px solid #ccc;
	padding: 25px 0;
  }

  .form-feilds.customerName {
	  margin-top: 20px;
  }
  .form-feilds.customerName .field {
	margin-bottom: 0;
  }

  /**
  * Add a transition to the label and input.
  */

.form-feilds .field input::placeholder {
	font-size: 0;
}

.form-feilds .field label, 
.form-feilds .field input {
    transition: all 0.2s;
    touch-action: manipulation;
  }
  
.form-feilds .field input {
    font-size: 16px;
    line-height: 22px;
    -webkit-appearance: none;
    border-radius: 6px;
    cursor: text;
    font-family: EffraLight, Arial, sans-serif; 
    color: #231F20; 
    min-height: 50px;
    width: 100%;
    padding: 8px 35px 0 15px;
  }
  
.form-feilds .field label {
    letter-spacing: 0;
    font-size: 11px;
    line-height: 22px;
    color: #999999; 
    margin-bottom: 0;
  }
  /**
  * Translate down and scale the label up to cover the placeholder,
  * when following an input (with placeholder-shown support).
  * Also make sure the label is only on one row, at max 2/3rds of the
  * field�to make sure it scales properly and doesn't wrap.
  */
.form-feilds .field input:placeholder-shown + label {
    top: -15px;
    cursor: text;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1.5);
    position: absolute;
    left: 15px;
    z-index: 99;
	font-family: EffraLight;
  }
  /**
  * By default, the placeholder should be transparent. Also, it should 
  * inherit the transition.
  */
.form-feilds .field input::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
  }
  /**
  * Show the placeholder when the input is focused.
  */
.form-feilds .field input:focus::-webkit-input-placeholder {
    opacity: 1;
  }
  /**
  * When the element is focused, remove the label transform.
  * Also, do this when the placeholder is _not_ shown, i.e. when 
  * there's something in the input at all.
  */
.form-feilds .field input:not(:placeholder-shown) + label,
.form-feilds .field input:focus + label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
    top: 2px;
    left: 15px;
    position: absolute;
	font-family: EffraLight, Arial, sans-serif;
  }

/* Styles for tablets */

.errorImage {
	width: 18px;
    position: absolute;
    right: 10px;
    top: 15px;
    display: none;
}

.errorImageSelect {
	width: 18px;
    position: absolute;
    right: 20px;
    top: 15px;
    display: none;
}

.errorMsg {
	display: none;
    color: #DC3545;
    font-size: 14px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gasDupCheckError a, .gasDupCheckError a:hover {
    color: #DC3545 !important;
    text-decoration: underline !important;
}

.errorBorder {
	border: 1px solid #CB444A !important;
	border-radius: 4px !important;
}

.continuebutton {
	max-width: 200px;
    min-height: 45px!important;
    background-color: #332892!important;
    color: #fff!important;
    padding: 10px 25px!important;
    font-size: 18px!important;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    display: block;
    margin-top: 25px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
	float: none !important;
	border-radius: 8px;
}

.acrContinueButton {
	max-width: 340px;
	width: 100%;
}

.labelWidth {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

.labelValueWidth {
	width: 100%;
	float: left;
	margin-top: 5px;
	word-break: break-all;
}

.sectionPadding {
	padding: 28px 20px 30px;
}

.editButton {
	float: right;
	color: #fff;
}

.editButton:hover {
    color: #fff;
    text-decoration: underline;
}

.mb0 {
	margin-bottom: 0;
}

.row.auth {
	padding: 5px 0 0 0;
}

.moreCheckboxContent {
	font-family: EffraLight;
}

.commPref {
	margin-bottom: 10px;
}

button[disabled], button:disabled {
	cursor: not-allowed;
	background-color: #ccc !important;
}

.promoCards {
	display: flex;
	flex-flow: row;
}

.cta {
    width: 100%;
    display: flex;
    flex-flow: row;
    padding: 20px;
}

.cta img {
    width: 94px;
    height: 88px;
}
.promoContent {
    padding-left: 15px;
}

.promoContent h2 {
    /* font-size: 32px; */
    /* line-height: 32px; */
    /* font-family: 'EffraLight'; */
    font-weight: 400;
    color: #58595B;
	padding: 0;
    margin-bottom: 15px;
}

.promoContent p {
    font-size: 17px;
    font-family: 'EffraLight';
    font-weight: 400;
    line-height: 22px;
    color: #58595B;
    letter-spacing: 0;
}

.promoContent a {
	color: #332892;
	font-family: 'EffraLight';
    font-size: 17px;
    line-height: 22px;
	font-weight: 400;
    margin-top: 15px;
    display: inline-block;
}

.errorContainer {
	padding: 20px;
	background-color: #EEEEEE !important;
	margin-top: 20px;
	margin-bottom: 20px;
}

.addonBGWhite {
	background: #fff;
}

.noFilterSection {
	width:100% !important;
	max-width:1200px !important;
}

.button[disabled], button:disabled {
	cursor: not-allowed;
	background-color: #ccc !important;
}

.continuebutton:hover:disabled {
    background: #ccc;
}

.marginBottom0 {
	margin-bottom: 0 !important;
}

.backtooverviewbutton {
	width: 100%;
	border-radius: 8px;
	background: #332892 !important;
}

.downloadbutton {
    width: 100%;
	background: #fff !important;
	border: 1px solid #003091;
	border-radius: 8px;
	padding: 5px 25px !important;
}

.downloadbutton span {
	color: #003091 !important;
}

.downloadbutton:hover {
	background: #00B9F2 !important;
	border:2px solid #00b9f2!important;
	border-radius: 8px;
  	color: #FFFFFF!important;
  	text-decoration: none; 	
}

.downloadbutton:hover span {
	color: #FFFFFF!important; 	
}

.downloadImage {
    position: relative;
    top: 5px;
	margin-left: 5px;
    height: 20px;
}

.confirmationPage h2 {
    /* font-size: 32px; */
    font-weight: 400;
    /* font-family: 'EffraLight'; */
    /* line-height: 100%; */
    margin-bottom: 15px;
}

.welcomeContent p {
    font-size: 17px;
    font-family: 'EffraLight';
    font-weight: 400;
    line-height: 25px;
}

.confirmationSection .planText {
	padding: 0px 0px 10px 0px;
    margin-left: 0px;
}

/* Print css */
@media print {
	.oam-nav-new, .step-wizard, .bgFooter {
		display: none;
	}	
}

.skipGasColor {
    color: #153ED1;
    float: right;
}

.proceedTOElecColor {
    color: #153ED1;
}

.signUpAddgasPromoTxt {
	font-family: Effra, Arial, Verdana, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #FFFFFF !important;
	margin-top: 15px;
	display: flex;
	flex-direction: row;
}

.signUpAddgasPromoTxt .promoLabel {
	margin-right: 2px;
}

.signUpAddgasPromoTxt a {
	text-decoration: underline;
    color: #FFFFFF !important;
	margin-left: 2px;
}

@media only screen and (max-width: 500px)  {
	.signUpContainer {
		padding: 25px 15px;
	}
	.signUpContainer .signUpTextStyles {
		font-size: 24px !important;
	}
	.signUpContainer .allYouNeedStyles {
		letter-spacing: -0.5px;
	}
	.signUpAddgasPromoTxt {
		flex-direction: row;
		letter-spacing: -0.6px;
	}
	.signUpAddgasPromoTxt > div:first-child {
		margin-right: 3px;
	}
}

@media only screen and (min-width: 500px) {
	.backtooverviewbutton, .downloadbutton {
		max-width: 270px;
	}
}

/* Styles for tablets */
@media only screen and (min-device-width: 768px) 
	and (max-device-width: 1024px) 
	and (orientation: portrait) {
		.gasAddOnsContainer .oamProductChartHeader {
			margin-bottom: 50px !important;
		}
		.form-feilds .field input:placeholder-shown + label {
			width: 65%;
		}
		.lengthForTablets{
			width: 32% !important;
		}
		#skipgasTxt {
			margin-top: -25px;
		}
		.modalMaxWidth {
			max-width: 630px !important;
		}
		.mrgnLftNtrlPlanHeader {
			padding-left: 20px !important;
		}
		.skipGasColor {
		    float: left;
		}
		.errorContainer {
			padding: 40px 20px;
			margin-top: 50px;
			margin-bottom: 50px;
		}
		
		.stAddrMrgn {
			width: 80%
		}
		
		.aptMrgn {
			width: calc(20% - 16px);
			margin-left: 16px;
		}
		
		.cityMrgn {
			width: 33.4%;
		}
		
		.zipMrgn {
			width: calc(33.3% - 13px);
			margin-left: 13px;
		}
	
		.row [class^="col"].halfWidthDesktop, .halfWidthDesktop {
		    width: 49%;
		}
		
		.row [class^="col"].mrgnRight2, .mrgnRight2 {
			margin-right: 2%;
		}
		
		.row [class^="col"].mrgnRight10, .mrgnRight10 {
			margin-right: 10px;
		}
		
		.form-feilds .field label {
			font-size: 12px;
		}
		
		.labelWidth {
			width: 28.16%;
		}
		
		.labelValueWidth {
			width: 69.83%;
		}
		
		.sectionPadding {
			padding: 28px 20px 35px;
		}
}

/* End Styles for tablets */

/* Styles for desktop */

@media only screen and (min-width: 959px) and (orientation: landscape) {
	
	.panelBody {
		padding: 0px;
	}
	
	.errorContainer {
		padding: 40px 20px;
		background-color: #EEEEEE !important;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.sectionPadding {
		padding: 28px 20px 45px;
	}
	
	.labelWidth {
		width: 28.16%;
	}
	
	.labelValueWidth {
		width: 69.83%;
	}
	
	.form-feilds .field label {
		font-size: 12px;
	}
	
	.maxWidth500 {
		max-width: 500px;
	}
	
	.maxWidth700 {
		max-width: 700px;
	}
	
	.stAddrMrgn {
		width: 80%;
		max-width: 290px;
		float: left;
	}
	
	.aptMrgn {
		width: calc(60% - 12px);
		margin-left: 12px;
		max-width: 190px;
		float: left;
	}
	
	.cityMrgn {
		width: 80%;
		max-width: 290px;
		float: left;
	}
	
	.stateMrgn {
		width: 80%;
		max-width: 220px;
		margin-left: 12px;
		float: left;
	}
	
	.zipMrgn {
		width: 80%;
		max-width: 190px;
		margin-left: 12px;
		float: left;
	}
	
	.row [class^="col"].mrgnRight2, .mrgnRight2 {
		margin-right: 2%;
	}
	
	.row [class^="col"].mrgnRight17, .mrgnRight17 {
		margin-right: 17px;
	}  
	
	.contactInfoWidth {
		width: 33%
	}
	
	.contactInfoWidth:nth-child(3), .contactInfoWidth:nth-child(2) {
		width: calc(33% - 13px)
	}
	
	.row [class^="col"].halfWidthDesktop, .halfWidthDesktop {
	    width: 49%;
	}
	
	.header-dropdown {
		margin-top: 18px;
	}
	.logoNRG img{
		width: 84px;
		height: 57px;
	}
	
	.contactUsImage {
	    background: url(/system/assets/img/phone-alt-gray.svg) left no-repeat;
	    width: 17px!important;
	    height: 17px!important;
	    display: inline-block;
	    margin-right: 3px;
	    background-size: contain;
	}
	
	.header-dropdown:hover .contactUsImage{
		background: url(/system/assets/img/phone-alt-blue.svg) left no-repeat;
		width: 17px !important; 
		height: 17px !important;
		display: inline-block;
		margin-right: 3px;
		background-size: contain;
	}
	
	.contactUsImage{
		margin-right: 2px;
	}
	
	.outageHeader {
	    font-size: 24px;
	    padding-left: 30px;
	}
}

/* End Styles for desktop */


/* Styles for mobile */

@media only screen and (max-width: 500px)  {
	.utilityAccountDetailsPanel .panelBody, .rewardsDetailsPanel .panelBody {
		padding: 10px 20px !important;
	}
	.mrgnLeftZero{
		margin-left: 0px !important;
	}
	.paddingLft10OnlyMob{
		padding-left: 10px;
	}
	.showingPlansContent, .showSortByGas {
		margin-bottom: 20px;
	}
	.confirmationSection .planText {
		width: 100%;
	    margin: 0;
	    padding: 15px 0 0 0px;
	}
	.downloadbutton {
		margin-right: 0 !important;
	}
	.chatlbl{
		display: none;
	}
	.innerContent {
    	padding: 15px 0 25px 0px;
	}
	.planText {
	    width: 80%;
	    margin: 0 20px 0 10px;
	}
	.confirmationPage .planText {
		width: 100%;
		margin: 0;
		padding: 15px 0 0 20px;
	}
	
	.modalBody{
		height:auto;
		max-height:50vh;
		overflow-y:auto;	
 	}
 	.modalHeader{
		flex-direction:column;
		padding:15px 31px 13px 14px; 
	}
	.modalContent, .modalTitle {
	    width: 95%;
	}

	.modalContent .close {
		position: absolute;
	    right: 15px;
	    top: 15px;
	}
	.errorMsg {
	 	font-size: 14px;
	}

	.personalDetails.contentarea, .selectedPlan.contentarea {
		padding: 0;
	}

	.utilityAccountDetailsPanel, .rewardsDetailsPanel, .yourInfoDetailsPanel{
		padding: 20px 0 0 0;
	}

	.authorization {
		padding: 50px 0 0 0; 
	}
	
	.promoSection {
		padding: 25px 1% !important;
	}

	.promoCards .cta {
		flex-direction: column;
	}

	.cta img {
		margin: 0 auto;
	}

	.step-wizard-list {
		padding: 20px 5%;
	}

	.acrModal .linksContent {
		margin-left: 0;
	}

	#gasPanel {
		margin-bottom: 15px;
	}

	.utilityInput.field {
		margin-bottom: 0;
	}

}


@media only screen and (max-width:767px) {
	
	.mrgnLftNtrlPlanHeader {
		margin-left: 10px;
	}

	.mobileFullWidth{
		width: 100% !important;
		text-align: center;
	}
	
	.skipGasColor {
	    float: none;
	}
	
	.downloadbutton {
		margin-right: 0%;
	}

	.form-feilds .field {
		max-width: 100%;
	}

	.billImageDiv,
	.utilityInput {
		width: 100%
	}

	.utilityInput {
		margin-bottom: 5px;
	}

	a[id$="BillImage"] {
		vertical-align: middle;
		margin-left: 0;
	}

	.form-feilds .field.widthName {
		width: 67%;
	}

	.zerotop.form-feilds .field {
		margin-bottom: 20px;
	}

	.form-feilds .field.contactInfoWidth {
		width: 100%;
		margin-left: 0;
	}

	.form-feilds .field.cityMrgn {
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.stateMrgn,
	.form-feilds .field.stateMrgn {
		margin-left: 0;
	}

	.form-feilds .field.zipMrgn {
		margin-left: 16px;
	}

	.stateMrgn,
	.form-feilds .field.zipMrgn,
	.form-feilds .field.stateMrgn {
		width: 47.5%;
	}

	.form-feilds .field select {
		width: 100%;
	}

	.form-feilds .field.widthMiddle {
		width: calc(30% - 6px);
	}

	.rewardsDetailsPanel .detailsPanel {
		padding-top: 0 !important;
	}

	.errorMsg {
		white-space: normal !important;
	}
}


/* End Styles for mobile */

@media screen and (min-width: 500px) and (max-width: 1200px) {
	#skipGasColor {
	    float: left;
	}
	
	
	.modalBody{
		height:auto;
		max-height:50vh;
		overflow-y:auto;	
	}
	
	.modalContent {
	    width: 83%; 
	}
	.errorMsg{
		white-space:normal !important;
	}
		
}	


@media only screen and (min-width:0px) and (max-width:960px){
	.oamProductChartHeader {
		font-size:22px;
		margin-top: 20px !important;
	    margin-bottom: 15px !important;
    	/* margin-left: 15px !important; */
	}
	
	.plansInfo {
		flex-flow: column;
	}
	.planInfo.single {
		width: 100%;
	}
	.planInfo.gas {
		margin-top: 15px;
	}
	.billImageDiv, .utilityInput{
		width:100%
	}
	.utilityInput{
		margin-bottom:5px;
	}

	.yourInfoDetailsPanel .panelBody{
		padding: 10px 20px;
	}
	
	.utilityAccountDetailsPanel .panelBody, .rewardsDetailsPanel .panelBody {
		padding: 10px 0px;
	}
	
	/* .step-wizard-item {
		min-width: 33%;
	} */
	
	/* #downloadBtn {
		display: none;
	} */

	.promoSection {
		padding: 25px 20%;
	}
	
	.promoCards {
		flex-flow: column;
	}
	
	.cta {
		padding: 20px 0;
	}


	.labelWidth {
		width: 46%;
	}

	.labelValueWidth {
		width: 44%;
	}

}

@media only screen and (min-width:0px) and (max-width:450px){
	a[id$="BillImage"]{
		vertical-align:middle;
		margin-left:-6px;
	}	
}

@media only screen and (min-width:768px) and (max-width:1200px) {

	a[id$="BillImage"] {
		vertical-align: middle;
		margin-left: 20px;
	}

	.form-feilds .field.contactInfoWidth {
		width: calc(33% - 9px);
		margin-left: 16.5px;
		margin-bottom: 20px;
		max-width: 100%;
	}

	.form-feilds .field.cityMrgn {
		width: calc(33% - 7px);
		margin-left: 0;
	}

	.form-feilds .field.zipMrgn,
	.form-feilds .field.stateMrgn {
		width: calc(33% - 6px);
	}

	.stateMrgn {
		width: calc(33% - 8px);
		margin-left: 13px;
		display: inline-block;
	}

}

@media screen and (min-width: 960px) and (max-width: 1200px) and (orientation: landscape) {
	.maxWidth500 {
		max-width: 500px;
		width: 44%;
	}

	.maxWidth700 {
		max-width: 700px;
		width: 55%;
		margin-left: 1% !important;
	}

	.stAddrMrgn {
		width: 70%;
	}

	.aptMrgn {
		width: calc(30% - 12px);
		margin-left: 12px;
	}

	.cityMrgn {
		width: 40%;
	}

	.stateMrgn {
		width: calc(30% - 12px);
	}

	.zipMrgn {
		width: calc(30% - 12px);
	}

	/* .utilityAccountDetailsPanel {   
    	padding: 50px 10px;
	} */

	.form-feilds .field.contactInfoWidth {
		width: calc(33% - 19px);
		margin-left: 16.5px;
		margin-bottom: 20px;
		max-width: 100%;
	}

	.form-feilds .field.zipMrgn,
	.form-feilds .field.stateMrgn {
		width: calc(33% - 7px);
	}
}