/* ATCO SIGNUP
 * Developed by Grey Canada
 *
 *
 */
/* Colours */
/* Reset */
* {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  position: relative;
  line-height: 22px;
  font-size: 15px;
  color: #6c6d70;
  font-family: "Source Sans Pro", sans-serif;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}
/* typography */
h1 {
  font-weight: 700;
}

h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
p.green {
  color: #9bc83a;
}

h1.green3,
h2.green3,
h3.green3,
h4.green3,
h5.green3,
p.green3 {
  color: #3ca807;
}

h1.teal,
h2.teal,
h3.teal,
h4.teal,
h5.teal,
p.teal {
  color: #4eaf9c;
}

h1.teal2,
h2.teal2,
h3.teal2,
h4.teal2,
h5.teal2,
p.teal2 {
  color: #44cccc;
}

h1.teal3,
h2.teal3,
h3.teal3,
h4.teal3,
h5.teal3,
p.teal3 {
  color: #4eb19b;
}
h1.teal4,
h2.teal4,
h3.teal4,
h4.teal4,
h5.teal4,
p.teal4 {
  color: #a2bfba;
}
h1.teal5,
h2.teal5,
h3.teal5,
h4.teal5,
h5.teal5,
p.teal5 {
  color: #00aaa5;
}
h1.teal {
  font-size: 30px;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
p.white {
  color: #fff;
}

section .card h4.white {
  color: #fff;
}

h1.red,
h2.red,
h3.red,
h4.red,
h5.red,
p.red {
  color: #f51c60;
}

h1.title,
h1.thin {
  font-size: 32px;
  font-weight: 300;
}

h1.thin.big {
  font-size: 46px;
  font-weight: 300;
}

h1.title.withLock,
section#main h1.title.withLock {
  font-size: 54px;
  line-height: 33px;
  background-image: url("../images/lock.svg");
  background-repeat: no-repeat;
  padding: 8px 0 11px;
  background-position: right;
}

h1.subtitle {
  font-size: 40px;
  margin: 45px 0px 0px 0px;
  float: left;
  width: 100%;
}

h2.subtitle {
  width: 100%;
}

h2.subtitle.thin {
  font-weight: 300;
  color: #6c6d70;
  font-size: 30px;
  line-height: 42px;
  float: left;
}

h2.subtitle.thin.centered {
  float: none;
}

h2.subtitle.normal {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  color: #6c6d70;
}

h3.subtitle.thin {
  font-weight: 300;
  color: #6c6d70;
  font-size: 26px;
  line-height: 42px;
}

h3.subtitle.thin.white {
  color: #fff;
}

h3 {
  font-size: 20px;
}

h4.thin,
h4.normal {
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  color: #6c6d70;
}

h4.normal {
  font-weight: 400;
}

p.bold {
  font-weight: 700;
}

p.teal.bold {
  float: left;
  clear: left;
  margin-top: 45px;
  margin-bottom: 40px;
}

a.green {
  color: #9bc83a;
}

.error-message {
  color: #f51c60;
  margin-top: 0px !important;
}

.error {
  opacity: 0;
  float: left;
  margin: 12px 7px;
  pointer-events: none;
  cursor: default;
}

.invalid + .error {
  opacity: 1;
  pointer-events: inherit;
  cursor: pointer;
}

.errortip:hover {
  cursor: pointer;
}

.centered {
  text-align: center;
}

.mobile-show,
.med-show,
.mobile-show-small {
  display: none;
}

.subtitle.withRule {
  font-size: 40px;
  margin: 45px 0px -15px;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 0px 50px 0 0;
  z-index: 10;
  position: relative;
  display: block;
  width: auto;
  clear: left;
  line-height: 40px;
}

.subtitle.withRule.teal {
  font-size: 30px;
}

h2.subtitle-des {
  font-weight: 300;
  font-size: 30px;
  margin: 25px 0px 0px 0px;
  float: left;
  clear: left;
  color: #6c6d70;
  line-height: 40px;
}

h2.subtitle-des.normal {
  font-weight: 400;
}

section#main {
  width: 100%;
}

section#main h1 {
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 44px;
}

section#main p {
  font-size: 18px;
  float: left;
}

section#main p.normal {
  font-size: 15px;
}

section#main h1.callOut {
  margin-top: 50px;
  font-weight: 300;
  font-size: 46px;
  margin-bottom: 20px;
}
/* forms */
input[type="text"],
input[type="password"],
select {
  border: 1px solid #cfcfcf;
  height: 50px;
  color: #6c6d70;
  padding: 0px 0 0 10px;
  font-size: 15px;
  float: left;
  clear: left;
  background-color: #fff;
}

select:hover {
  cursor: pointer;
}

input[type="text"]:focus,
input[type="password"]:focus {
  box-shadow: inset #ddd 0px 3px 3px;
}

input[type="text"].invalid,
input[type="password"].invalid,
select.invalid {
  border: 1px solid #e31b49 !important;
}

select {
  background-image: initial;
  padding-right: 0px;
}

#person-add-remove .remove-address,
#address-add-remove .remove-address,
#person-add-remove .remove-person,
#address-add-remove .remove-person {
  display: none;
  clear: none;
  line-height: 25px;
  margin-top: 15px;
}
/* Structure */
.container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0px 15px;
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  box-sizing: border-box;
}

.container hr {
  float: left;
  border-bottom: 1px solid #dedede;
  width: 100%;
}

.outer-container {
  width: 100%;
  background-color: #f9f9f9;
}

.outer-container .headerbg {
  background-color: #0082ac;
  width: 100%;
  position: absolute;
  height: 80px;
}

.outer-container-Login {
  width: 100%;
  background-color: #f9f9f9;
  margin: 0px auto;
}

header {
  position: relative;
}

header.container {
  height: 180px;
  background-color: transparent;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top;
}

header.container .inner-header {
  float: left;
  width: 100%;
  margin-top: 24px;
}

header.container2 {
  height: 378px;
  background-color: #f9f9f9;
  z-index: 1;
  background-image: url("../images/header_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

header #logo {
  width: 15rem;
  height: 5rem;
  background-color: transparent;
  float: left;
  margin-left: 2.75rem;
  background-repeat: no-repeat;
  background-size: 15rem;
}

.mapleLeafNumber {
  margin-bottom: -5px;
  display: inline-block;
}

.emaiUsImg {
  margin-bottom: -5px;
  display: inline-block;
}

.tel-no {
  float: left;
  margin-right: 20px;
  margin-top: 25px;
  background-repeat: no-repeat;
  font-weight: 500;
}

.email-us {
  float: left;
  margin-right: 15px;
  margin-left: 8px;
  margin-top: 25px;
  background-repeat: no-repeat;
  font-weight: 500;
}
.tel-no-Login {
  float: right;
  margin-right: 110px;
  margin-top: 35px;
  background-repeat: no-repeat;
  font-weight: 500;
}

.img-holder {
  background-image: url(../images/header-img.jpg);
  width: 100%;
  height: 400px;
  background-size: 100% 600px;
  position: relative;
  margin: 0px auto;
}

.header-title {
  text-align: center;
  margin-top: 80px;
  font-size: 54px;
  margin-bottom: 35px;
  font-weight: 300;
  line-height: 54px;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
}

.header-text {
  text-align: center;
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  line-height: 40px;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
}

header #customer-service {
  border-radius: 20px;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  display: block;
  background-color: #e6af1a;
  float: right;
  width: auto;
  padding: 0px 20px;
  clear: none;
  margin-top: 50px;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.customer-support {
  float: right;
  width: auto;
}

header #customer-service img {
  margin-bottom: -8px;
  margin-left: 5px;
}

.overview-link {
  color: #9bc83a;
  text-decoration: underline;
  margin-top: 10px;
  float: left;
}

.billing-payment {
  margin-bottom: 30px;
  float: left !important;
  width: 100% !important;
}

.overview-link:hover {
  cursor: pointer;
}

.billing-div {
  width: 50%;
  float: left;
}
.view-bills-btn-holder {
  width: auto !important;
  margin-right: 30px;
}

.yourBill-btn-holder {
  padding-left: 30px;
}

.dropdown-label {
  float: left !important;
  width: auto !important;
  font-weight: bold !important;
  clear: none !important;
  margin-right: 10px !important;
  font-size: 15px !important;
  margin-top: 15px !important;
  text-transform: none !important;
  margin-bottom: 0px !important;
}

.dropdown-select {
  float: left !important;
  width: auto !important;
  clear: none !important;
  margin: 0px !important;
  height: 28px !important;
}

.dropdown-styling {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 50px !important;
  -webkit-appearance: none;
  background: url("../images/selectFieldArrowBg.svg");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 55px;
  clear: none;
  float: left;
  width: auto !important;
}

.dropdown-styling:focus {
  outline: none;
}

.yearDropDown {
  margin: 0px !important;
  width: 150px !important;
}

.siteSelectionDropDown {
  width: 240px !important;
  float: left !important;
  margin-left: 30px !important;
}

.consumption-label {
  margin-left: 30px;
}

.myInquiryLabel {
  float: left;
  margin-right: 20px;
  margin-top: 6px;
  font-weight: 600;
  width: 200px;
  text-align: right;
}

.myInquiry {
  width: 450px;
  height: 150px;
  border: 1px solid #cfcfcf;
  float: left;
  padding: 5px;
  border: 1px solid #cfcfcf;
}

.generalInqBtnHolder {
  float: none !important;
  width: 500px !important;
  margin: 30px auto 0px;
}

.generalInqButton {
  float: left;
  margin-right: 20px;
}

.generalInqButton:last-child {
  float: left;
  margin-right: 0px;
}

.generalInqDropdown {
  margin-top: 0px !important;
  float: left !important;
}

#my-account-overview-page header.container .button.logout,
#my-account-login-page header.container .button.logout {
  border: 1px solid #fff;
  float: right;
  margin-top: 24px;
  height: 35px;
  line-height: 33px;
}

#my-account-overview-page header.container h3.subtitle.thin.white,
#my-account-login-page header.container h3.subtitle.thin.white {
  float: right;
  margin-top: 20px;
  margin-right: 30px;
}

#my-account-overview-page header.container .my-account-icon,
#my-account-login-page header.container .my-account-icon {
  float: right;
  margin-top: 15px;
  margin-right: 30px;
}

#my-account-overview-page #breadcrumbs,
#my-account-login-page #breadcrumbs {
  position: relative;
  padding-bottom: 0px;
}

