﻿/*ReSharper disable All*/ 

/*************************************************************
STYLE CHANGES SHOULD BE DONE IN THIS STYLESHEET ONLY
**************************************************************/

/*#region GENERAL SETTINGS*/
body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 90%;
    line-height: 1.4em;
    font-weight: 400;
}

h1 {
    font-size: 1.3em;
    font-weight: 700;
}
h2 {
    font-size: 24px;
    font-weight: 700;
}
h3 {
    font-size: 20px;
    font-weight: 600;
	margin: 30px 0px 10px 0px;
}
h4 {7z
    font-size: 16px;
    font-weight: 600;
	margin: 20px 0px 10px 0px;
}
h5 {
    font-size: 18px;
    font-weight: 600;
}
a {
    color: #167DB3; 
}

ul {
	font-size: 16px;
	margin: 0px 0px 30px 0px;

	
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 479px) {
    body {
        font-size: 16px;
    }
    h1 {
        line-height: 1.3em;
    }
}

/*#endregion GENERAL SETTINGS*/

/*#region MENUBAR-1 */

.menu {
    background-color: #167DB3;
    color: #fff;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.menu-link:hover {
    background-color: rgba(0, 0, 0, .1);
}

.element-hover:hover {
    cursor: pointer;
}

/*#region LEFT LINKS */
.customer-type {
    color: #fff;
    }

.customer-type:hover {
    border-top-color: hsla(0, 0%, 100%, .6);
}

.customer-type.w--current {
    border-top-color: #fff;
    border-bottom-color: transparent;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

@media (max-width: 991px) {
    .menu {
       font-weight: 300;
    }

    .menu-link:hover {
        background-color: rgba(0, 153, 204, .2);
    }

    .customer-type {
       font-weight: 400;
    }

    .customer-type:hover {
        border-top-color: transparent;
        background-color: rgba(121, 184, 0, .5);
    }

    .customer-type.w--current {
        border-top-color: #79b800;
        background-image: -webkit-linear-gradient(270deg, transparent, transparent);
        background-image: linear-gradient(180deg, transparent, transparent);
    }
}

@media (max-width: 767px) {
    .menu-link:hover {
        background-color: rgba(0, 153, 204, .2);
    }

    .customer-type {
        font-weight: 400;
    }
}
@media (max-width: 479px) {
    .menu.mob-home {
       color: #fff;
    }
    .customer-type.w--current {
       background-color: transparent;
    }
    .menu-link {
        border: none;
    }
}
/*#endregion LEFT LINKS */

/*#region RIGHT LINKS */

.qlink-item {
    color: #fff;
}

@media (max-width: 479px) {
    .qlinks {
       background-color: #167DB3;
    }
}


/*#endregion RIGHT LINKS */
/*#endregion MENUBAR-1 */

/*#region MENUBAR-2 */
.header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.header-menu {
   color: #09c;
}
.header-menu-item {
    border: 2px solid #fff;
    border-radius: 2px;
   }

.header-menu-item:hover {
    border-bottom-color: #167DB3;
 }

/* Class 'selectedpage' added to override w--current in Webflow which is handled inside the Webflow.js for highlighting current page in the header*/
.header-menu-item.selectedpage, 
.header-menu-item.w--current { border-bottom-color: #f57b28; }

.header-menu-text {
    color: #167DB3;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
}

.scroll-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

@media (max-width: 991px) {

    .header {
       box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .4);
    }

    .header-menu-text {
        color: #09c;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .header-menu-text {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .header {
        border-bottom-style: none;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .4);
    }

    .header-menu.mob {
       border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    }

    .header-menu-item {
        border-style: none;
       color: #fff;
    }

    .header-menu-item:hover {
        color: #fff;
        }

    .header-menu-text {
       color: #fff;
        font-size: 14px;
    }
}
/*#endregion MENUBAR-2 */

/*#region CONTENT PAGE HEADER */

