/* Page loader css */

.imageCenter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loadingImage {
    width: 300px;
    height: auto;
}

button#continueBtn:hover, button#submitBtn:hover, button#downloadBtn:hover, button#acrContinueBtn:hover{
	background: #2a155a !important;
	text-decoration: none;
}

.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;
}

.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: #58595B;
	padding: 19px 20px;
}
.copyrightsText {
	font: normal normal 300 16px/16px Effra;
	color: #FFF;
	text-align: center;
}


#egWrapper {
	display: flex;
    justify-content: center;
    align-content: center;
	height: 50px;
    width: 200px;
    position: fixed;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    padding: 27px 29px;
    background: #000000 0% 0% no-repeat padding-box;
    z-index: 10000;
}

.chatlbl{
	display: inline-block;
}

#egWrapper a {
	display: block;
    background: transparent url(/system/assets/img/chat-right-text.svg) 0% 0% no-repeat padding-box;
    background-position: 2px 2px;
    background-size: 26px 18px;
    text-indent: 17px;
    text-align: left;
    margin: -13px auto;
    font: normal normal normal 17px Effra;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.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;
}


.step-wizard-list {
	display: flex;
	padding: 20px 20%;
	counter-reset: wizard;
	margin-top: 20px;
}

.step-wizard-item {
	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;
	position: relative;
	float: left;
	width: 33.3333333333%;
	color: #EC0C8C;
}

.current ~ li.step-wizard-item {
	color: #EC0C8C;
}

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;
}

.current ~ li.step-wizard-item:before {
	background-color: #fff;
	color: #EC0C8C;
	border-color: #EC0C8C;
}

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:after {
	background-color: #EC0C8C;
}

.collapsible {
  background-color: #f4f4f4;
  color: #000;
  cursor: pointer;
  padding: 10px 6px 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;
}

.active, .collapsible:hover {
  background-color: #F4F4F4;
}

.gasPlanImg, .elecPlanImg {
    width: 25px;
    height: 35px;
}

.planText {
    font-size: 18px;
    font-family: 'Effra';
    margin-left: 10px;
    line-height: 22px;
    width: 100%;
    padding: 5px 0 10px 0;
}

.content {
  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: 3px;
    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;
}

.completeYourOrderBanner {
	background: #00b9f2;
	padding: 50px 0;
	color: #fff;
}

.bannerTitle {
	font-family: Effra;
	font-size: 34px;
	line-height: 100%;
	margin-bottom: 30px;
}

.step3.bannerTitle {
	margin-bottom: 0;
}

/* Confirmation page confirm banner */
.confirmationPage .planLabel {
	background: #332892;
	font-size: 20px;
	padding: 10px 10px 10px 20px;
	color: #FFF;
}

.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.confirmPlanInfo {
	width: 100%;
}

.planLabel {
    font-size: 24px;
    font-family: EffraLight;
    font-weight: 300;
}

.expandIcon {
	background:transparent url(/system/assets/img/awesome-plus.svg) 0% 25% no-repeat;
	width: 20px;
	height: 17px;
	position: relative;
	left: -10px;
	transition: all 0.5s ease;
}

.active .expandIcon {
	background:transparent url(/system/assets/img/awesome-minus.svg) 0% 45% no-repeat;
	/* transition: all 0.5s ease; */
}

.planInfo {
    width: 100%;
}
.header-dropdown {
	cursor: pointer;
}


.utilityAccountDetailsPanel{
	margin-top:10px;
	position:relative;
	background-color:white;
	padding: 50px 0px 25px 0;
}


.panelHeader{
	background-color:#332892;
	color:#FFFFFF;
	font: normal normal normal 20px/28px Effra;
	padding:12px 19px 7px;
	text-align: left;
	opacity: 1;
	letter-spacing: 0px;
}

.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 */
#electricUtilityModal{
	display:none;
}
#gasUtilityModal{
	display:none; 
} 

/* The Modal (background) */
.utilityModal{
	position:fixed;
	padding-top: 125px; 
	top:50%;
	left:50%;
	z-index:9999;
	transform:translate(-50%,-50%);
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100vh;
	display:flex;
	justify-content:center;
	align-items:center; 
}