#my-account-overview-page #breadcrumbs .navigation,
#my-account-login-page #breadcrumbs .navigation {
  position: relative;
  top: 62px;
  float: right;
  margin-right: 60px;
  margin-top: -10px;
}

#my-account-overview-page #breadcrumbs .navigation div.cssDropDown {
  width: 240px;
  float: left;
  clear: none;
  margin-left: 30px;
  margin-bottom: 5px;
}

#my-account-overview-page #breadcrumbs .navigation .innerSelect {
  overflow: hidden;
  white-space: nowrap;
}

#my-account-overview-page #breadcrumbs .navigation ul {
  width: 190px;
}

#my-account-overview-page section#main.container section.overview-cards .card,
#my-account-login-page section#main.container section.overview-cards .card,
#my-account-overview-page section#main.container section.consumption-cards .card,
#my-account-login-page section#main.container section.consumption-cards .card,
#my-account-overview-page section#main.container section.login-cards .card,
#my-account-login-page section#main.container section.login-cards .card {
  padding-bottom: 25px;
}

#my-account-overview-page section#main.container section.overview-cards .card h4.thin,
#my-account-login-page section#main.container section.overview-cards .card h4.thin,
#my-account-overview-page section#main.container section.consumption-cards .card h4.thin,
#my-account-login-page section#main.container section.consumption-cards .card h4.thin,
#my-account-overview-page section#main.container section.login-cards .card h4.thin,
#my-account-login-page section#main.container section.login-cards .card h4.thin {
  font-size: 30px;
  text-transform: none;
  letter-spacing: 0px;
}

#my-account-overview-page section#main.container section.overview-cards .card h1.thin.big,
#my-account-login-page section#main.container section.overview-cards .card h1.thin.big,
#my-account-overview-page section#main.container section.consumption-cards .card h1.thin.big,
#my-account-login-page section#main.container section.consumption-cards .card h1.thin.big,
#my-account-overview-page section#main.container section.login-cards .card h1.thin.big,
#my-account-login-page section#main.container section.login-cards .card h1.thin.big {
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 30px;
}

#my-account-overview-page section#main.container section.overview-cards .card .right,
#my-account-login-page section#main.container section.overview-cards .card .right,
#my-account-overview-page section#main.container section.consumption-cards .card .right,
#my-account-login-page section#main.container section.consumption-cards .card .right,
#my-account-overview-page section#main.container section.login-cards .card .right,
#my-account-login-page section#main.container section.login-cards .card .right {
  float: right;
  margin-top: 5px;
  margin-right: 30px;
}

#my-account-overview-page section#main.container section.overview-cards .card .left,
#my-account-login-page section#main.container section.overview-cards .card .left,
#my-account-overview-page section#main.container section.consumption-cards .card .left,
#my-account-login-page section#main.container section.consumption-cards .card .left,
#my-account-overview-page section#main.container section.login-cards .card .left,
#my-account-login-page section#main.container section.login-cards .card .left {
  float: left;
  margin-top: 5px;
}

#my-account-overview-page section#main.container section.overview-cards .card .datesHolder,
#my-account-login-page section#main.container section.overview-cards .card .datesHolder,
#my-account-overview-page section#main.container section.consumption-cards .card .datesHolder,
#my-account-login-page section#main.container section.consumption-cards .card .datesHolder,
#my-account-overview-page section#main.container section.login-cards .card .datesHolder,
#my-account-login-page section#main.container section.login-cards .card .datesHolder {
  margin-top: 20px;
  width: 50%;
  float: left;
  padding-left: 30px;
  margin-right: -10px;
  line-height: 28px;
}

#my-account-overview-page section#main.container section.overview-cards .card h4.year,
#my-account-login-page section#main.container section.overview-cards .card h4.year,
#my-account-overview-page section#main.container section.consumption-cards .card h4.year,
#my-account-login-page section#main.container section.consumption-cards .card h4.year,
#my-account-overview-page section#main.container section.login-cards .card h4.year,
#my-account-login-page section#main.container section.login-cards .card h4.year {
  font-size: 26px;
  margin-top: -7px;
  margin-right: 30px;
}

#my-account-overview-page section#main.container section.overview-cards .card p,
#my-account-login-page section#main.container section.overview-cards .card p,
#my-account-overview-page section#main.container section.consumption-cards .card p,
#my-account-login-page section#main.container section.consumption-cards .card p,
#my-account-overview-page section#main.container section.login-cards .card p,
#my-account-login-page section#main.container section.login-cards .card p {
  font-size: 15px;
  margin-left: 30px;
  margin-right: 30px;
}

.button-holder {
  float: left;
  width: 100%;
  margin-top: 25px;
  position: relative;
  text-align: center;
}

.button-holder .button {
  float: none;
  clear: none;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.button-holder div.button:first-of-type {
  margin-right: 0px;
}

.button-holder div.button:last-of-type {
  margin-left: 0px;
}

#my-account-overview-page section#main.container section.overview-cards .card select,
#my-account-login-page section#main.container section.overview-cards .card select,
#my-account-overview-page section#main.container section.consumption-cards .card select,
#my-account-login-page section#main.container section.consumption-cards .card select,
#my-account-overview-page section#main.container section.login-cards .card select,
#my-account-login-page section#main.container section.login-cards .card select {
  float: none;
  display: block;
  margin: 30px auto 0;
  width: 240px;
  height: 35px;
}

#my-account-overview-page section#main.container section.overview-cards .card .iconsAndYear,
#my-account-login-page section#main.container section.overview-cards .card .iconsAndYear,
#my-account-overview-page section#main.container section.consumption-cards .card .iconsAndYear,
#my-account-login-page section#main.container section.consumption-cards .card .iconsAndYear,
#my-account-overview-page section#main.container section.login-cards .card .iconsAndYear,
#my-account-login-page section#main.container section.login-cards .card .iconsAndYear {
  float: left;
  clear: left;
}

#my-account-overview-page section#main.container section.overview-cards .card .iconsAndYear svg,
#my-account-login-page section#main.container section.overview-cards .card .iconsAndYear svg,
#my-account-overview-page section#main.container section.consumption-cards .card .iconsAndYear svg,
#my-account-login-page section#main.container section.consumption-cards .card .iconsAndYear svg,
#my-account-overview-page section#main.container section.login-cards .card .iconsAndYear svg,
#my-account-login-page section#main.container section.login-cards .card .iconsAndYear svg,
#my-account-overview-page
  section#main.container
  section.overview-cards
  .card
  .iconsAndYear
  .highlight,
#my-account-login-page section#main.container section.overview-cards .card .iconsAndYear .highlight,
#my-account-overview-page
  section#main.container
  section.consumption-cards
  .card
  .iconsAndYear
  .highlight,
#my-account-login-page
  section#main.container
  section.consumption-cards
  .card
  .iconsAndYear
  .highlight,
#my-account-overview-page section#main.container section.login-cards .card .iconsAndYear .highlight,
#my-account-login-page section#main.container section.login-cards .card .iconsAndYear .highlight,
#my-account-overview-page section#main.container section.overview-cards .card .iconsAndYear h2,
#my-account-login-page section#main.container section.overview-cards .card .iconsAndYear h2,
#my-account-overview-page section#main.container section.consumption-cards .card .iconsAndYear h2,
#my-account-login-page section#main.container section.consumption-cards .card .iconsAndYear h2,
#my-account-overview-page section#main.container section.login-cards .card .iconsAndYear h2,
#my-account-login-page section#main.container section.login-cards .card .iconsAndYear h2 {
  float: left;
  clear: none;
  width: auto;
  margin-left: 30px;
  margin-top: 10px;
}

#my-account-overview-page
  section#main.container
  section.overview-cards
  .card
  .iconsAndYear
  svg:first-child,
#my-account-login-page
  section#main.container
  section.overview-cards
  .card
  .iconsAndYear
  svg:first-child,
#my-account-overview-page
  section#main.container
  section.consumption-cards
  .card
  .iconsAndYear
  svg:first-child,
#my-account-login-page
  section#main.container
  section.consumption-cards
  .card
  .iconsAndYear
  svg:first-child,
#my-account-overview-page
  section#main.container
  section.login-cards
  .card
  .iconsAndYear
  svg:first-child,
#my-account-login-page
  section#main.container
  section.login-cards
  .card
  .iconsAndYear
  svg:first-child,
#my-account-overview-page
  section#main.container
  section.overview-cards
  .card
  .iconsAndYear
  .highlight:first-child,
#my-account-login-page
  section#main.container
  section.overview-cards
  .card
  .iconsAndYear
  .highlight:first-child,
#my-account-overview-page
  section#main.container
  section.consumption-cards
  .card
  .iconsAndYear
  .highlight:first-child,
#my-account-login-page
  section#main.container
  section.consumption-cards
  .card
  .iconsAndYear
  .highlight:first-child,
#my-account-overview-page
  section#main.container
  section.login-cards
  .card
  .iconsAndYear
  .highlight:first-child,
#my-account-login-page
  section#main.container
  section.login-cards
  .card
  .iconsAndYear
  .highlight:first-child,
#my-account-overview-page
  section#main.container
  section.overview-cards
  .card
  .iconsAndYear
  h2:first-child,
#my-account-login-page
  section#main.container
  section.overview-cards
  .card
  .iconsAndYear
  h2:first-child,
#my-account-overview-page
  section#main.container
  section.consumption-cards
  .card
  .iconsAndYear
  h2:first-child,
#my-account-login-page
  section#main.container
  section.consumption-cards
  .card
  .iconsAndYear
  h2:first-child,
#my-account-overview-page
  section#main.container
  section.login-cards
  .card
  .iconsAndYear
  h2:first-child,
#my-account-login-page
  section#main.container
  section.login-cards
  .card
  .iconsAndYear
  h2:first-child {
  margin-left: 30px;
}

#my-account-overview-page
  section#main.container
  section.overview-cards
  .card
  .iconsAndYear
  .highlight,
#my-account-login-page section#main.container section.overview-cards .card .iconsAndYear .highlight,
#my-account-overview-page
  section#main.container
  section.consumption-cards
  .card
  .iconsAndYear
  .highlight,
#my-account-login-page
  section#main.container
  section.consumption-cards
  .card
  .iconsAndYear
  .highlight,
#my-account-overview-page section#main.container section.login-cards .card .iconsAndYear .highlight,
#my-account-login-page section#main.container section.login-cards .card .iconsAndYear .highlight {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 10px;
}