.content-container.page {
   border-bottom: 2px solid #167DB3;
   font-weight: 700;
}
.content-container.foot {
  border-bottom: 1px solid #677a8f;
}
.page-title {
    color: #666;
    font-size: 28px;
    font-weight: 600;
}
.more-info-bubble {
    border: 1px solid #ccc;
    border-radius: 0px 2px 2px;
    background-color: #fffadd;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .4);
    color: #000;
    font-weight: 400;
}

.back-link {
    color: #09c;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .page-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .page-title {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .page-title {
        color: #666;
        font-size: 24px;
        line-height: 1.2em;
        font-weight: 400;
    }
    .page-title.bg {
        font-size: 1.4em;
    }

    .more-info-bubble {
       font-size: 14px;
    }

    .content-container.page {
        border-bottom-style: none;

    }
}

/*#endregion CONTENT PAGE HEADER */

/*#region CONTENT BOX*/
.content-box.card {
    background-color: #fff;
}

.card-header {
   border-bottom: 1px solid #ddd;
}

.section-title {
    color: #242424;
    line-height: 1.3em;
    font-weight: 600;
}

.content-box.grey {
    border-style: solid;
    border-color: #ccc;
    background-color: #f5f5f5;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .4);
}

@media (max-width: 479px) {
    .content-box.grey {
       border-style: none;
        background-color: #fff;
        box-shadow: none;
        color: #333;
    }

}


@media(max-width: 991px) {
    .section-title {
        
    }
}
/*#endregion CONTENT BOX*/

/*#region BUTTONS */

.button {
    border-radius: 40px;
    background: #7FAF5C;
    color: #2C4465;
    font-size: 20px;
    box-shadow: none;
    font-weight: 400;
    line-height: 24px;
    height: 56px;
}

..clear {
    border: 1px solid #167DB3;
    background-color: #fff;
    color: #167DB3;
}

.button.flat {
    color: #167DB3;
    font-weight: 700;
}

.button.pay {
    background-color: #79b800;
    font-weight: 600;
}

@media(max-width: 479px) {
    .mob-button {
       background-color: #167DB3;
       color: #fff;
       font-size: 24px;
     }

    .mob-button.green {
        background-color: #79b800;
    }
}



.button:hover {
    background: #FFF;
    text-decoration: none;
    border: 1px solid #167DB3;
    color: #167DB3;
}


    .button.off {
        background: #EFEFEF;
        opacity: 1;
        text-decoration: none;
        color: #6E6E6E;
        box-shadow: none;
    }

.button-text {
    font-style: normal;
    font-weight: 500!important;
    font-size: 18px!important;
    line-height: 24px;
}

/*#endregion BUTTONS */

/*#region GRID*/
.grid-header {
    background-color: #167DB3;
    color: #fff;
    font-weight: 600;
}

.grid-header-link {
    color: #fff;
}
.grid-item {
   color: #333;
}
.grid-item:hover {
    background-color: #f5f5f5;
 }

/*#endregion GRID*/

/*#region HELP SITE SEARCH BOX */
#searchbox {
   background-color: #167DB3 !important; 
    opacity: 1.0;
}
/*#endregion Help site search box */

/*#region HOME PAGE*/

.summary-overview.grey {
   border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #f5f5f5;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .4);
}

@media(max-width: 479px) {
    .summary-overview.grey {
        margin-bottom: 0px;
        border-style: none;
        border-radius: 0px;
        background-color: #fff;
        box-shadow: none;
    }

}

    /*#endregion*/