/* 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;
}

.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 {
  	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;
}

.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: 80px !important;
    cursor: pointer;
    display: block;
    margin-top: 25px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
	border-radius: 8px;
}

.downloadbutton {
	max-width: 235px;
}

.downloadImage {
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.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: 90px;
    height: 85px;
}

.promoContent {
    padding-left: 15px;
}

.promoContent h2 {
    font-size: 28px;
    line-height: 30px;
    font-family: 'EffraLight';
    font-weight: 300;
    color: #231f20;
    margin-bottom: 5px;
}

.promoContent p {
    font-size: 16px;
    font-family: 'Effra';
    font-weight: 300;
    line-height: 20px;
    color: #231f20;
    letter-spacing: 0;
}

.promoContent a {
	color: #332892;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    display: inline-block;
}

.errorContainer {
	padding: 20px;
	background-color: #EEEEEE !important;
	margin-top: 20px;
}

input::-moz-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder {
    opacity: 1;
}

/* Styles for tablets */

@media only screen and (min-device-width: 768px) 
	and (max-device-width: 1024px) 
	and (orientation: portrait) {
		.errorContainer {
			padding: 40px 20px;
			margin-top: 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) {
	
	.errorContainer {
		padding: 40px 20px;
		background-color: #EEEEEE !important;
		margin-top: 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)  {
	#egWrapper {
		height: 60px;
    	width: 64px;
    	padding: 0;
	}
	.chatlbl{
		display: none;
		}
	.panelHeader{    
		margin: 0 -20px;
	}
	#egWrapper a {
	    width: 60px;
	    background-position: 2px 2px;
	    background-size: 26px;
	    margin: 16px;
    }	
	.innerContent {
    	padding: 15px 0 25px 0px !important;
	}
	.planText {
	    width: 80%;
	    margin: 0 20px 0 10px;
	}
	.confirmationPage .planText {
		width: 100%;
		margin: 0;
		padding: 15px 0 0 0;
	}
	.confirmationPage .planLabel {
		margin: 0 -20px;
	}
	.modalBody{
		height:auto;
		max-height:50vh;
		overflow-y:auto;	
 	}
 	.modalHeader{
		flex-direction:column;
		padding:15px 47px 13px 14px; 
	}
	.modalContent {
	    width: 95%; 
	}
	 
	.modalContent .close {
		position: absolute;
	    right: 15px;
	    top: 15px;
	}

	.errorMsg {
		font-size: 14px;
	}

	.step-wizard-list {
		padding: 20px 10%;
	}

	.acrModal .linksContent {
		margin-left: 0;
	}

	#electricPanel, #gasPanel {
		margin-bottom: 15px;
	}

	.utilityInput.field {
		margin-bottom: 0;
	}

	.continuebutton {
		max-width: 100%;
		width: 100%;
		margin-bottom: 55px !important;
	}

	.sectionPadding {
		padding: 15px 20px 15px 0;
	}

	.sectionPadding .row {
		margin-bottom: 10px;
	}
	
	.labelWidth, .labelValueWidth {
		margin-top: 0;
	}
	
}


@media only screen and (max-width:767px)  {
	.form-feilds .field{
	max-width:100%;
	}
	
	.billImageDiv, .utilityInput{
		width:100%
	}
	.utilityInput{
		margin-bottom:5px;
	}
	.utilityAccountDetailsPanel{
		padding: 31px 22px;
	}
	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;
	}
	.utilityAccountDetailsPanel{
		padding:10px 20px !important;
	}
	.errorMsg{
		white-space:normal !important;
	}
}


/* End Styles for mobile */

@media screen and (min-width: 500px) and (max-width: 1200px) {
	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){
	.plansInfo {
		flex-flow: column;
	}
	.planInfo.single {
		width: 100%;
	}
	.planInfo.gas {
		margin-top: 15px;
	}
	.billImageDiv, .utilityInput{
		width:100%
	}
	.utilityInput{
		margin-bottom:5px;
	}
	.utilityAccountDetailsPanel{
		padding: 30px 20px;
	}
	
	.promoCards {
		flex-flow: column;
	}
	
	.cta {
		padding: 20px 0;
	}

	.cta img {
		width: 70px;
		height: 70px;
	}
}

@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;
    float: left;
}
		
}

@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);
}
}	