#my-account-overview-page section#main.container section.overview-cards .card #chart-holder,
#my-account-login-page section#main.container section.overview-cards .card #chart-holder,
#my-account-overview-page section#main.container section.consumption-cards .card #chart-holder,
#my-account-login-page section#main.container section.consumption-cards .card #chart-holder,
#my-account-overview-page section#main.container section.login-cards .card #chart-holder,
#my-account-login-page section#main.container section.login-cards .card #chart-holder {
  width: 100%;
  height: 380px;
  float: left;
}

#my-account-overview-page section#main.container section.overview-cards .card .icon,
#my-account-login-page section#main.container section.overview-cards .card .icon,
#my-account-overview-page section#main.container section.consumption-cards .card .icon,
#my-account-login-page section#main.container section.consumption-cards .card .icon,
#my-account-overview-page section#main.container section.login-cards .card .icon,
#my-account-login-page section#main.container section.login-cards .card .icon {
  margin-left: 30px;
  margin-top: 16px;
  float: left;
}

#my-account-overview-page section#main.container section.overview-cards .card .icon + p,
#my-account-login-page section#main.container section.overview-cards .card .icon + p,
#my-account-overview-page section#main.container section.consumption-cards .card .icon + p,
#my-account-login-page section#main.container section.consumption-cards .card .icon + p,
#my-account-overview-page section#main.container section.login-cards .card .icon + p,
#my-account-login-page section#main.container section.login-cards .card .icon + p {
  float: left;
  width: 45%;
  margin-left: 10px;
  margin-top: 20px;
}

#my-account-login-page section#main .form-card-border label,
#my-account-login-page section#main .form-card-border input[type="text"],
#my-account-login-page section#main .form-card-border input[type="password"] {
  margin-left: 30px;
  width: 80%;
}

#my-account-login-page section#main .form-card-border p {
  font-size: 15px;
  margin-left: 30px;
  width: 90%;
  margin-top: 30px;
}

#my-account-login-page section#main .form-card h1.thin.big {
  margin-top: 20px;
}

#my-account-login-page section#main .form-card h1.subtitle.green {
  margin-top: 0;
}

#my-account-login-page section#main .form-card h1.subtitle.green + h2.subtitle-des {
  margin-top: 0;
}

#my-account-login-page section#main .form-card ul {
  float: left;
  font-weight: 300;
  margin-top: 0px;
  line-height: 42px;
}

#my-account-login-page section#main .form-card ul li {
  font-size: 26px;
  list-style: none;
}

#my-account-login-page section#main .form-card ul li:before {
  font-size: 30px;
  content: "\2022 \2000";
  color: #9bc83a;
}

#my-account-login-page footer {
  margin-top: 170px;
}

#my-account-overview-page section#main.container section.overview-cards .card h1.thin.big {
  margin-top: 10px;
  float: left;
}

#my-account-overview-page section#main.container section.overview-cards .card h4.right:not(.thin) {
  margin-right: 24px;
}

#my-account-overview-page section#main.container section.overview-cards .card .iconsAndYear {
  float: none;
  clear: none;
  display: block;
  margin: 0 auto;
  width: 424px;
}

#my-account-overview-page section#main.container section.overview-cards .card #chart-holder {
  width: 95%;
  margin-left: 3%;
}

#my-account-overview-page section#main.container section.overview-cards .card .arrow {
  float: right;
  margin-top: 0;
}

#my-account-overview-page section#main.container section.overview-cards .card #openCloseArrow,
#my-account-overview-page section#main.container section.overview-cards .card .openCloseArrow {
  float: right;
  margin-top: 16px;
  margin-right: 20px;
  width: 15px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url("../images/openChartYearArrow.svg");
}

#my-account-overview-page section#main.container section.overview-cards .card #openCloseArrow.open,
#my-account-overview-page section#main.container section.overview-cards .card .openCloseArrow.open {
  background-image: url("../images/closeChartYearArrow.svg");
}

#my-account-overview-page section#main.container section.overview-cards .card.open #openCloseArrow,
#my-account-overview-page section#main.container section.overview-cards .card.open .openCloseArrow {
  background-image: url("../images/closeChartYearArrow.svg");
}

#my-account-overview-page section#main.container section.overview-cards .card .mobile-close {
  height: 50px;
}

#my-account-overview-page section#main.container section.overview-cards .card .mobile-close .title {
  cursor: pointer;
}
/* Chart Styles and Structure */
.chart .domain {
  fill: none;
}

.chart .chartData,
.chart .chartData2 {
  cursor: pointer;
}

.chart .chartData .tooltip1,
.chart .chartData2 .tooltip1,
.chart .chartData .tooltip2,
.chart .chartData2 .tooltip2 {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}

.chart .chartData .value2,
.chart .chartData2 .value2 {
  opacity: 0.5;
}

.chart .chartData .value1:hover ~ .tooltip1,
.chart .chartData2 .value1:hover ~ .tooltip1 {
  opacity: 1;
  stroke: none;
}

.chart .chartData .value2:hover ~ .tooltip2,
.chart .chartData2 .value2:hover ~ .tooltip2 {
  opacity: 1;
  stroke: none;
}

.chart.electric .chartData .value1 {
  stroke: #f51d5f;
}

.chart.electric .chartData .value1:hover {
  stroke: #f74e82;
}

.chart.electric .chartData .value2 {
  stroke: #f51d5f;
}

.chart.electric .chartData .value2:hover {
  stroke: #f74e82;
}

.chart.electric .chartData2 .value1,
.chart.electric .chartData2 .value2 {
  opacity: 0;
  fill: transparent;
}

.chart.gas .chartData .value1 {
  stroke: #00bbde;
}

.chart.gas .chartData .value1:hover {
  stroke: #6187df;
}

.chart.gas .chartData .value2 {
  stroke: #00bbde;
}

.chart.gas .chartData .value2:hover {
  stroke: #6187df;
}

.chart.gas .chartData2 .value1,
.chart.gas .chartData2 .value2 {
  opacity: 0;
  fill: transparent;
}

.chart .xAxis text {
  font-size: 21px;
  font-weight: 300;
}

.legend {
  float: left;
  margin-top: 50px;
  margin-left: 30px;
}

.legend p {
  margin-left: 30px;
  margin-top: -5px;
}

.legend-box {
  width: 50px;
  height: 16px;
  border-radius: 8px;
  float: left;
}

.legend-box.current-electric {
  background-color: #f51d5f;
}

.legend-box.previous-electric {
  background-color: #f51d5f;
  opacity: 0.5;
}

.legend-box.current-gas {
  background-color: #00bbde;
}

.legend-box.previous-gas {
  background-color: #00bbde;
  opacity: 0.5;
}

/* Basic Card Structure */
section {
  width: 100%;
  position: relative;
}

section .card,
section .form-card,
section .form-card-border {
  border-radius: 20px;
  border: 1px #dedede solid;
  float: left;
  overflow: hidden;
  background-color: #f9f9f9;
  margin-top: 30px;
  position: relative;
}

section .card div[class^="added-person"],
section .form-card div[class^="added-person"],
section .form-card-border div[class^="added-person"] {
  clear: left;
}

section .card div[class^="added-person"] hr,
section .form-card div[class^="added-person"] hr,
section .form-card-border div[class^="added-person"] hr {
  margin: 50px 0px;
  width: 95%;
}

section .form-card:first-child,
section .form-card-border:first-child,
section .card .first,
section .form-card .first,
section .form-card-border .first {
  margin-left: 0;
  clear: left;
}

section .card .title,
section .form-card .title,
section .form-card-border .title,
section .card .subhead,
section .form-card .subhead,
section .form-card-border .subhead {
  margin-top: 0;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 37px;
  margin-bottom: 25px;
  height: 50px;
}

section .card .title .icon,
section .form-card .title .icon,
section .form-card-border .title .icon,
section .card .subhead .icon,
section .form-card .subhead .icon,
section .form-card-border .subhead .icon {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: -2px;
}

section .card .title span,
section .form-card .title span,
section .form-card-border .title span,
section .card .subhead span,
section .form-card .subhead span,
section .form-card-border .subhead span {
  vertical-align: top;
  display: inline-block;
  line-height: 15px;
  margin-top: 12px;
  margin-left: 6px;
  font-size: 14px;
}

section .card .title + .subhead,
section .form-card .title + .subhead,
section .form-card-border .title + .subhead {
  margin-top: -25px;
}

section .card .holder,
section .form-card .holder,
section .form-card-border .holder {
  float: left;
  width: calc(100% - 75px);
  margin: 18px 0px 0px 0px;
}

section .card label,
section .form-card label,
section .form-card-border label,
section .card input,
section .form-card input,
section .form-card-border input,
section .card select,
section .form-card select,
section .form-card-border select {
  float: left;
  margin-bottom: 22px;
}

section .card label,
section .form-card label,
section .form-card-border label {
  margin-top: 0px;
  clear: left;
}

section .card input[type="radio"],
section .form-card input[type="radio"],
section .form-card-border input[type="radio"],
section .card input[type="checkbox"],
section .form-card input[type="checkbox"],
section .form-card-border input[type="checkbox"] {
  margin-top: 5px;
  margin-right: 11px;
  clear: left;
}

section .card h3,
section .form-card h3,
section .form-card-border h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #6c6d70;
  margin-top: 0;
}

section .card h4,
section .form-card h4,
section .form-card-border h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6c6d70;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 14px;
}

section .card .hr-holder,
section .form-card .hr-holder,
section .form-card-border .hr-holder {
  width: 100%;
  float: left;
}

section .card .hr-holder hr,
section .form-card .hr-holder hr,
section .form-card-border .hr-holder hr {
  border-bottom: 1px solid #dedede;
  width: calc(100% - 60px);
  margin-left: 30px;
  float: none;
}

section .card .bigIcon,
section .form-card .bigIcon,
section .form-card-border .bigIcon {
  margin-top: 15px;
  margin-left: 30px;
  margin-right: 9px;
  float: left;
}

section .card.red .title,
section .form-card.red .title,
section .form-card-border.red .title {
  background-color: #f51c60;
}

section .card.red3 .title,
section .form-card.red3 .title,
section .form-card-border.red3 .title {
  background-color: #f51d5f;
}

section .card.orange .title,
section .form-card.orange .title,
section .form-card-border.orange .title {
  background-color: #e2b130;
}

section .card.orange2 .title,
section .form-card.orange2 .title,
section .form-card-border.orange2 .title {
  background-color: #ffac4a;
}