/*#region DEFAULT PAGE*/
.slide._2 {
    min-height: 500px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/iStock_83353033_900.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/iStock_83353033_900.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.slide._1 {
    min-height: 500px;
    background-color: #333;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/509_900.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/509_900.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

/* #endregion DEFAULT PAGE*/

/*#region PORTAL PAGES*/
.page-block-item.qlink {
    background-color: #167DB3;
    color: #fff;
}

.slide-content {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.slide-title {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

/*#endregion PORTAL PAGES*/


/*#region FOOTER */
.footer {
    background-color: #242424;
    background-image: -webkit-linear-gradient(270deg, rgba(82, 98, 115, .9), rgba(82, 98, 115, .9)), url('../Images/3-1.jpg');
    background-image: linear-gradient(180deg, rgba(82, 98, 115, .9), rgba(82, 98, 115, .9)), url('../Images/3-1.jpg');
    background-position: 0px 0px, 50% 57%;
    background-size: auto, cover;
    color: #fff;
    font-size: 14px;
}

.footer-block-title {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-block-item {
    color: #fff;
    font-weight: 300;
}

    .footer-block-item:hover {
        text-decoration: underline;
    }

    .footer-block-item.div {
        border-right: 2px solid #677a8f;
    }

.social {
    border-radius: 4px;
    background-color: #fff;
}

.footer-drop:hover {
    background-color: rgba(0, 0, 0, .25);
}

@media (max-width: 767px) {
    .footer {
        font-size: 14px;
    }
}

/*#endregion FOOTER */

/*#region CALENDAR */
.ui-widget-header {
    background: #167DB3 !important;
    color: #fff;
}

.ui-state-active { /* Selected date */
    border: 1px solid #00807B !important;
    background: #167DB3 !important;
    color: #FFFFFF !important;
}

.ui-datepicker-year {
    color: #000000 !important;
}

.ui-state-highlight { /* Current date */
    border: 1px solid #167DB3 !important;
    background: #167DB3 !important;
    color: #FFFFFF !important;
}
/*#endregion calendar*/

/* #region MISC ITEMS*/
.page-alert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fffadd;
    background-image: url('../Images/close-grey.svg');
    background-position: 99% 9px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    font-family: Roboto, sans-serif;
    color: #c00;
    font-weight: 500;
    cursor: pointer;
}

/* #endregion*/

/* #region Override Font Awesome */

.icon-48, .icon-24, .icon-20  {
  /*color: #FF5500;*/
	/*color: #228B22;*/
}

.icon-48 {
	/*font-size: 50px;*/
}

/* #endregion*/

.page-block-item.quick-link {
	background-color: #D1ECF9;
    color: #242424;
}

.quick-link div:first-child {
	color: #167DB3;
}

.news-title {
   font-size: 1.1em;
    font-weight: 600;
}

.cat-tag {
     color: #666;
}
.w-icon-dropdown-toggle
{
	display:none;
}




div[id="main_divWhenArrives"]
{
	display:none;
}
div[id="main_divDaysBefore"]
{
	display:none;
}

div[id="main_divAutoPayDisabledDescription"]
{
	font-weight: 600;
	color: red;
}


.button.alert.w-inline-block
{
	border-radius: 40px;
    background: #7FAF5C;
    color: #2C4465;
    font-size: 20px;
    box-shadow: none;
    font-weight: 400;
    line-height: 24px;
    height: 56px;
}

.button.button.pay.center.w-button
{
	border-radius: 40px;
    background: #7FAF5C;
    color: #2C4465;
    font-size: 20px;
    box-shadow: none;
    font-weight: 400;
    line-height: 24px;
    height: 56px;
}
	
div[id="main_divFixedSection"]

{
	display:none;
}

div[id="main_divAddressHeader"]
{
	display:none;
	
}

div[id*="divAddress"]
{
	display:none;
}
.table-grid-col.acc.fill
{
	max-width:20%;
}

div[data-w-tab="tabBillingAndPayment"]
{
	  .action-block span{
	   display:none;
	}

	.action-block:after{
	   content: "Notifications are disabled for non-paperless accounts. You must select paperless in order to receive payment related notifications.If you would like to go paperless, go to Account Preferences and turn the paperless feature on.";   
	}​
}

div[data-w-tab="tabAutoPay"]
{
   .action-block span:after{
   content: " You must select paperless in order to receive autopay related notifications."; 
   }
}
	
div[id="main_UpdatePanelGrid"]
{
  .empty-text::before {
  content: " Paperless billing is required for AutoPay setup.Please ensure this feature is turned on in the Accounts Preference section above.";
 }
}

div[id="main_lvPaymentHistory_footerDiv"]
{
	.empty-text::before
	{
		content:"";
	}
}

.wallet-card-box
{
	.empty-text::before
	{
		content:"";
	}
}


	  
	  



	

 