section .card.orange3 .title,
section .form-card.orange3 .title,
section .form-card-border.orange3 .title {
  background-color: #f37d21;
}

section .card.blue .title,
section .form-card.blue .title,
section .form-card-border.blue .title {
  background-color: #00bbde;
}

section .card.blue2 .title,
section .form-card.blue2 .title,
section .form-card-border.blue2 .title {
  background-color: #a2d9e3;
}

section .card.blue3 .title,
section .form-card.blue3 .title,
section .form-card-border.blue3 .title {
  background-color: #3767d6;
}

section .card.yellow .title,
section .form-card.yellow .title,
section .form-card-border.yellow .title {
  background-color: #ecbd31;
}

section .card.teal .title,
section .form-card.teal .title,
section .form-card-border.teal .title {
  background-color: #4eaf9c;
}

section .card.teal2 .title,
section .form-card.teal2 .title,
section .form-card-border.teal2 .title {
  background-color: #44cccc;
}

section .card.teal3 .title,
section .form-card.teal3 .title,
section .form-card-border.teal3 .title {
  background-color: #4eb19b;
}
section .card.teal4 .title,
section .form-card.teal4 .title,
section .form-card-border.teal4 .title {
  background-color: #a2bfba;
}
section .card.teal5 .title,
section .form-card.teal5 .title,
section .form-card-border.teal5 .title {
  background-color: #00aaa5;
}

section .card.green .title,
section .form-card.green .title,
section .form-card-border.green .title {
  background-color: #9bc83a;
}

section .card.green2 .title,
section .form-card.green2 .title,
section .form-card-border.green2 .title {
  background-color: #9ddb7d;
}

section .card.green3,
section .form-card.green3,
section .form-card-border.green3 {
  border-color: #3ca807;
  background-color: #f7fff3;
}

section .card.green3 .title,
section .form-card.green3 .title,
section .form-card-border.green3 .title {
  background-color: #3ca807;
}

section .card.purple .title,
section .form-card.purple .title,
section .form-card-border.purple .title {
  background-color: #8b3fc5;
}

section .card.purple3 .title,
section .form-card.purple3 .title,
section .form-card-border.purple3 .title {
  background-color: #ae49cb;
}

section .card.gray .title,
section .form-card.gray .title,
section .form-card-border.gray .title {
  background-color: #6d6c71;
}

section .card.pink .title,
section .form-card.pink .title,
section .form-card-border.pink .title {
  background-color: #f97678;
}

section .card .subhead.red .title,
section .form-card .subhead.red .title,
section .form-card-border .subhead.red .title {
  background-color: #f51c60;
}

section .card .subhead.red3 .title,
section .form-card .subhead.red3 .title,
section .form-card-border .subhead.red3 .title {
  background-color: #f51d5f;
}

section .card .subhead.pink .title,
section .form-card .subhead.pink .title,
section .form-card-border .subhead.pink .title {
  background-color: #f97678;
}

section .card .subhead.orange,
section .form-card .subhead.orange,
section .form-card-border .subhead.orange {
  background-color: #e2b130;
}

section .card .subhead.orange2,
section .form-card .subhead.orange2,
section .form-card-border .subhead.orange2 {
  background-color: #ffac4a;
}

section .card .subhead.orange3,
section .form-card .subhead.orange3,
section .form-card-border .subhead.orange3 {
  background-color: #f37d21;
}

section .card .subhead.blue,
section .form-card .subhead.blue,
section .form-card-border .subhead.blue {
  background-color: #00bbde;
}

section .card .subhead.blue2,
section .form-card .subhead.blue2,
section .form-card-border .subhead.blue2 {
  background-color: #a2d9e3;
}

section .card .subhead.blue3,
section .form-card .subhead.blue3,
section .form-card-border .subhead.blue3 {
  background-color: #3767d6;
}

section .card .subhead.yellow,
section .form-card .subhead.yellow,
section .form-card-border .subhead.yellow {
  background-color: #ecbd31;
}

section .card .subhead.teal,
section .form-card .subhead.teal,
section .form-card-border .subhead.teal {
  background-color: #4eaf9c;
}

section .card .subhead.teal2,
section .form-card .subhead.teal2,
section .form-card-border .subhead.teal2 {
  background-color: #44cccc;
}

section .card .subhead.teal3,
section .form-card .subhead.teal3,
section .form-card-border .subhead.teal3 {
  background-color: #4eb19b;
}
section .card .subhead.teal4,
section .form-card .subhead.teal4,
section .form-card-border .subhead.teal4 {
  background-color: #a2bfba;
}
section .card .subhead.teal5,
section .form-card .subhead.teal5,
section .form-card-border .subhead.teal5 {
  background-color: #00aaa5;
}
section .card .subhead.green,
section .form-card .subhead.green,
section .form-card-border .subhead.green {
  background-color: #9bc83a;
}

section .card .subhead.green3,
section .form-card .subhead.green3,
section .form-card-border .subhead.green3 {
  background-color: #3ca807;
}

section .card .subhead.purple,
section .form-card .subhead.purple,
section .form-card-border .subhead.purple {
  background-color: #8b3fc5;
}

section .card .subhead.purple3,
section .form-card .subhead.purple3,
section .form-card-border .subhead.purple3 {
  background-color: #ae49cb;
}

section .card .subhead.gray,
section .form-card .subhead.gray,
section .form-card-border .subhead.gray {
  background-color: #6d6c71;
}

section .card .half-card,
section .form-card .half-card,
section .form-card-border .half-card {
  float: left;
  width: 100%;
}

section .card .footer,
section .form-card .footer,
section .form-card-border .footer {
  background-color: #6d6c71;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  float: left;
  width: 100%;
  vertical-align: middle;
  height: 50px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 46px;
  font-size: 14px;
}

section .form-card,
section .form-card-border {
  background-color: transparent;
  border: none;
  overflow: visible;
}

section .form-card hr,
section .form-card-border hr {
  float: left;
}

section .form-card label,
section .form-card-border label {
  font-size: 14px;
  color: #6c6d70;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  float: left;
}

section .form-card .field-holder,
section .form-card-border .field-holder {
  float: left;
}

section .form-card input[type="text"],
section .form-card-border input[type="text"],
section .form-card input[type="password"],
section .form-card-border input[type="password"] {
  width: calc(100% - 32px);
}

section .form-card-border {
  box-sizing: border-box;
  padding: 30px;
  border: 1px #dedede solid;
  background-color: #f9f9f9;
  overflow: hidden;
}

section#main .card hr {
  border-bottom: 1px solid #dedede;
  width: calc(100% - 60px);
  margin-left: 30px;
  float: none;
}

.remove-address,
.remove-person {
  display: none;
}
/* Highlight structure and styles */
.highlight {
  border-radius: 12.5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: auto;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  height: 25px;
  line-height: 24px;
  float: left;
  clear: left;
  margin-botom: 22px;
  cursor: pointer;
  width: 61px;
  text-align: center;
}

.highlight.customer-service {
  text-transform: none;
}

.highlight.purple {
  background-color: #8b3fc5;
}

.highlight.purple2 {
  background-color: #af68e6;
}

.highlight.purple3 {
  background-color: #ae49cb;
}

.highlight.green {
  background-color: #9bc83a;
}

.highlight.green2 {
  background-color: #9ddb7d;
}

.highlight.green3 {
  background-color: #3ca807;
}

.highlight.pink {
  background-color: #f97678;
}

.highlight.red {
  background-color: #f51c60;
}

.highlight.red2 {
  background-color: #fb87ab;
}

.highlight.red3 {
  background-color: #f51d5f;
}

.highlight.orange {
  background-color: #e2b130;
}

.highlight.orange2 {
  background-color: #ffac4a;
}

.highlight.orange3 {
  background-color: #f37d21;
}

.highlight.blue {
  background-color: #00bbde;
}

.highlight.blue2 {
  background-color: #a2d9e3;
}

.highlight.blue3 {
  background-color: #3767d6;
}

.highlight.yellow {
  background-color: #ecbd31;
}

.highlight.teal {
  background-color: #4eaf9c;
}

.highlight.teal2 {
  background-color: #44cccc;
}

.highlight.teal3 {
  background-color: #4eb19b;
}
.highlight.teal4 {
  background-color: #a2bfba;
}
.highlight.teal5 {
  background-color: #00aaa5;
}
.button {
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: auto;
  padding: 0px 40px;
  height: 25px;
  text-align: center;
  clear: left;
  cursor: pointer;
  line-height: 47px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 50px;
  box-sizing: border-box;
}

input.button {
  line-height: 90%;
}

.button.toggle {
  width: 170px;
  padding-left: 0;
  padding-right: 0;
  float: left;
  clear: none;
}

.button.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.button.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button.customer-service {
  text-transform: none;
}

.button.purple {
  background-color: #8b3fc5;
}

.button.purple:hover {
  background-color: #fff;
  border: 1px solid #8b3fc5;
  color: #8b3fc5;
}

.button.purple3 {
  background-color: #ae49cb;
}

.button.purple3:hover {
  background-color: #fff;
  border: 1px solid #ae49cb;
  color: #ae49cb;
}

.button.white {
  background-color: #fff;
  color: #0082ac;
}

.button.white:hover {
  background-color: #0082ac;
  border: 1px solid #fff;
  color: #fff;
}

.button.purple2 {
  background-color: #af68e6;
}

.button.purple2:hover {
  background-color: #fff;
  border: 1px solid #af68e6;
  color: #af68e6;
}

.button.green {
  background-color: #9bc83a;
}

.button.green:hover,
.button.green.off {
  background-color: #fff;
  border: 1px solid #9bc83a;
  color: #9bc83a;
}

.button.green.on:hover {
  border: none;
  background-color: #9bc83a;
  color: #fff;
}

.button.green2 {
  background-color: #9ddb7d;
}

.button.green2:hover {
  background-color: #fff;
  border: 1px solid #9ddb7d;
  color: #9ddb7d;
}

.button.green3 {
  background-color: #3ca807;
}

.button.green3:hover {
  background-color: #fff;
  border: 1px solid #3ca807;
  color: #3ca807;
}

.button.pink {
  background-color: #f97678;
}

.button.pink:hover {
  background-color: #fff;
  border: 1px solid #f97678;
  color: #f97678;
}

.button.red {
  background-color: #f51c60;
}

.button.red:hover {
  background-color: #fff;
  border: 1px solid #f51c60;
  color: #f51c60;
}

.button.red2 {
  background-color: #fb87ab;
}

.button.red2:hover {
  background-color: #fff;
  border-color: #fb87ab;
  color: #fb87ab;
}

.button.red3 {
  background-color: #f51d5f;
}

.button.red3:hover {
  background-color: #fff;
  border: 1px solid #f51d5f;
  color: #f51d5f;
}

.button.orange {
  background-color: #e2b130;
}

.button.orange:hover {
  background-color: #fff;
  border: 1px solid #e2b130;
  color: #e2b130;
}

.button.orange2 {
  background-color: #ffac4a;
}

.button.orange2:hover {
  background-color: #fff;
  border: 1px solid #ffac4a;
  color: #ffac4a;
}

.button.orange3 {
  background-color: #f37d21;
}

.button.orange3:hover {
  background-color: #fff;
  border: 1px solid #f37d21;
  color: #f37d21;
}

.button.blue {
  background-color: #00bbde;
}

.button.blue:hover {
  background-color: #fff;
  border-color: #00bbde;
  color: #00bbde;
}

.button.blue2 {
  background-color: #a2d9e3;
}

.button.blue2:hover {
  background-color: #fff;
  border: 1px solid #a2d9e3;
  color: #a2d9e3;
}

.button.blue3 {
  background-color: #3767d6;
}

.button.blue3:hover {
  background-color: #fff;
  border: 1px solid #3767d6;
  color: #3767d6;
}

.button.yellow {
  background-color: #ecbd31;
}

.button.yellow:hover {
  background-color: #fff;
  border: 1px solid #ecbd31;
  color: #ecbd31;
}

.button.teal {
  background-color: #4eaf9c;
}

.button.teal:hover {
  background-color: #fff;
  border: 1px solid #4eaf9c;
  color: #4eaf9c;
}

.button.teal2 {
  background-color: #44cccc;
}

.button.teal2:hover {
  background-color: #fff;
  border: 1px solid #44cccc;
  color: #44cccc;
}

.button.teal3 {
  background-color: #4eb19b;
}

.button.teal3:hover {
  background-color: #fff;
  border: 1px solid #4eb19b;
  color: #4eb19b;
}
.button.teal4 {
  background-color: #a2bfba;
}

.button.teal4:hover {
  background-color: #fff;
  border: 1px solid #a2bfba;
  color: #a2bfba;
}
.button.teal5 {
  background-color: #00aaa5;
}

.button.teal5:hover {
  background-color: #fff;
  border: 1px solid #00aaa5;
  color: #00aaa5;
}
.button#customer-service:hover {
  border: none;
}

.centered-card {
  padding: 0px 25%;
}

.centered-button {
  margin: 0px auto !important;
}

.centered-message {
  width: 100% !important;
  padding: 0px 10px;
  margin: 0px !important;
}

a.button {
  color: #fff;
  text-decoration: none;
}

.toggle-holder {
  width: 340px;
  float: left;
  margin-left: 50px;
}

.pageTitle {
  margin-top: 66px;
  margin-bottom: 35px;
}

section#breadcrumbs {
  float: left;
  width: 100%;
  position: relative;
  font-size: 14px;
  padding-bottom: 50px;
}

section#breadcrumbs a .crumb {
  text-decoration: none;
  color: #b9b9b9;
}

section#breadcrumbs .crumb {
  text-decoration: none;
  color: #b9b9b9;
  letter-spacing: 2px;
  margin-left: 7px;
  text-align: center;
  padding: 10px 0px;
  text-transform: uppercase;
  background-color: #eeeeee;
  width: calc((100% - 22px) / 4);
  float: left;
  font-weight: 700;
}

section#breadcrumbs .crumb.first {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-left: 0;
}

section#breadcrumbs .crumb.last {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

section#breadcrumbs .crumb.active {
  background-color: #9bc83a;
  color: #fff;
}

section#address,
section.added-address {
  margin-top: 90px;
  float: left;
}

section#address h3:first-child,
section.added-address h3:first-child {
  margin-bottom: 50px;
  float: left;
}

section#address input[type="checkbox"],
section.added-address input[type="checkbox"] {
  margin-right: 15px;
  margin-top: 5px;
  float: left;
  clear: left;
}

section#address label,
section.added-address label {
  float: left;
  font-size: 18px;
  margin-bottom: 31px;
}

section#address hr,
section.added-address hr {
  margin-top: 18px;
  border-bottom: 1px solid #dedede;
  float: left;
  width: 100%;
}

.addAddress,
.addPerson {
  float: right;
  color: #9bc83a;
  font-size: 14px;
}

.addAddress span,
.addPerson span {
  display: inline-block;
  text-decoration: underline;
  vertical-align: middle;
  line-height: 25px;
  margin-top: -20px;
  margin-right: 14px;
}

.addAddress img,
.addPerson img {
  margin-top: 15px;
}

.center {
  margin: 0 auto;
  width: 1024px;
}

.products {
  float: left;
}

.products hr {
  border-bottom: 1px solid #dedede;
  width: 100%;
  float: right;
  z-index: 9;
  position: relative;
}

.products .card label {
  margin-left: 11px;
  margin-right: 0px;
  clear: none;
}

.products .card input[type="radio"] {
  margin-left: 11px;
  clear: none;
  margin-right: 0px;
}

.collapse {
  width: 25px;
  height: 25px;
  padding-left: 55px;
  float: right;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 30px 0px;
  margin-top: -14px;
  z-index: 10;
  position: relative;
  cursor: pointer;
  margin-bottom: -11px;
}

.collapse.up {
  background-image: url("../images/collapse_up.svg");
}

.collapse.down {
  background-image: url("../images/collapse_down.svg");
}

.added-address {
  display: none;
}

.tooltip {
  background-color: #6d6d6f;
  width: 290px;
  border-radius: 20px;
  position: absolute;
  z-index: 20;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  padding: 20px;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.tooltip span {
  text-transform: uppercase;
  font-weight: 700;
}

.tooltip span.textNone {
  text-transform: none;
}

.tooltip img.icon {
  margin-right: 19px;
  margin-bottom: 5px;
  float: left;
}

.tooltip .tip-arrow {
  position: absolute;
}

.tooltip.top .tip-arrow {
  top: -15px;
  left: -15px;
}

.tooltip.right .tip-arrow {
  top: calc(50% - 30px);
  right: -15px;
}

.tooltip.left .tip-arrow {
  top: calc(50% - 30px);
  left: -15px;
}

.tooltip.bottom .tip-arrow {
  bottom: -15px;
}

a.back {
  margin-top: 139px;
  float: left;
  clear: right;
  font-size: 14px;
}

.continue-button {
  background-color: #9bc83a;
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  float: right;
  padding: 14px 86px;
  margin-top: 128px;
  cursor: pointer;
}

.legal {
  float: left;
  width: 100%;
  margin-top: 144px;
  font-size: 14px;
  line-height: 22px;
}

footer {
  width: 100%;
  height: auto;
  color: #fff;
  padding: 40px 60px;
  margin: 70px 0px auto;
  background-color: #6c6d70;
}

.bottom-nav {
  margin: 10px auto;
  max-width: 1366px;
}

.bottom-nav ul:first-child {
  padding: 0;
  margin: 0px auto;
}

.bottom-nav ul:first-child {
  float: left;
}

.bottom-nav ul:last-child {
  float: right;
}

.bottom-nav ul li {
  display: inline;
  margin: 0px auto;
  letter-spacing: 0.8px;
}

.bottom-nav ul li:before {
  content: "\00a0\00a0|\00a0\00a0";
}

.bottom-nav ul:first-child li:first-child:before,
.bottom-nav ul:last-child li:first-child:before {
  content: none;
}

.bottom-nav ul li a,
.bottom-nav-upper ul li a {
  color: #ffffff;
  text-decoration: none;
}

.bottom-nav-upper {
  margin: 0px auto;
  max-width: 1366px;
}

.bottom-nav-upper ul:last-child {
  width: auto;
  float: left;
  padding: 0;
  margin: 10px auto;
}

.bottom-nav-upper ul:first-child {
  width: auto;
  float: right;
  padding: 0;
  margin: 0px auto;
}

.bottom-nav-upper li {
  display: inline;
  margin: 0px auto 30px auto;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.bottom-nav-upper ul:first-child li {
  margin-right: 35px;
}

.bottom-nav-upper ul:first-child li:first-child {
  content: none;
}

.bottom-nav-upper ul:last-child li:before {
  content: "\00a0\00a0|\00a0\00a0";
}

.bottom-nav-upper ul:last-child li:first-child:before {
  content: none;
}

.paynow-btn-holder {
  width: 80% !important;
  margin: 0em 0em 0em 6em;
}
.paynow-continue {
  float: left;
}
.paynow-cancel {
  float: right;
}

.column-right {
  float: right;
}

.col1-2 {
  margin-left: 30px;
}

.col1-3 {
  width: 311px;
}

.col2-3 {
  width: 637px;
}

.col1-2 {
  width: 48%;
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 32px);
  width: calc(50% - 30px);
}

.col1-4 {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
}

.col1-4-holder {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  float: left;
}

.col1-4-holder .col1-4 {
  width: auto;
}

.col1-4-holder:first-child {
  margin-left: auto;
}

.col2-4 {
  width: 668px;
  margin-left: 30px;
  margin-right: 30px;
}

.col3-4-holder {
  width: -webkit-calc(75%);
  width: calc(75%);
  float: left;
  margin-left: auto;
  margin-right: 30px;
}

.col3-4-holder .col3-4 {
  width: 100%;
  margin-left: auto;
}

.col3-4 {
  width: -webkit-calc(75%);
  width: calc(75%);
  margin-right: 30px;
}

.col3-4-right {
  width: -webkit-calc(75%);
  width: calc(75%);
  margin-left: 30px;
}

section#main hr {
  border-bottom: 1px solid #dedede;
  width: 100%;
}

img.tip {
  display: inline;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}

#call-us-page-1 section#main {
  margin-bottom: 140px;
}

#call-us-page-1 section#main .pageTitle {
  margin-bottom: 0px;
}

#call-us-page-1 section#main .button {
  display: block;
  width: 210px;
  float: none;
  margin-top: 16px;
}

.payment-card {
  width: 100%;
  float: left;
  padding: 15px 40px;
  border: 1px solid #eaeaea;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 20px;
  background-color: #eaeaea;
}

.payment-card .field-holder {
  float: left;
}
.payment-card label[for="optIn"] {
  width: 90%;
  clear: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 15px;
}

.payment-card .payment-tab-left {
  width: 70%;
  float: left;
}

.payment-card .payment-tab-right {
  width: 30%;
  float: left;
  padding-top: 10px;
}

.payment-card .payment-tab-left .large-input {
  width: calc(100% - 64px) !important;
}

header.container.pre-login-container {
  height: 10rem;
}

/* Responsive Bit */
/* dont use calc for responsive old android doesnt support*/
@media screen and (min-width: 1366px) {
  .col1-3,
  .card.col1-3 {
    width: 388px;
    margin-left: 50px;
  }
  .col2-3,
  .card.col2-3 {
    width: 826px;
  }
  .container,
  .container2,
  section#main.container,
  #outer-footer {
    max-width: 1366px;
    margin: 0 auto;
    float: none;
  }
  .center {
    width: 100%;
  }
  #sign-up-page-1 .form-card input#firstName {
    width: 600px;
  }
  #sign-up-page-1 .form-card input#middleInitial,
  #sign-up-page-1 .form-card input#postalCode {
    width: 163px;
  }
  #sign-up-page-1 .form-card select#province {
    width: 412px;
  }
  #sign-up-page-1 .form-card input#areaCode,
  #sign-up-page-1 .form-card input#areaCodeMobile {
    width: 76px;
    margin-right: 30px;
  }
  #sign-up-page-1 .form-card input#phone,
  #sign-up-page-1 .form-card input#mobilePhone {
    width: 178px;
  }
}

@media screen and (max-width: 1024px) {
  header.container,
  header.container2 {
    background-image: none;
  }
  .centered-card {
    padding: 0px 10%;
  }
  .container,
  #outer-footer {
    width: 90%;
    padding: 0 5%;
  }
  .container .tagLine,
  #outer-footer .tagLine {
    float: none;
    width: 100%;
    text-align: center;
  }
  .container .linksSection,
  #outer-footer .linksSection {
    margin: 12px auto 0px;
    float: none;
    width: 600px;
  }
  .container .linksSection a.links,
  #outer-footer .linksSection a.links {
    text-align: center;
    margin: 5px 0px 0px 35px;
    float: none;
    display: inline-block;
  }
  .container .linksSection a.links:first-child,
  #outer-footer .linksSection a.links:first-child {
    margin-left: 35px;
  }
  .container .linksSection a.links:last-child,
  #outer-footer .linksSection a.links:last-child {
    margin-bottom: 30px;
  }
  #outer-footer {
    width: 100%;
    padding: 0;
  }
  .container,
  .outer-container {
    box-sizing: content-box;
  }
  .col1-3,
  .card.col1-3,
  .col1-4,
  .col1-2 {
    width: 290px;
  }
  /*.col1-3:last-child, .card.col1-3:last-child, .col1-4:last-child, .col1-2:last-child {
		margin-left: auto;
	}*/
  .col1-3 label,
  .card.col1-3 label,
  .col1-4 label,
  .col1-2 label,
  .col1-3 input,
  .card.col1-3 input,
  .col1-4 input,
  .col1-2 input {
    margin-left: 4px;
  }
  .col1-3 .bigIcon,
  .card.col1-3 .bigIcon,
  .col1-4 .bigIcon,
  .col1-2 .bigIcon {
    margin-left: 20px;
  }
  .col1-3 .holder,
  .card.col1-3 .holder,
  .col1-4 .holder,
  .col1-2 .holder {
    width: auto;
  }
  .col1-3.dual,
  .card.col1-3.dual,
  .col1-4.dual,
  .col1-2.dual {
    width: 600px;
  }
  .col1-3.dual .half-card,
  .card.col1-3.dual .half-card,
  .col1-4.dual .half-card,
  .col1-2.dual .half-card {
    width: 50%;
    position: relative;
    float: left;
  }
  .card.col3-4,
  .card.col2-4,
  .card.col3-4-right {
    width: 90%;
    margin-left: auto;
    display: block;
  }

  .col1-4-holder .col1-4,
  .card.col2-4 .col1-4 {
    width: 290px;
    margin-right: 15px;
  }

  .col1-4-holder div.col1-4:last-of-type,
  .card.col2-4 div.col1-4:last-of-type {
    margin-right: auto;
  }

  #my-account-overview-page .col1-4-holder {
    width: auto;
  }

  #my-account-overview-page #breadcrumbs .navigation {
    float: right;
    position: relative;
    top: auto;
    margin-top: 20px;
    margin-right: auto;
  }

  #my-account-overview-page section#main {
    width: 90%;
  }

  #my-account-overview-page h1.withLock {
    float: left;
    width: 100%;
  }
  #my-account-login-page section#main .form-card-border input[type="text"],
  #my-account-login-page section#main .form-card-border input[type="password"] {
    width: 80%;
    margin-top: 15px;
  }
  section#main {
    width: 100%;
    display: block;
    margin: 0 auto;
    float: none;
  }
  section#main.container {
    width: 90%;
  }
  .center {
    width: 600px;
  }
  .toggle-holder {
    width: 340px;
    float: left;
    margin-top: 20px;
  }
  section#main h1 {
    font-size: 30px;
  }
  .img-holder {
    background-size: 1200px 600px;
  }
  footer {
    padding: 20px 20px;
  }
  .bottom-nav-upper ul:first-child {
    float: none;
    text-align: center;
  }
  .bottom-nav-upper ul:last-child {
    float: none;
    text-align: center;
  }
  .bottom-nav ul:first-child {
    float: none;
    text-align: center;
  }
  .bottom-nav ul:last-child {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .bottom-nav-upper ul:first-child li:last-child {
    margin-right: 0px;
  }
  .myInquiry {
    width: 300px;
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }

  .mobile-show-small {
    display: block;
  }
  .mobile-close {
    height: 50px;
  }

  .paynow-btn-holder {
    width: 100%;
    margin-left: 30%;
  }
  .paynow-continue {
    width: 100%;
    float: left;
  }
  .paynow-cancel {
    width: 100%;
    float: left;
  }

  .col3-4-holder {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }

  .billing-div {
    width: 100%;
    float: left;
  }

  .yourBill-btn-holder {
    padding-left: 30px;
  }

  .view-bills-btn-holder {
    width: auto !important;
    margin-right: 30px;
  }

  .col1-3,
  .card.col1-3,
  .card.col2-3,
  .col2-3,
  .form-card.col2-3,
  .form-card-border.col2-3,
  .col1-4,
  .col2-4,
  .col1-4-holder,
  .col1-4-holder .col1-4,
  .col3-4,
  .col3-4-right,
  .card.col3-4,
  .card.col3-4-right,
  .col1-4,
  .col1-2,
  .form-card-border.col1-2,
  .form-card.col1-2,
  section .card {
    width: 388px;
    margin: 20px auto 0 auto;
    float: none;
  }
  .col1-3:first-child,
  .card.col1-3:first-child,
  .card.col2-3:first-child,
  .col2-3:first-child,
  .form-card.col2-3:first-child,
  .form-card-border.col2-3:first-child,
  .col1-4:first-child,
  .col2-4:first-child,
  .col1-4-holder:first-child,
  .col1-4-holder .col1-4:first-child,
  .col3-4:first-child,
  .card.col3-4:first-child,
  .col1-4:first-child,
  .col1-2:first-child,
  .form-card-border.col1-2:first-child,
  .form-card.col1-2:first-child,
  section .card:first-child,
  .col1-3 .first,
  .card.col1-3 .first,
  .card.col2-3 .first,
  .col2-3 .first,
  .form-card.col2-3 .first,
  .form-card-border.col2-3 .first,
  .col1-4 .first,
  .col2-4 .first,
  .col1-4-holder .first,
  .col1-4-holder .col1-4 .first,
  .col3-4 .first,
  .card.col3-4 .first,
  .col1-4 .first,
  .col1-2 .first,
  .form-card-border.col1-2 .first,
  .form-card.col1-2 .first,
  section .card .first {
    margin-left: auto;
  }
  .col1-3:last-child,
  .card.col1-3:last-child,
  .card.col2-3:last-child,
  .col2-3:last-child,
  .form-card.col2-3:last-child,
  .form-card-border.col2-3:last-child,
  .col1-4:last-child,
  .col2-4:last-child,
  .col1-4-holder:last-child,
  .col1-4-holder .col1-4:last-child,
  .col3-4:last-child,
  .card.col3-4:last-child,
  .col1-4:last-child,
  .col1-2:last-child,
  .form-card-border.col1-2:last-child,
  .form-card.col1-2:last-child,
  section .card:last-child {
    margin-left: auto;
  }

  .col1-3 .bigIcon,
  .card.col1-3 .bigIcon,
  .card.col2-3 .bigIcon,
  .col2-3 .bigIcon,
  .form-card.col2-3 .bigIcon,
  .form-card-border.col2-3 .bigIcon,
  .col1-4 .bigIcon,
  .col2-4 .bigIcon,
  .col1-4-holder .bigIcon,
  .col1-4-holder .col1-4 .bigIcon,
  .col3-4 .bigIcon,
  .card.col3-4 .bigIcon,
  .col1-4 .bigIcon,
  .col1-2 .bigIcon,
  .form-card-border.col1-2 .bigIcon,
  .form-card.col1-2 .bigIcon,
  section .card .bigIcon {
    margin-left: 50px;
  }
  .col1-3 .holder,
  .card.col1-3 .holder,
  .card.col2-3 .holder,
  .col2-3 .holder,
  .form-card.col2-3 .holder,
  .form-card-border.col2-3 .holder,
  .col1-4 .holder,
  .col2-4 .holder,
  .col1-4-holder .holder,
  .col1-4-holder .col1-4 .holder,
  .col3-4 .holder,
  .card.col3-4 .holder,
  .col1-4 .holder,
  .col1-2 .holder,
  .form-card-border.col1-2 .holder,
  .form-card.col1-2 .holder,
  section .card .holder {
    width: 285px;
    float: left;
  }
  .col1-3.dual,
  .card.col1-3.dual,
  .card.col2-3.dual,
  .col2-3.dual,
  .form-card.col2-3.dual,
  .form-card-border.col2-3.dual,
  .col1-4.dual,
  .col2-4.dual,
  .col1-4-holder.dual,
  .col1-4-holder .col1-4.dual,
  .col3-4.dual,
  .card.col3-4.dual,
  .col1-4.dual,
  .col1-2.dual,
  .form-card-border.col1-2.dual,
  .form-card.col1-2.dual,
  section .card.dual {
    width: 388px;
  }
  .accountDetailMainTab,
  .accountDetailMainTab .form-card {
    width: 90% !important;
  }
  .col1-3.dual .bigIcon,
  .card.col1-3.dual .bigIcon,
  .card.col2-3.dual .bigIcon,
  .col2-3.dual .bigIcon,
  .form-card.col2-3.dual .bigIcon,
  .form-card-border.col2-3.dual .bigIcon,
  .col1-4.dual .bigIcon,
  .col2-4.dual .bigIcon,
  .col1-4-holder.dual .bigIcon,
  .col1-4-holder .col1-4.dual .bigIcon,
  .col3-4.dual .bigIcon,
  .card.col3-4.dual .bigIcon,
  .col1-4.dual .bigIcon,
  .col1-2.dual .bigIcon,
  .form-card-border.col1-2.dual .bigIcon,
  .form-card.col1-2.dual .bigIcon,
  section .card.dual .bigIcon {
    margin-left: 30px;
  }
  .col1-3.dual .half-card,
  .card.col1-3.dual .half-card,
  .card.col2-3.dual .half-card,
  .col2-3.dual .half-card,
  .form-card.col2-3.dual .half-card,
  .form-card-border.col2-3.dual .half-card,
  .col1-4.dual .half-card,
  .col2-4.dual .half-card,
  .col1-4-holder.dual .half-card,
  .col1-4-holder .col1-4.dual .half-card,
  .col3-4.dual .half-card,
  .card.col3-4.dual .half-card,
  .col1-4.dual .half-card,
  .col1-2.dual .half-card,
  .form-card-border.col1-2.dual .half-card,
  .form-card.col1-2.dual .half-card,
  section .card.dual .half-card {
    width: 100%;
    position: relative;
    float: left;
  }
  .col1-3.dual .half-card label,
  .card.col1-3.dual .half-card label,
  .card.col2-3.dual .half-card label,
  .col2-3.dual .half-card label,
  .form-card.col2-3.dual .half-card label,
  .form-card-border.col2-3.dual .half-card label,
  .col1-4.dual .half-card label,
  .col2-4.dual .half-card label,
  .col1-4-holder.dual .half-card label,
  .col1-4-holder .col1-4.dual .half-card label,
  .col3-4.dual .half-card label,
  .card.col3-4.dual .half-card label,
  .col1-4.dual .half-card label,
  .col1-2.dual .half-card label,
  .form-card-border.col1-2.dual .half-card label,
  .form-card.col1-2.dual .half-card label,
  section .card.dual .half-card label {
    margin-left: 11px;
  }
  .card.col2-4 {
    float: none;
    margin: 20px auto 0;
  }

  section#main .card hr {
    width: 90%;
    margin-left: 5%;
  }
  .center {
    margin: 0px;
    width: 99%;
    float: left;
  }
  footer .linksSection a.links {
    font-size: 12px;
  }
  .mobile-show {
    display: block;
  }
  input[type="password"],
  input[type="text"],
  #address-lookup-page-1 input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }
  .toggle-holder {
    width: 340px;
    float: none;
    margin: 20px auto 0;
  }
  section#main h1.title.withLock,
  h1.title.withLock,
  div.title.withLock {
    font-size: 25px;
    line-height: 22px;
  }
  section#main h1.subtitle.green,
  h1.subtitle.green,
  h2.subtitle-des,
  section#main h2.subtitle-des {
    font-size: 26px;
  }
  section#main h2.subtitle.thin,
  h2.subtitle.thin {
    font-size: 26px;
  }
  section#main .subtitle.withRule.teal,
  .subtitle.withRule.teal {
    font-size: 26px;
    margin-bottom: -20px;
  }
  #chartYearSelect {
    margin-right: calc(50% - 140px - 30px);
  }
  #my-account-overview-page
    section#main.container
    section.overview-cards
    .card
    .iconsAndYear
    svg:first-child {
    margin-left: 30px;
  }
  #my-account-overview-page
    section#main.container
    section.overview-cards
    .card
    .iconsAndYear
    .highlight,
  #my-account-overview-page
    section#main.container
    section.overview-cards
    .card
    .iconsAndYear
    .bigIcon,
  #my-account-overview-page
    section#main.container
    section.overview-cards
    .card
    .iconsAndYear
    h2.subtitle.thin,
  #my-account-overview-page
    section#main.container
    section.overview-cards
    .card
    .iconsAndYear
    h2.subtitle.normal {
    margin-left: 15px;
  }
  #my-account-login-page section#main .form-card-border input[type="text"],
  #my-account-login-page section#main .form-card-border input[type="password"] {
    width: 60%;
  }
  .img-holder {
    background-size: 1000px 600px;
  }

  .tel-no {
    margin-right: 10px;
  }
  .email-us {
    margin-right: 10px;
  }

  header #customer-service {
    margin-top: 50px;
  }
  .centered-card {
    padding: 0%;
  }
  .myInquiryLabel {
    margin: 10px 0px 0px 0px !important;
    text-align: left !important;
  }
  .generalInqBtnHolder {
    width: 100% !important;
    margin-left: -20px !important;
  }
  .generalInqButton {
    width: 100% !important;
  }
  .genInqBtn {
    float: none !important;
    margin: 0px auto 30px !important;
  }
}

@media screen and (max-width: 640px) {
  header {
    height: 150px;
  }
  header.container {
    height: 230px;
  }
  header.container .inner-header {
    margin-left: 0px;
    height: 4.5rem;
  }
  header #logo {
    margin-left: 0px;
  }
  .tel-no-Login {
    margin-right: 20px;
    margin-top: 30px;
  }

  .header-title {
    margin-top: 20px;
  }
  .customer-support {
    clear: both;
  }
  .img-holder {
    background-size: 800px 600px;
    height: auto;
    min-height: 400px;
  }
  .popupDiv {
    padding-left: 15%;
    padding-left: -webkit-calc(50% - 225px);
    padding-left: -moz-calc(50% - 225px);
    padding-left: calc(50% - 225px);
    position: absolute;
    background: none;
    width: auto;
    height: auto;
    z-index: 9002;
  }

  .yourBill-btn-holder {
    padding-left: 0px;
    width: 100%;
  }

  .view-bills-btn-holder {
    width: 100% !important;
    margin-right: 0px;
  }

  .generalInqDropdown {
    width: auto !important;
  }
  .myInquiry {
    width: auto;
  }

  .paynow-btn-holder {
    width: 100%;
    margin-left: 30%;
  }
  .paynow-continue {
    width: 100%;
    float: left;
  }
  .paynow-cancel {
    width: 100%;
    float: left;
  }
  .container,
  #outer-footer {
    width: 90%;
    padding: 0 5%;
  }
  .container .tagLine,
  #outer-footer .tagLine {
    float: none;
    width: 100%;
    text-align: center;
  }
  .container .linksSection,
  #outer-footer .linksSection {
    margin: 12px auto 0px auto;
    float: none;
  }
  .container .linksSection a.links,
  #outer-footer .linksSection a.links {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  .container .linksSection a.links:last-child,
  #outer-footer .linksSection a.links:last-child {
    margin-bottom: 30px;
  }
  #outer-footer {
    float: left;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 0;
  }
  .center {
    margin: 0px;
    width: 99%;
    float: left;
  }
  .my-account-icon {
    display: none;
  }

  .col1-4-holder div.col1-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .col1-3,
  .card.col1-3,
  .card.col1-3.dual,
  .col2-3,
  .col2-3.form-card,
  .col2-3.form-card-border,
  .col1-4,
  .col2-4,
  .card.col2-4,
  .col1-4-holder,
  .col1-4-holder .col1-4,
  .col3-4,
  .col3-4-right,
  .card.col3-4,
  .card.col3-4-right,
  .col1-4.dual,
  .card.col3-4.dual,
  .card.col1-4.dual,
  .col1-2,
  .col1-2.dual,
  .form-card-border.col1-2.dual,
  .form-card.col1-2.dual,
  section .card.dual {
    width: 260px;
    margin: 20px auto 0 auto;
    float: none;
  }

  .col1-3:first-child,
  .card.col1-3:first-child,
  .card.col1-3.dual:first-child,
  .col2-3:first-child,
  .col2-3.form-card:first-child,
  .col2-3.form-card-border:first-child,
  .col1-4:first-child,
  .col2-4:first-child,
  .card.col2-4:first-child,
  .col1-4-holder:first-child,
  .col1-4-holder .col1-4:first-child,
  .col3-4:first-child,
  .card.col3-4:first-child,
  .col1-4.dual:first-child,
  .card.col3-4.dual:first-child,
  .card.col1-4.dual:first-child,
  .col1-2:first-child,
  .col1-2.dual:first-child,
  .form-card-border.col1-2.dual:first-child,
  .form-card.col1-2.dual:first-child,
  section .card.dual:first-child,
  .col1-3 .first,
  .card.col1-3 .first,
  .card.col1-3.dual .first,
  .col2-3 .first,
  .col2-3.form-card .first,
  .col2-3.form-card-border .first,
  .col1-4 .first,
  .col2-4 .first,
  .card.col2-4 .first,
  .col1-4-holder .first,
  .col1-4-holder .col1-4 .first,
  .col3-4 .first,
  .card.col3-4 .first,
  .col1-4.dual .first,
  .card.col3-4.dual .first,
  .card.col1-4.dual .first,
  .col1-2 .first,
  .col1-2.dual .first,
  .form-card-border.col1-2.dual .first,
  .form-card.col1-2.dual .first,
  section .card.dual .first {
    margin-left: auto;
  }
  .col1-3:last-child,
  .card.col1-3:last-child,
  .card.col1-3.dual:last-child,
  .col2-3:last-child,
  .col2-3.form-card:last-child,
  .col2-3.form-card-border:last-child,
  .col1-4:last-child,
  .col2-4:last-child,
  .card.col2-4:last-child,
  .col1-4-holder:last-child,
  .col1-4-holder .col1-4:last-child,
  .col3-4:last-child,
  .card.col3-4:last-child,
  .col1-4.dual:last-child,
  .card.col3-4.dual:last-child,
  .card.col1-4.dual:last-child,
  .col1-2:last-child,
  .col1-2.dual:last-child,
  .form-card-border.col1-2.dual:last-child,
  .form-card.col1-2.dual:last-child,
  section .card.dual:last-child {
    margin-left: auto;
  }
  .col1-3 .holder,
  .card.col1-3 .holder,
  .card.col1-3.dual .holder,
  .col2-3 .holder,
  .col2-3.form-card .holder,
  .col2-3.form-card-border .holder,
  .col1-4 .holder,
  .col2-4 .holder,
  .card.col2-4 .holder,
  .col1-4-holder .holder,
  .col1-4-holder .col1-4 .holder,
  .col3-4 .holder,
  .card.col3-4 .holder,
  .col1-4.dual .holder,
  .card.col3-4.dual .holder,
  .card.col1-4.dual .holder,
  .col1-2 .holder,
  .col1-2.dual .holder,
  .form-card-border.col1-2.dual .holder,
  .form-card.col1-2.dual .holder,
  section .card.dual .holder {
    width: 90%;
    margin-left: 5%;
  }
  .col1-3 h4,
  .card.col1-3 h4,
  .card.col1-3.dual h4,
  .col2-3 h4,
  .col2-3.form-card h4,
  .col2-3.form-card-border h4,
  .col1-4 h4,
  .col2-4 h4,
  .card.col2-4 h4,
  .col1-4-holder h4,
  .col1-4-holder .col1-4 h4,
  .col3-4 h4,
  .card.col3-4 h4,
  .col1-4.dual h4,
  .card.col3-4.dual h4,
  .card.col1-4.dual h4,
  .col1-2 h4,
  .col1-2.dual h4,
  .form-card-border.col1-2.dual h4,
  .form-card.col1-2.dual h4,
  section .card.dual h4 {
    margin-left: 5%;
  }
  .col1-3 hr,
  .card.col1-3 hr,
  .card.col1-3.dual hr,
  .col2-3 hr,
  .col2-3.form-card hr,
  .col2-3.form-card-border hr,
  .col1-4 hr,
  .col2-4 hr,
  .card.col2-4 hr,
  .col1-4-holder hr,
  .col1-4-holder .col1-4 hr,
  .col3-4 hr,
  .card.col3-4 hr,
  .col1-4.dual hr,
  .card.col3-4.dual hr,
  .card.col1-4.dual hr,
  .col1-2 hr,
  .col1-2.dual hr,
  .form-card-border.col1-2.dual hr,
  .form-card.col1-2.dual hr,
  section .card.dual hr {
    width: 90%;
    margin-left: 5%;
  }
  .bigIcon {
    display: none;
  }
  footer {
    border-bottom: 1px solid #c2de8a;
    width: 100%;
  }
  section#address label {
    width: 70%;
  }
  .continue-button {
    padding: 14px 46px;
  }
  .container .linksSection,
  #outer-footer .linksSection {
    width: 100%;
  }
  .container .linksSection a.links:first-child,
  #outer-footer .linksSection a.links:first-child {
    margin-left: 0px;
  }

  .accountDetailMainTab,
  .accountDetailMainTab .form-card {
    width: 90% !important;
  }
}

/*STYLES FOR CSS POPUP*/
.popUpBlanket {
  background-color: #111;
  opacity: 0.65;
  *background: none;
  position: absolute;
  z-index: 9001;
  top: 0px;
  left: 0px;
  width: 100%;
}

.popupDiv {
  margin-left: 35%;
  margin-left: -webkit-calc(50% - 225px);
  margin-left: -moz-calc(50% - 225px);
  margin-left: calc(50% - 225px);
  position: absolute;
  background: none;
  width: auto;
  height: auto;
  z-index: 9002;
}

.popupDiv a {
  position: relative;
  top: 20px;
}

.popupbox {
  background: #eaeaea;
  border-radius: 4px;
  width: 450px;
}

.popupbox div:first-child {
  float: right;
  padding: 5px 10px;
}

.popUpContent {
  padding: 0 30px;
}

.popUpContent p {
  font-size: 14px;
  text-align: center;
}

.popUpContent p:last-child {
  font-size: 14px;
  color: #a00;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
}

.popUpHeader {
  text-align: center;
  font-size: 26px;
  margin-top: 10px;
}

@media screen and (max-width: 460px) {
  .customer-support {
    width: 100%;
  }
  header #logo {
    margin: 30px auto 0px auto;
    background-position: center;
    width: 100%;
  }
  .img-holder {
    background-size: 600px 600px;
  }

  .tel-no {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .email-us {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }

  .tel-no-Login {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 10px;
  }
  header .pre-login-container {
    padding-top: 0px;
  }

  header.container.pre-login-container {
    height: 15rem;
  }

  .myaccount-container {
    padding-top: 20px;
  }
  header.container {
    margin: 0px auto;
    float: none;
    height: 350px;
  }
  header.container .inner-header {
    padding-top: 0px;
  }
  header.container .pre-login-header {
    margin-top: 0px;
    padding-top: 0px;
  }
  .popupDiv {
    margin-left: 0%;
    -webkit-margin-left: 0%;
    -moz-margin-left: 0%;
    position: absolute;
    background: none;
    width: 100%;
    height: auto;
    z-index: 9002;
  }
  .popupDiv a {
    position: relative;
    top: 20px;
  }
  .popupbox {
    background: #eaeaea;
    border-radius: 4px;
    width: 98%;
    margin: 0px 1%;
  }
  .paynow-btn-holder {
    width: 100%;
    margin-left: 25%;
  }
  #my-account-overview-page header.container .button.logout,
  #my-account-login-page header.container .button.logout {
    float: none;
    width: 180px;
    margin: 0px auto;
  }
  #my-account-overview-page header.container h3.subtitle.thin.white {
    float: none;
    margin: 0px auto;
    padding-top: 20px;
    width: 100%;
    text-align: center;
  }
  #my-account-overview-page .outer-container .headerbg {
    height: 120px;
  }
  #my-account-overview-page header.container h3.subtitle.thin.white {
    font-size: 22px;
    line-height: 22px;
    clear: right;
    margin-right: 0px;
  }
  .accountDetailMainTab,
  .accountDetailMainTab .form-card {
    width: 90% !important;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  max-width: 600px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 6px;
  color: #444;
  line-height: 16px;
}

input[type="text"]:not(.dateField),
textarea {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

.movingRequest label {
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.movingRequest label.nostyle {
  float: left;
  width: auto;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal;
  clear: none;
  word-wrap: break-word;
}

.siteWrapper {
  float: left;
  width: calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
}

.dropdown-section,
.site_search_holder {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: 600px;
}

.dropdown-section div {
  border-left: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !important;
  border-bottom: 1px solid #e5e5e5 !important;
  font: 9pt arial;
  color: #333;
  padding: 8px;
  width: 100%;
  padding: 12px 8px;
  margin: 0px !important;
  background: #fafafa;
  color: #333;
  background: #fafafa;
}

.dropdown-section div:hover {
  background: #e5f0ff;
}

.dropdown-input {
  margin-bottom: 0px !important;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

.site_search_status {
  border-left: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !important;
  border-bottom: 1px solid #e5e5e5 !important;
  font: 9pt arial;
  color: #333;
  background: #fafafa;
  padding: 8px;
  padding: 12px 8px;
  margin: 0px !important;
  color: #333;
  width: 100%;
}

.siteHover:hover {
  cursor: pointer;
}

#my-account-overview-page .resp-contents-css,
#my-account-overview-page .resp-contents-css-addr,
#my-account-overview-page .resp-contents-css-payment {
  background-color: inherit;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  border-radius: 0px;
}

#my-account-overview-page .resp-contents-css {
  border-bottom: 0px solid #eaeaea;
}

#my-account-overview-page .resp-contents-css-addr,
#my-account-overview-page .resp-contents-css-payment {
  border-bottom: 1px solid #eaeaea;
}

form#changeMyAccount section .form-card label,
section .form-card-border label {
  text-transform: none;
  font-weight: normal;
}

#select_prov {
  text-align: center;
  width: 80% !important;
  float: left !important;
  margin: 0px !important;
}

#paperBillingDropDownDiv {
  float: left;
  margin-left: 1%;
}

#paperBillingDropDownDiv select {
  height: 24px !important;
  width: 70px !important;
  margin-top: 0px !important;
  float: left !important;
}

#paperBillingDropDownDiv ul#myChoiceListGroup {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

#myChoiceListGroup li.overrideResponsiveTab {
  display: list-item;
  text-align: -webkit-match-parent;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: baseline;
  list-style-type: disc;
}

#areaCode,
#areaCodeMobile,
#billAreaCode {
  width: 76px;
  margin-right: 30px;
  float: left;
  margin-bottom: 22px;
}

#phone,
#mobilePhone,
#billPhone {
  width: 178px;
  clear: none;
  float: left;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  #small_span {
    width: 100%;
  }
  .legend {
    width: 100%;
  }
  #zoom_img {
    width: 100% !important;
  }
}

@media (min-width: 767px) and (max-width: 1317px) {
  #zoom_img {
    float: left;
    width: 50%;
  }
}

#button_holder {
  padding-left: 5%;
}

#my-account-overview-page .cd-tabs {
  width: 100%;
}

input[type="text"] {
  height: 40px;
}

#my-account-overview-page .resp-tablistItem__active,
#my-account-overview-page .resp-tablistItem__active-addr,
#my-account-overview-page .resp-tablistItem__active-payment {
  background: #ae49cb;
  border-bottom-color: #ae49cb;
  color: white;
}

#my-account-overview-page .cd-tabs-navigation a.selected {
  background-color: #ae49cb !important;
  color: white;
  border: 0px;
  box-shadow: none;
}

#my-account-overview-page .cd-tabs-navigation a {
  margin-right: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #ddd !important;
}

#ajaxCover {
  background: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 8 */
  filter: alpha(opacity = 50); /* IE 5-7 */
  -moz-opacity: 0.7; /* Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  opacity: 0.7; /* Real modern browsers */
  -webkit-transition: all 0.5s ease;
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
}

#ajaxLoader {
  position: absolute;
  top: 75%;
  left: 50%;
}

div#billing-option-phone,
div#billing-option-email {
  display: none;
  margin-bottom: 22px;
}

billing-payment-info
.ui-dialog {
  border-radius: 4px;
}

#ad-dialog-confirm {
  color: black;
}
.ui-dialog .ui-dialog-titlebar {
  display: none;
}

.ui-widget-content {
  border: none;
}

/* Special media query for logo and customer care alignment between 340px to 480px; */
@media screen and (max-width: 340px) {
  .tel-no,
  .tel-no-Login {
    font-size: 14px;
  }
}
@media screen and (max-width: 340px) {
}

.long-and-truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}