.tabs-photo-release.basic ul li.active a {
  background: #0096db;
  color: #ffffff;
}
.tabs-photo-release.basic {
  margin-top: inherit;
  text-align: center;
}
@media (max-width: 767px) {
  .tabs-photo-release.basic {
    margin-right: -3px;
  }
}
.tabs-photo-release.basic ul li {
  margin-left: -4px;
  margin-bottom: inherit;
  margin-right: inherit;
}
/* styling for billing history tabs */
.billing-tabs {
  padding-bottom: 20px;
  padding-left: 150px;
  padding-right: 150px;
}
.billing-tabs:before,
.billing-tabs:after {
  content: " ";
  display: table;
}
.billing-tabs:after {
  clear: both;
}
.billing-tabs:before,
.billing-tabs:after {
  content: " ";
  display: table;
}
.billing-tabs:after {
  clear: both;
}
.billing-tabs ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.billing-tabs ul:before,
.billing-tabs ul:after {
  content: " ";
  display: table;
}
.billing-tabs ul:after {
  clear: both;
}
.billing-tabs ul:before,
.billing-tabs ul:after {
  content: " ";
  display: table;
}
.billing-tabs ul:after {
  clear: both;
}
.billing-tabs ul li {
  float: left;
  padding-bottom: 10px;
  text-align: center;
  width: 33.3%;
}
.billing-tabs ul li:first-child > a {
  border-radius: 30px 0 0 30px;
}
.billing-tabs ul li:last-child > a {
  border-radius: 0 30px 30px 0;
}
.billing-tabs ul li > a {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  background-color: #e0e6e9;
  border: 4px solid #e0e6e9;
  border-radius: 0;
  color: #999999;
  display: block;
  margin-right: 0;
  outline: 0;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.billing-tabs ul li > a .fa {
  display: none;
}
.billing-tabs ul li.active > a {
  background: none repeat scroll 0 0 #ffffff;
  border: 4px solid #e0e6e9;
  color: #333333;
  position: relative;
}
.billing-tabs ul li.active > a:after,
.billing-tabs ul li.active > a:before {
  border: medium solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 0;
}
.billing-tabs ul li.active > a:after {
  border-color: #ffffff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-width: 8px;
  margin-left: -8px;
}
.billing-tabs ul li.active > a:before {
  border-color: #e0e6e9 rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
  border-width: 14px;
  margin-left: -14px;
}
.billing-tabs.two-tabs ul li {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .billing-tabs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .billing-tabs.old-billing-mobile {
    border: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 100;
  }
  .billing-tabs.old-billing-mobile ul li {
    padding-bottom: 0;
  }
  .billing-tabs.old-billing-mobile ul li > a {
    border-color: #a8a5a5;
    border-left-width: 1px;
    border-right: 0;
    border-width: 1px;
    height: 50px;
    width: 100%;
    padding: 0;
    line-height: 50px;
  }
  .billing-tabs.old-billing-mobile ul li.active > a {
    border-color: #a8a5a5;
    border-right: 0;
    border-width: 1px;
  }
  .billing-tabs.old-billing-mobile ul li.active > a:after,
  .billing-tabs.old-billing-mobile ul li.active > a:before {
    border-color: #a8a5a5;
  }
  .billing-tabs.old-billing-mobile ul li.active > a:after {
    border-color: #ffffff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-left: -8px;
  }
  .billing-tabs.old-billing-mobile ul li.active > a:before {
    border-color: #a8a5a5 rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
    border-width: 9px;
    margin-left: -9px;
  }
  .billing-tabs.old-billing-mobile ul li:first-child > a {
    border-left-width: 0px;
    border-radius: 0px;
  }
  .billing-tabs.old-billing-mobile ul li:last-child > a {
    border-radius: 0px;
  }
}
@media screen and (max-width: 767px) {
  .billing-tabs.new-billing-mobile {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .billing-tabs.new-billing-mobile ul {
    margin-bottom: 10px;
  }
  .billing-tabs.new-billing-mobile ul li {
    width: 30px;
    margin-right: 4%;
    float: none;
    display: inline-block;
  }
  .billing-tabs.new-billing-mobile ul li > a {
    border-radius: 30px;
    color: transparent;
    font-size: 2px;
    margin-top: 10px;
  }
  .billing-tabs.new-billing-mobile ul li.active {
    width: 66%;
    min-width: 173px;
  }
  .billing-tabs.new-billing-mobile ul li.active > a {
    color: #333333;
    font-size: 14px;
    margin-top: 0px;
  }
}
/* styling for profile and preferences tabs */
.nav-tabs.fpl-profile-preferences-tabs {
  border: none;
}
.nav-tabs.fpl-profile-preferences-tabs > li {
  margin-bottom: 0;
  width: 50%;
  text-align: center;
}
.nav-tabs.fpl-profile-preferences-tabs > li:first-child a {
  border-radius: 30px 0 0 30px;
}
.nav-tabs.fpl-profile-preferences-tabs > li:last-child a {
  border-radius: 0 30px 30px 0;
}
.nav-tabs.fpl-profile-preferences-tabs > li > a {
  color: #999999;
  padding: 10px;
  background-color: #e0e6e9;
  border: 4px solid #e0e6e9;
  margin-right: 0;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  outline: 0;
}
.nav-tabs.fpl-profile-preferences-tabs > li > a .fa {
  display: none;
}
.nav-tabs.fpl-profile-preferences-tabs > li.active a {
  background: none repeat scroll 0 0 #ffffff;
  border: 4px solid #e0e6e9;
  position: relative;
  color: #333333;
}
.nav-tabs.fpl-profile-preferences-tabs > li.active a:after,
.nav-tabs.fpl-profile-preferences-tabs > li.active a:before {
  border: medium solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.nav-tabs.fpl-profile-preferences-tabs > li.active a:after {
  border-color: #ffffff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-width: 8px;
  margin-left: -8px;
}
.nav-tabs.fpl-profile-preferences-tabs > li.active a:before {
  border-color: #e0e6e9 rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
  border-width: 14px;
  margin-left: -14px;
}
@media (min-width: 1024px) {
  .nav-tabs.fpl-profile-preferences-tabs {
    padding-left: 100px;
    padding-right: 100px;
  }
}
/* registration */
::-webkit-input-placeholder {
  color: #666666;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
:-ms-input-placeholder {
  color: #666666;
}
/* connect */
:focus {
  outline: none;
}
input::-ms-clear {
  display: none;
}
.popover {
  background-color: #0c2739;
  color: white;
  font-size: 14px;
  z-index: 1100;
}
@media (max-width: 767px) {
  .popover {
    left: 0!important;
    width: 100%!important;
  }
}
.popover.right .arrow:after {
  border-right-color: #0c2739;
}
.popover.left .arrow:after {
  border-left-color: #0c2739;
}
.popover.top .arrow:after {
  border-top-color: #0c2739;
}
.popover.bottom .arrow:after {
  border-bottom-color: #0c2739;
}
.close-tooltip {
  position: absolute;
  background: #0c2739;
  right: -1px;
  top: -8px;
  border: 2px solid white;
  border-radius: 50%;
  padding: 0 4px;
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  line-height: 100%;
}
/* Form Elements */
.btn {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  display: block;
  padding: 14px;
  text-align: center;
  width: 292px;
  clear: both;
  height: 42px;
  line-height: 13px;
  outline: none;
  background-color: transparent;
}
.btn:before,
.btn:after {
  content: " ";
  display: table;
}
.btn:after {
  clear: both;
}
.btn:before,
.btn:after {
  content: " ";
  display: table;
}
.btn:after {
  clear: both;
}
.btn .dijitReset {
  line-height: inherit !important;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .btn {
    padding: 18px 0;
    height: 48px;
    line-height: 8px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    width: 352px;
  }
}
@media (max-width: 767px) {
  .btn {
    width: 300px;
    padding: 22px 0;
    height: 54px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
  }
}
.btn.primary {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #616b00;
  background: #c3d600;
}
.btn.primary:hover,
.btn.primary:focus {
  outline: none;
  background: #c4d600;
  background: -moz-linear-gradient(top, #c4d600 0%, #b6c600 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c4d600), color-stop(100%, #b6c600));
  background: -webkit-linear-gradient(top, #c4d600 0%, #b6c600 100%);
  background: -o-linear-gradient(top, #c4d600 0%, #b6c600 100%);
  background: -ms-linear-gradient(top, #c4d600 0%, #b6c600 100%);
  background: linear-gradient(to bottom, #c4d600 0%, #b6c600 100%);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.btn.primary:active {
  outline: none;
  background: #b6c600;
  background: -moz-linear-gradient(top, #b6c600 0%, #c4d600 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b6c600), color-stop(100%, #c4d600));
  background: -webkit-linear-gradient(top, #b6c600 0%, #c4d600 100%);
  background: -o-linear-gradient(top, #b6c600 0%, #c4d600 100%);
  background: -ms-linear-gradient(top, #b6c600 0%, #c4d600 100%);
  background: linear-gradient(to bottom, #b6c600 0%, #c4d600 100%);
  -webkit-box-shadow: inset 4px 4px 8px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 4px 4px 8px 1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 4px 4px 8px 1px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .btn.primary {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .btn.primary {
    height: 54px;
    padding: 15px;
  }
}
.btn.standard {
  background-color: #0096db;
}
@media (max-width: 767px) {
  .btn.standard.fpls-button {
    padding: 24px 0;
  }
}
.btn.standard.disabled {
  color: #a6daf2;
}
.btn.standard:hover,
.btn.standard:focus {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: #0096db;
  background: -moz-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0096db), color-stop(100%, #1684ba));
  background: -webkit-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -o-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -ms-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: linear-gradient(to bottom, #0096db 0%, #1684ba 100%);
}
.btn.standard:active {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #0096db;
  background: -moz-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0096db), color-stop(100%, #1684ba));
  background: -webkit-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -o-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: -ms-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background: linear-gradient(to bottom, #0096db 0%, #1684ba 100%);
}
.btn.secondary {
  background-color: #0f3852;
}
.btn.secondary:hover,
.btn.secondary:focus {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #0f3852;
  background: -moz-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0f3852), color-stop(100%, #0c2739));
  background: -webkit-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -o-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -ms-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: linear-gradient(to bottom, #0f3852 0%, #0c2739 100%);
}
.btn.secondary:active {
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  background: #0f3852;
  background: -moz-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0f3852), color-stop(100%, #0c2739));
  background: -webkit-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -o-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: -ms-linear-gradient(top, #0f3852 0%, #0c2739 100%);
  background: linear-gradient(to bottom, #0f3852 0%, #0c2739 100%);
}
.btn.disabled {
  outline: none;
  opacity: .3;
  filter: alpha(opacity=30);
}
.btn.outline {
  color: #0096db;
  border: 2px solid #0096db;
}
.btn.link {
  color: #0096db;
}
.btn.outline-white {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.button-wrapper {
  position: relative;
  overflow: hidden;
  clear: both;
}
.button-wrapper .buttons {
  float: right;
  padding: 16px 0;
}
.button-wrapper .buttons .btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .button-wrapper .buttons {
    float: none;
  }
  .button-wrapper .buttons .btn {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/* registration */
.registration .btn {
  margin: 24px auto 0;
}
@media (max-width: 767px) {
  .registration .btn {
    width: 285px;
    margin: 0 auto;
  }
}
/* Save/Edit/Cancel Buttons */
.communication-buttons {
  width: 220px;
  margin: auto;
}
.communication-buttons a.btn {
  width: 41%;
  margin-right: 15px;
  display: inline-block;
}
.communication-buttons a.btn.centered-btn {
  margin-left: 65px;
}
@media (min-width: 768px) {
  .communication-buttons {
    float: right;
    padding: 12px 5px 0 0;
  }
  .communication-buttons a.btn.communication-edit {
    margin-right: 15px;
    float: right;
  }
}
.retrieve-preferences-btn {
  width: 100%;
  max-width: 300px;
}
/* base code for FPL custom inputs */
.fpl-form-row {
  margin-bottom: 18px;
}
.fpl-form-row .ada-form-label {
  font-size: 18px;
  padding: 0 0 6px 24px;
  display: none;
  text-align: left;
}
.fpl-form-row.secondary-phone .fpl-form-field.field-validated input,
.fpl-form-row.secondary-phone .fpl-form-field.field-loading input {
  padding-right: 15px;
}
.fpl-form-row .fpl-form-field {
  line-height: 1!important;
  position: relative;
  width: 100%;
  z-index: 2;
  /* For inline alert messages */
}
.fpl-form-row .fpl-form-field.field-validated input,
.fpl-form-row .fpl-form-field.field-loading input {
  padding-right: 51px;
}
.fpl-form-row .fpl-form-field input {
  display: block;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  border: 1px solid #cccccc;
  padding: 14px 24px 10px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 16px;
  color: #666666;
  background: #ffffff;
  outline: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-form-row .fpl-form-field input {
    padding: 13px 24px 10px;
  }
}
@media (max-width: 767px) {
  .fpl-form-row .fpl-form-field input {
    padding: 19px 24px 16px;
    width: 100%;
  }
}
.fpl-form-row .fpl-form-field .fa {
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 17px 24px;
  display: none;
}
.fpl-form-row .fpl-form-field .fa.fa-spinner {
  padding: 13px 16px;
}
@media (max-width: 767px) {
  .fpl-form-row .fpl-form-field .fa.fa-spinner {
    padding: 20px 16px;
  }
}
.fpl-form-row .fpl-form-field .optional {
  display: block;
  margin-left: 25px;
  font-size: 13px;
}
.fpl-form-row .fpl-form-field .form-error-note {
  display: none;
}
.fpl-form-row .fpl-form-field.field-loading .fa-spinner {
  display: block;
}
.fpl-form-row .fpl-form-field.field-validated input {
  border: 1px solid #68bb45;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fpl-form-row .fpl-form-field.field-validated input:focus {
  -webkit-box-shadow: inset 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.fpl-form-row .fpl-form-field.field-validated .fa-check {
  display: block;
  color: #68bb45;
}
.fpl-form-row .fpl-form-field.field-error input {
  border: 1px solid #dd1500;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fpl-form-row .fpl-form-field.field-error input:focus {
  -webkit-box-shadow: inset 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.fpl-form-row .fpl-form-field.field-error .form-error-note {
  display: block;
  color: #dd1500;
}
.fpl-form-row .fpl-form-field .fpl-form-note-placeholder {
  position: absolute;
  text-align: left;
  top: 0px;
  left: 0px;
  padding: 9px 24px 8px;
  font-size: 18px;
  color: #666666;
}
.fpl-form-row .fpl-form-link,
.fpl-form-row .fpl-form-tooltip {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 16px;
  display: block;
}
.fpl-form-row .fpl-form-tooltip {
  position: relative;
}
/* base code for FPL custom select dropdowns */
.connect .fpl-customized-option .fpl-dropdown-field {
  height: inherit;
  margin-bottom: 0;
}
.connect .fpl-customized-option .fpl-dropdown-field .fpl-dropdown {
  position: relative;
  margin-bottom: 5px;
}
.connect .fpl-customized-option .fpl-dropdown-field .fpl-dropdown.field-validated {
  margin-bottom: -5px;
}
.connect .fpl-customized-option .fpl-dropdown-field .form-error-note {
  display: inline-block;
}
.connect .fpl-form .fpl-form-row .fpl-form-field input {
  margin-bottom: 5px;
}
.connect .fpl-form .fpl-form-note.form-error-note {
  margin-bottom: 10px;
}
.fpl-customized-option .fpl-dropdown-field {
  position: relative;
  height: 43px;
  margin-bottom: 10px;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown {
  display: block;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  border: 1px solid #cccccc;
  width: 100%;
  background: #ffffff;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  overflow: hidden;
  position: absolute;
  margin-bottom: 30px;
  z-index: 100;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown input {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .fpl-customized-option .fpl-dropdown-field .fpl-dropdown {
    padding: 6px 0;
  }
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown.field-error {
  border: 1px solid #dd1500 !important;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown.field-validated {
  border: 1px solid #68bb45 !important;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown.dropdown-open .dropdown-selected-item .selected-item-arrow {
  background-color: #0096db;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown.dropdown-open .dropdown-list {
  display: block;
  /* begin scroll bar */
  max-height: 230px;
  overflow: auto;
  /* end scrollbar */
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown.dropdown-open .dropdown-list::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 6px;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown.dropdown-open .dropdown-list::-webkit-scrollbar {
  width: 6px;
  background: #f2f2f2;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown.dropdown-open .dropdown-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item {
  padding: 0 42px 0 20px;
  position: relative;
  display: block;
  text-align: left;
}
@media (max-width: 767px) {
  .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item {
    padding: 0 48px 0 20px;
  }
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-text {
  display: block;
  padding: 10px 0;
  background: transparent;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow {
  font-size: 16px;
  height: 30px;
  width: 30px;
  background-color: #0096db;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 9px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa {
  display: block;
  color: #ffffff;
  position: absolute;
  font-size: 20px;
  padding: 0;
  width: 20px;
  height: 20px;
  top: 1px;
  bottom: 0;
  right: 5px;
  margin: auto;
  text-align: center;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa.fa-caret-up {
  top: -2px;
}
@media (max-width: 767px) {
  .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow {
    height: 36px;
    width: 36px;
  }
  .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa {
    top: 2px;
    right: 8px;
  }
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  width: 100%;
  text-align: left;
  -webkit-border-radius: 0 0 24px;
  -moz-border-radius: 0 0 24px;
  border-radius: 0 0 24px;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list li {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  display: block;
  padding: 9px 20px;
  border-top: 1px solid #cccccc;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list li:hover,
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list li.selected-option {
  background: #0096db;
  color: #ffffff;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=50);
  width: 100%;
  z-index: -1;
}
.fpl-customized-option.disabled .selected-item-arrow {
  background: #d7d7d7 !important;
}
.fpl-customized-option.disabled .fpl-dropdown {
  cursor: default !important;
}
.fpl-customized-option.readonly .fpl-dropdown-field .fpl-dropdown {
  border: 1px solid transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  cursor: text;
}
.fpl-customized-option.readonly .fpl-dropdown-field .fpl-dropdown .selected-item-arrow {
  display: none;
}
.fpl-customized-option.fpl-address-search,
.fpl-customized-option.predictive-dropdown .fpl-dropdown,
.fpl-customized-option#core_view_form_AddressSearch_0_popup {
  margin-top: -33px;
  padding: 0;
}
.fpl-customized-option.fpl-address-search .fpl-dropdown-field .fpl-dropdown,
.fpl-customized-option.predictive-dropdown .fpl-dropdown .fpl-dropdown-field .fpl-dropdown,
.fpl-customized-option#core_view_form_AddressSearch_0_popup .fpl-dropdown-field .fpl-dropdown {
  background-color: #e8e8eb;
  margin-top: 3px;
  border-radius: 0;
  box-shadow: 0;
  padding: 18px 0 0 0;
  z-index: 1;
}
.fpl-customized-option.fpl-address-search .fpl-dropdown-field .fpl-dropdown .dijitMenuItemHover,
.fpl-customized-option.predictive-dropdown .fpl-dropdown .fpl-dropdown-field .fpl-dropdown .dijitMenuItemHover,
.fpl-customized-option#core_view_form_AddressSearch_0_popup .fpl-dropdown-field .fpl-dropdown .dijitMenuItemHover,
.fpl-customized-option.fpl-address-search .fpl-dropdown-field .fpl-dropdown .dijitMenuItemSelected,
.fpl-customized-option.predictive-dropdown .fpl-dropdown .fpl-dropdown-field .fpl-dropdown .dijitMenuItemSelected,
.fpl-customized-option#core_view_form_AddressSearch_0_popup .fpl-dropdown-field .fpl-dropdown .dijitMenuItemSelected {
  background-color: #0096db !important;
  background-image: none;
  color: #ffffff !important;
}
.fpl-customized-option.fpl-address-search .fpl-dropdown-field .fpl-dropdown.powered-by-google ul:after,
.fpl-customized-option.predictive-dropdown .fpl-dropdown .fpl-dropdown-field .fpl-dropdown.powered-by-google ul:after,
.fpl-customized-option#core_view_form_AddressSearch_0_popup .fpl-dropdown-field .fpl-dropdown.powered-by-google ul:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background-image: url(../images/powered-by-google-on-white.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 104px 16px;
  margin: 8px 10px 10px 0;
}
.fpl-customized-option.fpl-address-search .fpl-dropdown-field .fpl-dropdown ul.dropdown-list,
.fpl-customized-option.predictive-dropdown .fpl-dropdown .fpl-dropdown-field .fpl-dropdown ul.dropdown-list,
.fpl-customized-option#core_view_form_AddressSearch_0_popup .fpl-dropdown-field .fpl-dropdown ul.dropdown-list {
  padding: 0;
  max-height: 270px;
}
.fpl-customized-option.fpl-address-search .fpl-dropdown-field .fpl-dropdown ul.dropdown-list li:first-of-type,
.fpl-customized-option.predictive-dropdown .fpl-dropdown .fpl-dropdown-field .fpl-dropdown ul.dropdown-list li:first-of-type,
.fpl-customized-option#core_view_form_AddressSearch_0_popup .fpl-dropdown-field .fpl-dropdown ul.dropdown-list li:first-of-type {
  border-top-width: 0;
}
.fpl-customized-option.fpl-address-search .fpl-dropdown-field .fpl-dropdown ul.dropdown-list li,
.fpl-customized-option.predictive-dropdown .fpl-dropdown .fpl-dropdown-field .fpl-dropdown ul.dropdown-list li,
.fpl-customized-option#core_view_form_AddressSearch_0_popup .fpl-dropdown-field .fpl-dropdown ul.dropdown-list li {
  padding-left: 25px;
  padding-right: 25px;
}
.fpl-customized-option.fpl-address-search .fpl-dropdown-field .fpl-dropdown ul.dropdown-list li.no-result,
.fpl-customized-option.predictive-dropdown .fpl-dropdown .fpl-dropdown-field .fpl-dropdown ul.dropdown-list li.no-result,
.fpl-customized-option#core_view_form_AddressSearch_0_popup .fpl-dropdown-field .fpl-dropdown ul.dropdown-list li.no-result {
  color: #0096db;
  font-style: italic;
}
.fpl-customized-option.retrieval-account-lookup-option .fpl-dropdown-field .fpl-dropdown,
.fpl-customized-option#core_view_form_FilteringSelect_2_popup .fpl-dropdown-field .fpl-dropdown,
.fpl-customized-option#core_view_form_CitySelect_0_prompt .fpl-dropdown-field .fpl-dropdown {
  z-index: 5;
}
.predictive-dropdown .fpl-dropdown .fpl-dropdown-field .fpl-dropdown {
  z-index: 5;
}
/* unit numbers */
.dijitPopup.fpl-dropdownPopup.fpl-customized-option.fpl-unit-numbers {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 15px 20px;
  width: 384px !important;
  overflow: hidden;
}
.dijitPopup.fpl-dropdownPopup.fpl-customized-option.fpl-unit-numbers .fpl-dropdown-field {
  height: initial;
  margin-bottom: initial;
}
.dijitPopup.fpl-dropdownPopup.fpl-customized-option.fpl-unit-numbers .fpl-dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.dijitPopup.fpl-dropdownPopup.fpl-customized-option.fpl-unit-numbers .fpl-dropdown .dropdown-list {
  display: block;
  padding: 0;
  position: relative;
}
.dijitPopup.fpl-dropdownPopup.fpl-customized-option.fpl-unit-numbers .fpl-dropdown .dropdown-list li {
  background: #eff2f4;
  border: 0;
  border-bottom: 6px solid #e0e6e9;
  display: block;
  float: left;
  font-size: 14px;
  margin: 5px 2%;
  padding: 10px 0;
  text-align: center;
  width: 29.33%;
}
.dijitPopup.fpl-dropdownPopup.fpl-customized-option.fpl-unit-numbers .fpl-dropdown .dropdown-list li.dijitMenuItemHover,
.dijitPopup.fpl-dropdownPopup.fpl-customized-option.fpl-unit-numbers .fpl-dropdown .dropdown-list li.dijitMenuItemSelected {
  background: #0096db;
  border-bottom: 6px solid #0087c8;
  color: #ffffff;
}
@media (max-width: 767px) {
  .dijitPopup.fpl-dropdownPopup.fpl-customized-option.fpl-unit-numbers {
    border-left: 0;
    border-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: 100% !important;
  }
}
.dijitPopup.fpl-dropdownPopup.fpl-customized-option .dijitMenuNextButton,
.dijitPopup.fpl-dropdownPopup.fpl-customized-option .dijitMenuPreviousButton {
  float: left;
  margin: 5px 2%;
  background-color: #eff2f4;
  padding: 16px 0;
  position: relative;
  border-top: 2px solid #e0e6e9;
  border-bottom: 2px solid #e0e6e9;
  width: 96%;
  text-align: center;
  color: #0096db;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.dijitPopup.fpl-dropdownPopup.fpl-customized-option .dijitMenuNextButton:hover,
.dijitPopup.fpl-dropdownPopup.fpl-customized-option .dijitMenuPreviousButton:hover {
  color: #0c2739;
}
/* base code for FPL custom checkbox */
.fpl-form-note.fpl-remember.fpl-choice-box .choice-field {
  margin-left: 0px;
}
.fpl-form-note.fpl-remember.fpl-choice-box .choice-info {
  padding-top: 5px;
}
.fpl-choice-box {
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}
.choice-info {
  float: left;
  width: 85%;
}
@media (max-width: 767px) {
  .choice-info {
    width: 80%;
  }
}
.choice-info .choice-title {
  display: block;
  font-size: 20px;
  color: #666666;
  margin-bottom: 6px;
  font-weight: bold;
}
.choice-info .choice-detail {
  display: block;
  margin-bottom: 6px;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
  width: 85%;
}
.choice-info .choice-detail:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .choice-info .choice-detail {
    max-width: 220px;
  }
}
.choice-field {
  position: relative;
  float: right;
  margin-left: 12px;
}
.choice-field .fpl-custom-base {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
}
.choice-field .fpl-custom-checkbox {
  display: block;
  cursor: pointer;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
  width: 30px;
  height: 30px;
  padding: 1px;
  border: 1px solid #a8a5a5;
  background-color: #ffffff;
}
.choice-field .fpl-custom-checkbox.fpl-custom-option .fa {
  display: none;
  color: #ffffff;
  font-size: 19px;
}
.choice-field .fpl-custom-checkbox.fpl-custom-option .fa.fa-check {
  position: absolute;
  top: 1px;
  left: 1px;
}
.choice-field .fpl-custom-checkbox.custom-option-selected .fa {
  display: inline-block;
  color: #0096db;
  font-size: 26px;
}
/* FPL custom radio buttons - uses checkbox styles as base */
.fpl-custom-radio {
  display: block;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #f7f7f7;
  border: 6px solid #d7d7d7;
}
.fpl-custom-radio .radio-fill {
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  padding: 4px;
  background-color: #0096db;
  margin: 5px;
}
.fpl-custom-radio.custom-option-selected {
  border-color: #0096db;
  background-color: #ffffff;
}
.fpl-custom-radio.custom-option-selected .radio-fill {
  display: block;
}
.fpl-custom-radio.custom-option-focused {
  border: 6px solid #333333;
  height: 32px;
  width: 32px;
}
.fpl-choice-box.disabled .fpl-custom-radio.custom-option-selected {
  border: 6px solid #d7d7d7;
  background-color: #f7f7f7;
}
.fpl-choice-box.disabled .fpl-custom-radio.custom-option-selected .radio-fill {
  background-color: #f7f7f7;
}
/* FPL custom radio button group */
.fpl-radio-group {
  margin-bottom: 20px;
}
.fpl-radio-group .fpl-choice-box {
  padding: 24px 0;
  border-bottom: 1px solid #cccccc;
}
.fpl-radio-group .fpl-choice-box .choice-info {
  width: 85%;
}
@media (max-width: 767px) {
  .fpl-radio-group .fpl-choice-box .choice-info {
    width: 80%;
  }
}
.fpl-radio-group .fpl-choice-box .choice-field {
  height: auto;
}
.form-alert {
  font-size: 16px;
  line-height: 24px;
  color: #0c2739;
  margin: 3px 0 16px;
  position: relative;
  padding: 16px;
  background: #eff2f4;
  text-align: center;
  word-wrap: break-word;
}
.form-alert.alert-tooltip {
  text-align: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-alert.alert-tooltip a {
  font-size: 14px;
}
.form-alert.alert-tooltip:before,
.form-alert.alert-tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top: 0;
}
.form-alert.alert-tooltip:before {
  top: -10px;
  right: 50%;
  border-bottom-color: #eff2f4;
  border-width: 10px;
}
.form-alert.alert-tooltip:after {
  top: -9px;
  right: 50%;
  border-bottom-color: #eff2f4;
  border-width: 9px;
}
.form-alert.alert-tooltip.alert-highlighted:before {
  border-bottom-color: #0c2739;
  right: 0;
  left: 0;
  margin: auto;
}
.form-alert.alert-tooltip.alert-highlighted:after {
  right: 0;
  left: 0;
  margin: auto;
}
.form-alert.alert-inline-field {
  padding: 54px 24px 26px;
  z-index: 1;
  margin-top: -40px;
  text-align: left;
}
.form-alert.alert-highlighted {
  background: transparent;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  border: 1px solid #0c2739;
  color: #0c2739;
}
.form-alert.alert-highlighted.error {
  border: 1px solid #dd1500;
  color: #dd1500;
}
.form-alert.alert-highlighted.success {
  border: 1px solid #0096db;
  color: #0096db;
}
.form-alert.alert-highlighted a {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: inherit;
}
.form-alert.alert-highlighted .message,
.form-alert.alert-highlighted .slider,
.form-alert.alert-highlighted .notifications {
  display: none;
}
.form-alert.alert-highlighted.multiple .message,
.form-alert.alert-highlighted.multiple .slider,
.form-alert.alert-highlighted.multiple .notifications {
  display: block;
}
.form-alert.alert-highlighted.multiple .message {
  border-bottom: 1px solid #113852;
  width: 109%;
  margin: 0 0 16px -16px;
  padding: 0 16px 16px;
}
@media screen and (max-width: 767px) {
  .form-alert.alert-highlighted.multiple .message {
    width: 105%;
  }
}
.form-alert.alert-highlighted.multiple .notifications {
  width: 100%;
  text-align: left;
}
.form-alert.alert-highlighted.multiple .notifications .notification .number {
  width: 24px;
  height: 24px;
  color: white;
  background-color: #0096db;
  border-radius: 50%;
  font-size: 14px;
  margin: 10px auto;
  text-align: center;
}
.form-alert.alert-highlighted.multiple .notifications .notification .content {
  font-size: 14px;
  line-height: 18px;
}
.form-alert.alert-highlighted.multiple .slider {
  border-top: 1px solid #113852;
  width: 109%;
  margin: 16px 0 0 -16px;
  padding: 16px 16px 0;
  cursor: pointer;
  color: #0096db;
}
.form-alert.alert-highlighted.multiple .slider.slider-hidden {
  border-top-width: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .form-alert.alert-highlighted.multiple .slider {
    width: 105%;
  }
}
.form-alert .alert-highlighted-text {
  display: block;
  font-weight: bold;
  margin: 16px 0;
}
.image-set img {
  width: 100%;
}
.sidebar {
  background-color: #eff2f4;
  padding: 15px 20px;
  min-width: 264px;
  word-wrap: break-word;
}
@media print {
  .sidebar {
    display: none;
  }
}
.sidebar a {
  word-wrap: break-word;
}
.sidebar-heading {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  color: #424242;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.sidebar-account-settings {
  padding: 10px 0 20px;
  background-color: #eff2f4;
  border-bottom: 1px solid #cccccc;
}
.sidebar-account-settings .sidebar-menu-tab {
  display: none;
}
.sidebar-account-settings .sidebar-menu {
  padding: 0;
  font-size: 16px;
  list-style-type: none;
}
@media (max-width: 1023px) {
  .sidebar-account-settings .sidebar-menu.settings-hidden {
    display: none;
  }
}
.sidebar-account-settings .sidebar-menu .sidebar-menu-item {
  margin-bottom: 20px;
}
.sidebar-account-settings .sidebar-menu .sidebar-menu-item a {
  padding: 0 0 20px 0px;
}
.sidebar-account-settings .sidebar-menu .sidebar-menu-item a:hover {
  text-decoration: none;
}
.sidebar-account-settings .sidebar-menu .sidebar-menu-item a:hover span {
  border-bottom: 1px solid #1684ba;
}
.sidebar-account {
  padding: 40px 0 40px;
  background-color: #eff2f4;
  border-bottom: 1px solid #cccccc;
}
.sidebar-account .deposits-info {
  font-size: 16px;
}
.sidebar-account .deposits-info a {
  word-wrap: break-word;
}
.sidebar-deposits {
  padding: 40px 0 20px;
  background-color: #eff2f4;
}
.sidebar-deposits .deposits-info {
  font-size: 16px;
}
.sidebar-promotions {
  padding: 40px 0 40px;
  background-color: #eff2f4;
  border-bottom: 1px solid #cccccc;
}
.sidebar-promotions a {
  display: block;
}
.sidebar-promotions a .promotion-image {
  width: 100%;
}
.sidebar-promotions .promotion-info-box {
  margin-top: 24px;
}
.sidebar-promotions .promotion-info-box .promotion-name {
  color: #000000;
  font-size: 18px;
  margin-bottom: 24px;
}
.sidebar-promotions .promotion-info-box .promotion-info {
  font-size: 16px;
}
.learn-more {
  font-size: 16px;
}
.learn-more:after {
  display: inline-block;
  content: "\203A";
}
.learn-more:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar-account-settings {
    position: relative;
    padding: 0;
    border-bottom: none;
    text-align: center;
    overflow: hidden;
  }
  .sidebar-account-settings .sidebar-heading {
    margin-bottom: 0;
    display: none;
  }
  .sidebar-account-settings .sidebar-menu-tab {
    font-family: SerifaStd-Roman;
    font-weight: normal;
    font-style: normal;
    color: #636363;
    font-size: 24px;
    text-align: center;
    padding: 20px 0px;
    margin: 0;
    display: block;
  }
  .sidebar-account-settings .sidebar-menu-tab span {
    font-size: 0;
    padding-right: 16px;
  }
  .sidebar-account-settings .sidebar-menu-tab .fa-sort-desc {
    font-size: 20px;
    position: relative;
    top: -5px;
    color: #424242;
  }
  .sidebar-account-settings .sidebar-menu-tab .fa-sort-asc {
    font-size: 20px;
    position: relative;
    top: 5px;
    color: #424242;
  }
  .sidebar-account-settings .sidebar-menu-tab:hover {
    text-decoration: none;
  }
  .sidebar-account-settings .sidebar-menu-tab:focus {
    text-decoration: none;
    outline-width: 0;
  }
  .sidebar-account-settings .sidebar-menu {
    margin-bottom: 0;
    display: block;
    border-top: 1px solid #d9d9d9;
    padding: 40px 80px 0;
  }
  .sidebar-account-settings .sidebar-menu:before,
  .sidebar-account-settings .sidebar-menu:after {
    content: " ";
    display: table;
  }
  .sidebar-account-settings .sidebar-menu:after {
    clear: both;
  }
  .sidebar-account-settings .sidebar-menu:before,
  .sidebar-account-settings .sidebar-menu:after {
    content: " ";
    display: table;
  }
  .sidebar-account-settings .sidebar-menu:after {
    clear: both;
  }
  .sidebar-account-settings .sidebar-menu .sidebar-menu-item {
    display: block;
    width: 50%;
    text-align: left;
  }
  .sidebar-account-settings .sidebar-menu .sidebar-menu-item:nth-child(odd) {
    float: left;
    clear: left;
  }
  .sidebar-account-settings .sidebar-menu .sidebar-menu-item:nth-child(even) {
    float: right;
    clear: right;
  }
  .sidebar-deposits,
  .sidebar-account {
    padding: 30px 160px;
    border-bottom: none;
    text-align: center;
  }
  .sidebar-deposits .deposits-info,
  .sidebar-account .deposits-info {
    font-size: 18px;
  }
  .sidebar-promotions {
    padding: 30px 80px;
    text-align: center;
  }
  .sidebar-promotions:before,
  .sidebar-promotions:after {
    content: " ";
    display: table;
  }
  .sidebar-promotions:after {
    clear: both;
  }
  .sidebar-promotions:before,
  .sidebar-promotions:after {
    content: " ";
    display: table;
  }
  .sidebar-promotions:after {
    clear: both;
  }
  .sidebar-promotions a .promotion-image {
    float: left;
    width: 50%;
    padding-right: 16px;
  }
  .sidebar-promotions .promotion-info-box {
    float: left;
    width: 50%;
    margin-top: 0;
    padding-left: 16px;
    text-align: left;
  }
  .sidebar-promotions .promotion-info-box .promotion-name {
    font-size: 18px;
    margin-top: 0;
  }
  .sidebar-promotions .promotion-info-box .promotion-info {
    font-size: 18px;
  }
  .learn-more {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .energy-usage {
    margin-left: -16px;
    margin-right: -16px;
    padding: 30px 16px;
    border-bottom: 1px solid #d9d9d9;
  }
  .sidebar-heading {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .sidebar-account-settings {
    padding: 0;
    border-bottom: none;
    text-align: left;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0;
    margin-top: 30px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .sidebar-account-settings .sidebar-heading {
    margin-bottom: 16px;
    display: none;
  }
  .sidebar-account-settings .settings-hidden + .sidebar-menu-tab {
    border-bottom: 0;
  }
  .sidebar-account-settings .sidebar-menu-tab {
    font-family: SerifaStd-Roman;
    font-weight: normal;
    font-style: normal;
    color: #636363;
    font-size: 24px;
    text-align: center;
    padding: 20px 0px;
    margin: 0;
    display: block;
    border-bottom: 1px solid #d9d9d9;
  }
  .sidebar-account-settings .sidebar-menu-tab span {
    font-size: 16px;
    padding-right: 16px;
  }
  .sidebar-account-settings .sidebar-menu-tab .fa-sort-desc {
    position: relative;
    top: -3px;
    font-size: 14px;
  }
  .sidebar-account-settings .sidebar-menu-tab .fa-sort-asc {
    position: relative;
    top: 4px;
    font-size: 14px;
  }
  .sidebar-account-settings .sidebar-menu-tab:hover {
    text-decoration: none;
  }
  .sidebar-account-settings .sidebar-menu-tab:focus {
    text-decoration: none;
    outline-width: 0;
  }
  .sidebar-account-settings .sidebar-menu {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sidebar-account-settings .sidebar-menu:before,
  .sidebar-account-settings .sidebar-menu:after {
    content: " ";
    display: table;
  }
  .sidebar-account-settings .sidebar-menu:after {
    clear: both;
  }
  .sidebar-account-settings .sidebar-menu:before,
  .sidebar-account-settings .sidebar-menu:after {
    content: " ";
    display: table;
  }
  .sidebar-account-settings .sidebar-menu:after {
    clear: both;
  }
  .sidebar-account-settings .sidebar-menu .sidebar-menu-item {
    display: block;
    background: #eff2f4;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    float: none;
  }
  .sidebar-account-settings .sidebar-menu .sidebar-menu-item:nth-child(even) {
    float: none;
  }
  .sidebar-account-settings .sidebar-menu .sidebar-menu-item:nth-child(odd) {
    float: none;
  }
  .sidebar-account-settings .sidebar-menu .sidebar-menu-item a {
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 9px 15px;
    font-size: 16px;
    background-color: #eff2f4;
  }
  .sidebar-account-settings .sidebar-menu .sidebar-menu-item a span {
    border: none;
  }
  .sidebar-account-settings .sidebar-menu .sidebar-menu-item a:hover span {
    border-bottom: 1px solid #1684ba;
  }
  .sidebar-account-settings .sidebar-menu .update-userid {
    background-position: 16px -110px;
  }
  .sidebar-account-settings .sidebar-menu .update-email {
    background-position: 16px -150px;
  }
  .sidebar-account-settings .sidebar-menu .change-email {
    background-position: 16px -190px;
  }
  .sidebar-account-settings .sidebar-menu .update-password {
    background-position: 16px -230px;
  }
  .sidebar-account-settings .sidebar-menu .update-mailing {
    background-position: 16px -270px;
  }
  .sidebar-account-settings .sidebar-menu .update-phone {
    background-position: 16px -310px;
  }
  .sidebar-account-settings .sidebar-menu .view-summary-pdf {
    background-position: 16px -350px;
  }
  .sidebar-account {
    background: none;
    text-align: left;
    margin: 0 -16px;
    padding: 30px 16px;
    border-bottom: 1px solid #d9d9d9;
  }
  .sidebar-account .deposits-info {
    font-size: 15px;
  }
  .sidebar-deposits {
    padding: 30px 0;
    border-bottom: none;
    background: none;
    text-align: left;
  }
  .sidebar-deposits .deposits-info {
    font-size: 15px;
  }
  .sidebar-promotions {
    padding: 30px 0 0;
    text-align: left;
    background: none;
    border-bottom: none;
  }
  .sidebar-promotions:before,
  .sidebar-promotions:after {
    content: " ";
    display: table;
  }
  .sidebar-promotions:after {
    clear: both;
  }
  .sidebar-promotions:before,
  .sidebar-promotions:after {
    content: " ";
    display: table;
  }
  .sidebar-promotions:after {
    clear: both;
  }
  .sidebar-promotions a .promotion-image {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .sidebar-promotions .promotion-info-box {
    float: none;
    width: 100%;
    margin-top: 16px;
    padding-left: 0;
    text-align: left;
  }
  .sidebar-promotions .promotion-info-box .promotion-name {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .sidebar-promotions .promotion-info-box .promotion-info {
    font-size: 15px;
  }
  .learn-more {
    display: block;
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 17px 16px;
    font-size: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .learn-more:after {
    display: block;
    float: right;
    font-size: 24px;
    line-height: 20px;
  }
}
@media print {
  .sidebar-account-settings,
  .sidebar-account,
  .sidebar-promotions,
  .sidebar-deposits {
    display: none;
  }
}
@media print {
  .fpl-programs {
    display: none;
  }
}
.fpl-programs .nav-tabs {
  border: none;
}
.fpl-programs .nav-tabs > li {
  margin-bottom: 0;
  width: 33.3%;
  text-align: center;
}
.fpl-programs .nav-tabs > li:first-child a {
  border-radius: 30px 0 0 30px;
}
.fpl-programs .nav-tabs > li:last-child a {
  border-radius: 0 30px 30px 0;
}
.fpl-programs .nav-tabs > li > a {
  color: #999999;
  border-radius: 0;
  padding: 10px;
  background-color: #e0e6e9;
  border: 4px solid #e0e6e9;
  margin-right: 0;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  outline: 0;
}
.fpl-programs .nav-tabs > li > a .fa {
  display: none;
}
.fpl-programs .nav-tabs > li.active a {
  background: none repeat scroll 0 0 #ffffff;
  border: 4px solid #e0e6e9;
  position: relative;
  color: #333333;
}
.fpl-programs .nav-tabs > li.active a:after,
.fpl-programs .nav-tabs > li.active a:before {
  border: medium solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.fpl-programs .nav-tabs > li.active a:after {
  border-color: #ffffff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-width: 8px;
  margin-left: -8px;
}
.fpl-programs .nav-tabs > li.active a:before {
  border-color: #e0e6e9 rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
  border-width: 14px;
  margin-left: -14px;
}
.fpl-programs .settings-option-toggle {
  outline: 0;
  display: inline-block;
  border-radius: 24px;
  background-color: #eff2f4;
  position: relative;
  width: 68px;
  height: 32px;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
.fpl-programs .settings-option-toggle .option-state {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  display: block;
  border-radius: 24px;
  text-align: center;
  padding: 7px 0;
  background-color: #A6A6A6;
  color: #666666;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fpl-programs .settings-option-toggle .option-state.default-option {
  -webkit-transform: translate(24px, 0);
  -ms-transform: translate(24px, 0);
  transform: translate(24px, 0);
  left: initial;
  background-color: #299cd5;
  color: #ffffff;
}
.fpl-programs .settings-option-toggle:hover,
.fpl-programs .settings-option-toggle:active,
.fpl-programs .settings-option-toggle:focus {
  text-decoration: none;
}
.fpl-programs .tab-content {
  margin: 0;
}
.fpl-programs .tab-content .tab-pane .section {
  margin: 25px 20px;
  padding: 0 0 25px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.fpl-programs .tab-content .tab-pane .section:last-child {
  border: 0;
}
.fpl-programs .tab-content .tab-pane .parens {
  display: none;
}
.fpl-programs .tab-content .tab-pane .account-status {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  font-size: 16px;
}
.fpl-programs .tab-content .tab-pane .account-status .fa {
  margin-left: 8px;
}
.fpl-programs .tab-content .tab-pane .account-status.status-checked {
  color: #67bd45;
}
.fpl-programs .tab-content .tab-pane a {
  font-size: 15px;
}
.fpl-programs .tab-content .tab-pane a .fa {
  font-size: 6px;
  padding-left: 0;
  vertical-align: middle;
}
.fpl-programs .tab-content .tab-pane a .fa-check {
  font-size: 16px;
  padding-left: 0;
  vertical-align: baseline;
  color: #67bd45;
}
.fpl-programs .tab-content .tab-pane h4 {
  margin-top: 0;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #333333;
  font-size: 18px;
}
.fpl-programs .tab-content .tab-pane p {
  font-size: 16px;
}
.fpl-programs .tab-content .tab-pane .action-status-list {
  margin: 0;
  padding: 0;
}
.fpl-programs .tab-content .tab-pane .action-status-list .status-checked {
  font-size: 15px;
}
.fpl-programs .tab-content .tab-pane .action-status-list .status-checked .fa {
  margin-left: 8px;
}
.fpl-programs .tab-content .tab-pane .action-status-list li {
  list-style-type: none;
  display: inline-block;
  padding: 0 8px;
  font-size: 15px;
  border-left: 1px solid #636363;
}
.fpl-programs .tab-content .tab-pane .action-status-list li:first-child {
  border: none;
  padding-left: 0;
}
.fpl-programs .tab-content .tab-pane .action-status-list li a {
  position: relative;
  font-weight: normal;
}
.fpl-programs .accordion .accordion-heading {
  background-color: #d6dee2;
}
.fpl-programs .accordion .accordion-heading a {
  font-size: 16px;
  outline: 0;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  text-align: center;
}
.fpl-programs .accordion .accordion-heading a.collapsed {
  border-top: none;
  background-color: #eff2f4;
  border-top: 1px solid #cad4d8;
  border-bottom: 1px solid #cad4d8;
  border-collapse: collapse;
}
.fpl-programs .accordion .accordion-heading a .fa {
  display: inline-block;
  margin-left: 10px;
  margin-top: -2px;
  vertical-align: top;
}
.fpl-programs .accordion .section {
  padding: 20px 0 0 0;
  background: #eff2f4;
  position: relative;
}
.fpl-programs .accordion .section h4 {
  margin-top: 0;
  padding: 0 10px;
  color: #333333;
}
.fpl-programs .accordion .section p {
  padding: 0 10px;
}
.fpl-programs .accordion .section .parens {
  display: inline;
  color: #67bd45;
}
.fpl-programs .accordion .section .parens.left-paren {
  padding-left: 16px;
}
.fpl-programs .accordion .section .account-status {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  padding: 0 0 0 16px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  margin-right: 0;
  border-right: 0;
  font-weight: bold;
}
.fpl-programs .accordion .section .account-status .fa {
  display: inline-block;
}
.fpl-programs .accordion .section .account-status.status-checked {
  color: #67bd45;
}
.fpl-programs .accordion .section li a {
  display: block;
  font-size: 16px;
  padding: 15px 10px;
  border-top: 1px solid #cad4d8;
  border-bottom: 1px solid #cad4d8;
}
.fpl-programs .accordion .section li a .fa {
  font-size: 12px;
  vertical-align: middle;
  float: right;
}
.fpl-programs .accordion .section li a:hover {
  text-decoration: none;
}
.fpl-programs .accordion .action-status-list {
  border-bottom: 1px solid #cad4d8;
  margin: 0;
  padding: 0;
}
.fpl-programs .accordion .action-status-list .status-checked .fa {
  margin-left: 8px;
}
.fpl-programs .accordion .action-status-list li {
  border-bottom: 0;
  border-top: 1px solid #cad4d8;
  list-style-type: none;
  display: block;
  font-size: 16px;
  padding-bottom: 15px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 15px;
}
.fpl-programs .accordion .action-status-list li:first-child {
  border-top: 0;
}
.fpl-programs .accordion .action-status-list li a,
.fpl-programs .accordion .action-status-list li span {
  border: 0;
  margin-bottom: -15px;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .fpl-programs .accordion {
    margin-left: -16px;
    margin-right: -16px;
  }
  .fpl-programs .accordion .action-status-list li a.fpl-tooltip {
    width: 25px;
    float: right;
  }
  .fpl-programs .accordion .accordion-heading .accordion-toggle {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
  }
  .fpl-programs .accordion .accordion-heading .accordion-toggle > .fa {
    position: relative;
  }
  .fpl-programs .accordion .accordion-heading .accordion-toggle > .fa.fa-sort-asc {
    display: inline-block;
    top: 7px;
  }
  .fpl-programs .accordion .accordion-heading .accordion-toggle > .fa.fa-sort-desc {
    display: none;
    top: 0;
  }
  .fpl-programs .accordion .accordion-heading .accordion-toggle.collapsed > .fa.fa-sort-asc {
    display: none;
  }
  .fpl-programs .accordion .accordion-heading .accordion-toggle.collapsed > .fa.fa-sort-desc {
    display: inline-block;
  }
  .fpl-programs .accordion .section h4,
  .fpl-programs .accordion .section p,
  .fpl-programs .accordion .section li a {
    padding-left: 16px;
    padding-right: 16px;
  }
  .fpl-programs .accordion .section h4 {
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
  }
  .fpl-programs .accordion .section p {
    font-size: 16px;
  }
  .fpl-programs .accordion .section a .fa {
    padding-top: 5px;
  }
  .fpl-programs .accordion .section.payment-reminder {
    border-bottom: 1px solid #cad4d8;
    overflow: hidden;
    padding: 20px 0 10px;
  }
  .fpl-programs .accordion .section.payment-reminder .option-text {
    font-weight: bold;
  }
  .fpl-programs .accordion .section.payment-reminder .settings-option-toggle {
    background-color: #d6dee2;
    float: right;
  }
}
@media (min-width: 1024px) {
  .smartling-es .fpl-programs .nav-tabs li#tabPaymentOptions {
    width: 33% !important;
  }
  .smartling-es .fpl-programs .nav-tabs li#tabBillingOptions {
    width: 42% !important;
  }
  .smartling-es .fpl-programs .nav-tabs li#tabReminders {
    width: 25% !important;
  }
}
  /*
	.section-header {
		background: url('../images/fpl-title-energy-usage.png') no-repeat top left transparent;
	}
	@media (max-width: @screen-xs-max) {
		.section-header {
			background-size: 20px;
			height: auto;
            margin-bottom: 15px;
			margin-top: 10px;
			padding-bottom: 0;
			padding-left: 30px;
			padding-top: 0;
		}
	} 
	*/
}
@media print {
  .energy-usage {
    page-break-inside: avoid;
  }
}
.account-balance {
  margin-bottom: 50px;
}
.fpl-overview {
  border: 1px solid #cccccc;
  padding: 30px 0 0;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.fpl-overview.no-breakdown {
  padding-bottom: 30px;
}
.fpl-overview .fpl-summary .summary-heading {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #0c2739;
  margin-bottom: 24px;
}
.fpl-overview .fpl-summary .summary-message {
  font-size: 20px;
  color: #0c2739;
}
.fpl-overview .fpl-summary .fpl-summary-box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 20px 0;
  margin-left: -4px;
}
.fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-label {
  display: block;
  font-size: 16px;
  color: #666666;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-label {
    font-size: 13px;
  }
}
.fpl-overview .fpl-summary .fpl-summary-box .detail-title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}
.fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-hero {
  display: inline-block;
  vertical-align: middle;
  font-size: 55px;
  color: #0c2739;
  font-size: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-hero {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-hero {
    font-size: 25px;
    line-height: 30px;
  }
}
.fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-hero.positive {
  color: #67bd45;
}
.fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-popover-icon {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  color: #0096db;
  pointer: cursor;
}
.fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-popover-icon .fa {
  font-size: 22px;
}
.fpl-overview .fpl-summary .fpl-summary-box .detail-text {
  display: inline-block;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 767px) {
  .fpl-overview .fpl-summary .fpl-summary-box .detail-text {
    font-size: 13px;
  }
}
.fpl-overview .fpl-summary .fpl-summary-box .detail-text .next-read-date {
  font-weight: bold;
}
.fpl-overview .fpl-summary .fpl-summary-box .detail-link {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  margin-left: 12px;
  padding-left: 16px;
  border-left: 1px solid #cccccc;
}
.fpl-overview .fpl-summary .fpl-summary-box:first-child {
  border-right: 1px solid #cccccc;
  margin-left: 0;
}
.fpl-overview .fpl-summary-btn-footer {
  background: #ffffff;
  border-top: 1px solid #cccccc;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fpl-overview .fpl-summary-btn-footer .fpl-summary-btn {
  margin-bottom: 7px;
  margin-top: 7px;
  width: 100%;
  line-height: 100%;
}
.fpl-overview .fpl-summary-alert {
  padding: 14px 20px;
  text-align: left;
}
.fpl-overview .fpl-summary-alert .fa,
.fpl-overview .fpl-summary-alert .alert-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  text-align: left;
  width: 5%;
  margin-right: 20px;
}
.fpl-overview .fpl-summary-alert .fa.hide-alert,
.fpl-overview .fpl-summary-alert .alert-icon.hide-alert {
  text-align: right;
  margin-left: -4px;
  margin-right: 0;
  cursor: pointer;
}
.fpl-overview .fpl-summary-alert .fa.hide-alert:after,
.fpl-overview .fpl-summary-alert .alert-icon.hide-alert:after {
  content: "\00d7";
  font-size: 28px;
}
.fpl-overview .fpl-summary-alert .alert-message {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 85%;
  margin-left: -4px;
}
.fpl-overview .fpl-summary-alert.account-disconnected {
  color: #ffffff;
  font-size: 16px;
  background-color: #dd1500;
  margin-top: -30px;
}
.fpl-overview .fpl-summary-alert.payment-late {
  color: #ffffff;
  font-size: 16px;
  background-color: #dd1500;
  margin-top: -30px;
}
.fpl-overview .fpl-summary-alert.payment-scheduled {
  width: 492px;
  border: 1px solid #0c2739;
  margin: 20px auto;
  background-color: #f3f5f6;
  color: #0c2739;
  font-size: 16px;
  position: relative;
}
.fpl-overview .fpl-summary-alert.payment-scheduled .fa {
  font-size: 20px;
  text-align: left;
  width: 14px;
}
.fpl-overview .fpl-summary-alert.payment-scheduled .alert-message {
  width: 400px;
  text-align: center;
}
.fpl-overview .fpl-summary-alert.payment-scheduled .alert-message .fpl-summary-action-link .fa {
  font-size: 6px;
}
@media (max-width: 767px) {
  .fpl-overview .fpl-summary-alert.payment-scheduled .alert-message .alert-text {
    display: inline-block;
    max-width: 190px;
  }
}
.fpl-overview .fpl-summary-alert.payment-scheduled .alert-highlight {
  display: block;
  white-space: nowrap;
  font-weight: bold;
}
@media (max-width: 767px) {
  .fpl-overview .fpl-summary-alert.payment-scheduled .alert-highlight .fpl-tooltip {
    display: inline-block;
  }
  .fpl-overview .fpl-summary-alert.payment-scheduled .alert-highlight .fpl-tooltip .fa {
    display: block;
  }
}
.fpl-overview .fpl-summary-btn {
  margin: 16px auto;
  line-height: 100%;
}
.fpl-overview .fpl-summary-action-link {
  display: block;
  margin-top: 10px;
}
.fpl-overview .fpl-summary-breakdown {
  background-color: #f7f7f7;
  margin-top: 16px;
  overflow: hidden;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content {
  padding: 20px;
  overflow: hidden;
  margin-top: 0;
  -webkit-transition: margin-top 0.75s ease;
  transition: margin-top 0.75s ease;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content.breakdown-hidden {
  display: none;
}
@media print {
  .fpl-overview .fpl-summary-breakdown .breakdown-content.breakdown-hidden {
    margin-top: 0;
  }
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list {
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  list-style-type: none;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item {
  display: block;
  width: 100%;
  padding: 0 24px;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: left;
  background-color: #ffffff;
}
@media print {
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item {
    font-size: .95em !important;
    line-height: .95em !important;
  }
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item:first-child {
  border-top: 0;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info {
  padding: 20px 0 0;
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info.single {
  padding: 0;
  vertical-align: middle;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info .item-date {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info .item-date {
    font-size: 13px;
    color: #666;
  }
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info .item-name {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #666666;
  display: inline-block;
  margin-right: 20px;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info .item-detail {
  display: block;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info .item-due-date {
  font-size: 12px;
  color: #666666;
  display: none;
}
@media (max-width: 767px) {
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info .item-due-date {
    font-size: 13px;
    color: #999;
  }
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value {
  padding: 20px 0 20px 30px;
  width: 30%;
  display: inline-block;
  margin-left: -4px;
  position: relative;
  border-left: 1px solid #cccccc;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .item-due-date {
  font-size: 12px;
  color: #666666;
  display: block;
  margin-bottom: 8px;
  text-align: right;
}
@media (max-width: 767px) {
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .item-due-date {
    font-size: 13px;
    color: #999;
  }
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .item-cost {
  font-size: 28px;
  color: #666666;
  display: block;
  font-size: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .item-cost {
    font-size: 13px;
  }
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .fa {
  font-size: 14px;
  color: #707070;
  display: block;
  height: 14px;
  width: 18px;
  text-align: center;
  position: absolute;
  top: -7px;
  z-index: 1;
  left: 50%;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .fa-plus {
  display: none;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .equal-icon {
  display: none;
  width: 18px;
  height: 18px;
  padding: 6px 5px;
  position: absolute;
  top: -9px;
  left: 50%;
  background-color: #0c2739;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .equal-icon .equal-bar {
  display: block;
  width: 8px;
  height: 2px;
  background-color: #ffffff;
  margin: 2px auto;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .equal-icon .equal-bar:first-child {
  margin-top: 0;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total {
  background-color: #f5fcff;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total .item-info .item-name,
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total .item-value .item-cost {
  font-weight: bold;
  font-size: 20px;
  color: #0c2739;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total .item-value .item-cost {
  font-size: 20px;
}
@media (max-width: 767px) {
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total .item-value .item-cost {
    font-size: 13px;
  }
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total .item-info,
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total .item-value {
  vertical-align: middle;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total .item-info {
  padding-top: 0;
}
.fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-disclaimer {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  display: block;
  margin: 20px 0 10px;
  text-align: left;
}
.fpl-overview .breakdown-tab {
  font-weight: bold;
  font-size: 16px;
  display: block;
  background-color: #f5f5f5;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
}
.fpl-overview .breakdown-tab .fa {
  font-size: 14px;
}
.fpl-summary-additional-info {
  margin: 20px 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.fpl-summary-additional-info .additional-info {
  border-left: 1px solid #636363;
  padding-left: 10px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: baseline;
}
.fpl-summary-additional-info .additional-info .additional-info-label,
.fpl-summary-additional-info .additional-info .additional-info-value {
  display: inline-block;
  vertical-align: baseline;
}
@media print {
  .fpl-summary-additional-info .additional-info {
    border-right: 0;
  }
}
.fpl-summary-additional-info .additional-info:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
@media print {
  .fpl-summary-additional-info .additional-info a {
    display: none;
  }
}
.fpl-summary-additional-info br + .additional-info {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
.additional-info-cta {
  display: block;
  width: 100%;
  margin-top: 6px;
}
.payment-pending .fpl-summary-additional-info {
  position: relative;
}
.payment-past-due .fpl-overview .fpl-summary .fpl-summary-box,
.paid-in-full .fpl-overview .fpl-summary .fpl-summary-box {
  vertical-align: middle;
  position: relative;
}
@media (min-width: 767px) {
  .payment-past-due .fpl-overview .fpl-summary .fpl-summary-box,
  .paid-in-full .fpl-overview .fpl-summary .fpl-summary-box {
    min-height: 170px;
  }
}
.payment-past-due .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail,
.paid-in-full .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
}
@media (min-width: 767px) {
  .payment-past-due .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail,
  .paid-in-full .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail {
    position: absolute;
  }
}
.payment-past-due .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-title,
.paid-in-full .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-title {
  margin-bottom: 58px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .payment-past-due .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-title,
  .paid-in-full .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-title {
    margin-top: 0;
  }
}
.multiple-dates .fpl-overview .fpl-summary .fpl-summary-box {
  vertical-align: middle;
  position: relative;
}
@media (min-width: 767px) {
  .multiple-dates .fpl-overview .fpl-summary .fpl-summary-box {
    min-height: 170px;
  }
}
.multiple-dates .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
}
@media (min-width: 767px) {
  .multiple-dates .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail {
    position: absolute;
  }
}
.multiple-dates .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-title {
  margin-bottom: 54px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .multiple-dates .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-title {
    margin-bottom: 8px;
    margin-top: 0;
  }
}
.new-customer .fpl-overview {
  padding: 72px 24px;
}
.new-customer .fpl-overview .fpl-summary .fpl-summary-action-link {
  font-size: 20px;
}
.balance-credit .fpl-overview .fpl-summary .fpl-summary-box {
  vertical-align: middle;
  position: relative;
}
@media (min-width: 767px) {
  .balance-credit .fpl-overview .fpl-summary .fpl-summary-box {
    min-height: 170px;
  }
}
.balance-credit .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail {
  display: block;
  text-align: center;
}
@media (min-width: 767px) {
  .balance-credit .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail {
    position: absolute;
    width: 100%;
  }
}
.balance-credit .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-title {
  margin-bottom: 46px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 37px;
}
@media (max-width: 767px) {
  .balance-credit .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-title {
    margin-top: 0;
  }
}
.balance-credit .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-hero {
  color: #67bd45;
}
.balance-credit .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .item-cost.credit {
  color: #67bd45;
}
.payment-past-due .fpl-overview .fpl-summary .fpl-summary-box.payment-info .fpl-summary-hero {
  color: #dd1500;
  width: 100%;
  font-size: 37px;
  line-height: 37px;
  margin-top: 8px;
}
.payment-past-due .fpl-overview .fpl-summary .fpl-summary-box .detail-text {
  margin: auto;
}
.payment-past-due .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .item-due-date.past-due,
.payment-past-due .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info .item-due-date.past-due {
  color: #dd1500;
  font-weight: bold;
}
.account-disconnected .fpl-overview .fpl-summary .fpl-summary-box.payment-info .fpl-summary-hero {
  color: #dd1500;
  width: 100%;
  font-size: 28px;
  line-height: 31px;
  margin-top: 8px;
}
.account-disconnected .fpl-overview .fpl-summary .fpl-summary-box .detail-text {
  margin: auto;
}
.account-disconnected .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .item-due-date.past-due,
.account-disconnected .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info .item-due-date.past-due {
  color: #dd1500;
  font-weight: bold;
}
.row-divider {
  text-align: center;
  margin: 25px 0;
  height: 14px;
}
.row-divider .mid {
  width: 15px;
  height: 14px;
  position: relative;
  top: -20px;
  background: transparent url('../images/row_divider_mid.png') no-repeat 0 0;
  display: inline-block;
}
.row-divider .line {
  width: 100%;
  height: 14px;
  background: transparent url('../images/row_divider.png') repeat-x 0 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .account-balance {
    margin-bottom: 25px;
  }
  .account-balance .section-header {
    height: auto;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .fpl-overview {
    border: 0;
    padding: 0px 0 0;
    position: relative;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .fpl-overview .fpl-summary .fpl-summary-box {
    width: 100%;
    margin-left: 0;
    border-right: 0;
    padding-bottom: 0;
  }
  .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-hero {
    font-size: 25px;
  }
  .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-popover-icon .fa {
    font-size: 36px;
  }
  .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail {
    margin-left: -16px;
    margin-right: -16px;
    display: none;
  }
  .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-text {
    display: block;
  }
  .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-link {
    display: block;
    width: 100%;
    padding: 16px 16px;
    border-width: 1px 0 1px 0;
    border-color: #cccccc;
    border-style: solid;
    margin: 20px 0 0;
    text-align: left;
  }
  .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-link .fa {
    float: right;
    padding-top: 4px;
    font-size: 12px;
  }
  .fpl-overview .fpl-summary .fpl-summary-box:first-child {
    border-right: 0;
    padding-top: 0;
  }
  .fpl-overview .fpl-summary .fpl-summary-box:first-child .fpl-summary-detail {
    display: block;
  }
  .fpl-overview .fpl-summary-alert.account-disconnected,
  .fpl-overview .fpl-summary-alert.payment-late {
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
  }
  .fpl-overview .fpl-summary-alert.account-disconnected .btn.primary.close,
  .fpl-overview .fpl-summary-alert.payment-late .btn.primary.close {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    opacity: 1;
    float: right;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    text-shadow: 0;
    width: 100%;
    margin: 20px 0;
    opacity: .5;
  }
  .fpl-overview .fpl-summary-alert.account-disconnected .btn.primary.close:hover,
  .fpl-overview .fpl-summary-alert.payment-late .btn.primary.close:hover {
    background: transparent !important;
    opacity: .9;
  }
  .fpl-overview .fpl-summary-alert.account-disconnected .fa,
  .fpl-overview .fpl-summary-alert.payment-late .fa {
    display: none;
  }
  .fpl-overview .fpl-summary-alert.account-disconnected .alert-icon,
  .fpl-overview .fpl-summary-alert.payment-late .alert-icon {
    float: right;
    background-color: #DD1500;
    border-radius: 50% 50% 50% 50%;
    display: block;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    border: 2px solid #ffffff;
    cursor: pointer;
  }
  .fpl-overview .fpl-summary-alert.account-disconnected .alert-icon.hide-alert:after,
  .fpl-overview .fpl-summary-alert.payment-late .alert-icon.hide-alert:after {
    content: " ";
  }
  .fpl-overview .fpl-summary-alert.account-disconnected .alert-message,
  .fpl-overview .fpl-summary-alert.payment-late .alert-message {
    float: left;
    font-size: 14px;
    width: 90%;
    text-align: left;
    display: block;
  }
  .fpl-overview .fpl-summary-alert.payment-scheduled {
    border: 0;
    background: transparent;
    color: #333;
    padding: 0;
    width: 280px;
    margin-top: 0;
  }
  .fpl-overview .fpl-summary-alert.payment-scheduled .fa {
    display: none;
  }
  .fpl-overview .fpl-summary-alert.payment-scheduled .alert-message {
    width: 280px;
  }
  .fpl-overview .fpl-summary-alert.payment-scheduled .alert-highlight {
    display: inline;
  }
  .fpl-overview .fpl-summary-action-link {
    display: block;
    width: auto;
    padding: 20px 16px;
    border-width: 1px 0 1px 0;
    border-color: #cccccc;
    border-style: solid;
    margin: 20px -16px;
    text-align: left;
  }
  .fpl-overview .fpl-summary-action-link .fa {
    float: right;
    padding-top: 4px;
    font-size: 12px;
  }
  .fpl-overview .fpl-summary-breakdown {
    margin-left: -16px;
    margin-right: -16px;
    border-bottom: 1px solid #cccccc;
    background-color: #eff2f4;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content {
    padding: 0 16px 10px 16px;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list {
    border-right: 0;
    border-left: 0;
    margin-left: -16px;
    margin-right: -16px;
    border-bottom: 0;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item {
    position: relative;
    padding: 10px 16px 10px 16px;
    border-bottom: 1px solid #cccccc;
    background-color: #f7f7f7;
    border-top: 0;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info {
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info.single {
    padding: 0;
    vertical-align: top;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info .item-date {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    display: block;
    margin-bottom: 4px;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info .item-name {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #666666;
    font-size: 15px;
    color: #333;
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info .item-detail {
    display: block;
    color: #999;
    font-size: 13px;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info .item-due-date {
    display: block;
    margin: 4px 0;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value {
    border-left: 0;
    position: initial;
    padding: 0;
    text-align: right;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .item-due-date {
    font-size: 12px;
    color: #666666;
    position: absolute;
    left: 16px;
    bottom: 0px;
    display: none;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .item-cost {
    font-size: 28px;
    color: #666666;
    font-size: 15px;
    display: block;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .fa,
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .equal-icon {
    display: none;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total {
    background-color: #f5fcff;
    padding-bottom: 10px;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total .item-info .item-name,
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total .item-value .item-cost {
    font-weight: bold;
    font-size: 20px;
    color: #0c2739;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total .item-info .item-name {
    font-size: 15px;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total .item-info,
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total .item-value {
    vertical-align: middle;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item.breakdown-total .item-value .item-cost {
    font-size: 15px;
    padding-top: 0;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-disclaimer {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    color: #707070;
    display: block;
    margin: 20px 0 10px;
    text-align: left;
  }
  .fpl-overview .breakdown-tab {
    font-weight: bold;
    font-size: 16px;
    display: block;
    background-color: #eff2f4;
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .fpl-overview .breakdown-tab .fa {
    font-size: 14px;
  }
  .fpl-summary-additional-info .additional-info {
    display: block;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .fpl-summary-additional-info .additional-info .additional-info-label,
  .fpl-summary-additional-info .additional-info .additional-info-value {
    text-align: left;
    display: inline-block;
    vertical-align: baseline;
    width: 49.9%;
  }
  .fpl-summary-additional-info .additional-info .additional-info-value {
    margin-left: -4px;
    text-align: right;
  }
  .fpl-summary-additional-info .additional-info-cta {
    display: block;
    width: auto;
    padding: 20px 16px;
    border-width: 1px 0 1px 0;
    border-color: #cccccc;
    border-style: solid;
    margin: 20px -16px;
    text-align: left;
  }
  .fpl-summary-additional-info .additional-info-cta .fa {
    float: right;
    padding-top: 4px;
    font-size: 12px;
  }
  .payment-pending .fpl-summary-additional-info .additional-info {
    display: block;
    border-left: 0;
    padding-left: 0;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .paid-in-full .fpl-overview .fpl-summary .fpl-summary-box {
    padding-top: 0;
  }
  .paid-in-full .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail {
    max-width: none;
    margin: 0;
  }
  .paid-in-full .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-link {
    margin: 16px -16px;
    width: auto;
  }
  .paid-in-full .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-title,
  .paid-in-full .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-text {
    color: #333;
    margin-bottom: 0;
  }
  .paid-in-full .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-text {
    display: none;
  }
  .paid-in-full .fpl-overview .fpl-summary .fpl-summary-box:first-child .detail-text {
    display: block;
  }
  .new-customer .fpl-overview {
    padding: 0;
  }
  .new-customer .fpl-overview .fpl-summary .summary-heading,
  .new-customer .fpl-overview .fpl-summary .summary-message {
    margin: 0 auto;
    max-width: 300px;
    font-size: 20px;
    line-height: 30px;
    color: #333;
  }
  .new-customer .fpl-overview .fpl-summary .new-customer-message {
    display: none;
  }
  .new-customer .fpl-overview .fpl-summary .new-customer-msg-mobile {
    display: block;
    background-color: #0c2739;
    padding: 24px 16px;
    margin-top: 24px;
  }
  .new-customer .fpl-overview .fpl-summary .new-customer-msg-mobile .fpl-summary-box {
    width: 100%;
    padding-top: 0;
  }
  .new-customer .fpl-overview .fpl-summary .new-customer-msg-mobile .fpl-summary-box .fpl-summary-hero,
  .new-customer .fpl-overview .fpl-summary .new-customer-msg-mobile .fpl-summary-box .summary-message,
  .new-customer .fpl-overview .fpl-summary .new-customer-msg-mobile .fpl-summary-box .fpl-summary-detail,
  .new-customer .fpl-overview .fpl-summary .new-customer-msg-mobile .fpl-summary-box .detail-text,
  .new-customer .fpl-overview .fpl-summary .new-customer-msg-mobile .fpl-summary-box .fpl-summary-action-link {
    color: #fff;
    text-align: left;
    margin: 0;
    display: block;
    max-width: none;
  }
  .new-customer .fpl-overview .fpl-summary .new-customer-msg-mobile .fpl-summary-box .fpl-summary-hero {
    margin-bottom: 10px;
  }
  .new-customer .fpl-overview .fpl-summary .new-customer-msg-mobile .fpl-summary-box .divider {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
  }
  .new-customer .fpl-overview .fpl-summary .new-customer-msg-mobile .fpl-summary-box .detail-text {
    font-size: 16px;
  }
  .new-customer .fpl-overview .fpl-summary .new-customer-msg-mobile .fpl-summary-box .fpl-summary-action-link {
    margin-top: 16px;
    border-color: #fff;
    border-width: 1px;
  }
  .new-customer .fpl-overview .fpl-summary .fpl-summary-action-link {
    font-size: 16px;
  }
  .balance-credit .fpl-overview .fpl-summary .fpl-summary-box {
    padding-top: 0;
  }
  .balance-credit .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-hero {
    color: #67bd45;
  }
  .balance-credit .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-title {
    padding: 10px 30px 0;
    margin-bottom: 0;
  }
  .balance-credit .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-text {
    margin: 0 auto;
    max-width: 300px;
    color: #333;
  }
  .payment-past-due .fpl-overview .fpl-summary .fpl-summary-box.payment-info .fpl-summary-hero {
    color: #dd1500;
    line-height: 28px;
    font-size: 25px;
    margin-top: 0;
  }
  .payment-past-due .fpl-overview .fpl-summary .fpl-summary-box.payment-info .fpl-summary-detail {
    margin: 0;
  }
  .payment-past-due .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail {
    margin-left: -16px;
    margin-right: -16px;
    width: auto;
  }
  .payment-past-due .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail .detail-text {
    margin: auto;
    width: 100%;
  }
  .payment-past-due .fpl-overview .fpl-summary .fpl-summary-box:first-child {
    display: block;
  }
  .payment-past-due .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .item-due-date.past-due {
    color: #dd1500;
  }
  .multiple-dates .fpl-overview .fpl-summary .fpl-summary-box .detail-text {
    display: none;
  }
  .multiple-dates .fpl-overview .fpl-summary .fpl-summary-box:first-child .detail-text {
    display: block;
  }
  .account-disconnected .fpl-overview .fpl-summary .fpl-summary-box.payment-info .fpl-summary-hero {
    color: #dd1500;
    line-height: 28px;
    font-size: 25px;
    margin-top: 0;
  }
  .account-disconnected .fpl-overview .fpl-summary .fpl-summary-box.payment-info .fpl-summary-detail {
    margin: 0;
  }
  .account-disconnected .fpl-overview .fpl-summary .fpl-summary-box .detail-text {
    margin: auto;
    width: 100%;
    display: none;
  }
  .account-disconnected .fpl-overview .fpl-summary .fpl-summary-box:first-child .detail-text {
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-info .item-date {
    font-size: 13px;
    color: #666;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item .item-value .item-due-date {
    font-size: 13px;
    color: #999;
  }
}
@media print {
  .btn,
  .detail-link,
  .fpl-summary-action-link,
  .item-view-link,
  .additional-info-cta,
  .breakdown-tab,
  .new-customer-message .summary-message,
  .alert-icon.hide-alert,
  .row-divider {
    display: none !important;
  }
}
@media print {
  .alert-text,
  .alert-highlight {
    font-size: 16px;
  }
  .fpl-overview {
    padding: 15px 0 0 !important;
  }
  .fpl-overview .fpl-summary .fpl-summary-box {
    width: 40%;
  }
  .account-balance {
    margin-bottom: 10px;
  }
  .fpl-overview .fpl-summary .fpl-summary-box {
    padding: 10px 0 !important;
  }
  .account-balance .popover {
    display: none !important;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content {
    padding: 0 16px 10px 16px;
  }
  .fpl-overview .fpl-summary-breakdown .breakdown-content .breakdown-list .breakdown-item {
    padding: 10px 16px;
  }
  .energy-usage {
    display: none;
  }
}
.row {
  margin: 0;
}
.modal {
  overflow: auto;
}
.section-blocks {
  list-style-type: none;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
.section-blocks:before,
.section-blocks:after {
  content: " ";
  display: table;
}
.section-blocks:after {
  clear: both;
}
.section-blocks:before,
.section-blocks:after {
  content: " ";
  display: table;
}
.section-blocks:after {
  clear: both;
}
.section-blocks > li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
  vertical-align: top;
  width: 33.3%;
}
.section-block {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.36);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.36);
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 450px;
  position: relative;
  text-align: center;
}
.section-block img {
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}
.section-block .section-block-info {
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
}
.section-block .section-block-info p {
  font-size: 16px;
  line-height: 30px;
}
.section-block .section-block-learn {
  bottom: 35px;
  margin: 0;
  text-align: center;
  position: absolute;
  width: 100%;
}
.section-block .section-block-learn a {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #0096db;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 8px 25px 8px;
  text-transform: uppercase;
}
.section-block .section-block-learn a:hover {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(top, #0096db 0%, #1684ba 100%);
  background-image: linear-gradient(to bottom, #0096db 0%, #1684ba 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0096db', endColorstr='#ff1684ba', GradientType=0);
  text-decoration: none;
}
.section-block .section-block-learn a:active {
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(top, #1684ba 0%, #0096db 100%);
  background-image: linear-gradient(to bottom, #1684ba 0%, #0096db 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1684ba', endColorstr='#ff0096db', GradientType=0);
}
.section-block .section-block-learn a .fa {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-blocks {
    margin-left: -9px;
    margin-right: -9px;
    margin-top: 10px;
  }
  .section-blocks > li {
    padding-left: 9px;
    padding-right: 9px;
  }
  .section-block {
    height: 400px;
  }
  .section-block .section-block-info {
    margin-left: 10px;
    margin-right: 10px;
  }
  .section-block .section-block-info p {
    line-height: 24px;
    max-height: 120px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .section-blocks {
    margin-top: 10px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .section-blocks > li {
    float: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }
  .section-block {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0;
    height: auto;
    margin-bottom: 35px;
  }
  .section-block a img {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-block .section-block-info p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .section-block .section-block-learn {
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .section-block .section-block-learn a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    color: #0096db;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    font-weight: normal;
  }
  .section-block .section-block-learn a:before,
  .section-block .section-block-learn a:after {
    content: " ";
    display: table;
  }
  .section-block .section-block-learn a:after {
    clear: both;
  }
  .section-block .section-block-learn a:before,
  .section-block .section-block-learn a:after {
    content: " ";
    display: table;
  }
  .section-block .section-block-learn a:after {
    clear: both;
  }
  .section-block .section-block-learn a:hover,
  .section-block .section-block-learn a:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .section-block .section-block-learn a .fa {
    display: block;
    float: right;
    font-weight: bold;
    margin-top: 4px;
    padding-right: 5px;
  }
}
.fpl-app .registration-container {
  display: block;
}
.fpl-app .registration-container.steps-container-four#connect {
  overflow: visible;
}
@media (max-width: 1023px) {
  .fpl-app .registration-container.progress-hidden {
    margin-top: 0px;
  }
  .fpl-app .registration-container.progress-hidden .fpl-bounding-box {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .fpl-app .registration-container .fpl-bounding-box {
    margin-top: 25px;
  }
  .fpl-app .registration-container.progress-hidden {
    padding-top: 0px;
  }
  .fpl-app .registration-container.progress-hidden .fpl-bounding-box {
    margin-top: 25px;
  }
  .fpl-app .fpl-steps-progress-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.fpl-app.logged-out .registration-container {
  overflow: hidden;
  margin-top: 0px;
}
.fpl-app.logged-out .registration-container .fpl-bounding-box {
  margin: 70px auto 0;
}
@media (max-width: 1023px) {
  .fpl-app.logged-out .registration-container .fpl-bounding-box {
    margin: 70px auto 0;
  }
  .fpl-app.logged-out .registration-container.progress-hidden .fpl-bounding-box {
    margin: 70px auto 0;
  }
}
@media (max-width: 767px) {
  .fpl-app.logged-out .registration-container {
    padding-top: 0;
  }
  .fpl-app.logged-out .registration-container .fpl-steps-progress-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fpl-app.logged-out .registration-container .fpl-bounding-box {
    margin: 25px auto 0;
  }
  .fpl-app.logged-out .registration-container.progress-hidden {
    padding-top: 0;
  }
  .fpl-app.logged-out .registration-container.progress-hidden .fpl-bounding-box {
    margin: 25px auto 0;
  }
}
@media (max-width: 767px) {
  .fpl-app.logged-out.has-alert .progress-hidden {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .fpl-app.has-alert .masthead {
    padding-top: 0;
  }
  .fpl-app.has-alert .registration-container {
    padding-top: 0px;
    margin-top: 0px;
  }
  .fpl-app.has-alert .registration-container .fpl-steps-progress-bar {
    padding-top: 25px;
  }
  .fpl-app.has-alert .registration-container .fpl-bounding-box {
    margin: 70px auto 0;
  }
}
@media (max-width: 767px) {
  .fpl-app.has-alert .masthead {
    padding-top: 0;
  }
  .fpl-app.has-alert .registration-container {
    padding-top: 0;
  }
  .fpl-app.has-alert .registration-container.progress-hidden {
    padding-top: 0;
  }
  .fpl-app.has-alert .registration-container .fpl-bounding-box {
    margin: 25px auto 0;
  }
}
#registration-container,
.registration-container {
  overflow: hidden;
  background: url('../images/registration-bg.jpg') no-repeat center 0;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/registration-bg.jpg', sizingMethod='scale')";
  padding-bottom: 36px;
  margin-bottom: -30px;
  position: relative;
}
#registration-container div,
.registration-container div {
  position: relative;
}
@media (max-width: 767px) {
  #registration-container,
  .registration-container {
    background: none;
  }
  #registration-container .login-toolbar,
  .registration-container .login-toolbar {
    margin-top: -15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #registration-container.logged-out .fpl-steps-progress-bar,
  .registration-container.logged-out .fpl-steps-progress-bar {
    padding-top: 195px;
  }
  #registration-container.has-alert .fpl-steps-progress-bar,
  .registration-container.has-alert .fpl-steps-progress-bar {
    padding-top: 25px;
  }
  #registration-container.has-alert.logged-out .fpl-steps-progress-bar,
  .registration-container.has-alert.logged-out .fpl-steps-progress-bar {
    padding-top: 25px;
  }
}
@media (max-width: 1023px) {
  #registration-container.progress-hidden .fpl-bounding-box .page-title,
  .registration-container.progress-hidden .fpl-bounding-box .page-title {
    margin-top: 0;
  }
  #registration-container.progress-hidden .login-toolbar,
  .registration-container.progress-hidden .login-toolbar {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .steps-container-four .fpl-steps-progress-bar .progress-steps .step-bar {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .steps-container-four .fpl-steps-progress-bar .progress-steps .step-bar {
    width: 28px;
  }
}
.step-vertical-container {
  margin-bottom: 25px;
}
.step-vertical-container .name {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 276px;
}
@media (max-width: 767px) {
  .step-vertical-container .name {
    width: 50vw;
  }
}
.step-vertical-sm {
  background-color: #0096db;
  height: 45px;
  padding-top: 6px;
  border-top: 2px solid #6cbfe6;
}
.step-vertical-sm .step-circle {
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 31px;
  margin: 0 auto;
  padding: 1px;
}
.step-vertical-sm .step-circle .inner-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #0096db;
  width: 26px;
  height: 26px;
  margin: auto;
  padding: 0px;
}
.step-vertical-sm .step-circle .inner-circle .step-number {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  display: block;
  line-height: normal;
  margin-top: 2px;
  padding: 2px;
}
.step-vertical-sm .right {
  float: right;
  margin-top: -26px;
  margin-right: 15px;
}
.step-vertical-sm .right a {
  font-size: 16px;
  color: #ffffff;
}
.step-vertical-lg {
  background: #0096db;
  border-top: 3px solid #5fb0e7;
  margin-bottom: 0;
  cursor: pointer;
  color: #ffffff;
  display: table;
  font-size: 16px;
  height: 72px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.step-vertical-lg .image,
.step-vertical-lg .text {
  display: table-cell;
  vertical-align: middle;
}
.step-vertical-lg .image {
  height: 52px;
  width: 52px;
}
.step-vertical-lg .text {
  padding-left: 10px;
  padding-right: 30px;
}
.step-vertical-lg .fa {
  position: absolute;
  right: 15px;
  top: 31%;
}
.step-vertical-lg .fa.fa-angle-down {
  top: 35%;
}
.fpl-steps-progress-bar {
  background-color: #0c2739;
  padding: 18px;
}
@media (max-width: 767px) {
  .fpl-steps-progress-bar {
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 35px;
  }
}
.fpl-steps-progress-bar .progress-steps {
  text-align: center;
}
.fpl-steps-progress-bar .progress-steps .step {
  display: inline-block;
  width: 150px;
  white-space: nowrap;
}
.fpl-steps-progress-bar .progress-steps .step label {
  display: block;
  text-align: center;
  margin-bottom: 12px;
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .fpl-steps-progress-bar .progress-steps .step {
    width: 40px;
    margin: 0 6px;
  }
  .fpl-steps-progress-bar .progress-steps .step label {
    display: none;
  }
}
.fpl-steps-progress-bar .progress-steps .step .step-circle {
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  padding: 4px;
}
.fpl-steps-progress-bar .progress-steps .step .step-circle .inner-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  width: 34px;
  height: 34px;
  margin: auto;
  padding: 4px;
}
.fpl-steps-progress-bar .progress-steps .step .step-circle .inner-circle .step-number {
  text-align: center;
  font-size: 22px;
  color: #000000;
  display: block;
  line-height: normal;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .fpl-steps-progress-bar .progress-steps .step .step-circle {
    width: 40px;
    height: 40px;
  }
  .fpl-steps-progress-bar .progress-steps .step .step-circle .inner-circle {
    width: 32px;
    height: 32px;
  }
  .fpl-steps-progress-bar .progress-steps .step .step-circle .inner-circle .step-number {
    font-size: 20px;
  }
}
.fpl-steps-progress-bar .progress-steps .step .step-circle .fa {
  display: none;
}
.fpl-steps-progress-bar .progress-steps .step.step-in-progress {
  top: -2px;
}
.fpl-steps-progress-bar .progress-steps .step.step-in-progress .step-circle .inner-circle {
  background-color: #0096db;
}
.fpl-steps-progress-bar .progress-steps .step.step-in-progress .step-circle .inner-circle .step-number {
  color: #fff;
  margin-top: 0;
}
.fpl-steps-progress-bar .progress-steps .step.step-bar-in-progress .step-circle .inner-circle {
  background-color: #0096db;
}
.fpl-steps-progress-bar .progress-steps .step.step-bar-in-progress .step-circle .inner-circle .step-number {
  color: #fff;
  margin-top: 0;
}
.fpl-steps-progress-bar .progress-steps .step.step-complete .step-circle {
  background-color: #0096db;
}
.fpl-steps-progress-bar .progress-steps .step.step-complete .step-circle .inner-circle {
  display: none;
}
.fpl-steps-progress-bar .progress-steps .step.step-complete .step-circle .fa {
  display: block;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .fpl-steps-progress-bar .progress-steps .step.step-complete .step-circle .fa {
    font-size: 24px;
  }
}
.fpl-steps-progress-bar .progress-steps .step-bar {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  margin: 0 -46px 18px;
  height: 6px;
  width: 192px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .fpl-steps-progress-bar .progress-steps .step-bar {
    width: 40px;
    margin: 0 0 18px;
  }
}
.fpl-steps-progress-bar .progress-steps .step-bar .step-progress-bar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  width: 50%;
  height: 6px;
  background-color: #0096db;
  position: absolute;
  top: 0;
  left: 0;
}
.fpl-steps-progress-bar .progress-steps .step-bar.step-bar-in-progress .step-progress-bar {
  display: block;
}
.fpl-steps-progress-bar .progress-steps .step-bar.step-bar-complete .step-progress-bar {
  display: block;
  width: 100%;
}
.fpl-form-tooltip,
.fpl-tooltip-container {
  position: relative;
}
.fpl-form .fpl-form-title {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #666666;
  margin: 16px 0;
  display: block;
}
.fpl-form .fpl-form-note {
  margin-left: 24px;
  color: #a0a0a0;
  font-size: 16px;
}
.fpl-form .fpl-form-note.form-error-note {
  color: #db1f26;
}
.fpl-form .fpl-form-note.fpl-remember {
  overflow: hidden;
  margin-top: 5px;
}
.fpl-form .fpl-form-note.fpl-remember .choice-field {
  float: left;
  margin-right: 20px;
}
.fpl-form .fpl-form-note.fpl-remember .choice-info {
  float: left;
  margin-left: 0;
}
.fpl-form .fpl-form-note.fpl-remember .choice-info .choice-detail {
  color: #113852;
  font-weight: normal;
  white-space: nowrap;
}
.fpl-form .password-field .show-password {
  margin-left: 24px;
  padding-left: 28px;
  display: block;
  margin-bottom: 12px;
  background: url('../images/icons/registration/preview-eye.png') no-repeat 0 3px;
}
.fpl-form .password-field .password-strength-text {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 24px;
  font-size: 15px;
  display: none;
}
.fpl-form .password-field .password-strength-bar {
  display: block;
  height: 6px;
  width: 348px;
  background-color: #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 12px auto;
  position: relative;
}
.fpl-form .password-field .password-strength-bar .strength-indicator {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
}
.fpl-form .password-field.password-weak .password-strength-text {
  display: block;
  color: #db1f26;
}
.fpl-form .password-field.password-weak .password-strength-bar .strength-indicator {
  background-color: #db1f26;
  width: 25%;
}
.fpl-form .password-field.password-fair .password-strength-text {
  display: block;
  color: #dc5b26;
}
.fpl-form .password-field.password-fair .password-strength-bar .strength-indicator {
  background-color: #dc5b26;
  width: 50%;
}
.fpl-form .password-field.password-strong .password-strength-text {
  display: block;
  color: #69bd46;
}
.fpl-form .password-field.password-strong .password-strength-bar .strength-indicator {
  background-color: #69bd46;
  width: 75%;
}
.registration-message {
  text-align: center;
  font-size: 15px;
}
@media (max-width: 767px) {
  .registration-message {
    font-size: 16px;
  }
}
.registration-message p {
  margin-bottom: 5px;
}
.registration-message a {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.registration-links {
  text-align: center;
  font-size: 15px;
}
@media (max-width: 767px) {
  .registration-links {
    font-size: 16px;
  }
}
.registration-links p {
  margin: 10px 0;
}
.registration-links p a {
  display: block;
}
.registration-links.save-and-resume {
  display: none;
}
.fpl-bounding-box {
  margin: 70px auto;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.15);
}
.fpl-bounding-box .page-title {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  margin: 0 0 8px 0;
  color: #000000;
}
@media (max-width: 767px) {
  .fpl-bounding-box .page-title {
    margin-top: 25px;
  }
}
.fpl-bounding-box .page-subtitle {
  font-size: 24px;
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .fpl-bounding-box .page-subtitle {
    margin-top: 25px;
  }
}
.fpl-bounding-box .page-subtitle-sm {
  font-size: 18px;
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}
.fpl-bounding-box .page-section-title {
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
}
@media (max-width: 767px) {
  .fpl-bounding-box #com_fpl_core_view_HandlebarsOutput_7 .page-subtitle,
  .fpl-bounding-box #com_fpl_core_view_HandlebarsOutput_9 .page-subtitle {
    margin-top: 0;
  }
}
.fpl-bounding-box.registration {
  padding: 36px 104px;
  width: 592px;
  background-color: rgba(255, 255, 255, 0.98);
}
@media (max-width: 767px) {
  .fpl-bounding-box.registration {
    padding: 0 16px 36px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .fpl-bounding-box.registration.login {
    padding: 0 16px 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-bounding-box.registration {
    padding: 36px 104px;
  }
}
.fpl-bounding-box.registration h1,
.fpl-bounding-box.registration h2 {
  text-align: center;
}
.form-title-minor {
  font-size: 16px;
  margin: 15px 0 10px 21px;
}
.create-password .fpl-registration-overview {
  border-width: 0;
  box-shadow: none;
}
.create-password .fpl-registration-overview .account-info-tab {
  background: none;
  border-bottom-width: 0;
  box-shadow: none;
  padding: 15px 0;
}
.create-password .fpl-registration-overview .account-info-tab .info-block {
  margin-bottom: 20px;
}
.create-password .fpl-registration-overview .account-info-tab .info-block h2 {
  overflow: visible;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.fpl-registration-overview {
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.fpl-registration-overview.centered {
  margin-bottom: 50px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .fpl-registration-overview.centered {
    margin-left: 0;
    margin-right: 0;
  }
}
.fpl-registration-overview.centered .content {
  padding: 20px;
  overflow: hidden;
}
.fpl-registration-overview.centered .content .label {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  float: left;
  padding: 10px 0 0 0;
  display: inline-block;
}
.fpl-registration-overview.centered .content .value {
  float: right;
  font-size: 26px;
  font-weight: bold;
}
.fpl-registration-overview .account-info-tab {
  background: #f5f5f5;
  border-bottom: 1px solid #a8a5a5;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.fpl-registration-overview .account-info-tab p,
.fpl-registration-overview .account-info-tab h2 {
  color: #0f3852;
  width: 100%;
  overflow: hidden;
}
.fpl-registration-overview .account-info-tab p {
  font-size: 20px;
  margin: 0;
}
.fpl-registration-overview .account-info-tab h2 {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin: -2px 0 2px;
}
.fpl-registration-overview .account-info-tab .value-big {
  color: #0f3852;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
}
.fpl-registration-overview .account-info-tab-note {
  background-color: #e8e8eb;
  padding: 15px;
  color: #0f3852;
  line-height: 24px;
  font-size: 16px;
  border-bottom: 1px solid #A8A5A5;
}
.fpl-registration-overview .progam-status-tab {
  border-bottom: 1px solid #cccccc;
  height: 80px;
}
.fpl-registration-overview .progam-status-tab .check {
  display: inline;
  float: left;
  min-height: 29px;
  min-width: 29px;
  height: 100%;
  width: 20%;
  margin: auto auto;
  background: url('../images/icons/registration/check-disabled.png') no-repeat center;
}
.fpl-registration-overview .progam-status-tab.enrolled .check {
  background: url('../images/icons/registration/check-enabled.png') no-repeat center;
}
.fpl-registration-overview .progam-status-tab .message {
  float: left;
  height: 100%;
  width: 80%;
}
.fpl-registration-overview .progam-status-tab .message p {
  padding-top: 12px;
  width: 190px;
  font-size: 20px;
  margin-left: 55px;
}
@media (max-width: 1023px) {
  .fpl-registration-overview .progam-status-tab .message p {
    width: 100%;
    padding-top: 27px;
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .fpl-registration-overview .progam-status-tab .message p {
    width: 190px;
    padding-top: 10px;
    margin: 0 auto;
  }
}
.fpl-registration-overview .bill-info-tab {
  width: 100%;
}
.fpl-registration-overview .bill-info-tab .bill-info {
  position: relative;
  display: inline-block;
  padding: 20px;
  word-wrap: break-word;
  width: 100%;
}
.fpl-registration-overview .bill-info-tab .bill-info p {
  font-size: 20px;
  margin: 0;
}
.fpl-registration-overview .bill-info-tab .bill-info h3 {
  margin: 0;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  word-wrap: break-word;
}
.fpl-registration-overview .bill-info-tab .bill-info .fpl-popover-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.fpl-registration-overview .bill-info-tab .bill-info .fpl-popover-icon .fa {
  margin: 0;
}
.fpl-registration-overview .bill-info-tab .bill-info .action-link {
  font-size: 16px;
  display: block;
}
.fpl-registration-overview .bill-info-tab .bill-info .action-link .fa {
  margin: 0;
}
.fpl-registration-overview .bill-info-tab .fa {
  margin-top: -30px;
  margin-left: -8px;
}
.fpl-registration-overview .bill-info-tab .question-mark {
  position: relative;
  float: left;
  background: url('../images/icons/registration/question-icon.png') no-repeat left center;
  height: 94px;
  width: 10%;
}
.fpl-registration-overview.existing-balance .bill-info-tab {
  padding: 20px;
}
.fpl-registration-overview.existing-balance .bill-info-tab:before,
.fpl-registration-overview.existing-balance .bill-info-tab:after {
  content: " ";
  display: table;
}
.fpl-registration-overview.existing-balance .bill-info-tab:after {
  clear: both;
}
.fpl-registration-overview.existing-balance .bill-info-tab:before,
.fpl-registration-overview.existing-balance .bill-info-tab:after {
  content: " ";
  display: table;
}
.fpl-registration-overview.existing-balance .bill-info-tab:after {
  clear: both;
}
.fpl-registration-overview.existing-balance .bill-info-tab .bill-info {
  float: left;
  padding: 0;
  width: 65%;
}
.fpl-registration-overview.existing-balance .bill-info-tab .bill-info p {
  color: #000000;
  font-size: 16px;
}
.fpl-registration-overview.existing-balance .bill-info-tab .bill-balance {
  float: right;
  font-size: 30px;
  margin-top: 10px;
}
.fpl-block-tabs {
  background: #ffffff;
  margin-bottom: 15px;
  margin-left: -104px;
  margin-right: -104px;
  overflow: hidden;
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-block-tabs {
    margin-left: -52px;
    margin-right: -52px;
  }
}
@media (max-width: 767px) {
  .fpl-block-tabs {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.fpl-block-tabs > .block-tab {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  background-color: #e0e6e9;
  border: 4px solid #e0e6e9;
  border-color: #a8a5a5;
  border-left-width: 1px;
  border-radius: 0;
  border-right: 0;
  border-width: 1px;
  color: #999999;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  outline: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 50%;
}
.fpl-block-tabs > .block-tab.active-block-tab {
  background: none repeat scroll 0 0 #ffffff;
  border: 4px solid #e0e6e9;
  border-color: #a8a5a5;
  border-right: 0;
  border-width: 1px;
  color: #333333;
  position: relative;
}
.fpl-block-tabs > .block-tab.active-block-tab:after,
.fpl-block-tabs > .block-tab.active-block-tab:before {
  border: medium solid rgba(0, 0, 0, 0);
  border-color: #a8a5a5;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 0;
}
.fpl-block-tabs > .block-tab.active-block-tab:after {
  border-color: #ffffff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-width: 8px;
  margin-left: -8px;
}
.fpl-block-tabs > .block-tab.active-block-tab:before {
  border-color: #a8a5a5 rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
  border-width: 9px;
  margin-left: -9px;
}
.fpl-block-tabs > .block-tab:first-child {
  border-left-width: 0;
}
/* Styles Specific to Registration */
@media (min-width: 768px) {
  .registration.enter-account-info .btn,
  .registration.forgot-email .btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .registration.enter-account-info .btn,
  .registration.forgot-email .btn {
    margin-top: 78px;
  }
}
.registration.add-additional-accounts .btn {
  margin-top: 36px;
}
.registration.add-additional-accounts .fpl-sublink {
  margin-top: 30px;
  text-align: center;
  display: block;
  font-size: 16px;
}
.registration.add-additional-accounts .fpl-choice-box .choice-field {
  padding: 28px 0;
}
.registration.confirm-password-reset .btn {
  margin-top: 160px;
}
.registration.forgot-password .reset-pw-form.reset-pw-form-hidden {
  display: none;
}
.registration.additional-emails-found .fpl-choice-box .choice-info {
  margin-top: 6px;
}
.registration.account-lookup .fpl-choice-box .choice-info {
  margin-top: 0;
}
.registration.account-lookup .business-account-lookup-form,
.registration.account-lookup .residential-phone-zip,
.registration.account-lookup .business-phone-zip {
  display: none;
}
.registration.account-lookup .account-lookup-type-form {
  margin-bottom: 36px;
}
.registration.account-lookup .account-lookup-type-form .fpl-form-title {
  margin-bottom: 0;
}
.registration.account-lookup .account-lookup-type-form .account-lookup-type-wrap {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .registration.account-lookup .account-lookup-type-form .account-lookup-type-wrap {
    padding: 0 0;
  }
}
.registration.account-lookup .account-lookup-form .fpl-dropdown-field {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .registration.account-lookup .account-lookup-form .fpl-radio-group .fpl-choice-box {
    padding: 24px 0;
    border-bottom: 1px solid #cccccc;
    word-wrap: break-word;
  }
  .registration.account-lookup .account-lookup-form .fpl-radio-group .fpl-choice-box .choice-info {
    float: left;
    width: 85%;
  }
}
@media (max-width: 767px) {
  .registration.account-lookup .account-lookup-form .fpl-customized-option {
    height: 86px !important;
  }
  .registration.account-lookup .account-lookup-form .fpl-choice-box {
    padding: 24px 0;
    border-bottom: 1px solid #cccccc;
    word-wrap: break-word;
  }
  .registration.account-lookup .account-lookup-form .fpl-choice-box .choice-info {
    float: left;
    width: 80%;
  }
  .registration.account-lookup .account-lookup-form .fpl-choice-box .choice-field.fpl-customized-option {
    height: auto !important;
  }
}
.registration.finish-registration .fpl-registration-overview .account-info-tab .account-info-message {
  font-size: 14px;
  text-align: center;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab {
  padding: 0 10px;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab.with-tooltip:before,
.registration.finish-registration .fpl-registration-overview .program-status-tab.with-tooltip:after {
  content: " ";
  display: table;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab.with-tooltip:after {
  clear: both;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab.with-tooltip:before,
.registration.finish-registration .fpl-registration-overview .program-status-tab.with-tooltip:after {
  content: " ";
  display: table;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab.with-tooltip:after {
  clear: both;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab.with-tooltip a.fpl-popover-icon {
  display: inline-block;
  float: right;
  margin: 10px 2px 0 0;
}
@media (max-width: 767px) {
  .registration.finish-registration .fpl-registration-overview .program-status-tab.with-tooltip a.fpl-popover-icon {
    margin: 16px 2px 0 0;
  }
}
.registration.finish-registration .fpl-registration-overview .program-status-tab.with-tooltip .fpl-choice-box {
  float: left;
  width: 85%;
  border-bottom-width: 0;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab.with-tooltip .fpl-choice-box .choice-info {
  width: 80%;
}
@media (max-width: 767px) {
  .registration.finish-registration .fpl-registration-overview .program-status-tab.with-tooltip .fpl-choice-box .choice-info {
    width: 75%;
  }
}
.registration.finish-registration .fpl-registration-overview .program-status-tab.with-tooltip .row-divider {
  clear: both;
  margin: 0;
  width: 100%;
  height: 1px;
  background: #cccccc;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab .account-select-form .fpl-form-title {
  margin-bottom: 0;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab .account-select-form .fpl-choice-box .choice-field {
  float: right;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box {
  padding: 16px 0;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box:before,
.registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box:after {
  content: " ";
  display: table;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box:after {
  clear: both;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box:before,
.registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box:after {
  content: " ";
  display: table;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box:after {
  clear: both;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box .choice-info {
  float: left;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box .choice-info .choice-detail {
  display: inline-block;
}
@media (max-width: 767px) {
  .registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box .choice-info {
    width: 77%;
  }
  .registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box .choice-info .fpl-popover-icon {
    position: relative;
    top: -12px;
  }
}
.registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box .choice-field {
  float: left;
  width: 32px;
}
.registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box .choice-field .fpl-custom-checkbox {
  margin-left: 0;
}
@media (max-width: 767px) {
  .registration.finish-registration .fpl-registration-overview .program-status-tab .fpl-choice-box .choice-field {
    margin-top: 15px;
  }
}
.under-button-link {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
}
.info-box {
  padding: 0;
  margin: 0;
  position: relative;
}
.info-box.no-border {
  border: none!important;
  box-shadow: none!important;
}
.info-box .account-found-label {
  font-weight: bold;
}
.info-box .account-found-number {
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.info-box .emb-check {
  width: 16px;
  height: 16px;
  margin: 3px 10px 0 0;
  float: left;
  background: url('../images/green-check.png');
}
.info-box:before,
.info-box:after {
  content: " ";
  display: table;
}
.info-box:after {
  clear: both;
}
.info-box:before,
.info-box:after {
  content: " ";
  display: table;
}
.info-box:after {
  clear: both;
}
.info-box.lines .wrap {
  border-bottom: 1px solid #cccccc;
}
.info-box.one-column .wrap .left {
  width: 100%;
}
.info-box.one-column .wrap .right {
  display: none;
}
.info-box .fpl-choice-box {
  border-bottom-width: 0;
  border-top: 1px solid #cccccc;
}
.info-box .wrap.one-column .left {
  width: 100%;
}
.info-box .wrap.one-column .right {
  display: none;
}
.info-box .wrap.one-column .center {
  text-align: center;
}
.info-box.boxed-sm {
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .info-box.boxed-sm {
    margin-left: 0;
    margin-right: 0;
  }
}
.info-box.boxed-sm .box-title {
  margin: 15px 10px 0;
}
.info-box.boxed-sm .wrap {
  padding: 10px;
}
.info-box.boxed-lg {
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  margin-top: 0;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .info-box.boxed-lg {
    margin-left: 0;
    margin-right: 0;
  }
}
.info-box.boxed-lg .box-title {
  margin: 0;
}
.info-box.boxed-lg .box-title.left-space {
  margin-left: 10px;
}
.info-box.boxed-lg .radio-check-box-three-cols.left .choice-info,
.info-box.boxed-lg .radio-check-box-three-cols.wrap-left .choice-info {
  float: right;
}
.info-box.boxed-lg .radio-check-box-three-cols.left .choice-field,
.info-box.boxed-lg .radio-check-box-three-cols.wrap-left .choice-field {
  float: left;
}
.info-box.boxed-lg .radio-check-box-three-cols.right .choice-info {
  float: left;
}
.info-box.boxed-lg .radio-check-box-three-cols.right .choice-info .description {
  padding-left: 12px;
}
@media (max-width: 767px) {
  .info-box.boxed-lg .radio-check-box-three-cols.right .choice-info .description {
    padding-left: 6px;
  }
}
.info-box.boxed-lg .radio-check-box-three-cols.right .choice-field {
  float: right;
  margin-left: 0;
  margin-right: 12px;
}
.info-box.boxed-lg .radio-check-box-three-cols.fpl-choice-box {
  padding: 15px 0 5px;
  min-height: 70px;
}
.info-box.boxed-lg .radio-check-box-three-cols.fpl-choice-box.no-bottom-border {
  border-bottom-width: 0;
}
.info-box.boxed-lg .radio-check-box-three-cols .choice-info {
  width: 85%;
}
.info-box.boxed-lg .radio-check-box-three-cols .choice-info .description {
  width: 65%;
  float: left;
  font-size: 14px;
}
.info-box.boxed-lg .radio-check-box-three-cols .choice-info .value {
  width: 35%;
  float: left;
  padding: 0 10px;
  text-align: right;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.info-box.boxed-lg .radio-check-box-three-cols .choice-field {
  width: 10%;
  margin-left: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .info-box.boxed-lg .radio-check-box-three-cols .choice-field {
    margin-left: 6px;
  }
}
.info-box.boxed-lg .wrap {
  padding: 10px;
}
.info-box .box-title {
  margin: 0;
}
.info-box .wrap {
  width: 100%;
  padding: 10px 0;
}
.info-box .wrap:before,
.info-box .wrap:after {
  content: " ";
  display: table;
}
.info-box .wrap:after {
  clear: both;
}
.info-box .wrap:before,
.info-box .wrap:after {
  content: " ";
  display: table;
}
.info-box .wrap:after {
  clear: both;
}
.info-box .wrap.message {
  display: table;
}
.info-box .wrap.message .left {
  display: table-cell;
  background: #0096db url('../images/message-bubble.png') no-repeat center;
  padding: 15px;
  width: 30%;
  margin: 0;
  float: none;
}
.info-box .wrap.message .right {
  display: table-cell;
  background: #f0f2f4;
  padding: 15px;
  text-align: left;
  width: 70%;
  float: none;
}
.info-box .wrap.total * {
  font-weight: bold;
}
.info-box .wrap .left,
.info-box .wrap .wrap-left {
  float: left;
  width: 56%;
  margin-right: 4%;
}
.info-box .wrap .left .edit,
.info-box .wrap .wrap-left .edit {
  position: absolute;
  right: 5px;
  top: -10px;
  font-size: 16px;
  z-index: 20;
}
.info-box .wrap .left .edit .fa,
.info-box .wrap .wrap-left .edit .fa {
  margin-left: 8px;
}
.info-box .wrap .left .box-title,
.info-box .wrap .wrap-left .box-title {
  margin-bottom: 0;
}
.info-box .wrap .left .subtitle,
.info-box .wrap .wrap-left .subtitle {
  font-size: 16px;
}
.info-box .wrap .left .description,
.info-box .wrap .wrap-left .description {
  font-size: 14px;
  line-height: 16px;
  margin-top: 3px;
}
.info-box .wrap .left .key-info,
.info-box .wrap .wrap-left .key-info {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  overflow-wrap: break-word;
}
.info-box .wrap .left .highlight,
.info-box .wrap .wrap-left .highlight {
  font-size: 14px;
  color: #0096db;
  margin-top: 5px;
}
.info-box .wrap .right {
  float: right;
  text-align: right;
  width: 40%;
}
.info-box .wrap .right .amount_sm {
  font-size: 20px;
}
.info-box .wrap .right .amount_lg {
  font-size: 26px;
}
.info-box .wrap .right .amount_dynamic {
  font-size: 26px;
}
@media (max-width: 767px) {
  .info-box .wrap .right .amount_dynamic {
    font-size: 20px;
  }
}
.info-box .wrap:last-child {
  border-bottom: none;
}
.info-box .wrap.strong {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
@media print {
  .page-break {
    display: block;
    page-break-after: always;
  }
  .connect .steps-container-four .fpl-bounding-box.registration .fpl-form .form-alert.alert-highlighted,
  .connect .steps-container-four .fpl-bounding-box.registration .fpl-form .step-vertical-container {
    display: block;
    page-break-after: always;
  }
  .info-box.boxed-sm {
    display: none;
  }
  .logo {
    position: absolute;
    top: 0;
  }
  .header {
    position: absolute;
    top: 0;
    border-bottom: none!important;
  }
}
.landing-page {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .landing-page {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .landing-page {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .landing-page {
    margin-bottom: 0;
  }
}
.landing-page .landing-banner {
  color: #fff;
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  height: 360px;
  background: url('../images/carousel-bg.jpg');
  background-size: 100% 100%;
}
.landing-page .landing-banner h1 {
  font-weight: bold;
  font-size: 36px;
  margin: 0;
}
.landing-page .landing-banner p {
  font-family: HelveticaNeueLTStd-Lt;
  font-weight: normal;
  font-size: 18px;
  width: 70%;
  max-width: 550px;
  margin: 0 auto;
  font-size: 24px;
}
@media (max-width: 1023px) {
  .landing-page .landing-banner p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-banner p {
    font-size: 16px;
  }
}
.landing-page .landing-banner .btn {
  color: #0096db;
  margin: 15px auto;
  background: #fff;
  margin-top: 30px;
  width: 208px;
}
@media (max-width: 1023px) {
  .landing-page .landing-banner .btn {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-banner .btn {
    margin-top: 10px;
    width: 90%;
    height: 48px;
    line-height: 2px;
    font-size: 16px;
    letter-spacing: 3px;
  }
}
.landing-page .landing-banner img {
  width: 70%;
  max-width: 860px;
  max-height: 15px;
  margin: 8px auto 12px;
}
@media (max-width: 1023px) {
  .landing-page .landing-banner img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-banner img {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .landing-page .landing-banner {
    height: 310px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .landing-page .landing-banner {
    padding-top: 20px;
    height: 310px;
    background: url('../images/carousel-bg.jpg') center;
    background-size: normal;
  }
  .landing-page .landing-banner h1 {
    width: 49%;
    margin: 0 auto;
  }
}
.landing-page .landing-section {
  margin-top: 40px;
  padding-bottom: 10px;
}
.landing-page .landing-section:first-child {
  margin-top: 0;
}
.landing-page .landing-section .fpl-links-list {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .landing-page .landing-section .fpl-links-list {
    text-align: left;
  }
}
.landing-page .landing-section .fpl-links-list h4 {
  margin: 20px 0;
}
.landing-page .landing-section .fpl-links-list h4 a {
  font-size: 26px;
  font-family: SerifaStd-Bold;
  font-weight: normal;
  font-style: normal;
}
.landing-page .landing-section .fpl-links-list ul li {
  margin-bottom: 0;
  padding: 5px 0;
}
.landing-page .landing-section .fpl-links-list ul li.see-more {
  display: none;
}
.landing-page .landing-section .fpl-links-list ul li a {
  font-size: 14px;
}
.landing-page .landing-section p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .landing-page .landing-section {
    padding: 0 20px;
    margin-top: 30px;
  }
  .landing-page .landing-section .fpl-links-list h4 {
    padding: 0 20px;
    margin-top: 36px;
    font-size: 18px;
  }
  .landing-page .landing-section .fpl-links-list p {
    padding-left: 16px;
  }
  .landing-page .landing-section .fpl-links-list ul li {
    margin: 0;
  }
  .landing-page .landing-section .fpl-links-list ul li.mobile-hidden {
    display: none;
  }
  .landing-page .landing-section .fpl-links-list ul li.see-more {
    border: 0;
    height: auto;
    display: block;
    padding: 0 16px;
  }
  .landing-page .landing-section .fpl-links-list ul li.see-more .btn {
    margin: 36px 0;
    line-height: normal;
    height: auto;
    padding: 18px 0;
  }
  .landing-page .landing-section .fpl-links-list ul li a {
    font-size: 16px;
  }
}
.complex-landing-page {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .complex-landing-page {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .complex-landing-page {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .complex-landing-page {
    margin-bottom: 0;
  }
}
.complex-landing-page .fpl-alert-banner {
  position: relative;
  top: 0;
  height: auto;
  padding: 24px 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .complex-landing-page .fpl-alert-banner {
    padding: 16px;
  }
  .complex-landing-page .fpl-alert-banner p {
    width: 95%;
  }
}
.complex-landing-page .fpl-alert-banner .close-x {
  display: none;
}
.complex-landing-page .fpl-alert-banner p {
  margin-top: 0;
  padding-top: 0;
}
.complex-landing-page .fpl-alert-banner .alert-icon {
  height: 30px;
}
.complex-landing-page .complex-splash-banner {
  position: relative;
  width: 100%;
}
.complex-landing-page .complex-landing-banner {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  background-color: #eff2f4;
}
@media (max-width: 767px) {
  .complex-landing-page .complex-landing-banner {
    padding-top: 10px;
  }
}
.complex-landing-page .complex-landing-banner h1 {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  color: #0c2739;
  font-size: 45px;
  margin: 0;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .complex-landing-page .complex-landing-banner h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .complex-landing-page .complex-landing-banner h1 {
    padding: 25px 30px 0;
    font-size: 24px;
    line-height: 30px;
  }
}
.complex-landing-page .complex-landing-banner .fpl-form-field {
  padding: 0 0 40px;
  height: 80px;
}
@media (max-width: 767px) {
  .complex-landing-page .complex-landing-banner .fpl-form-field {
    height: auto;
  }
}
.complex-landing-page .complex-landing-banner .fpl-form-field .fpl-customized-option {
  width: 490px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
}
.complex-landing-page .complex-landing-banner .fpl-form-field .fpl-customized-option .fpl-dropdown-field {
  z-index: 500;
}
.complex-landing-page .complex-landing-banner .fpl-form-field .fpl-customized-option .fpl-dropdown {
  height: 48px;
  margin-top: 2px;
  font-size: 20px;
}
.complex-landing-page .complex-landing-banner .fpl-form-field .fpl-customized-option .fpl-dropdown .dropdown-select {
  visibility: hidden;
}
.complex-landing-page .complex-landing-banner .fpl-form-field .fpl-customized-option .fpl-dropdown .selected-item-text {
  height: 40px;
  overflow: hidden;
}
.complex-landing-page .complex-landing-banner .fpl-form-field .fpl-customized-option .fpl-dropdown .selected-item-arrow {
  top: 5px;
}
.complex-landing-page .complex-landing-banner .fpl-form-field .fpl-customized-option .fpl-dropdown.dropdown-open {
  height: auto;
}
.complex-landing-page .complex-landing-banner .fpl-form-field .fpl-customized-option .fpl-dropdown.dropdown-open .selected-item-text {
  height: auto;
  overflow: visible;
}
.complex-landing-page .complex-landing-banner .fpl-form-field .fpl-customized-option .fpl-dropdown.dropdown-open .dropdown-list {
  max-height: 240px;
}
@media (max-width: 1023px) {
  .complex-landing-page .complex-landing-banner .fpl-form-field .fpl-customized-option {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .complex-landing-page .complex-landing-banner .fpl-form-field .fpl-customized-option {
    width: 90%;
  }
}
.complex-landing-page .complex-landing-banner .fpl-form-field .fpl-customized-option .selected-item-arrow {
  background-color: #0096db;
}
.complex-landing-page .complex-landing-banner .fpl-form-field .go-btn {
  display: inline-block;
  margin-left: 24px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .complex-landing-page .complex-landing-banner .fpl-form-field .go-btn {
    margin-left: 0;
  }
}
.complex-landing-page .complex-landing-banner .fpl-form-field .go-btn .btn {
  width: 133px;
  height: 48px;
}
@media (max-width: 767px) {
  .complex-landing-page .complex-landing-banner .fpl-form-field .go-btn .btn {
    width: 290px;
    margin-top: 25px;
  }
}
.complex-landing-page .report-outage-section {
  width: 100%;
  height: 120px;
  color: #fff;
  background: #0096db;
}
@media (max-width: 1023px) {
  .complex-landing-page .report-outage-section {
    height: 195px;
  }
}
@media (max-width: 767px) {
  .complex-landing-page .report-outage-section {
    height: 295px;
  }
}
.complex-landing-page .report-outage-section .outage-text {
  text-align: center;
  width: 40%;
  height: 100%;
  float: left;
}
@media (max-width: 1023px) {
  .complex-landing-page .report-outage-section .outage-text {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .complex-landing-page .report-outage-section .outage-text {
    width: 100%;
    text-align: left;
    padding-left: 15px;
    height: 30%;
  }
}
.complex-landing-page .report-outage-section .outage-text h1 {
  font-family: SerifaStd-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  margin-top: 28px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .complex-landing-page .report-outage-section .outage-text h1 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .complex-landing-page .report-outage-section .outage-text h1 {
    font-size: 26px;
    margin-top: 30px;
    text-align: left;
  }
}
.complex-landing-page .report-outage-section .outage-text p {
  font-family: SerifaStd-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .complex-landing-page .report-outage-section .outage-text p {
    padding-left: 0;
  }
}
.complex-landing-page .report-outage-section .outage-buttons {
  width: 60%;
  height: 100%;
  float: left;
}
@media (max-width: 1023px) {
  .complex-landing-page .report-outage-section .outage-buttons {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .complex-landing-page .report-outage-section .outage-buttons {
    width: 100%;
    height: 70%;
  }
}
.complex-landing-page .report-outage-section .outage-buttons .button-div {
  width: 280px;
  margin-right: 35px;
  height: 100%;
  float: left;
  padding-top: 37px;
}
@media (max-width: 1023px) {
  .complex-landing-page .report-outage-section .outage-buttons .button-div {
    float: none;
    height: 40%;
  }
}
@media (max-width: 767px) {
  .complex-landing-page .report-outage-section .outage-buttons .button-div {
    width: 90%;
    height: 45%;
    margin: 0 auto;
    padding-top: 25px;
  }
}
.complex-landing-page .report-outage-section .outage-buttons .button-div .btn {
  width: 100%;
  line-height: 100%;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .complex-landing-page .report-outage-section .outage-buttons .button-div .btn {
    line-height: 80%;
  }
}
.complex-landing-page .map-block {
  float: left;
  background: #eff2f4;
  padding: 20px;
  text-align: left;
  width: 100%;
}
.complex-landing-page .map-block h1 {
  margin-top: 15px;
  text-align: left;
  font-size: 22px;
  color: #000;
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 15px;
}
.complex-landing-page .map-block p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .complex-landing-page .map-block {
    float: none;
    width: 100%;
    background: none;
    padding: 0;
    margin-top: 30px;
  }
  .complex-landing-page .map-block p {
    font-size: 15px;
  }
}
.complex-landing-page .map-block .normal-image {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .complex-landing-page .map-block .normal-image {
    display: none;
  }
}
.complex-landing-page .map-block .mobile-image {
  display: none;
}
@media (max-width: 767px) {
  .complex-landing-page .map-block .mobile-image {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.complex-landing-page .map-block > .image-set img {
  display: block;
  margin: 0 auto;
  width: 90%;
}
.complex-landing-page .map-block a {
  margin-bottom: 0;
}
.complex-landing-page .row-divider {
  margin: 0 auto;
  width: 100%;
  max-width: 1010px;
}
@media (max-width: 1023px) {
  .complex-landing-page .row-divider {
    width: 95%;
  }
}
.complex-landing-page .video-section {
  height: 300px;
  margin: 65px auto;
  max-width: 1010px;
}
@media (max-width: 1023px) {
  .complex-landing-page .video-section {
    margin: 65px 30px;
  }
}
@media (max-width: 767px) {
  .complex-landing-page .video-section {
    margin: 20px 0;
    height: auto;
  }
}
.complex-landing-page .video-section .title-section {
  width: 100%;
  height: 50px;
  padding-left: 30px;
}
.complex-landing-page .video-section .title-section img {
  position: relative;
  width: 36px;
  height: 30px;
  float: left;
  top: -3px;
}
.complex-landing-page .video-section .title-section h1 {
  float: left;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  text-align: left;
  color: #000;
  font-family: SerifaStd-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
}
@media (max-width: 767px) {
  .complex-landing-page .video-section .title-section {
    padding-left: 10px;
  }
  .complex-landing-page .video-section .title-section h1 {
    width: 250px;
  }
}
.complex-landing-page .video-section .video-carousel {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .complex-landing-page .video-section .video-carousel {
    height: auto;
  }
}
.complex-landing-page .video-section .video-carousel .carousel-slides {
  width: 200%;
  height: 100%;
}
@media (max-width: 767px) {
  .complex-landing-page .video-section .video-carousel .carousel-slides {
    width: 100%;
  }
}
.complex-landing-page .video-section .video-carousel .slide {
  float: left;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .complex-landing-page .video-section .video-carousel .slide {
    float: none;
    margin: 0;
    display: none;
  }
  .complex-landing-page .video-section .video-carousel .slide.active {
    display: block;
  }
}
.complex-landing-page .video-section .video-carousel .slide .video img.normal {
  display: block;
}
@media (max-width: 767px) {
  .complex-landing-page .video-section .video-carousel .slide .video img.normal {
    display: none;
  }
}
.complex-landing-page .video-section .video-carousel .slide .video img.mobile {
  display: none;
}
@media (max-width: 767px) {
  .complex-landing-page .video-section .video-carousel .slide .video img.mobile {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.complex-landing-page .video-section .video-carousel .slide .video-title {
  margin-top: 13px;
  margin-bottom: 10px;
  font-family: SerifaStd-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #0096db;
}
@media (max-width: 767px) {
  .complex-landing-page .video-section .video-carousel .slide .video-title {
    width: 100%;
    padding-left: 30px;
    padding-top: 20px;
    margin: 0;
    background: #eff2f4;
  }
}
.complex-landing-page .video-section .video-carousel .slide .video-source {
  margin: 0;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 767px) {
  .complex-landing-page .video-section .video-carousel .slide .video-source {
    width: 100%;
    padding-left: 30px;
    padding-bottom: 35px;
    margin: 0;
    background: #eff2f4;
  }
}
.view-more {
  width: 100%;
}
.view-more .view-more-link {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  background: #eff2f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  display: block;
  font-size: 16px;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
}
.view-more .view-more-link .fa-sort-down {
  margin-top: -9px;
}
.article {
  margin: 35px auto 0;
  max-width: 1280px;
}
.article .learn-more-text {
  margin: 0;
}
.article .learn-more-link .fa {
  font-weight: bold;
  font-size: 10px;
  margin-left: 5px;
}
.article .learn-more-link a {
  font-weight: bold;
}
.article p,
.article li div {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.article .article-meter-instructions {
  padding-left: 30px;
}
.article .article-meter-instructions img {
  margin-bottom: 20px;
}
.article .article-meter-instructions ol {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #666666;
}
.article .article-meter-instructions ol li ul {
  list-style-type: disc;
}
.article .article-meter-instructions ol li p {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article .article-meter-instructions {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .article {
    margin-top: 25px;
  }
  .article .row-divider.hidden-xs {
    border-top: 1px solid #cccccc;
    display: block !important;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0px;
  }
  .article .row-divider.hidden-xs .line,
  .article .row-divider.hidden-xs .mid {
    visibility: hidden;
  }
  .article .article-meter-instructions {
    padding-left: 0;
  }
  .article .article-meter-instructions img {
    max-width: 100%;
    width: 100%;
  }
}
.article.editorial .highlight {
  font-family: SerifaStd-Light;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 40px;
  margin-left: -90px;
  margin-top: 40px;
  line-height: 40px;
  position: relative;
}
.article.editorial .highlight i {
  background: url('../images/fpl_title_sprite.png') 0 -452px no-repeat;
  display: block;
  height: 38px;
  left: 0;
  position: absolute;
  top: 0;
  width: 38px;
}
.article.editorial .highlight .icon-highlight {
  display: block;
  height: 38px;
  left: 0;
  position: absolute;
  top: 0;
  width: 38px;
}
.article.editorial .highlight span {
  display: inline-block;
  padding-left: 55px;
}
.article.editorial .article-editorial-left,
.article.editorial .article-editorial-right {
  display: inline-block;
  vertical-align: top;
}
.article.editorial .article-editorial-left {
  margin-right: 70px;
  width: 60%;
}
.article.editorial .article-editorial-right {
  margin-bottom: 20px;
}
.article.editorial .article-sidebar {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #eff2f4;
  padding: 20px;
}
.article.editorial .article-sidebar .fpl-media-player-thumb {
  margin: 20px 0;
}
.article.editorial .article-sidebar .fpl-media-player-thumb .player-thumb-content {
  height: 50%;
}
.article.editorial .article-sidebar .fpl-media-player-thumb .player-thumb-content .player-icon {
  margin: auto;
  height: 64px;
  width: 64px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article.editorial .article-sidebar .fpl-media-player-thumb .player-thumb-content .player-icon {
    height: 64px;
    margin: auto;
    width: 64px;
  }
}
@media (max-width: 767px) {
  .article.editorial .article-sidebar .fpl-media-player-thumb .player-thumb-content .player-icon {
    height: 64px;
    margin: auto;
    width: 64px;
  }
}
.article.editorial .article-sidebar .article-sidebar-section p {
  color: #636363;
}
.article.editorial .article-sidebar .row-divider .line {
  background: none;
  border-top: 1px solid #cccccc;
}
.article.editorial .article-sidebar .row-divider .mid {
  display: none;
}
.article.editorial ul li a .fa {
  font-size: 7px;
}
@media (max-width: 1023px) {
  .article.editorial .highlight {
    line-height: 45px;
    margin-left: 0;
  }
  .article.editorial .highlight i,
  .article.editorial .highlight .icon-highlight {
    display: inline-block;
    margin-right: 15px;
    position: relative;
  }
  .article.editorial .highlight span {
    display: inline;
    padding-left: 0;
  }
  .article.editorial .article-editorial-left {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .article.editorial .article-editorial-right {
    display: block;
  }
  .article.editorial .article-sidebar {
    margin: 40px 0 20px;
  }
  .article.editorial .article-sidebar .row-divider {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article .row-divider {
    margin: 15px 0;
  }
  .article h3 {
    margin: 20px 0 10px;
  }
  .article.editorial .highlight {
    margin: 30px 0;
  }
  .article.editorial .article-sidebar {
    margin: 25px 0;
  }
}
.article #articleEditorialModal {
  width: 100%;
}
.article #articleEditorialModal img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  padding: 30px 0;
}
.article #articleEditorialModal .paperless-billing-content-close .btn.close-x {
  padding: 14px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: gray;
  width: 0px;
  height: 0px;
}
.article #articleEditorialModal .paperless-billing-content-close .btn.close-x p {
  line-height: 24px;
  position: absolute;
  top: 2px;
  right: 7px;
  color: #fff;
}
@media (max-width: 767px) {
  .article #articleEditorialModal .paperless-billing-content-close .btn.close-x {
    display: none;
  }
}
.article #articleEditorialModal .paperless-billing-content-close .btn.standard {
  display: none;
}
@media (max-width: 767px) {
  .article #articleEditorialModal .paperless-billing-content-close .btn.standard {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
  }
}
.zoom-image .zoom-image-container {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #ffffff;
  display: inline-block;
  margin-bottom: 30px;
}
.zoom-image .zoom-image-container:before,
.zoom-image .zoom-image-container:after {
  content: " ";
  display: table;
}
.zoom-image .zoom-image-container:after {
  clear: both;
}
.zoom-image .zoom-image-container:before,
.zoom-image .zoom-image-container:after {
  content: " ";
  display: table;
}
.zoom-image .zoom-image-container:after {
  clear: both;
}
.zoom-image .zoom-image-container a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  display: block;
  float: left;
  position: relative;
}
.zoom-image .zoom-image-container a img {
  display: block;
  float: left;
  width: 100%;
}
.zoom-image .zoom-image-container a .zoom-image-button {
  background: url('../images/article-zoom-image.png') 0 0 no-repeat;
  bottom: 15px;
  display: block;
  height: 50px;
  position: absolute;
  right: 15px;
  width: 50px;
}
.zoom-image .zoom-download-link:before,
.zoom-image .zoom-download-link:after {
  content: " ";
  display: table;
}
.zoom-image .zoom-download-link:after {
  clear: both;
}
.zoom-image .zoom-download-link:before,
.zoom-image .zoom-download-link:after {
  content: " ";
  display: table;
}
.zoom-image .zoom-download-link:after {
  clear: both;
}
.zoom-image .zoom-download-link a {
  font-size: 16px;
  text-decoration: none;
}
.zoom-image .zoom-download-link a .fa-file-text {
  margin-right: 10px;
  margin-top: -2px;
}
.zoom-image .zoom-download-link a .fa-angle-right {
  font-size: 10px;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .zoom-image .zoom-image-container {
    margin-top: 20px;
  }
}
.masthead-text {
  background-color: #5fb0e7;
}
.masthead-text > .masthead-text {
  padding: 29px 0;
}
@media (max-width: 1023px) {
  .masthead-text.back-to-link > .masthead-text {
    padding: 0 0 29px 0;
  }
}
@media (max-width: 767px) {
  .masthead-text.back-to-link > .masthead-text {
    padding: 0;
  }
  .masthead-text.back-to-link > .masthead-text h1 {
    margin: 29px 0;
  }
}
.masthead-text .masthead-row-link {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.masthead-text .masthead-row-link .fa {
  font-size: 10px;
  margin-left: 0;
  font-weight: bold;
}
.masthead-text h1 {
  font-family: SerifaStd-Light;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .masthead-text h1 {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .masthead-text .masthead-row-link {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .masthead-text .masthead-row-link {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    color: #0096db;
    display: block;
    margin: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding: 15px 16px;
  }
  .masthead-text .masthead-row-link .fa {
    font-size: 16px;
    margin-right: 5px;
    margin-top: -2px;
  }
}
.fpl-template .masthead-image {
  background-color: #5fb0e7;
  height: 300px;
}
.fpl-template .masthead-image .masthead-image-row {
  position: relative;
  overflow-x: hidden;
}
.fpl-template .masthead-image .masthead-image-row .image-set {
  width: 100%;
}
.fpl-template .masthead-image .masthead-image-row .image-set img {
  width: auto;
  position: relative;
}
@media (min-width: 768px) {
  .fpl-template .masthead-image .masthead-image-row .image-set img {
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.fpl-template .masthead-image .masthead-image-row .masthead-content {
  position: absolute;
  top: 0;
  left: 0;
}
.fpl-template .masthead-image .masthead-image-row .masthead-content .masthead-row-link {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin: 20px 0;
  text-decoration: none;
  padding-left: 0;
}
.fpl-template .masthead-image .masthead-image-row .masthead-content .masthead-row-link .fa {
  font-size: 10px;
  font-weight: bold;
}
.fpl-template .masthead-image .masthead-image-row .masthead-content p {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 24px;
  margin: 25px 0;
  text-align: center;
  padding: 0 48px;
}
.fpl-template .masthead-image .masthead-image-row .masthead-content .row-divider {
  background: url('../images/row_divider_trans.png') 50% 0 no-repeat;
  height: 14px;
  margin: 0;
}
.fpl-template .masthead-image .masthead-image-row .masthead-content .row-divider .line,
.fpl-template .masthead-image .masthead-image-row .masthead-content .row-divider .mid {
  display: none;
}
.fpl-template .masthead-image .button-div {
  width: 208px;
  margin: 0 auto;
  margin-top: -10px;
  background-color: transparent;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .fpl-template .masthead-image .button-div {
    width: 270px;
    margin: 0 auto 0;
  }
}
@media (max-width: 767px) {
  .fpl-template .masthead-image .button-div {
    margin-top: 10px;
    width: 100%;
    height: 48px;
    line-height: 2px;
    font-size: 16px;
    letter-spacing: 3px;
  }
}
.fpl-template .masthead-image .button-div .btn {
  width: 100%;
  line-height: 100%;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .fpl-template .masthead-image .button-div .btn {
    line-height: 80%;
    padding: 21px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-template .masthead-image {
    height: 300px;
    padding-top: 0;
  }
  .fpl-template .masthead-image .masthead-image-row .masthead-content {
    height: 300px;
  }
  .fpl-template .masthead-image .masthead-image-row .masthead-content p {
    font-size: 18px;
    padding: 0 40px;
  }
  .fpl-template .masthead-image .masthead-image-row .masthead-content .masthead-row-link {
    padding-left: 39px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .fpl-template .masthead-image {
    height: auto;
    padding-top: 0;
  }
  .fpl-template .masthead-image .masthead-image-row .image-set img {
    margin-top: 0;
    display: none;
  }
  .fpl-template .masthead-image .masthead-image-row .masthead-content {
    position: relative;
    height: auto;
    margin: 0 auto;
  }
  .fpl-template .masthead-image .masthead-image-row .masthead-content .masthead-row-link {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    background: #ffffff;
    border-top: 0;
    border-bottom: 1px solid #cccccc;
    color: #0096db;
    display: block;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 0;
    padding: 15px 10px;
  }
  .fpl-template .masthead-image .masthead-image-row .masthead-content .masthead-row-link .fa {
    font-size: 15px;
    margin-right: 5px;
    margin-top: -5px;
  }
  .fpl-template .masthead-image .masthead-image-row .masthead-content h1 {
    margin: 0;
    padding-top: 10px;
  }
  .fpl-template .masthead-image .masthead-image-row .masthead-content p {
    color: #ffffff;
    text-align: center;
  }
  .fpl-template .masthead-image .masthead-image-row .masthead-content p {
    font-size: 16px;
    margin: 10px 0;
    padding: 0;
    line-height: 1.2;
  }
  .fpl-template .masthead-image .masthead-image-row .masthead-content .row-divider.hidden-xs {
    display: block !important;
    margin-top: 10px;
  }
  .fpl-template .masthead-image .masthead-image-row .masthead-content .button-div {
    margin-bottom: 15px;
  }
  .fpl-template .masthead-image.back-to-link .masthead-content {
    padding-top: 55px;
  }
}
.ie8 .fpl-template .masthead-image .masthead-image-row .image-set img {
  left: 0;
}
@media (max-width: 767px) {
  .masthead-image.noimagexs {
    background: none;
    padding-top: 60px;
  }
  .masthead-image.noimagexs .masthead-image-row .masthead-row-link {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    color: #0096db;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding: 15px 10px;
  }
  .masthead-image.noimagexs .masthead-image-row .masthead-row-link .fa {
    font-size: 15px;
    margin-right: 5px;
    margin-top: -5px;
  }
  .masthead-image.noimagexs .masthead-image-row .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .masthead-image.noimagexs .masthead-image-row h1,
  .masthead-image.noimagexs .masthead-image-row p {
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
  }
  .masthead-image.noimagexs .masthead-image-row h1 {
    color: #000000;
    font-size: 28px;
    margin: 30px 0 15px;
  }
  .masthead-image.noimagexs .masthead-image-row p {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    color: #636363;
    font-size: 15px;
    margin: 0;
  }
  .masthead-image.noimagexs .masthead-image-row .row-divider.hidden-xs {
    margin-top: 0;
  }
}
.masthead .masthead-link-white a {
  color: #ffffff;
  font-size: 14px;
}
.masthead .masthead-link-white a .fa-angle-left {
  margin-left: 0;
  margin-right: 4px;
  margin-top: -3px;
}
.masthead.masthead-billing .print-only {
  display: none;
}
.masthead.masthead-billing .head-banner-content {
  background-image: none;
  padding-bottom: 60px;
}
.masthead.masthead-billing .head-banner-content:before,
.masthead.masthead-billing .head-banner-content:after {
  content: " ";
  display: table;
}
.masthead.masthead-billing .head-banner-content:after {
  clear: both;
}
.masthead.masthead-billing .head-banner-content:before,
.masthead.masthead-billing .head-banner-content:after {
  content: " ";
  display: table;
}
.masthead.masthead-billing .head-banner-content:after {
  clear: both;
}
.masthead.masthead-billing .head-banner-content .acct-num {
  font-weight: normal;
}
.masthead.masthead-billing .head-banner-content h1 {
  font-family: SerifaStd-Bold;
  font-weight: normal;
  font-style: normal;
}
.masthead.masthead-billing .head-banner-content p {
  float: left;
}
.masthead.masthead-billing .head-banner-content p.billing-pdf {
  float: right;
  font-size: 16px;
}
.masthead.masthead-billing .head-banner-content p.billing-pdf a {
  color: #ffffff;
}
.masthead.masthead-billing .head-banner-content p.billing-pdf a .fa {
  font-size: 10px;
}
@media (max-width: 767px) {
  .masthead.masthead-billing {
    padding-bottom: 30px;
  }
  .masthead.masthead-billing .head-banner-content {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .masthead.masthead-billing .head-banner-content h1,
  .masthead.masthead-billing .head-banner-content p {
    float: none;
    text-align: center;
  }
  .masthead.masthead-billing .head-banner-content h1 {
    display: block;
    margin-bottom: 10px;
  }
  .masthead.masthead-billing .head-banner-content p.billing-pdf {
    display: none;
  }
}
@media print {
  .masthead.masthead-billing .head-banner-content h1,
  .masthead.masthead-billing .head-banner-content p {
    display: none;
  }
  .masthead.masthead-billing .head-banner-content .print-only,
  .masthead.masthead-billing .head-banner-content .print-only p {
    display: block;
  }
  .masthead.masthead-billing .head-banner-content p {
    float: none;
  }
}
.service-information-masthead-text .masthead-text .masthead-text {
  padding-bottom: 37px;
}
.service-information-masthead-text .masthead-text .masthead-text a {
  font-weight: normal;
  margin-top: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .service-information-masthead-text .masthead-text .masthead-text a {
    margin-top: 57px;
  }
}
@media (max-width: 767px) {
  .service-information-masthead-text .masthead-text .masthead-text {
    padding-bottom: 52px;
  }
  .service-information-masthead-text .masthead-text .masthead-text a {
    font-weight: bold;
    margin-top: 0;
  }
  .service-information-masthead-text .masthead-text .masthead-text h1 {
    padding-top: 52px;
  }
}
.service-information {
  padding-bottom: 100px;
  padding-top: 35px;
  margin: 0 auto;
  max-width: 1280px;
}
.service-information:before,
.service-information:after {
  content: " ";
  display: table;
}
.service-information:after {
  clear: both;
}
.service-information:before,
.service-information:after {
  content: " ";
  display: table;
}
.service-information:after {
  clear: both;
}
.service-information .fpl-link-list .fa,
.service-information .fpl-info-list .fa {
  font-size: auto;
}
.service-information .service-info-content p {
  line-height: 30px;
  margin-top: 10px;
}
.service-information .service-info-content p,
.service-information .service-info-content a {
  font-size: 16px;
}
.service-information img {
  max-width: 100%;
}
.service-information .btn {
  display: inline-block;
  margin: 15px 0;
  padding-left: 35px;
  padding-right: 35px;
  width: auto;
}
.service-information .image-with-caption .caption {
  text-align: center;
}
.service-information .sidebar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 16px;
}
.service-information .sidebar .row-divider {
  margin-top: 40px;
}
.service-information .sidebar .row-divider .line {
  border-top: 1px solid #d9d9d9;
  background: none;
}
.service-information .sidebar .row-divider .mid {
  display: none;
}
.service-information .service-sidebar .fpl-media-player-thumb {
  margin: 0 0 20px 0;
}
.service-information .service-sidebar .fpl-media-player-thumb .player-thumb-content .player-icon {
  margin-top: 40px;
}
.service-information .service-sidebar .fpl-links-list hr {
  margin: 10px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .service-information {
    padding-bottom: 40px;
    padding-top: 50px;
  }
  .service-information h1 {
    display: none;
  }
  .service-information img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .service-information .service-sidebar.tablet {
    background-color: #eff2f4;
    padding: 0;
    margin-top: 40px;
  }
  .service-information .service-sidebar.tablet h4 {
    border: 0;
    font-size: 24px;
    margin: 0;
    padding: 20px 0;
    position: relative;
    text-align: center;
    cursor: pointer;
  }
  .service-information .service-sidebar.tablet h4:before,
  .service-information .service-sidebar.tablet h4:after {
    content: " ";
    display: table;
  }
  .service-information .service-sidebar.tablet h4:after {
    clear: both;
  }
  .service-information .service-sidebar.tablet h4:before,
  .service-information .service-sidebar.tablet h4:after {
    content: " ";
    display: table;
  }
  .service-information .service-sidebar.tablet h4:after {
    clear: both;
  }
  .service-information .service-sidebar.tablet h4 .sidebar-toggle {
    color: #000000;
    display: block;
    text-align: right;
    width: 100%;
    height: 14px;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    padding-right: 24px;
    bottom: 0;
  }
  .service-information .service-sidebar.tablet h4 .sidebar-toggle .fa {
    font-size: 26px;
  }
  .service-information .service-sidebar.tablet h4 .sidebar-toggle .fa.fa-sort-desc {
    margin-top: -28px;
  }
  .service-information .service-sidebar.tablet h4 .sidebar-toggle .fa.fa-sort-asc {
    margin-top: -4px;
  }
  .service-information .service-sidebar.tablet ul {
    padding: 10px 60px 30px;
  }
  .service-information .service-sidebar.tablet ul:before,
  .service-information .service-sidebar.tablet ul:after {
    content: " ";
    display: table;
  }
  .service-information .service-sidebar.tablet ul:after {
    clear: both;
  }
  .service-information .service-sidebar.tablet ul:before,
  .service-information .service-sidebar.tablet ul:after {
    content: " ";
    display: table;
  }
  .service-information .service-sidebar.tablet ul:after {
    clear: both;
  }
  .service-information .service-sidebar.tablet ul li {
    float: left;
    width: 50%;
  }
  .service-information .service-sidebar.tablet .row-divider {
    display: block;
    margin: 0;
    background-color: #ffffff;
  }
  .service-information .service-sidebar.tablet .row-divider .line {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .service-information .service-sidebar.tablet .service-sidebar-content {
    display: none;
  }
  .service-information .service-sidebar.tablet .service-sidebar-content p {
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .service-information {
    padding-bottom: 0;
  }
  .service-information h1 {
    font-size: 26px;
  }
  .service-information ul,
  .service-information ol {
    padding-left: 10px;
  }
  .service-information .row-divider {
    display: block !important;
  }
  .service-information .btn {
    display: block;
    margin: 30px 0;
  }
  .service-information .service-information-footnote {
    border-top: 1px solid #d9d9d9;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 40px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 30px;
  }
  .service-information .service-information-footnote:before,
  .service-information .service-information-footnote:after {
    content: " ";
    display: table;
  }
  .service-information .service-information-footnote:after {
    clear: both;
  }
  .service-information .service-information-footnote:before,
  .service-information .service-information-footnote:after {
    content: " ";
    display: table;
  }
  .service-information .service-information-footnote:after {
    clear: both;
  }
  .service-information .discontinue-budget {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    display: block;
    margin-left: -16px;
    margin-right: -16px;
    padding: 12px 16px;
  }
  .service-information .discontinue-budget .fa {
    float: right;
  }
  .service-information .service-sidebar {
    background: none;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 50px;
    padding: 0 16px;
  }
  .service-information .fa {
    font-size: 15px;
    font-weight: bold;
    margin-top: 3px;
  }
}
.read-more-container .read-more-link {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.read-more-container .read-more-link .more-link {
  font-size: 16px;
}
.read-more-container .read-more-link .fa {
  font-size: 10px;
  margin-left: 0;
  margin-top: 0;
}
.read-more-container .read-less {
  font-size: 16px;
}
.read-more-container .read-less .fa {
  font-size: 10px;
  margin-left: 0;
  margin-top: 0;
}
@media (min-width: 1280px) {
  .read-more-container.read-more-xs,
  .read-more-container.read-more-sm,
  .read-more-container.read-more-md {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .read-more-container.read-more-xs,
  .read-more-container.read-more-sm,
  .read-more-container.read-more-lg {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .read-more-container.read-more-xs,
  .read-more-container.read-more-md,
  .read-more-container.read-more-lg {
    display: none;
  }
}
@media (max-width: 767px) {
  .read-more-container.read-more-sm,
  .read-more-container.read-more-md,
  .read-more-container.read-more-lg {
    display: none;
  }
}
.faq .faq-sidebar {
  padding: 45px 20px 0;
}
.faq p {
  font-size: 16px;
  line-height: 30px;
}
.faq ol {
  padding: 0 25px;
}
.faq .faq-rate-question {
  padding: 42px 0;
}
.faq .faq-rate-question .fpl-form-row {
  margin-bottom: 0;
}
.faq .faq-rate-question .rate-usefulness,
.faq .faq-rate-question .rate-numerical {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  z-index: 0;
}
.faq .faq-rate-question .rate-usefulness > label,
.faq .faq-rate-question .rate-numerical > label {
  display: block;
  font-size: 18px;
  color: #000000;
  margin-bottom: 24px;
}
.faq .faq-rate-question .rate-usefulness {
  overflow: hidden;
  position: relative;
}
.faq .faq-rate-question .rate-usefulness .fpl-customized-option {
  float: left;
  width: 50%;
}
.faq .faq-rate-question .rate-usefulness .fpl-customized-option input {
  visibility: hidden;
}
.faq .faq-rate-question .rate-usefulness .fpl-customized-option .fpl-custom-radio {
  display: inline-block;
  vertical-align: middle;
}
.faq .faq-rate-question .rate-usefulness .fpl-customized-option .fpl-form-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  margin: 0 0 0 8px;
}
.faq .faq-rate-question .rate-numerical {
  margin-left: -4px;
}
.faq .faq-rate-question .rate-numerical .rate-star {
  display: inline-block;
  margin: 0 2px;
}
.faq .faq-rate-question .rate-numerical .rate-star:first-child {
  margin-left: 0;
}
.faq .faq-rate-question .rate-numerical .rate-star .fa {
  font-size: 30px;
  color: #e0e6e9;
  margin: 0;
}
.faq .faq-rate-question .rate-numerical .rate-star.rate-star-filled .fa {
  color: #0096db;
}
@media (max-width: 1023px) {
  .faq .faq-rate-question {
    padding: 36px 0;
  }
  .faq .faq-rate-question .fpl-form-row {
    margin-bottom: 0;
  }
  .faq .faq-rate-question .rate-usefulness,
  .faq .faq-rate-question .rate-numerical {
    display: block;
    width: 100%;
  }
  .faq .faq-rate-question .rate-numerical {
    margin: 24px 0 0 0;
  }
}
@media (max-width: 767px) {
  .faq .faq-sidebar {
    padding: 0;
  }
  .faq .read-more-container .read-less .less-link,
  .faq .read-more-container .read-more-link .less-link,
  .faq .read-more-container .read-less .more-link,
  .faq .read-more-container .read-more-link .more-link {
    margin-bottom: 30px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 20px;
    text-align: center;
    background: #eff2f4;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    display: block;
    font-family: Arial;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
  }
  .faq .read-less {
    margin-top: 30px;
  }
}
.faqitem {
  margin: 40px;
  width: 60%;
}
.faqitem .fpl-customized-option {
  width: 25%;
}
@media (max-width: 1023px) {
  .faqitem {
    width: auto;
  }
}
@media (max-width: 767px) {
  .faqitem {
    width: auto;
  }
  .faqitem .fpl-customized-option {
    width: 50%;
  }
}
.loading-wait-bar {
  font-family: HelveticaNeueLTStd-Bd;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  display: block;
  padding: 14px;
  text-align: center;
  width: 372px;
  margin: 24px auto;
  clear: both;
  height: 42px;
  line-height: 13px;
  outline: none;
  background-color: #0096db;
}
@media (max-width: 767px) {
  .loading-wait-bar {
    width: 100%;
    height: auto;
    line-height: 24px;
  }
}
.faq-sidebar-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.faq-sidebar-links ul li {
  margin-bottom: 25px;
}
.faq-sidebar-links ul li a {
  display: block;
  font-size: 16px;
}
.faq-sidebar-links ul li a .fa {
  display: none;
}
.faq-sidebar-links ul li.current {
  margin-bottom: 17px;
}
.faq-sidebar-links ul li.current a {
  background: #eff2f4;
  margin-left: -15px;
  margin-right: -15px;
  padding: 8px 15px;
}
@media (max-width: 767px) {
  .faq-sidebar-links {
    border-top: 1px solid #d9d9d9;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 30px;
  }
  .faq-sidebar-links ul li {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0;
  }
  .faq-sidebar-links ul li.current {
    margin-bottom: 0;
  }
  .faq-sidebar-links ul li a,
  .faq-sidebar-links ul li.current a {
    background: none;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 16px;
  }
  .faq-sidebar-links ul li a .fa,
  .faq-sidebar-links ul li.current a .fa {
    display: inline-block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    margin-top: 7px;
  }
}
.faq-search {
  margin-bottom: 40px;
  text-align: center;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field {
  display: inline-block;
  width: auto;
  overflow: visible;
  vertical-align: middle;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search {
  width: 592px;
  height: 52px;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  border: 1px solid #cccccc;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box.suggestion-box-open .fpl-input {
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  border-radius: 24px 24px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box.suggestion-box-open .sf_suggestion {
  display: block;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box .fpl-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
  width: 590px;
  border: 0;
  background-color: #ffffff;
  padding: 11px 20px;
  margin: 2px 0;
  color: #000000;
  height: 46px;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box .btn {
  display: inline-block;
  margin-top: 4px;
  vertical-align: top;
  width: 170px;
  margin-bottom: 3px;
  height: 47px;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box .sf_suggestion {
  display: none;
  -webkit-border-radius: 0 0 28px 28px;
  -moz-border-radius: 0 0 28px 28px;
  border-radius: 0 0 28px 28px;
  width: 590px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  position: relative;
  cursor: pointer;
  padding: 0 20px;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box .sf_suggestion ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  width: 100%;
  text-align: left;
  -webkit-border-radius: 0 0 24px;
  -moz-border-radius: 0 0 24px;
  border-radius: 0 0 24px;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box .sf_suggestion ul li {
  border-top: 1px solid #cccccc;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box .sf_suggestion ul li a {
  font-family: HelveticaNeueLTStd-Md;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  display: block;
  padding: 18px 0;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box .sf_suggestion ul li a:hover {
  color: #129ddd;
  text-decoration: none;
}
.faq-search .fpl-form .fpl-form-row .fpl-form-field button {
  width: 170px;
  height: 52px;
  margin: 2px 0 2px 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search {
    width: 472px;
  }
  .faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box .fpl-input,
  .faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box .sf_suggestion {
    width: 470px;
  }
}
@media (max-width: 767px) {
  .faq-search .fpl-form .fpl-form-row .fpl-form-field,
  .faq-search .fpl-form .fpl-form-row .fpl-form-field .fpl-input,
  .faq-search .fpl-form .fpl-form-row .fpl-form-field .btn {
    display: block;
    width: 100%;
  }
  .faq-search .fpl-form .fpl-form-row .fpl-form-field:first-child {
    z-index: 3;
  }
  .faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search {
    width: 100%;
  }
  .faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box {
    width: 100%;
  }
  .faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box .fpl-input,
  .faq-search .fpl-form .fpl-form-row .fpl-form-field .faq-suggestion-search .suggestion-box .sf_suggestion {
    width: 100%;
  }
  .faq-search .fpl-form .fpl-form-row .fpl-form-field .btn {
    margin: 20px 0;
  }
}
.form-section {
  margin: 35px auto 0;
  max-width: 1280px;
}
.form-section p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
.form-section a {
  font-size: 16px;
}
.form-section .row .row {
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-section .row {
    margin-bottom: 24px;
  }
}
.form-section .fpl-form-info {
  margin-bottom: 16px;
}
.form-section .fpl-form-row .fpl-form-field .fpl-customized-option {
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 0;
  width: 100%;
}
.form-section .fpl-form-row .fpl-form-field .fpl-customized-option .fpl-custom-option {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-section .fpl-form-row .fpl-form-field .fpl-customized-option .fpl-custom-option {
    margin: 0 16px 0 0;
  }
}
.form-section .fpl-form-row .fpl-form-field .fpl-form-label {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 30px;
  max-width: 332px;
  margin-bottom: 0;
}
.form-section .fpl-form-row .fpl-form-field .fpl-form-label span {
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-section .fpl-form-row .fpl-form-field .fpl-form-label {
    max-width: 300px;
  }
}
@media (max-width: 1023px) {
  .form-section .fpl-form-row .fpl-form-field .fpl-form-label span {
    display: block;
  }
}
.form-section .fpl-form-row .fpl-form-field .btn {
  clear: none;
  float: left;
  max-width: 100%;
}
.form-section .fpl-form-row .fpl-form-field .btn.reset {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .form-section .fpl-form-row .fpl-form-field .btn {
    padding-left: 80px;
    padding-right: 80px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .form-section .fpl-form-row .fpl-form-field .btn {
    clear: both;
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
  .form-section .fpl-form-row .fpl-form-field .btn.reset {
    margin-left: 0;
  }
}
.form-section .fpl-form-row .fpl-form-field.rounded-field .fpl-textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-section .fpl-form-row.inline-form-fields .fpl-form-field {
  display: inline-block;
  vertical-align: middle;
  width: 32%;
}
@media (max-width: 767px) {
  .form-section .fpl-form-row.inline-form-fields .fpl-form-field {
    width: 100%;
    margin-bottom: 16px;
  }
}
.form-section .fpl-form-row.inline-form-fields .fpl-form-field .fpl-customized-option .fpl-custom-option {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .form-section .fpl-form-row.inline-form-fields .fpl-form-field .fpl-customized-option .fpl-custom-option {
    margin: 0 5px 0 0;
  }
}
.form-section .fpl-form-row.inline-form-fields .fpl-form-field .fpl-form-label {
  vertical-align: middle;
}
.fpl-textarea {
  resize: none;
  display: block;
  border: 1px solid #666666;
  padding: 10px;
  margin-bottom: 12px;
  width: 100%;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #666666;
  background: #ffffff;
  -webkit-box-shadow: inset 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  background: rgba(0, 0, 0, 0.02);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 20%, rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0.02) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.02)), color-stop(20%, rgba(255, 255, 255, 0.02)), color-stop(42%, rgba(255, 255, 255, 0.02)), color-stop(100%, rgba(255, 255, 255, 0.02)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 20%, rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0.02) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 20%, rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0.02) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 20%, rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0.02) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 20%, rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0.02) 100%);
}
.ie8 .form-section .fpl-form-row .fpl-form-field input {
  line-height: 18px;
}
.ie8 .form-section .fpl-form-row .fpl-form-field .btn {
  width: auto;
  overflow: visible;
}
.ie8 .form-section .fpl-form-row .fpl-form-field .fpl-customized-option input.fpl-radio {
  visibility: hidden;
}
.fpl-form .fpl-choice-box.standalone {
  border-bottom: 0;
  margin-bottom: 20px;
  padding: 0;
}
.fpl-form .fpl-choice-box.standalone .fpl-customized-option {
  margin-bottom: 0;
}
.fpl-form .fpl-choice-box.standalone .choice-info .choice-detail {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  max-width: 100%;
}
.fpl-form .fpl-background-radio-group .fpl-choice-box {
  background: #eff2f4;
  border-bottom: 5px solid #e0e6e9;
  margin-bottom: 20px;
}
.fpl-form .fpl-background-radio-group .fpl-choice-box .choice-info {
  float: right;
}
.fpl-form .fpl-background-radio-group .fpl-choice-box .choice-info .choice-detail {
  font-size: 16px;
}
.fpl-form .fpl-background-radio-group .fpl-choice-box .choice-field {
  float: left;
}
.fpl-form .fpl-background-radio-group .fpl-choice-box .choice-field .fpl-custom-radio {
  margin-top: 5px;
}
@media (max-width: 1023px) {
  .fpl-form .fpl-background-radio-group .choice-field .fpl-custom-radio {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .fpl-form .fpl-background-radio-group .fpl-choice-box .choice-info {
    width: 75%;
  }
  .fpl-form .fpl-background-radio-group .fpl-choice-box .choice-info .choice-detail {
    max-width: 80%;
  }
  .fpl-form .fpl-background-radio-group .choice-field .fpl-custom-radio {
    margin-left: 5px;
  }
}
.fpl-form .secondary-phone-container {
  overflow: auto;
}
.fpl-form .fpl-form-row.form-tooltip-text > .fpl-form-row {
  margin-bottom: 0;
}
.fpl-form .fpl-form-row.form-tooltip-text .fpl-form-tooltip {
  margin-left: 0;
  margin-right: 0;
}
.fpl-form .fpl-form-row.form-tooltip-text .fpl-form-tooltip .fpl-tooltip {
  float: right;
}
.fpl-form .fpl-form-row.secondary-phone {
  float: left;
  width: 65%;
}
.fpl-form .fpl-form-row.secondary-phone.ext {
  margin-left: 5%;
  width: 30%;
}
.fpl-form .fpl-form-row.ssn .fpl-form-field:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e0e6e9;
  color: #ffffff;
  content: "\f023";
  display: block;
  font-family: FontAwesome;
  height: 30px;
  padding-top: 5px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 7px;
  width: 30px;
}
@media (max-width: 1023px) {
  .fpl-form .fpl-form-row.ssn .fpl-form-field:before {
    top: 7px;
  }
}
@media (max-width: 767px) {
  .fpl-form .fpl-form-row.ssn .fpl-form-field:before {
    top: 12px;
  }
}
.fpl-form .fpl-form-row.sin .fpl-form-field input {
  background: #ffffff url('../images/flag_canada.png') no-repeat right 47px top 13px;
}
@media (max-width: 767px) {
  .fpl-form .fpl-form-row.sin .fpl-form-field input {
    background: #ffffff url('../images/flag_canada.png') no-repeat right 47px top 17px;
  }
}
.fpl-form .form-view-more {
  background: #eff2f4;
  border: 1px solid #cccccc;
  display: none;
  font-size: 16px;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: 16px -16px 32px -16px;
}
.fpl-form .form-view-more a {
  font-weight: bold;
}
.fpl-form .form-view-more a .fa-sort-down {
  margin-top: -8px;
}
.fpl-form .form-view-more a .fa-sort-up {
  margin-bottom: -8px;
}
.fpl-form .fpl-address-group .fpl-form-row .fpl-form-field .fpl-input-group .fpl-form-label {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 30px;
  max-width: 332px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .fpl-form .fpl-address-group .fpl-form-row .fpl-form-field .fpl-input-group .fpl-form-label span {
    display: block;
  }
}
.fpl-form .fpl-address-group .fpl-form-row.inline-form-fields .fpl-form-field {
  display: inline-block;
}
.fpl-form .fpl-address-group .fpl-form-row.inline-form-fields .fpl-form-field.city {
  width: 78%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .fpl-form .fpl-address-group .fpl-form-row.inline-form-fields .fpl-form-field.city {
    width: 100%;
    margin-bottom: 16px;
  }
}
.fpl-form .fpl-address-group .fpl-form-row.inline-form-fields .fpl-form-field.zip-code {
  width: 20%;
}
@media (max-width: 767px) {
  .fpl-form .fpl-address-group .fpl-form-row.inline-form-fields .fpl-form-field.zip-code {
    width: 100%;
    margin-bottom: 16px;
  }
}
.fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-left: -4px;
}
.fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field:first-child {
  margin-left: 0;
}
.fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field label {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field label span {
  font-weight: normal;
  color: #666666;
}
.fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field .fpl-choice-box {
  border-bottom: 0;
  padding: 10px;
}
.fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field .fpl-choice-box .choice-field {
  float: left;
  margin-left: 0;
  width: auto;
}
.fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field .fpl-choice-box .choice-field.fpl-customized-option .fa-check {
  padding: 0;
}
.fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field .fpl-choice-box .choice-field .fpl-custom-option {
  margin-right: 0px;
}
.fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field .fpl-choice-box .choice-info {
  margin: 4px 0 0 6px;
}
.fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field .fpl-choice-box .choice-info .choice-detail {
  font-size: 16px;
  line-height: 20px;
  margin-left: 10px;
}
.fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field .fpl-choice-box:first-child {
  padding-top: 0;
}
@media (max-width: 767px) {
  .fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field {
    width: 100%;
    margin: 0;
  }
  .fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field label {
    display: block;
    margin-bottom: 24px;
  }
  .fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field .fpl-choice-box {
    padding-left: 0;
  }
  .fpl-form .fpl-checkbox-group .fpl-form-row .fpl-form-field .fpl-choice-box .choice-info .choice-detail {
    max-width: 100%;
  }
}
.fpl-form .fpl-image-selector .fpl-form-row .fpl-form-field > label,
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field > label {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.fpl-form .fpl-image-selector .fpl-form-row .fpl-form-field .fpl-image-option,
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option {
  float: left;
  width: 25%;
  margin: 16px 0;
  padding-right: 24px;
}
.fpl-form .fpl-image-selector .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option,
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option {
  display: block;
  margin-top: 10px;
}
.fpl-form .fpl-image-selector .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-custom-radio,
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-custom-radio {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
}
.fpl-form .fpl-image-selector .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option > label,
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option > label {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-top: 10px;
  font-weight: normal;
  padding-left: 6px;
}
.fpl-form .fpl-image-selector .fpl-form-row .fpl-form-field .fpl-image-option .image-label img,
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .image-label img {
  width: 100%;
}
.fpl-form .fpl-image-selector .fpl-form-row .fpl-form-field .fpl-image-option .image-label > label,
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .image-label > label {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-weight: normal;
  padding-left: 6px;
}
@media (min-width: 401px) and (max-width: 767px) {
  .fpl-form .fpl-image-selector .fpl-form-row .fpl-form-field .fpl-image-option,
  .fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option {
    width: 50%;
    padding-right: 16px;
  }
}
@media (max-width: 400px) {
  .fpl-form .fpl-image-selector .fpl-form-row .fpl-form-field .fpl-image-option,
  .fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option {
    width: 100%;
    padding-right: 0;
    max-width: 400px;
  }
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field {
  overflow: visible;
  z-index: auto;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option {
  display: block;
  width: 100%;
  margin-top: 0;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option > label {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
  padding-left: 0;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-number-field {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  margin-top: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-number-field .number-arrow {
  width: 30px;
  height: 30px;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-number-field .number-arrow.decrement .num-arrow-icon {
  border-right: 6px solid #0096db;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-number-field .number-arrow.increment .num-arrow-icon {
  border-left: 6px solid #0096db;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-number-field .number-arrow .num-arrow-icon {
  width: 8px;
  height: 12px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-number-field .number-display {
  width: 34px;
  height: 30px;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-number-field .number-display .number-value {
  width: 30px;
  height: 22px;
  font-size: 16px;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-dropdown-field {
  width: 124px;
  display: inline-block;
  vertical-align: middle;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-dropdown-field .fpl-dropdown {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-dropdown-field .fpl-dropdown.dropdown-open {
  -webkit-border-radius: 22px 22px 0 0;
  -moz-border-radius: 22px 22px 0 0;
  border-radius: 22px 22px 0 0;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item {
  padding-left: 12px;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-text {
  font-size: 16px;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow {
  width: 24px;
  height: 24px;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa {
  width: 9px;
  height: 18px;
  font-size: 18px;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list {
  position: absolute;
  border: 1px solid #cccccc;
  border-top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 22px 22px;
  -moz-border-radius: 0 0 22px 22px;
  border-radius: 0 0 22px 22px;
  padding: 6px 12px;
  width: 124px;
  margin-left: -1px;
  z-index: 10;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list li {
  font-size: 16px;
  padding: 6px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-dropdown-field {
    width: 118px;
  }
  .fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list {
    width: 118px;
  }
}
@media (max-width: 767px) {
  .fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-dropdown-field {
    max-width: 100%;
  }
  .fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list {
    width: 101%;
  }
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .option-link {
  margin: 10px 0;
}
@media (max-width: 767px) {
  .fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .option-link {
    margin: 10px auto;
  }
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .option-link a {
  display: block;
  font-size: 16px;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .option-link a .fa {
  display: inline-block;
  margin: 0 6px 0 0;
  position: relative;
  padding: 0;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .image-label {
  display: block;
  width: 100%;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .image-label img {
  padding: 0;
}
.fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option .image-label label {
  margin-bottom: 10px;
  font-weight: normal;
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option {
    width: 25%;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option {
    width: 50%;
    padding-right: 16px;
  }
}
@media (max-width: 400px) {
  .fpl-form .fpl-order-form .fpl-form-row .fpl-form-field .fpl-image-option {
    width: 100%;
    padding-right: 0;
    max-width: 400px;
  }
}
.fpl-form .fpl-multiple-streetlight .fpl-form-field > label {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table {
  border-collapse: separate;
  border-spacing: 0 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr {
    padding-bottom: 10px;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr td {
    line-height: normal;
    padding: 10px;
    vertical-align: top;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th.col-number,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr td.col-number {
    width: 8%;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th.col-description,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr td.col-description {
    width: 17%;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th.col-address,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr td.col-address {
    width: 17%;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th.col-city,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr td.col-city {
    width: 13%;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th.col-problem,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr td.col-problem {
    width: 28%;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th.col-previously,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr td.col-previously {
    width: 17%;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th .asterisk {
    color: #dd1500;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr.fpl-multiple-streetlight-table-row td {
    border: 1px solid #d9d9d9;
    border-left: 0;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr.fpl-multiple-streetlight-table-row td:first-child {
    border-left: 1px solid #d9d9d9;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr.fpl-multiple-streetlight-table-row td > label {
    display: none;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr.fpl-multiple-streetlight-table-row td .fpl-form-field input {
    font-size: 14px;
    margin-bottom: 0;
    padding: 6px 15px;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr.fpl-multiple-streetlight-table-row td .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list li {
    font-size: 14px;
    padding: 8px 0;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr.fpl-multiple-streetlight-table-row td .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item {
    font-size: 14px;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr.fpl-multiple-streetlight-table-row td .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow {
    height: 24px;
    width: 24px;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr.fpl-multiple-streetlight-table-row td .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa {
    right: 2px;
  }
}
@media (max-width: 767px) {
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th {
    display: none;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th.col-number,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr td.col-number,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th.col-description,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr td.col-description,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th.col-address,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr td.col-address,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th.col-city,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr td.col-city,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th.col-problem,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr td.col-problem,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr th.col-previously,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr td.col-previously {
    width: 100%;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr.fpl-multiple-streetlight-table-row {
    display: block;
    margin-bottom: 15px;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr.fpl-multiple-streetlight-table-row td {
    border: 1px solid #d9d9d9;
    border-top: 0;
    display: block;
    padding: 15px 15px 20px;
    width: 100%;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr.fpl-multiple-streetlight-table-row td:first-child {
    border: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr.fpl-multiple-streetlight-table-row td > label {
    display: block;
    margin-bottom: 10px;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-table tr.fpl-multiple-streetlight-table-row td .fpl-form-field input {
    margin-bottom: 0;
  }
}
.fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add {
  margin-top: 10px;
  width: 100%;
}
.fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add:before,
.fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add:after {
  content: " ";
  display: table;
}
.fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add:after {
  clear: both;
}
.fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add:before,
.fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add:after {
  content: " ";
  display: table;
}
.fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add:after {
  clear: both;
}
.fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add span,
.fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add .fpl-multiple-streetlight-add-btn {
  clear: none;
  display: block;
  float: left;
}
.fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add span {
  margin-right: 15px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add {
    margin-top: 0;
    text-align: center;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add span,
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add .fpl-multiple-streetlight-add-btn {
    clear: both;
    display: block;
    float: none;
    max-width: 100%;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add span {
    margin: 0;
    margin-bottom: 10px;
  }
  .fpl-form .fpl-multiple-streetlight .fpl-multiple-streetlight-add .fpl-multiple-streetlight-add-btn {
    display: inline-block;
  }
}
.dijitPopup {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  width: 384px;
}
@media (max-width: 1023px) {
  .dijitPopup {
    width: 488px;
  }
}
@media (max-width: 767px) {
  .dijitPopup {
    padding-left: 16px;
    padding-right: 16px;
    left: 0 !important;
    width: 100%;
  }
}
.dijitPopup .fpl-dropdown-field .fpl-dropdown.dropdown-open .dropdown-list {
  max-height: none;
}
#search-results .search-results-page-title {
  height: 150px;
  width: 100%;
  background: #5fb0e7;
}
#search-results .search-results-page-title p {
  color: #ffffff;
  line-height: 150px;
  margin: 0 auto;
  font-size: 45px;
  width: 800px;
  font-family: SerifaStd-Bold;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #search-results .search-results-page-title p {
    font-size: 45px;
    width: 725px;
  }
}
@media (max-width: 767px) {
  #search-results .search-results-page-title p {
    font-size: 30px;
    padding-left: 15px;
    width: 100%;
  }
}
#search-results .search-results-content {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #search-results .search-results-content {
    width: 725px;
  }
}
@media (max-width: 767px) {
  #search-results .search-results-content {
    width: 100%;
  }
}
#search-results .search-results-content .search-results-content-header {
  padding: 35px 0;
  width: 100%;
}
#search-results .search-results-content .search-results-content-header:before,
#search-results .search-results-content .search-results-content-header:after {
  content: " ";
  display: table;
}
#search-results .search-results-content .search-results-content-header:after {
  clear: both;
}
#search-results .search-results-content .search-results-content-header:before,
#search-results .search-results-content .search-results-content-header:after {
  content: " ";
  display: table;
}
#search-results .search-results-content .search-results-content-header:after {
  clear: both;
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-header {
    padding-top: 40px;
    width: 100%;
  }
}
#search-results .search-results-content .search-results-content-header .search-results-number {
  font-size: 16px;
  float: left;
  width: 55%;
  margin-right: 15%;
  margin-top: 13px;
}
@media (max-width: 1023px) {
  #search-results .search-results-content .search-results-content-header .search-results-number {
    width: 60%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-header .search-results-number {
    float: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 20px;
    padding-bottom: 40px;
    width: 100%;
  }
}
#search-results .search-results-content .search-results-content-header .fpl-customized-option {
  float: left;
  width: 30%;
}
@media (max-width: 1023px) {
  #search-results .search-results-content .search-results-content-header .fpl-customized-option {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-header .fpl-customized-option {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
#search-results .search-results-content .search-results-content-blocks {
  border: 1px solid #d7d7d7;
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-blocks {
    border: none;
  }
}
#search-results .search-results-content .search-results-content-blocks .block-list {
  list-style: none;
  padding: 0;
}
#search-results .search-results-content .search-results-content-blocks .block-list .block {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  background: url('../images/electric-wire-gray.png') no-repeat bottom;
  background-size: 100%;
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-blocks .block-list .block {
    background-image: none;
    border-bottom: 1px solid #ccc;
  }
}
#search-results .search-results-content .search-results-content-blocks .block-list .block h1 {
  text-align: left;
  color: #0096db;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 1023px) {
  #search-results .search-results-content .search-results-content-blocks .block-list .block h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-blocks .block-list .block h1 {
    font-size: 20px;
  }
}
#search-results .search-results-content .search-results-content-blocks .block-list .block a {
  text-decoration: none;
}
#search-results .search-results-content .search-results-content-blocks .block-list .block a p.description {
  color: #666666;
  font-size: 16px;
}
@media (max-width: 1023px) {
  #search-results .search-results-content .search-results-content-blocks .block-list .block a p.description {
    width: 550px;
  }
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-blocks .block-list .block a p.description {
    width: 100%;
  }
}
#search-results .search-results-content .search-results-content-blocks .block-list .block a p.url {
  color: #408b59;
  font-size: 16px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#search-results .search-results-content .search-results-content-blocks .block-list .block .see-more {
  font-size: 16px;
}
#search-results .search-results-content .search-results-content-blocks .block-list .block .see-more a {
  color: #0096db;
}
#search-results .search-results-content .search-results-content-blocks .block-list .block.key {
  width: 100%;
  padding-left: 5%;
  background-image: none;
  background-color: #f0f2f4;
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-blocks .block-list .block.key {
    border: none;
  }
}
#search-results .search-results-content .search-results-content-blocks .block-list .block.key h1 {
  text-align: left;
  color: #0c2739;
  font-size: 26px;
  font-family: SerifaStd-Bold;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 1023px) {
  #search-results .search-results-content .search-results-content-blocks .block-list .block.key h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-blocks .block-list .block.key h1 {
    font-size: 20px;
  }
}
#search-results .search-results-content .search-results-content-blocks .block-list .block.key a p.description {
  color: #0096db;
}
#search-results .search-results-content .search-results-content-blocks .block-list .block.last {
  border: none;
  padding-bottom: 0;
  background-image: none;
}
#search-results .search-results-content .search-results-content-blocks .pagination {
  display: none;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-blocks .pagination {
    display: block;
    width: 100%;
    text-align: center;
  }
}
#search-results .search-results-content .search-results-content-blocks .nav-buttons {
  width: 350px;
  height: 50px;
  margin: 15px auto;
  padding-top: 15px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-blocks .nav-buttons {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
#search-results .search-results-content .search-results-content-blocks .nav-buttons .pagination {
  display: block;
  margin: 0;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-blocks .nav-buttons .pagination {
    display: none;
  }
}
#search-results .search-results-content .search-results-content-blocks .nav-buttons .prev,
#search-results .search-results-content .search-results-content-blocks .nav-buttons .next {
  display: block;
  float: left;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-blocks .nav-buttons .prev,
  #search-results .search-results-content .search-results-content-blocks .nav-buttons .next {
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    display: block;
    float: left;
    width: 50%;
    height: 50px;
    border: 1px solid #ccc;
  }
}
#search-results .search-results-content .search-results-content-blocks .nav-buttons .prev {
  border-right: none;
}
#search-results .search-results-content .search-results-content-blocks .nav-buttons .next {
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  #search-results .search-results-content .search-results-content-blocks .nav-buttons .next {
    text-align: center;
    border-left: 1px solid #ccc;
  }
}
.masthead-carousel,
.masthead-single {
  position: relative;
  background-color: #5fb0e7;
}
@media (max-width: 767px) {
  .masthead-carousel,
  .masthead-single {
    margin-top: -4px;
  }
}
.masthead-carousel .masthead-slider,
.masthead-single .masthead-slider {
  position: relative;
  max-width: 1280px;
  margin: auto;
}
.masthead-carousel .masthead-slider.masthead-slider-loading,
.masthead-single .masthead-slider.masthead-slider-loading {
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 300px;
  width: 100%;
}
.masthead-carousel .masthead-slider.masthead-slider-loading .slider-wrap,
.masthead-single .masthead-slider.masthead-slider-loading .slider-wrap {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.masthead-carousel .masthead-slider .slider-wrap,
.masthead-single .masthead-slider .slider-wrap {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.masthead-carousel .bx-wrapper,
.masthead-single .bx-wrapper {
  margin: 0 auto;
}
.masthead-carousel .bx-wrapper .bx-viewport,
.masthead-single .bx-wrapper .bx-viewport {
  border: 0;
  left: 0;
  max-height: 445px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1023px) {
  .masthead-carousel .bx-wrapper .bx-viewport,
  .masthead-single .bx-wrapper .bx-viewport {
    max-height: none;
  }
}
.masthead-carousel .bx-wrapper .bx-viewport .bxslider,
.masthead-single .bx-wrapper .bx-viewport .bxslider {
  padding: 0;
}
.masthead-carousel .bx-wrapper img,
.masthead-single .bx-wrapper img {
  width: 100%;
  height: 100%;
}
.masthead-carousel .bx-wrapper .bx-pager,
.masthead-single .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 16px;
  padding: 0;
  z-index: 3;
}
.masthead-carousel .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item,
.masthead-single .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
  vertical-align: middle;
}
.masthead-carousel .bx-wrapper .bx-pager.bx-default-pager a,
.masthead-single .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #0096db;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.masthead-carousel .bx-wrapper .bx-pager.bx-default-pager a:hover,
.masthead-single .bx-wrapper .bx-pager.bx-default-pager a:hover,
.masthead-carousel .bx-wrapper .bx-pager.bx-default-pager a.active,
.masthead-single .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #ffffff;
  border: 3px solid #0096db;
}
.masthead-carousel .bx-wrapper .bx-loading,
.masthead-single .bx-wrapper .bx-loading {
  background: url('../images/bx_loader.gif') center center no-repeat transparent;
}
.masthead-carousel .carousel-info,
.masthead-single .carousel-info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  background-color: rgba(252, 253, 254, 0.8);
  padding: 22px 0 24px;
}
@media (max-width: 767px) {
  .masthead-carousel .carousel-info,
  .masthead-single .carousel-info {
    padding: 12px 0 14px;
  }
}
.masthead-carousel .carousel-info h1.carousel-title,
.masthead-single .carousel-info h1.carousel-title {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  color: #113852;
  margin: 0 0 14px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .masthead-carousel .carousel-info h1.carousel-title,
  .masthead-single .carousel-info h1.carousel-title {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .masthead-carousel .carousel-info h1.carousel-title,
  .masthead-single .carousel-info h1.carousel-title {
    font-size: 27px;
  }
}
@media (max-width: 1023px) {
  .masthead-carousel .carousel-info h1.carousel-title,
  .masthead-single .carousel-info h1.carousel-title {
    font-size: 36px;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 767px) {
  .masthead-carousel .carousel-info h1.carousel-title,
  .masthead-single .carousel-info h1.carousel-title {
    font-size: 23px;
    margin-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.masthead-carousel .carousel-info p.carousel-detail,
.masthead-single .carousel-info p.carousel-detail {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #113852;
  margin: 0 0 14px 0;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  .masthead-carousel .carousel-info p.carousel-detail,
  .masthead-single .carousel-info p.carousel-detail {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .masthead-carousel .carousel-info p.carousel-detail,
  .masthead-single .carousel-info p.carousel-detail {
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 7px;
  }
}
.masthead-carousel .carousel-info a.carousel-link,
.masthead-single .carousel-info a.carousel-link {
  margin: 0 0 24px 0;
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 767px) {
  .masthead-carousel .carousel-info a.carousel-link,
  .masthead-single .carousel-info a.carousel-link {
    margin: 0 0 22px 0;
  }
}
.masthead-single .slider-wrap .carousel-info a.carousel-link {
  margin: 0;
}
.ie8 .masthead-carousel .carousel-info {
  background-color: #ffffff;
  filter: alpha(opacity=80);
}
.masthead-steps {
  background: #0096db;
  padding: 30px 40px;
}
.masthead-steps .step {
  position: relative;
}
.masthead-steps .step .step-circle {
  float: left;
  background: #eff2f4;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding: 4px;
}
.masthead-steps .step .step-circle .inner-circle {
  background: #ffffff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 4px;
}
.masthead-steps .step .step-circle .inner-circle .step-number {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #0096db;
  text-align: center;
  font-size: 22px;
  display: block;
  line-height: normal;
}
.masthead-steps .step .step-text {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  margin-left: 60px;
}
.campaign-page.main-content {
  margin-top: 0;
}
.campaign-page .campaign {
  padding-bottom: 50px;
  padding-top: 0;
  margin: 0 auto;
  max-width: 1280px;
}
.campaign-page .campaign .callout {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  padding: 35px 0;
  font-size: 16px;
}
.campaign-page .campaign .callout h3 {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  margin: 0 0 15px;
}
.campaign-page .campaign .callout h3 sup {
  font-size: 0.6em;
}
.campaign-page .campaign .callout ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
}
.campaign-page .campaign .callout ul li {
  list-style-type: none;
  line-height: 2em;
}
.campaign-page .campaign .callout ul li i {
  color: #5ca945;
  font-size: 1.5em;
}
.campaign-page .campaign .callout.billing-signup {
  background: #eff2f4;
  border-radius: 5px;
}
.campaign-page .campaign .callout.billing-signup .btn {
  margin: 30px auto 0;
  width: 200px;
}
.campaign-page .campaign .details {
  margin-top: 50px;
}
.campaign-page .campaign .details p {
  margin: 0 0 20px;
}
.campaign-page .campaign .details p.important {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
}
.campaign-page .campaign .parsys > .parsys_column {
  margin: 30px auto;
}
@media (max-width: 767px) {
  .campaign-page .masthead-steps {
    padding: 0;
  }
  .campaign-page .masthead-steps .step {
    padding: 20px 16px;
  }
  .campaign-page .masthead-steps .step .step-text {
    padding-right: 16px;
  }
  .campaign-page .campaign {
    padding-top: 0;
  }
  .campaign-page .campaign .callout {
    text-align: left;
  }
  .campaign-page .campaign .callout.billing-signup {
    padding: 35px 10px;
  }
  .campaign-page .campaign .callout.billing-signup .btn {
    width: auto;
  }
  .campaign-page .campaign .details p,
  .campaign-page .campaign .details p.important {
    font-size: 15px;
  }
}
.ie8 .campaign-page .masthead-steps .step .step-text {
  position: relative;
}
.gray-callout {
  margin-top: 0;
  padding: 20px;
  background: #eff2f4;
}
.login-toolbar {
  background-color: #f0f2f4;
  padding: 16px 0;
}
.login-toolbar label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px 0 0;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}
.login-toolbar .fpl-form .fpl-form-row {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .login-toolbar .fpl-form .fpl-form-row {
    min-width: 1145px;
  }
}
.login-toolbar .fpl-form .fpl-form-row .fpl-form-field {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  margin-right: 16px;
}
@media (max-width: 1023px) {
  .login-toolbar .fpl-form .fpl-form-row .fpl-form-field {
    width: 180px;
  }
}
.login-toolbar .fpl-form .fpl-form-row .fpl-form-field .fpl-input {
  margin-bottom: 0;
  font-size: 16px;
}
.login-toolbar .fpl-form .fpl-form-row .login-links {
  display: inline-block;
  vertical-align: middle;
}
.login-toolbar .fpl-form .fpl-form-row .login-links a:hover {
  text-decoration: underline;
}
.login-toolbar .fpl-form .fpl-form-row .login-btn,
.login-toolbar .fpl-form .fpl-form-row .nav-bar-login-btn {
  width: auto;
  margin-right: 24px;
}
.login-toolbar .fpl-form .fpl-form-row .login-btn .btn,
.login-toolbar .fpl-form .fpl-form-row .nav-bar-login-btn .btn {
  width: 140px;
  font-size: 14px;
}
.login-toolbar .fpl-form .fpl-form-row .fpl-form-note {
  margin-left: 0;
  font-size: inherit;
  color: inherit;
}
.login-toolbar .fpl-form .fpl-form-row .fpl-form-note.fpl-remember .choice-info {
  margin-left: 0;
  margin-top: 0;
  width: auto;
  padding-top: 0;
}
.login-toolbar .fpl-form .fpl-form-row .fpl-form-note.fpl-remember .choice-info .choice-detail {
  color: #666666;
  font-size: 14px;
  padding-top: 0;
  width: auto;
}
.login-toolbar .fpl-form .fpl-form-row .fpl-form-note.fpl-remember .choice-field {
  margin-left: 0;
  margin-right: 5px;
}
.login-toolbar .fpl-form .fpl-form-row .fpl-form-note.fpl-remember .fpl-custom-checkbox {
  width: 20px;
  height: 20px;
}
.login-toolbar .fpl-form .fpl-form-row .fpl-form-note.fpl-remember .fpl-custom-checkbox.custom-option-selected .fa-check {
  font-size: 18px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .login-toolbar .fpl-form {
    text-align: center;
  }
  .login-toolbar .fpl-form .fpl-form-row {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .login-toolbar .fpl-form .fpl-form-row label {
    width: 150px;
  }
  .login-toolbar .fpl-form .fpl-form-row .login-btn {
    margin-right: 10px;
  }
  .login-toolbar .fpl-form .fpl-form-row .login-links {
    display: block;
    margin-left: 170px;
    margin-top: 10px;
  }
  .login-toolbar .fpl-form .fpl-form-row .login-links > div {
    display: inline-block;
    vertical-align: middle;
  }
  .login-toolbar .fpl-form .fpl-form-row .login-links .fpl-remember {
    margin-right: 35px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .login-toolbar {
    background: none;
    padding: 0;
    position: relative;
  }
  .login-toolbar .fpl-section {
    opacity: 0.95;
    filter: alpha(opacity=95);
    background-color: #f0f2f4;
    padding: 12px 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
  }
  .login-toolbar .fpl-form {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .login-toolbar .fpl-form .fpl-form-row label,
  .login-toolbar .fpl-form .fpl-form-row .fpl-form-field,
  .login-toolbar .fpl-form .fpl-form-row .login-btn .btn {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .login-toolbar .fpl-form .fpl-form-row .ada-form-label {
    display: none;
  }
  .login-toolbar .fpl-form .fpl-form-row .fpl-form-field.login-btn {
    margin-bottom: 10px;
  }
  .login-toolbar .fpl-form .fpl-form-row .login-btn .btn {
    height: 52px;
    margin-bottom: 0px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .login-toolbar .fpl-form .fpl-form-row .login-links .fpl-remember {
    margin-bottom: 5px;
  }
  .login-toolbar .login-toolbar-close {
    right: 20px;
    position: absolute;
    top: 8px;
    z-index: 1000;
  }
  .login-toolbar .login-toolbar-close .login-toolbar-close-link {
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
  }
}
.nav-bar-login {
  display: block;
  text-align: center;
}
.nav-bar-login .nav-bar-login-btn {
  background: none;
  border: 2px solid #0096db;
  color: #0096db;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 130px;
}
.ie8 .login-toolbar .fpl-form .fpl-form-row .fpl-form-note.fpl-remember .choice-field .fpl-checkbox {
  visibility: hidden;
}
.quick-nav {
  background-color: #0096db;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .quick-nav {
    padding: 3px 16px 20px;
  }
}
.quick-nav .quick-nav-label {
  font-family: SerifaStd-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: #ffffff;
  padding-left: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .quick-nav .quick-nav-label {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .quick-nav .quick-nav-label {
    margin: 0 0 0 0;
    text-align: center;
    display: block;
  }
}
.quick-nav .fpl-form {
  text-align: center;
}
.quick-nav .fpl-form .fpl-form-row {
  margin-bottom: 0;
}
.quick-nav .fpl-form .fpl-form-row .fpl-form-field {
  display: inline-block;
  vertical-align: middle;
  width: 454px;
  height: 54px;
  overflow: visible;
}
.quick-nav .fpl-form .fpl-form-row .fpl-form-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow {
  height: 36px;
  width: 36px;
}
.quick-nav .fpl-form .fpl-form-row .fpl-form-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa {
  right: 8px;
  top: 2px;
}
.quick-nav .fpl-form .fpl-form-row .fpl-form-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa.fa-caret-up {
  top: -2px;
}
.quick-nav .fpl-form .fpl-form-row .fpl-form-field .fpl-dropdown .dropdown-selected-item .selected-item-text,
.quick-nav .fpl-form .fpl-form-row .fpl-form-field .fpl-dropdown .dropdown-list li {
  font-size: 20px;
  line-height: 28px;
}
.quick-nav .fpl-form .fpl-form-row .fpl-form-field .fpl-dropdown .dropdown-selected-item .selected-item-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.quick-nav .fpl-form .fpl-form-row .fpl-form-field .fpl-dropdown .dropdown-list {
  padding-left: 0;
}
.quick-nav .fpl-form .fpl-form-row .fpl-form-field .fpl-dropdown .dropdown-list li {
  padding-left: 20px;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .quick-nav .fpl-form .fpl-form-row .fpl-form-field {
    width: 424px;
  }
}
@media (max-width: 767px) {
  .quick-nav .fpl-form .fpl-form-row .fpl-form-field {
    width: 100%;
    height: 55px;
  }
}
.callout-section {
  margin-top: 72px;
}
.callout-section .callout-item {
  padding: 0 16px;
}
.callout-section .callout-item .callout-img img {
  width: 100%;
}
.callout-section .callout-item .callout-title {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  color: #000000;
  margin: 16px 0 12px 0;
}
.callout-section .callout-item .callout-text {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin: 0 0 24px 0;
}
.callout-section .callout-item .callout-link {
  font-size: 16px;
}
@media (max-width: 767px) {
  .callout-section .callout-item .callout-link {
    display: block;
    padding: 20px 16px;
    margin: 24px -16px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .callout-section .callout-item .callout-link .fa {
    float: right;
    font-size: 10px;
    margin-top: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .callout-section {
    margin-top: 54px;
  }
  .callout-section .callout-item {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .callout-section {
    margin-top: 20px;
  }
  .callout-section .callout-item {
    padding: 0;
  }
}
.homepage-map {
  margin-top: 64px;
  margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .homepage-map {
    margin-top: 52px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .homepage-map {
    margin-top: 32px;
    margin-bottom: 48px;
  }
}
.homepage-map .fpl-section {
  position: relative;
}
.homepage-map .fpl-section .homepage-map-img {
  width: 100%;
}
.homepage-map .fpl-section .map-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8.33333333%;
  z-index: 1;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #cccccc;
  padding: 36px 16px;
  width: 424px;
  height: 250px;
  margin: auto;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .homepage-map .fpl-section .map-overlay {
    width: 390px;
    height: 250px;
    left: 24px;
  }
}
@media (max-width: 767px) {
  .homepage-map .fpl-section .map-overlay {
    width: 292px;
    height: 210px;
    left: 0;
    right: 0;
    top: 24px;
    bottom: initial;
    padding: 30px 24px;
    margin: 0 auto;
  }
}
.homepage-map .fpl-section .map-overlay h2 {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  color: #113852;
  line-height: 36px;
  margin: 0 0 16px 0;
}
@media (max-width: 767px) {
  .homepage-map .fpl-section .map-overlay h2 {
    font-size: 27px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .homepage-map .fpl-section .map-overlay h2 {
    margin: 0 0 8px 0;
  }
}
.homepage-map .fpl-section .map-overlay p {
  font-size: 16px;
  color: #113852;
  line-height: 24px;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .homepage-map .fpl-section .map-overlay p {
    font-size: 15px;
    line-height: 18px;
  }
}
.homepage-map .fpl-section .map-overlay .map-info-links a {
  display: inline-block;
  padding: 2px 8px;
  font-size: 16px;
  line-height: 16px;
}
.homepage-map .fpl-section .map-overlay .map-info-links a:first-child {
  padding: 2px 12px 2px 0;
  border-right: 1px solid #666666;
}
@media (max-width: 767px) {
  .homepage-map .fpl-section .map-overlay .map-info-links a {
    font-size: 15px;
  }
}
.fplModal.modal {
  position: fixed !important;
}
.fplModal.modal .modal-dialog {
  max-width: 90%;
  width: 800px;
  padding-top: 100px;
}
.fplModal.modal .modal-dialog .modal-close {
  padding: 15px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.fplModal.modal .modal-dialog .modal-close:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0096db;
  color: #ffffff;
  content: '×';
  display: inline-block;
  font-size: 16px;
  height: 16px;
  line-height: 1em;
  margin-left: 10px;
  text-align: center;
  width: 16px;
}
.fplModal.modal .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #eff2f4;
  overflow: auto;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
.fplModal.modal .modal-dialog .modal-content h2 {
  font-family: SerifaStd-Bold;
  font-weight: normal;
  font-style: normal;
  color: #0c2739;
  font-size: 24px;
  margin: 0 0 20px;
  text-align: center;
}
.fplModal.modal .modal-dialog .modal-content h3 {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  color: #0c2739;
  font-size: 16px;
  margin: 25px 0 0;
}
.fplModal.modal .modal-dialog .modal-content ul {
  padding-left: 15px;
}
.fplModal.modal .modal-dialog .modal-content p {
  color: #0c2739;
  font-size: 16px;
  line-height: 24px;
}
.fplModal.modal .modal-dialog .modal-content .paperless-billing-content-close {
  margin: 40px 0;
}
.fplModal.modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  text-align: left;
  padding: 20px 0;
}
.fplModal.modal .modal-dialog .modal-content .modal-footer:before {
  content: '';
  background: url('../images/row_divider_long.png') center;
  width: 100%;
  height: 14px;
  margin-bottom: 30px;
}
.fplModal.modal .modal-dialog .modal-content .modal-footer .modal-link {
  padding: 14px 0;
  margin-right: 10px;
  display: inline-block;
}
.fplModal.modal .modal-dialog .modal-content .modal-footer .modal-link:after {
  content: '›';
  margin-left: 4px;
  font-size: 16px;
}
.fplModal.modal .modal-dialog .modal-content .modal-footer .btn {
  display: inline-block;
  float: right;
}
@media (max-width: 767px) {
  .fplModal.modal .modal-dialog .modal-content .modal-footer .btn {
    padding: 25px 0;
  }
}
.fplModal.modal .modal-dialog .modal-content.email-bill-enrollment .fpl-form {
  margin-top: 20px;
}
.fplModal.modal .modal-dialog .modal-content.email-bill-enrollment .fpl-form .fpl-form-row {
  margin-bottom: 0;
}
.fplModal.modal .modal-dialog .modal-content.email-bill-enrollment .fpl-form .fpl-form-row .fpl-form-field {
  width: 400px;
}
@media (max-width: 767px) {
  .fplModal.modal .modal-dialog .modal-content.email-bill-enrollment .fpl-form .fpl-form-row .fpl-form-field {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fplModal.modal .modal-dialog {
    max-width: 600px;
  }
  .fplModal.modal .modal-dialog .modal-content {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .fplModal.modal .modal-dialog {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .fplModal.modal .modal-dialog .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: hidden;
    padding-bottom: 90px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
  }
}
.fplModal.mediaPlayerModal .modal-dialog .modal-close {
  top: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fplModal.mediaPlayerModal .modal-dialog {
    max-width: 700px;
  }
}
.modal-small .fplModal.modal .modal-dialog {
  width: 350px;
}
.modal-small .fplModal.modal .modal-dialog .modal-content {
  padding: 30px 20px;
  text-align: center;
  background: #ffffff;
}
.modal-small .fplModal.modal .modal-dialog .modal-content .btn {
  width: 90%;
}
@media (max-width: 767px) {
  .modal-small .fplModal.modal .modal-dialog {
    width: 90%;
    margin: 0 auto;
  }
  .modal-small .fplModal.modal .modal-dialog .modal-content .btn {
    margin-top: 24px;
    height: inherit;
  }
}
@media (max-width: 767px) {
  .header {
    z-index: 9999;
  }
  .modal-backdrop {
    background: none;
    top: 69px;
  }
}
@media (max-width: 767px) {
  body.logged-out .fplModal.modal {
    background: rgba(0, 0, 0, 0.6);
    z-index: 10050;
  }
}
.modal-dialog.loading {
  background: url(../images/bx_loader.gif) center center no-repeat #eff2f4;
  min-height: 300px;
}
.termsAndConditionsModal {
  max-height: 500px;
}
/* Opt Out Text Modal */
.fpl-opt-out-text-modal .fplModal.modal {
  top: 90px;
}
.fpl-opt-out-text-modal .fplModal .modal-dialog {
  width: 505px;
}
.fpl-opt-out-text-modal .fplModal .modal-dialog .modal-content {
  padding: 10px 10px 0 10px;
}
.fpl-opt-out-text-modal .fplModal .modal-dialog .modal-content h3 {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  color: #404040;
  text-align: center;
  padding-bottom: 10px;
}
.fpl-opt-out-text-modal .fplModal .modal-dialog .modal-content p {
  color: #666666;
  text-align: center;
  line-height: 20px;
  padding-bottom: 20px;
}
.fpl-opt-out-text-modal .fplModal .modal-dialog .modal-content .modal-buttons {
  padding: 10px 0 0 0;
}
.fpl-opt-out-text-modal .fplModal .modal-dialog .modal-content .modal-buttons .opt-out-yes,
.fpl-opt-out-text-modal .fplModal .modal-dialog .modal-content .modal-buttons .opt-out-no {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .fpl-opt-out-text-modal .fplModal .modal-dialog .modal-content .modal-buttons {
    padding: 10px 35px 0 35px;
  }
}
form .fplModal.modal .modal-dialog {
  padding-top: 0;
}
form .fplModal.modal .modal-dialog {
  padding-top: 0;
}
.billing-section .row.extend {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .billing-section .row .col-md-10 {
    padding: 0;
  }
  .billing-section .row .accounts-back {
    margin-left: 0;
    margin-right: 0;
  }
  .billing-section .row .billing-account-summary {
    padding: 0 16px;
  }
  .billing-section .row .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-detail {
    margin: 0;
  }
}
.billing-header .billing-alert {
  background: #dfeffa;
  padding: 20px 30px;
}
.billing-header .billing-alert:before,
.billing-header .billing-alert:after {
  content: " ";
  display: table;
}
.billing-header .billing-alert:after {
  clear: both;
}
.billing-header .billing-alert:before,
.billing-header .billing-alert:after {
  content: " ";
  display: table;
}
.billing-header .billing-alert:after {
  clear: both;
}
.billing-header .billing-alert p {
  float: left;
  font-size: 16px;
  margin: 0;
  width: 80%;
}
.billing-header .billing-alert p .fa {
  font-size: 10px;
  margin-left: 3px;
}
.billing-header .billing-alert .billing-alert-close {
  background: url('../images/icons/billing/billing-alert-close.png') center center no-repeat;
  display: block;
  float: right;
  height: 20px;
  width: 20px;
}
.billing-header .billing-alert .billing-alert-close span {
  display: none;
}
.billing-header .fpl-overview {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 10px 0;
}
.billing-header .fpl-overview .fpl-summary .fpl-summary-box {
  border: 0;
}
@media screen and (max-width: 767px) {
  .billing-header .fpl-overview .fpl-summary .fpl-summary-box .fpl-summary-hero {
    font-size: 36px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .billing-header {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .billing-header .fpl-overview {
    margin-top: 0;
    padding: 0 0 20px;
  }
  .billing-header .fpl-overview .fpl-summary .fpl-summary-box {
    padding-top: 0;
  }
}
.billing-tabs {
  padding-bottom: 20px;
  padding-left: 150px;
  padding-right: 150px;
}
.billing-tabs:before,
.billing-tabs:after {
  content: " ";
  display: table;
}
.billing-tabs:after {
  clear: both;
}
.billing-tabs:before,
.billing-tabs:after {
  content: " ";
  display: table;
}
.billing-tabs:after {
  clear: both;
}
.billing-tabs ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.billing-tabs ul:before,
.billing-tabs ul:after {
  content: " ";
  display: table;
}
.billing-tabs ul:after {
  clear: both;
}
.billing-tabs ul:before,
.billing-tabs ul:after {
  content: " ";
  display: table;
}
.billing-tabs ul:after {
  clear: both;
}
.billing-tabs ul li {
  float: left;
  padding-bottom: 10px;
  text-align: center;
  width: 33.3%;
}
.billing-tabs ul li:first-child > a {
  border-radius: 30px 0 0 30px;
}
.billing-tabs ul li:last-child > a {
  border-radius: 0 30px 30px 0;
}
.billing-tabs ul li > a {
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  background-color: #e0e6e9;
  border: 4px solid #e0e6e9;
  border-radius: 0;
  color: #999999;
  display: block;
  margin-right: 0;
  outline: 0;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.billing-tabs ul li > a .fa {
  display: none;
}
.billing-tabs ul li.active > a {
  background: none repeat scroll 0 0 #ffffff;
  border: 4px solid #e0e6e9;
  color: #333333;
  position: relative;
}
.billing-tabs ul li.active > a:after,
.billing-tabs ul li.active > a:before {
  border: medium solid rgba(0, 0, 0, 0);
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  width: 0;
}
.billing-tabs ul li.active > a:after {
  border-color: #ffffff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-width: 8px;
  margin-left: -8px;
}
.billing-tabs ul li.active > a:before {
  border-color: #e0e6e9 rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
  border-width: 14px;
  margin-left: -14px;
}
.billing-tabs.two-tabs ul li {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .billing-tabs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .billing-tabs.new-billing-mobile {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .billing-tabs.new-billing-mobile ul {
    margin-bottom: 10px;
  }
  .billing-tabs.new-billing-mobile ul li {
    width: 30px;
    margin-right: 4%;
    float: none;
    display: inline-block;
  }
  .billing-tabs.new-billing-mobile ul li > a {
    border-radius: 30px;
    color: transparent;
    font-size: 2px;
    margin-top: 10px;
  }
  .billing-tabs.new-billing-mobile ul li.active {
    width: 66%;
    min-width: 173px;
  }
  .billing-tabs.new-billing-mobile ul li.active > a {
    color: #333333;
    font-size: 14px;
    margin-top: 0px;
  }
}
.billing-table .details-view-bill {
  display: none;
}
.billing-table .show-credit li.charge {
  display: none !important;
}
.billing-table .show-charge li.credit {
  display: none !important;
}
.billing-table.kwh-hidden .th-kwh,
.billing-table.kwh-hidden .container-kwh {
  display: none;
}
@media screen and (min-width: 768px) {
  .billing-table.kwh-hidden .show-charge.bp-wrapper > table .th-description,
  .billing-table.kwh-hidden .show-charge.bp-wrapper > table .h-charges2 {
    width: 35%;
  }
  .billing-table.kwh-hidden .show-charge.bp-wrapper > table .th-kwd {
    width: 30%;
  }
}
.billing-table.kwd-hidden .th-kwd,
.billing-table.kwd-hidden .container-kwd {
  display: none;
}
@media screen and (min-width: 768px) {
  .billing-table.kwd-hidden .show-charge.bp-wrapper > table .th-description,
  .billing-table.kwd-hidden .show-charge.bp-wrapper > table .h-charges2 {
    width: 35%;
  }
  .billing-table.kwd-hidden .show-charge.bp-wrapper > table .th-kwh {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .billing-table.kwh-hidden.kwd-hidden .show-charge.bp-wrapper > table .th-description {
    width: 50%;
  }
  .billing-table.kwh-hidden.kwd-hidden .show-charge.bp-wrapper > table .h-charges2 {
    width: 50%;
  }
}
.billing-table.offpeak-hidden .h-offpeak,
.billing-table.offpeak-hidden .offpeak {
  display: none;
}
.billing-table.onpeak-hidden .h-onpeak,
.billing-table.onpeak-hidden .onpeak {
  display: none;
}
@media screen and (min-width: 768px) {
  .billing-table.offpeak-hidden.onpeak-hidden.show-usage .show-charge.bp-wrapper > table .th-description {
    width: 30%;
  }
  .billing-table.offpeak-hidden.onpeak-hidden.show-usage .show-charge.bp-wrapper > table .th-kwh,
  .billing-table.offpeak-hidden.onpeak-hidden.show-usage .show-charge.bp-wrapper > table .th-kwd {
    width: 20%;
  }
  .billing-table.offpeak-hidden.onpeak-hidden.show-usage .show-charge.bp-wrapper > table .h-charges2 {
    width: 30%;
  }
}
.billing-table .legend:before,
.billing-table .datatable:before,
.billing-table .legend:after,
.billing-table .datatable:after {
  content: " ";
  display: table;
}
.billing-table .legend:after,
.billing-table .datatable:after {
  clear: both;
}
.billing-table .legend:before,
.billing-table .datatable:before,
.billing-table .legend:after,
.billing-table .datatable:after {
  content: " ";
  display: table;
}
.billing-table .legend:after,
.billing-table .datatable:after {
  clear: both;
}
.billing-table .legend ul,
.billing-table .datatable ul {
  list-style-type: none;
  margin: 0 15px;
  padding: 0;
}
.billing-table .legend ul li {
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 20px;
}
.billing-table .legend ul li .popover {
  font-weight: normal;
}
.billing-table .legend ul .description,
.billing-table .datatable ul > li .labels {
  padding-left: 30px;
  padding-right: 30px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .billing-table .legend ul .description,
  .billing-table .datatable ul > li .labels {
    width: auto;
  }
}
.billing-table .legend ul .charge,
.billing-table .legend ul .balance,
.billing-table .datatable ul > li .charge,
.billing-table .datatable ul > li .balance {
  padding-left: 20px;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .billing-table .legend ul .charge,
  .billing-table .legend ul .balance,
  .billing-table .datatable ul > li .charge,
  .billing-table .datatable ul > li .balance {
    padding-left: 10px;
    width: auto;
  }
}
.billing-table .legend ul .charge,
.billing-table .legend ul .kwh,
.billing-table .legend ul .kwd,
.billing-table .legend ul .balance {
  padding-left: 0;
  text-align: center;
}
.billing-table .serverError {
  height: 300px;
}
.billing-table .serverError > div {
  padding-top: 90px;
}
.billing-table.hide-balance .balance,
.billing-table.hide-balance .lbl-balance {
  display: none !important;
  visibility: hidden !important;
}
.billing-table.hide-balance .legend ul .description,
.billing-table.hide-balance .legend ul .charge,
.billing-table.hide-balance .datatable ul > li .labels,
.billing-table.hide-balance .datatable ul > li .charge {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .billing-table.hide-balance .legend ul .description,
  .billing-table.hide-balance .legend ul .charge,
  .billing-table.hide-balance .datatable ul > li .labels,
  .billing-table.hide-balance .datatable ul > li .charge {
    width: auto;
  }
}
.billing-table.hide-balance.show-usage .legend ul .description,
.billing-table.hide-balance.show-usage .datatable ul > li .labels {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .billing-table.hide-balance.show-usage .legend ul .description,
  .billing-table.hide-balance.show-usage .datatable ul > li .labels {
    width: auto;
  }
}
.billing-table.hide-balance.show-usage li.charge .usage {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .billing-table.hide-balance.show-usage li.charge .charge {
    right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .billing-table.hide-balance.show-usage li.charge .details {
    min-height: 106px;
  }
  .billing-table.hide-balance.show-usage li.charge .details .expand-details {
    margin-top: 40px;
  }
}
.billing-table.hide-balance.show-usage .legend ul .kwh,
.billing-table.hide-balance.show-usage .legend ul .kwd {
  width: 14%;
}
@media screen and (max-width: 767px) {
  .billing-table.hide-balance.show-usage .legend ul .kwh,
  .billing-table.hide-balance.show-usage .legend ul .kwd {
    width: auto;
  }
}
.billing-table.hide-balance.show-usage .datatable ul > li .kwh {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .billing-table.hide-balance.show-usage .datatable ul > li .kwh {
    width: auto;
  }
}
.billing-table.hide-balance.show-usage .datatable ul > li .kwd {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .billing-table.hide-balance.show-usage .datatable ul > li .kwd {
    width: auto;
  }
}
.billing-table.hide-balance.show-usage .legend ul .charge,
.billing-table.hide-balance.show-usage .datatable ul > li .charge {
  width: 23%;
  display: block;
  float: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .billing-table .datatable ul > li .charge,
  .billing-table .datatable ul > li .balance {
    border-left: 1px solid #cccccc;
  }
}
@media screen and (max-width: 767px) {
  .billing-table {
    border: 0;
  }
  .billing-table .serverError {
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    height: 220px;
  }
  .billing-table .serverError > div {
    padding-top: 50px;
  }
  .billing-table .datatable ul {
    border: 0;
    margin: 0;
  }
  .billing-table .datatable ul > li {
    height: auto;
    border-left: 0;
    border-right: 0;
    padding-left: 16px;
    padding-right: 40px;
  }
  .billing-table .datatable ul > li .charge,
  .billing-table .datatable ul > li .kwh,
  .billing-table .datatable ul > li .kwd,
  .billing-table .datatable ul > li .balance {
    border-left: none;
    height: auto;
  }
  .billing-table .datatable ul > li .labels {
    padding-left: 0;
  }
  .billing-table .datatable ul > li .lbl-date,
  .billing-table .datatable ul > li .lbl-days {
    color: #636363;
    font-size: 13px;
    padding-top: 12px;
    display: inline-block;
    clear: both;
  }
  .billing-table .datatable ul > li .lbl-days {
    position: absolute;
    top: -1px;
  }
  .billing-table .datatable ul > li .lbl-description {
    color: #000000;
    font-size: 16px;
    padding-bottom: 6px;
    display: block;
    width: 174px;
    line-height: 19px;
  }
  .billing-table .datatable ul > li .lbl-balance,
  .billing-table .datatable ul > li .lbl-usage,
  .billing-table .datatable ul > li .balance,
  .billing-table .datatable ul > li .usage {
    color: #636363;
    display: block;
    font-size: 13px;
    padding-bottom: 12px;
    font-weight: bold;
  }
  .billing-table .datatable ul > li .charge,
  .billing-table .datatable ul > li .kwh,
  .billing-table .datatable ul > li .kwd,
  .billing-table .datatable ul > li .balance {
    padding-top: 0;
    text-align: right;
  }
  .billing-table .datatable ul > li .charge {
    color: #000000;
    float: right;
    padding-top: 28px;
    padding-bottom: 12px;
  }
  .billing-table .datatable ul > li .balance,
  .billing-table .datatable ul > li .kwh,
  .billing-table .datatable ul > li .kwd {
    font-size: 13px;
    padding: 0;
    float: none;
  }
  .billing-table .datatable ul > li .balance,
  .billing-table .datatable ul > li .usage {
    clear: right;
    float: right;
    bottom: 0;
    position: absolute;
    right: 42px;
    padding-bottom: 12px;
  }
  .billing-table .datatable ul > li .details .expander .fa,
  .billing-table .datatable ul > li .details .expand-details .fa {
    margin-left: 0;
  }
  .billing-table .datatable ul > li .view-bill-link {
    display: none;
  }
  .billing-table .datatable ul .details-view-bill {
    padding: 0 16px;
    height: 50px;
    display: block;
  }
  .billing-table .datatable ul .details-view-bill a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 15px 0;
  }
  .billing-table .datatable ul .details-view-bill a:before,
  .billing-table .datatable ul .details-view-bill a:after {
    content: " ";
    display: table;
  }
  .billing-table .datatable ul .details-view-bill a:after {
    clear: both;
  }
  .billing-table .datatable ul .details-view-bill a:before,
  .billing-table .datatable ul .details-view-bill a:after {
    content: " ";
    display: table;
  }
  .billing-table .datatable ul .details-view-bill a:after {
    clear: both;
  }
  .billing-table .datatable ul .details-view-bill a .fa {
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
  }
  .billing-table .datatable ul .details-row {
    padding: 0;
  }
  .billing-table .datatable ul .details-row:before,
  .billing-table .datatable ul .details-row:after {
    content: " ";
    display: table;
  }
  .billing-table .datatable ul .details-row:after {
    clear: both;
  }
  .billing-table .datatable ul .details-row:before,
  .billing-table .datatable ul .details-row:after {
    content: " ";
    display: table;
  }
  .billing-table .datatable ul .details-row:after {
    clear: both;
  }
  .billing-table .datatable ul .details-row ol {
    float: none;
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 20px;
    padding-top: 15px;
    width: 100%;
  }
  .billing-table .datatable ul .details-row ol li {
    float: none;
    width: 100%;
  }
  .billing-table .datatable ul .details-row ol li:before,
  .billing-table .datatable ul .details-row ol li:after {
    content: " ";
    display: table;
  }
  .billing-table .datatable ul .details-row ol li:after {
    clear: both;
  }
  .billing-table .datatable ul .details-row ol li:before,
  .billing-table .datatable ul .details-row ol li:after {
    content: " ";
    display: table;
  }
  .billing-table .datatable ul .details-row ol li:after {
    clear: both;
  }
  .billing-table .datatable ul .details-row ol li strong {
    float: right;
  }
}
.billing-pagination {
  text-align: center;
}
.billing-pagination .count {
  font-size: 16px;
  margin: 0;
  margin-top: 25px;
}
.billing-pagination .count span {
  font-weight: bold;
}
.billing-pagination .more-button {
  background: #f0f2f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  padding: 10px;
}
.billing-pagination .more-button:hover {
  text-decoration: none;
}
.billing-pagination .more-button .fa-sort-down {
  margin-top: -8px;
}
.billing-disclaimer {
  margin-top: 15px;
  text-align: center;
}
.billing-disclaimer p {
  font-size: 13px;
  margin: 0 auto;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .billing-disclaimer p {
    width: 260px;
  }
}
.billing-disclaimer p.billing-pdf {
  margin-bottom: 15px;
  margin-top: 20px;
}
.billing-disclaimer p.billing-pdf .fa {
  font-size: 10px;
  margin-top: -4px;
}
@media print {
  .billing-section {
    margin-right: 30px;
    margin-left: 30px;
  }
  .billing-section .print-only.logo {
    float: right;
    display: none;
  }
  .billing-section .accounts-back,
  .billing-section .back-link {
    display: none !important;
  }
  .billing-section .col-md-10 {
    padding: 0;
  }
  .billing-section .my-account-header.top-link {
    margin-top: 0;
  }
  .billing-section .billing-name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
  }
  .billing-section .fpl-summary-hero {
    font-size: 20px;
    font-weight: bold;
  }
  .billing-section .billing-account-summary h1 {
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 4px;
    font-family: Arial;
  }
  .billing-section .billing-header,
  .billing-section .billing-table {
    border-width: 0;
  }
  .billing-section .billing-header .fpl-overview {
    padding-top: 0;
    display: none;
  }
  .billing-section .billing-table .legend {
    display: block !important;
  }
  .billing-section .billing-table .legend ul li {
    padding-top: 0;
  }
  .billing-section .page-break {
    page-break-after: always;
  }
  .billing-section .page-break-before {
    page-break-before: always;
  }
  .billing-section .billing-table .datatable ul > li {
    height: auto;
  }
  .billing-section .billing-table .datatable ul > li .lbl-description {
    padding-bottom: 0;
  }
  .billing-section .billing-table .datatable ul > li .usage {
    float: left;
  }
  .billing-section .billing-table .datatable ul > li .usage .kwh,
  .billing-section .billing-table .datatable ul > li .usage .kwd {
    padding-bottom: 2px;
    min-height: 48px;
  }
  .billing-section .billing-table .datatable ul > li .lbl-date {
    padding-top: 5px;
  }
  .billing-section .billing-table .datatable ul > li .charge,
  .billing-section .billing-table .datatable ul > li .balance {
    height: auto;
    padding-bottom: 2px;
  }
  .billing-section .billing-table .datatable ul > li.credit .charge {
    color: #67bd45 !important;
  }
  .billing-section .billing-tabs,
  .billing-section .billing-table .datatable ul > li .details,
  .billing-section .billing-pagination .more-button,
  .billing-section .billing-alert,
  .billing-section .billing-pdf,
  .billing-section .view-bill-link,
  .billing-section .billing-header .fpl-tooltip,
  .billing-section .billing-table .details-view-bill {
    display: none !important;
  }
  .billing-section .col-md-10 {
    width: 100%;
  }
  .billing-section .billing-table .datatable ul > li .lbl-description,
  .billing-section .billing-table .datatable ul > li .lbl-balance,
  .billing-section .billing-table .datatable ul > li .kwh p,
  .billing-section .billing-table .datatable ul > li .kwd p,
  .billing-section .billing-table .datatable ul > li .charge p,
  .billing-section .billing-table .datatable ul > li .balance p {
    font-size: 12px;
  }
  .billing-section .billing-disclaimer p {
    width: 98% !important;
    font-size: 11px;
  }
  .billing-section .billing-pagination .count {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .ie9 .billing-table.hide-balance.show-usage li.charge .details {
    min-height: 110px;
  }
  .ie9 .billing-table.hide-balance.show-usage li.charge .details .expand-details {
    margin-top: 42px;
  }
  .ie9 .billing-table .datatable li.charge {
    display: block;
    padding-left: 10px;
  }
  .ie9 .billing-table .datatable li.charge .details {
    min-height: 90px;
    width: 4% !important;
  }
  .ie9 .billing-table .datatable li.charge .labels {
    width: 58% !important;
    padding-right: 5px;
  }
  .ie9 .billing-table .datatable li.charge .charge {
    width: 32% !important;
  }
}
@media screen and (min-width: 768px) {
  .ie9 .billing-table .datatable .usage {
    float: left;
  }
  .ie9 .billing-table .datatable li.charge .details {
    min-height: 87px;
  }
  .ie9 .billing-table .datatable li.charge .charge {
    padding-right: 26px;
  }
  .ie9 .billing-table .datatable .kwh,
  .ie9 .billing-table .datatable .kwd,
  .ie9 .billing-table .datatable div.charge,
  .ie9 .billing-table .datatable .balance {
    min-height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .ie9 .billing-table .datatable div.charge p {
    margin-right: 0;
  }
  .ie9 .billing-table .show-charge div.charge {
    position: absolute;
    right: 0;
  }
}
.bp-wrapper {
  width: 100%;
  margin: 0 auto 20px;
  display: none;
}
.bp-wrapper table {
  border-spacing: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bp-wrapper table {
    background-color: #ffffff;
  }
}
.bp-wrapper table tr > th {
  border-bottom: 1px solid #cccccc;
  text-align: center;
  font-size: 13px;
}
.bp-wrapper table tr > th .fpl-popover-icon .fa:before {
  height: 20px;
  width: 20px;
  background-position: -200px -3800px;
}
@media screen and (min-width: 768px) {
  .bp-wrapper table tr > th.th-description {
    width: 290px;
  }
  .bp-wrapper table tr > th.th-kwh,
  .bp-wrapper table tr > th.th-kwd,
  .bp-wrapper table tr > th.h-onpeak,
  .bp-wrapper table tr > th.h-offpeak {
    width: 12%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bp-wrapper table tr > th.th-description {
    width: 35%;
  }
  .bp-wrapper table tr > th.th-kwh,
  .bp-wrapper table tr > th.th-kwd,
  .bp-wrapper table tr > th.h-onpeak,
  .bp-wrapper table tr > th.h-offpeak {
    width: 17%;
  }
}
.bp-wrapper table tr > th th {
  border-width: 0;
  text-align: center;
  padding: 10px;
  font-size: 13px;
}
.bp-wrapper table tr > th th.description {
  text-align: left;
}
.bp-wrapper table tr > th th .fpl-popover-icon .fa:before {
  height: 20px;
  width: 20px;
  background-position: -200px -3800px;
}
.bp-wrapper tr.bp-row.credit .charges1,
.bp-wrapper tr.bp-row.credit .charges2 {
  color: #67bd45;
}
.bp-wrapper tr.bp-row > td {
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  background-color: #ffffff;
  padding: 10px;
  text-align: right;
}
.bp-wrapper tr.bp-row > td.balance {
  text-align: right;
}
.bp-wrapper tr.bp-row > td.balance table {
  float: right;
}
.bp-wrapper tr.bp-row > td td {
  text-align: right;
}
.bp-wrapper tr.bp-row > td td.description,
.bp-wrapper tr.bp-row > td td.description td {
  text-align: left;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bp-wrapper tr.bp-row > td.balance {
    border-right-width: 0;
  }
}
.bp-wrapper .h-description,
.bp-wrapper .description {
  text-align: left;
}
.bp-wrapper .details {
  padding: 0;
}
.bp-wrapper .details.holder {
  padding: 0;
}
.bp-wrapper .viewbill2 {
  display: none;
}
.bp-wrapper tr .date-svcdays td {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bp-wrapper tr .date-svcdays td {
    font-size: 13px;
  }
}
.bp-wrapper tr .date-svcdays td.svcdays {
  text-align: right !important;
  white-space: nowrap;
}
.bp-wrapper tr .description table {
  min-width: 275px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bp-wrapper tr .description table {
    min-width: inherit;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bp-wrapper tr .description table {
    max-width: 165px;
    min-width: 75px;
  }
}
.bp-wrapper tr .description .date {
  min-width: 140px;
}
.bp-wrapper tr .description .lbl {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .bp-wrapper tr .description .lbl {
    padding-top: 5px;
  }
}
.bp-wrapper tr .description .viewbill1 {
  display: table-cell;
}
.bp-wrapper tr .description .viewbill1 .view-bill-link {
  font-size: 16px;
}
.bp-wrapper tr .container-kwh .amt,
.bp-wrapper tr .container-kwd .amt,
.bp-wrapper tr .offpeak,
.bp-wrapper tr .onpeak,
.bp-wrapper tr .charges1 .amt,
.bp-wrapper tr .charges2,
.bp-wrapper tr .balance .amt {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .bp-wrapper tr .container-kwh .amt,
  .bp-wrapper tr .container-kwd .amt,
  .bp-wrapper tr .offpeak,
  .bp-wrapper tr .onpeak,
  .bp-wrapper tr .charges1 .amt,
  .bp-wrapper tr .charges2,
  .bp-wrapper tr .balance .amt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bp-wrapper tr.bp-row .viewbill1 {
    display: none;
  }
  .bp-wrapper tr.bp-row td {
    border-width: 0;
    padding: 2px 5px;
  }
  .bp-wrapper tr.bp-row td.container-description {
    border-top: 1px solid #cccccc;
    padding-top: 8px;
  }
  .bp-wrapper tr.bp-row td.container-description .svcdays2 {
    font-size: 13px;
    margin-bottom: 0;
    min-height: 23px;
  }
  .bp-wrapper tr.bp-row td.container-description .lbl {
    font-size: 16px;
  }
  .bp-wrapper tr .balance .lbl,
  .bp-wrapper tr .container-kwh .lbl,
  .bp-wrapper tr .container-kwd .lbl {
    text-align: left;
    white-space: nowrap;
    font-size: 13px;
    font-weight: bold;
  }
  .bp-wrapper tr .balance .amt,
  .bp-wrapper tr .container-kwh .amt,
  .bp-wrapper tr .container-kwd .amt {
    font-size: inherit;
  }
  .bp-wrapper tr.viewbill2 td {
    padding: 0 16px;
    height: 50px;
    display: block;
    background-color: #ffffff;
  }
  .bp-wrapper tr.viewbill2 td a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 15px 0;
  }
  .bp-wrapper tr.viewbill2 td a:before,
  .bp-wrapper tr.viewbill2 td a:after {
    content: " ";
    display: table;
  }
  .bp-wrapper tr.viewbill2 td a:after {
    clear: both;
  }
  .bp-wrapper tr.viewbill2 td a:before,
  .bp-wrapper tr.viewbill2 td a:after {
    content: " ";
    display: table;
  }
  .bp-wrapper tr.viewbill2 td a:after {
    clear: both;
  }
  .bp-wrapper tr.viewbill2 td a .fa {
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bp-wrapper .viewbill2 {
    display: table-row;
  }
  .bp-wrapper .viewbill2 td {
    border-top: 1px solid #cccccc;
    width: 110%;
    padding: 0 3px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bp-wrapper.show-all th,
  .bp-wrapper.show-charge th,
  .bp-wrapper.show-all .charges2,
  .bp-wrapper.show-charge .charges2,
  .bp-wrapper.show-all .tr-details-row,
  .bp-wrapper.show-charge .tr-details-row,
  .bp-wrapper.show-all .charges .svcdays,
  .bp-wrapper.show-charge .charges .svcdays,
  .bp-wrapper.show-all .charges.view-bill .viewbill1,
  .bp-wrapper.show-charge .charges.view-bill .viewbill1 {
    display: none;
  }
  .bp-wrapper.show-all tr.bp-row > td:last-child,
  .bp-wrapper.show-charge tr.bp-row > td:last-child {
    border-top: 1px solid #cccccc;
  }
}
.bp-wrapper.show-all .details,
.bp-wrapper.show-charge .details {
  min-width: 4% !important;
  max-width: 4% !important;
  width: 4% !important;
  background-color: #d6dee2;
  color: blue;
  border-right: 1px solid #d9d9d9;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bp-wrapper.show-all .details,
  .bp-wrapper.show-charge .details {
    min-width: 4% !important;
    max-width: 4% !important;
    width: 4% !important;
  }
}
@media screen and (max-width: 767px) {
  .bp-wrapper.show-all .details,
  .bp-wrapper.show-charge .details {
    min-width: 10% !important;
    max-width: 10% !important;
    width: 10% !important;
  }
}
.bp-wrapper.show-all .details a (
            	cursor: pointer;
            	
            	.fa {
            		margin-left: 0;
            	}
            ) .expand-details a.fa,
.bp-wrapper.show-charge .details a (
            	cursor: pointer;
            	
            	.fa {
            		margin-left: 0;
            	}
            ) .expand-details a.fa {
  margin-left: 0;
}
.bp-wrapper.show-all .details a (
            	cursor: pointer;
            	
            	.fa {
            		margin-left: 0;
            	}
            ) .expand-details a.fa.fa-chevron-up,
.bp-wrapper.show-charge .details a (
            	cursor: pointer;
            	
            	.fa {
            		margin-left: 0;
            	}
            ) .expand-details a.fa.fa-chevron-up {
  display: none;
}
.bp-wrapper.show-all .details.holder,
.bp-wrapper.show-charge .details.holder {
  border-left-width: 0;
  background-color: #ffffff;
}
.bp-wrapper.show-all .details .expander .fa,
.bp-wrapper.show-charge .details .expander .fa,
.bp-wrapper.show-all .details .expand-details .fa,
.bp-wrapper.show-charge .details .expand-details .fa {
  display: inline-block;
  font-size: 14px;
  margin-left: 0;
}
.bp-wrapper.show-all .details .expander .fa.fa-chevron-right,
.bp-wrapper.show-charge .details .expander .fa.fa-chevron-right,
.bp-wrapper.show-all .details .expand-details .fa.fa-chevron-right,
.bp-wrapper.show-charge .details .expand-details .fa.fa-chevron-right,
.bp-wrapper.show-all .details .expander .fa.fa-chevron-up,
.bp-wrapper.show-charge .details .expander .fa.fa-chevron-up,
.bp-wrapper.show-all .details .expand-details .fa.fa-chevron-up,
.bp-wrapper.show-charge .details .expand-details .fa.fa-chevron-up {
  display: none;
}
.bp-wrapper.show-all .details ol,
.bp-wrapper.show-charge .details ol {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bp-wrapper.show-all .details.expanded .expander .fa.fa-chevron-right,
.bp-wrapper.show-charge .details.expanded .expander .fa.fa-chevron-right,
.bp-wrapper.show-all .details.expanded .expand-details .fa.fa-chevron-right,
.bp-wrapper.show-charge .details.expanded .expand-details .fa.fa-chevron-right,
.bp-wrapper.show-all .details.expanded .expander .fa.fa-chevron-up,
.bp-wrapper.show-charge .details.expanded .expander .fa.fa-chevron-up,
.bp-wrapper.show-all .details.expanded .expand-details .fa.fa-chevron-up,
.bp-wrapper.show-charge .details.expanded .expand-details .fa.fa-chevron-up {
  display: inline-block;
}
.bp-wrapper.show-all .details.expanded .expander .fa.fa-chevron-down,
.bp-wrapper.show-charge .details.expanded .expander .fa.fa-chevron-down,
.bp-wrapper.show-all .details.expanded .expand-details .fa.fa-chevron-down,
.bp-wrapper.show-charge .details.expanded .expand-details .fa.fa-chevron-down {
  display: none;
}
.bp-wrapper.show-all .details.expanded ol,
.bp-wrapper.show-charge .details.expanded ol {
  background: #d6dee2;
  border: 1px solid #d9d9d9;
  display: block;
  right: 29px;
  padding: 15px 20px;
  position: absolute;
  top: -1px;
  width: 260px;
  z-index: 1;
}
.bp-wrapper.show-all .details.expanded ol li,
.bp-wrapper.show-charge .details.expanded ol li {
  display: block;
}
.bp-wrapper.show-all .details.expanded ol li:before,
.bp-wrapper.show-charge .details.expanded ol li:before,
.bp-wrapper.show-all .details.expanded ol li:after,
.bp-wrapper.show-charge .details.expanded ol li:after {
  content: " ";
  display: table;
}
.bp-wrapper.show-all .details.expanded ol li:after,
.bp-wrapper.show-charge .details.expanded ol li:after {
  clear: both;
}
.bp-wrapper.show-all .details.expanded ol li:before,
.bp-wrapper.show-charge .details.expanded ol li:before,
.bp-wrapper.show-all .details.expanded ol li:after,
.bp-wrapper.show-charge .details.expanded ol li:after {
  content: " ";
  display: table;
}
.bp-wrapper.show-all .details.expanded ol li:after,
.bp-wrapper.show-charge .details.expanded ol li:after {
  clear: both;
}
.bp-wrapper.show-all .details.expanded ol li strong,
.bp-wrapper.show-charge .details.expanded ol li strong {
  float: right;
}
.bp-wrapper.show-all .tr-details-row,
.bp-wrapper.show-charge .tr-details-row {
  display: none;
}
.bp-wrapper.show-all .tr-details-row .details-row,
.bp-wrapper.show-charge .tr-details-row .details-row {
  border: 1px solid #cccccc;
  border-top-width: 0;
  background: #d6dee2;
  height: auto;
  padding: 20px 30px 15px 30px;
}
.bp-wrapper.show-all .tr-details-row .details-row:before,
.bp-wrapper.show-charge .tr-details-row .details-row:before,
.bp-wrapper.show-all .tr-details-row .details-row:after,
.bp-wrapper.show-charge .tr-details-row .details-row:after {
  content: " ";
  display: table;
}
.bp-wrapper.show-all .tr-details-row .details-row:after,
.bp-wrapper.show-charge .tr-details-row .details-row:after {
  clear: both;
}
.bp-wrapper.show-all .tr-details-row .details-row:before,
.bp-wrapper.show-charge .tr-details-row .details-row:before,
.bp-wrapper.show-all .tr-details-row .details-row:after,
.bp-wrapper.show-charge .tr-details-row .details-row:after {
  content: " ";
  display: table;
}
.bp-wrapper.show-all .tr-details-row .details-row:after,
.bp-wrapper.show-charge .tr-details-row .details-row:after {
  clear: both;
}
.bp-wrapper.show-all .tr-details-row .details-row ol,
.bp-wrapper.show-charge .tr-details-row .details-row ol {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bp-wrapper.show-all .tr-details-row .details-row ol li,
.bp-wrapper.show-charge .tr-details-row .details-row ol li {
  float: left;
  font-size: 16px;
  margin-bottom: 5px;
  padding-right: 20px;
  width: 50%;
}
.bp-wrapper.show-all .tr-details-row .details-row ol li strong,
.bp-wrapper.show-charge .tr-details-row .details-row ol li strong {
  color: #000000;
  margin-left: 5px;
}
.bp-wrapper.show-all .tr-details-row .details-row .details-view-bill,
.bp-wrapper.show-charge .tr-details-row .details-row .details-view-bill {
  display: none;
  float: left;
  font-size: 16px;
}
.bp-wrapper.show-all .tr-details-row .details-row .details-view-bill .fa,
.bp-wrapper.show-charge .tr-details-row .details-row .details-view-bill .fa {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .bp-wrapper.show-all .tr-details-row .details-row,
  .bp-wrapper.show-charge .tr-details-row .details-row {
    padding: 0;
  }
  .bp-wrapper.show-all .tr-details-row .details-row:before,
  .bp-wrapper.show-charge .tr-details-row .details-row:before,
  .bp-wrapper.show-all .tr-details-row .details-row:after,
  .bp-wrapper.show-charge .tr-details-row .details-row:after {
    content: " ";
    display: table;
  }
  .bp-wrapper.show-all .tr-details-row .details-row:after,
  .bp-wrapper.show-charge .tr-details-row .details-row:after {
    clear: both;
  }
  .bp-wrapper.show-all .tr-details-row .details-row:before,
  .bp-wrapper.show-charge .tr-details-row .details-row:before,
  .bp-wrapper.show-all .tr-details-row .details-row:after,
  .bp-wrapper.show-charge .tr-details-row .details-row:after {
    content: " ";
    display: table;
  }
  .bp-wrapper.show-all .tr-details-row .details-row:after,
  .bp-wrapper.show-charge .tr-details-row .details-row:after {
    clear: both;
  }
  .bp-wrapper.show-all .tr-details-row .details-row ol,
  .bp-wrapper.show-charge .tr-details-row .details-row ol {
    float: none;
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 20px;
    padding-top: 15px;
    width: 100%;
  }
  .bp-wrapper.show-all .tr-details-row .details-row ol li,
  .bp-wrapper.show-charge .tr-details-row .details-row ol li {
    float: none;
    width: 100%;
  }
  .bp-wrapper.show-all .tr-details-row .details-row ol li:before,
  .bp-wrapper.show-charge .tr-details-row .details-row ol li:before,
  .bp-wrapper.show-all .tr-details-row .details-row ol li:after,
  .bp-wrapper.show-charge .tr-details-row .details-row ol li:after {
    content: " ";
    display: table;
  }
  .bp-wrapper.show-all .tr-details-row .details-row ol li:after,
  .bp-wrapper.show-charge .tr-details-row .details-row ol li:after {
    clear: both;
  }
  .bp-wrapper.show-all .tr-details-row .details-row ol li:before,
  .bp-wrapper.show-charge .tr-details-row .details-row ol li:before,
  .bp-wrapper.show-all .tr-details-row .details-row ol li:after,
  .bp-wrapper.show-charge .tr-details-row .details-row ol li:after {
    content: " ";
    display: table;
  }
  .bp-wrapper.show-all .tr-details-row .details-row ol li:after,
  .bp-wrapper.show-charge .tr-details-row .details-row ol li:after {
    clear: both;
  }
  .bp-wrapper.show-all .tr-details-row .details-row ol li strong,
  .bp-wrapper.show-charge .tr-details-row .details-row ol li strong {
    float: right;
  }
}
.bp-wrapper.show-all .h-charges1,
.bp-wrapper.show-credit .h-charges1,
.bp-wrapper.show-all .th-kwh,
.bp-wrapper.show-credit .th-kwh,
.bp-wrapper.show-all .th-kwd,
.bp-wrapper.show-credit .th-kwd,
.bp-wrapper.show-all .h-onpeak,
.bp-wrapper.show-credit .h-onpeak,
.bp-wrapper.show-all .h-offpeak,
.bp-wrapper.show-credit .h-offpeak,
.bp-wrapper.show-all .charges1,
.bp-wrapper.show-credit .charges1,
.bp-wrapper.show-all .container-kwh,
.bp-wrapper.show-credit .container-kwh,
.bp-wrapper.show-all .container-kwd,
.bp-wrapper.show-credit .container-kwd,
.bp-wrapper.show-all .onpeak,
.bp-wrapper.show-credit .onpeak,
.bp-wrapper.show-all .offpeak,
.bp-wrapper.show-credit .offpeak,
.bp-wrapper.show-all .svcdays2,
.bp-wrapper.show-credit .svcdays2,
.bp-wrapper.show-all .viewbill2,
.bp-wrapper.show-credit .viewbill2,
.bp-wrapper.show-all .balance .lbl,
.bp-wrapper.show-credit .balance .lbl,
.bp-wrapper.show-all .tr-details-row,
.bp-wrapper.show-credit .tr-details-row {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bp-wrapper.show-all th,
  .bp-wrapper.show-credit th,
  .bp-wrapper.show-all .charges2,
  .bp-wrapper.show-credit .charges2,
  .bp-wrapper.show-all .tr-details-row,
  .bp-wrapper.show-credit .tr-details-row,
  .bp-wrapper.show-all .viewbill1,
  .bp-wrapper.show-credit .viewbill1 {
    display: none;
  }
  .bp-wrapper.show-all .svcdays2,
  .bp-wrapper.show-credit .svcdays2,
  .bp-wrapper.show-all .balance .lbl,
  .bp-wrapper.show-credit .balance .lbl {
    display: block;
    white-space: nowrap;
  }
  .bp-wrapper.show-all .container-description,
  .bp-wrapper.show-credit .container-description,
  .bp-wrapper.show-all .balance,
  .bp-wrapper.show-credit .balance {
    display: table;
    width: 100%;
  }
  .bp-wrapper.show-all .container-description table,
  .bp-wrapper.show-credit .container-description table,
  .bp-wrapper.show-all .balance table,
  .bp-wrapper.show-credit .balance table {
    width: 100%;
  }
  .bp-wrapper.show-all .container-description table .lbl,
  .bp-wrapper.show-credit .container-description table .lbl,
  .bp-wrapper.show-all .balance table .lbl,
  .bp-wrapper.show-credit .balance table .lbl {
    width: 60%;
  }
  .bp-wrapper.show-all .container-description table .amt,
  .bp-wrapper.show-credit .container-description table .amt,
  .bp-wrapper.show-all .balance table .amt,
  .bp-wrapper.show-credit .balance table .amt {
    text-align: right;
  }
  .bp-wrapper.show-all .charges1,
  .bp-wrapper.show-credit .charges1,
  .bp-wrapper.show-all .balance.lbl,
  .bp-wrapper.show-credit .balance.lbl {
    display: block;
  }
  .bp-wrapper.show-all .charges1,
  .bp-wrapper.show-credit .charges1 {
    display: table-cell;
  }
  .bp-wrapper.show-all .viewbill2,
  .bp-wrapper.show-credit .viewbill2 {
    display: table-row;
  }
}
@media screen and (max-width: 767px) {
  .bp-wrapper.show-credit > table {
    border-bottom: 1px solid #cccccc;
  }
}
@media screen and (min-width: 768px) {
  .bp-wrapper.show-credit > table tr .th-description {
    width: 50%;
  }
}
.bp-wrapper.show-credit .h-balance,
.bp-wrapper.show-credit .balance,
.bp-wrapper.show-credit .viewbill2,
.bp-wrapper.show-credit .h-details,
.bp-wrapper.show-credit .details {
  display: none;
}
.bp-wrapper.show-credit tr.charges,
.bp-wrapper.show-credit tr.tr-details-row {
  display: none !important;
}
.bp-wrapper.show-credit tr.bp-row > td.charges2 {
  border-right: 1px solid #d9d9d9;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bp-wrapper.show-credit tr.bp-row > td:last-child {
    border-top: 1px solid #cccccc;
  }
}
.bp-wrapper.show-charge tr.bp-row > td.balance {
  border-right-width: 0;
}
.bp-wrapper.show-charge .h-balance,
.bp-wrapper.show-charge .balance,
.bp-wrapper.show-charge tr.credit {
  display: none;
}
.bp-wrapper.show-charge .bp-wrapper table {
  border-spacing: 0;
}
.bp-wrapper.show-charge .bp-wrapper table th {
  background-color: #cccccc;
}
.bp-wrapper.show-charge .bp-wrapper table tr.bp-row > td {
  border-right: 1px solid #cccccc;
}
.bp-wrapper.show-charge .h-description,
.bp-wrapper.show-charge .description {
  text-align: left;
}
.bp-wrapper.show-charge .h-charges1,
.bp-wrapper.show-charge .charges1 {
  display: none;
}
.bp-wrapper.show-charge .container-kwh .lbl,
.bp-wrapper.show-charge .container-kwd .lbl,
.bp-wrapper.show-charge .h-kwh-lbl,
.bp-wrapper.show-charge .kwh-lbl,
.bp-wrapper.show-charge .h-kwd-lbl,
.bp-wrapper.show-charge .kwd-lbl {
  display: none;
}
.bp-wrapper.show-charge .container-kwh table,
.bp-wrapper.show-charge .container-kwd table {
  float: right;
}
.bp-wrapper.show-charge .onpeak,
.bp-wrapper.show-charge .offpeak,
.bp-wrapper.show-charge .charges2 {
  text-align: right;
}
.bp-wrapper.show-charge h1 {
  text-align: center;
}
.bp-wrapper.show-charge .h1-d {
  display: block;
}
.bp-wrapper.show-charge .h1-t {
  display: none;
}
.bp-wrapper.show-charge .h1-m {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bp-wrapper.show-charge .h1-d {
    display: none;
  }
  .bp-wrapper.show-charge .h1-t {
    display: block;
  }
  .bp-wrapper.show-charge .h1-m {
    display: none;
  }
  .bp-wrapper.show-charge .h-onpeak,
  .bp-wrapper.show-charge .onpeak,
  .bp-wrapper.show-charge .h-offpeak,
  .bp-wrapper.show-charge .offpeak {
    display: none;
  }
  .bp-wrapper.show-charge .bp-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .bp-wrapper.show-charge .bp-wrapper {
    width: 100%;
    margin: 0;
  }
  .bp-wrapper.show-charge .h1-d {
    display: none;
  }
  .bp-wrapper.show-charge .h1-t {
    display: none;
  }
  .bp-wrapper.show-charge .h1-m {
    display: block;
  }
  .bp-wrapper.show-charge th,
  .bp-wrapper.show-charge .h-onpeak,
  .bp-wrapper.show-charge .onpeak,
  .bp-wrapper.show-charge .h-offpeak,
  .bp-wrapper.show-charge .offpeak,
  .bp-wrapper.show-charge .svcdays,
  .bp-wrapper.show-charge .viewbill1 {
    display: none;
  }
  .bp-wrapper.show-charge .container-kwh table,
  .bp-wrapper.show-charge .container-kwd table {
    float: none;
    padding-right: 0;
  }
  .bp-wrapper.show-charge .onpeak,
  .bp-wrapper.show-charge .offPeak,
  .bp-wrapper.show-charge .charges2 {
    text-align: inherit;
    padding-right: 0;
  }
  .bp-wrapper.show-charge .charges1 {
    display: table-cell;
    text-align: right;
    padding-right: 0;
  }
  .bp-wrapper.show-charge .h-charges2,
  .bp-wrapper.show-charge .charges2 {
    display: none;
  }
  .bp-wrapper.show-charge .svcdays2,
  .bp-wrapper.show-charge .container-kwh .lbl,
  .bp-wrapper.show-charge .container-kwd .lbl {
    display: block;
  }
  .bp-wrapper.show-charge .svcdays2 {
    white-space: nowrap;
  }
  .bp-wrapper.show-charge .container-description,
  .bp-wrapper.show-charge .container-kwh,
  .bp-wrapper.show-charge .container-kwd {
    display: table;
    width: 100%;
  }
  .bp-wrapper.show-charge .container-description table,
  .bp-wrapper.show-charge .container-kwh table,
  .bp-wrapper.show-charge .container-kwd table {
    width: 100%;
  }
  .bp-wrapper.show-charge .h-kwh-lbl,
  .bp-wrapper.show-charge .kwh-lbl,
  .bp-wrapper.show-charge .h-kwd-lbl,
  .bp-wrapper.show-charge .kwd-lbl {
    display: table-cell;
  }
  .bp-wrapper.show-charge .container-kwh table td.lbl,
  .bp-wrapper.show-charge .container-kwd table td.lbl {
    width: 50%;
  }
  .bp-wrapper.show-charge .container-kwh table td.amt,
  .bp-wrapper.show-charge .container-kwd table td.amt {
    width: 50%;
    text-align: right;
    padding-right: 0;
  }
}
.smartling-es .accounts-table.list .accounts-list-item .balance-misc p {
  white-space: normal;
}
.smartling-es .accounts-filters-wrapper .accounts-filters {
  width: 695px;
}
@media (max-width: 767px) {
  .smartling-es .accounts-filters-wrapper .accounts-filters {
    width: 100%;
    min-height: 100px;
  }
}
.smartling-es .accounts-filters-wrapper .accounts-filters .accounts-search {
  width: 385px;
}
@media (max-width: 767px) {
  .smartling-es .accounts-filters-wrapper .accounts-filters .accounts-search {
    width: 100%;
  }
}
.smartling-es .accounts-filters .accounts-sort {
  display: inline-block;
}
.accounts-landing {
  background: #eff2f4;
  padding-top: 28px;
  padding-bottom: 60px;
}
.accounts-landing:before,
.accounts-landing:after {
  content: " ";
  display: table;
}
.accounts-landing:after {
  clear: both;
}
.accounts-landing:before,
.accounts-landing:after {
  content: " ";
  display: table;
}
.accounts-landing:after {
  clear: both;
}
.accounts-landing .form-alert {
  width: 75%;
  margin: 0 auto 30px;
}
.accounts-landing .row {
  margin: 0 auto;
  max-width: 1280px;
}
.accounts-landing .row.extend {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .accounts-landing .form-alert {
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .accounts-landing {
    padding-top: 0px;
  }
  .accounts-landing .form-alert {
    width: 100%;
    margin: 20px 0 10px;
  }
}
.accounts-back {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.accounts-back a {
  display: block;
  font-size: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-decoration: none;
}
.accounts-back a .fa {
  font-size: 12px;
  margin-left: 0;
  margin-right: 3px;
}
.accounts-search-by-lavel,
.accounts-sort-label {
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
  padding: 10px 0;
  float: left;
}
.accounts-filters-wrapper .accounts-sort {
  position: relative;
  float: left;
  height: 50px;
  z-index: 15;
  margin-right: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .accounts-filters-wrapper .accounts-sort .accounts-sort-label {
    width: 80px;
  }
}
.accounts-filters-wrapper .accounts-sort .fpl-customized-option {
  width: 208px;
  display: inline-block;
}
.accounts-filters-wrapper .accounts-filters {
  float: left;
  width: 690px;
  position: relative;
  z-index: 10;
}
.accounts-filters-wrapper .accounts-filters .fpl-form-row {
  margin-bottom: 0;
}
.accounts-filters-wrapper .accounts-filters .accounts-search-by {
  float: left;
}
.accounts-filters-wrapper .accounts-filters .accounts-search-by:before,
.accounts-filters-wrapper .accounts-filters .accounts-search-by:after {
  content: " ";
  display: table;
}
.accounts-filters-wrapper .accounts-filters .accounts-search-by:after {
  clear: both;
}
.accounts-filters-wrapper .accounts-filters .accounts-search-by:before,
.accounts-filters-wrapper .accounts-filters .accounts-search-by:after {
  content: " ";
  display: table;
}
.accounts-filters-wrapper .accounts-filters .accounts-search-by:after {
  clear: both;
}
.accounts-filters-wrapper .accounts-filters .accounts-search-by .accounts-search-by-label,
.accounts-filters-wrapper .accounts-filters .accounts-search-by .fpl-customized-option {
  float: left;
}
.accounts-filters-wrapper .accounts-filters .accounts-search-by .accounts-search-by-label {
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
  padding: 10px 0;
}
.accounts-filters-wrapper .accounts-filters .accounts-search-by .fpl-customized-option {
  width: 208px;
  max-width: 208px;
  z-index: 20;
}
.accounts-filters-wrapper .accounts-filters .accounts-search-by .fpl-customized-option .fpl-dropdown-field,
.accounts-filters-wrapper .accounts-filters .accounts-search-by .fpl-customized-option .fpl-dropdown-field .fpl-dropdown {
  margin-bottom: 0;
}
.accounts-filters-wrapper .accounts-filters .accounts-search {
  width: 380px;
  margin-left: 10px;
  float: right;
}
.accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-input,
.accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-submit {
  display: inline-block;
  outline: none;
}
.accounts-filters-wrapper .accounts-filters .accounts-search .fpl-form-field,
.accounts-filters-wrapper .accounts-filters .accounts-search .fpl-customized-option {
  width: 175px;
  float: left;
  margin-right: 15px;
}
.accounts-filters-wrapper .accounts-filters .accounts-search .fpl-customized-option .fpl-dropdown-field,
.accounts-filters-wrapper .accounts-filters .accounts-search .fpl-customized-option .fpl-dropdown-field .fpl-dropdown,
.accounts-filters-wrapper .accounts-filters .accounts-search input {
  margin-bottom: 0;
}
.accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-input {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  font-size: 16px;
  margin-right: 5px;
  padding: 8px 20px;
}
.accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-submit,
.accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-clear {
  height: auto;
  width: 103px;
  margin-right: 5px;
  display: inline-block;
}
.accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-clear {
  margin-right: 0;
}
.accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-clear {
  width: auto;
  display: inline-block;
  padding: 14px 0;
  background: none;
  color: #0096db;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-clear:active,
.accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-clear:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00628f;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .accounts-filters-wrapper .accounts-sort {
    float: none;
    z-index: 20;
  }
  .accounts-filters-wrapper .accounts-filters {
    float: none;
    width: 100%;
    z-index: 15;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search-by .fpl-customized-option {
    width: 230px;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search-by .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-text {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search-by .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa.fa-caret-down,
  .accounts-filters-wrapper .accounts-filters .accounts-search-by .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa.fa-caret-up {
    top: 0;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search {
    float: left;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-input {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 230px;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-submit {
    height: 44px;
  }
}
@media (max-width: 767px) {
  .accounts-filters-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    border-bottom: 1px solid #cccccc;
  }
  .accounts-filters-wrapper .accounts-sort {
    float: none;
    z-index: 20;
    height: auto;
    margin-right: 0;
    padding: 0 16px 20px;
    border-bottom: 1px solid #cccccc;
  }
  .accounts-filters-wrapper .accounts-sort .accounts-sort-label {
    float: none;
    clear: both;
  }
  .accounts-filters-wrapper .accounts-sort .fpl-customized-option {
    width: 100%;
    display: block;
    float: none;
  }
  .accounts-filters-wrapper .accounts-filters {
    float: none;
    z-index: 15;
    width: 100%;
    padding: 20px 16px 0;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search-by {
    float: none;
    padding-bottom: 20px;
    z-index: 110;
    position: relative;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search-by .accounts-search-by-label {
    display: none;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search-by .fpl-customized-option {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: inherit;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search {
    float: none;
    position: relative;
    width: auto;
    margin-left: 0;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search:before,
  .accounts-filters-wrapper .accounts-filters .accounts-search:after {
    content: " ";
    display: table;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search:after {
    clear: both;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search:before,
  .accounts-filters-wrapper .accounts-filters .accounts-search:after {
    content: " ";
    display: table;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search:after {
    clear: both;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-input {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    float: left;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search .fpl-form-field {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search .fpl-customized-option {
    width: 100%;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-submit {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 17px;
    margin-top: 20px;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-clear {
    width: auto;
    margin: 0 auto;
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 10px;
    background: none;
    color: #0096db;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-clear:active,
  .accounts-filters-wrapper .accounts-filters .accounts-search .accounts-search-clear:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #00628f;
    text-decoration: underline;
  }
}
.accounts-header {
  margin-bottom: 30px;
}
.accounts-header:before,
.accounts-header:after {
  content: " ";
  display: table;
}
.accounts-header:after {
  clear: both;
}
.accounts-header:before,
.accounts-header:after {
  content: " ";
  display: table;
}
.accounts-header:after {
  clear: both;
}
.accounts-header .accounts-info {
  float: left;
}
.accounts-header .accounts-info h3 {
  margin: 0 0 2px;
}
.accounts-header .accounts-info .accounts-info-amounts .deposits,
.accounts-header .accounts-info .accounts-info-amounts .balance {
  display: inline-block;
  font-size: 16px;
  margin: 0;
}
.accounts-header .accounts-info .accounts-info-amounts .deposits {
  margin-right: 20px;
}
.accounts-header .row-divider {
  clear: both;
  margin: 0;
  padding-top: 5px;
}
.accounts-header .row-divider .line {
  background: url('../images/row_divider_long.png') 50% 0 no-repeat;
}
.accounts-header .row-divider .mid {
  display: none;
}
.accounts-header .accounts-tools {
  margin-top: 15px;
}
.accounts-header .accounts-tools:before,
.accounts-header .accounts-tools:after {
  content: " ";
  display: table;
}
.accounts-header .accounts-tools:after {
  clear: both;
}
.accounts-header .accounts-tools:before,
.accounts-header .accounts-tools:after {
  content: " ";
  display: table;
}
.accounts-header .accounts-tools:after {
  clear: both;
}
.accounts-header .accounts-tools ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.accounts-header .accounts-tools ul li {
  border-left: 1px solid #cccccc;
  float: left;
  font-size: 16px;
  padding: 0 7px;
}
.accounts-header .accounts-tools ul li a {
  font-size: 16px;
}
.accounts-header .accounts-tools ul li a .fa {
  display: none;
}
.accounts-header .accounts-tools ul li:first-child {
  border-left: 0;
  padding-left: 0;
}
.accounts-header .accounts-tools ul li.current a {
  color: #636363;
}
.accounts-header .accounts-tools ul li.current a:hover {
  text-decoration: none;
}
.accounts-header .accounts-tools .management {
  float: left;
}
.accounts-header .accounts-tools .views {
  float: right;
}
.accounts-header .accounts-tools .views li {
  padding: 0;
  padding-left: 7px;
}
.accounts-header .accounts-tools .views li:first-child {
  padding-right: 7px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .accounts-header .accounts-info {
    float: none;
  }
  .accounts-header .accounts-info:before,
  .accounts-header .accounts-info:after {
    content: " ";
    display: table;
  }
  .accounts-header .accounts-info:after {
    clear: both;
  }
  .accounts-header .accounts-info:before,
  .accounts-header .accounts-info:after {
    content: " ";
    display: table;
  }
  .accounts-header .accounts-info:after {
    clear: both;
  }
  .accounts-header .accounts-info h3 {
    float: left;
    margin-bottom: 5px;
  }
  .accounts-header .accounts-info .accounts-info-amounts {
    float: right;
  }
  .accounts-header .accounts-info .accounts-info-amounts .deposits,
  .accounts-header .accounts-info .accounts-info-amounts .balance {
    margin-top: 5px;
  }
  .accounts-header .accounts-info .accounts-info-amounts .deposits {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .accounts-header {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .accounts-header .accounts-info,
  .accounts-header .accounts-tools,
  .accounts-header .accounts-filters {
    border-bottom: 1px solid #cccccc;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
  }
  .accounts-header .accounts-info {
    float: none;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .accounts-header .accounts-info .accounts-info-amounts {
    float: none;
  }
  .accounts-header .accounts-info .accounts-info-amounts .deposits,
  .accounts-header .accounts-info .accounts-info-amounts .balance {
    display: block;
  }
  .accounts-header .accounts-tools {
    margin-top: 0;
    padding: 0;
  }
  .accounts-header .accounts-tools ul {
    width: 100%;
  }
  .accounts-header .accounts-tools ul li {
    border-top: 1px solid #cccccc;
    float: none;
    padding: 0;
  }
  .accounts-header .accounts-tools ul li:first-child {
    border-top: 0;
  }
  .accounts-header .accounts-tools ul li a {
    display: block;
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 15px;
    text-decoration: none;
  }
  .accounts-header .accounts-tools ul li a .fa {
    display: inline-block;
    float: right;
    font-size: 10px;
    padding-top: 8px;
  }
}
.accounts-alert {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 15px 20px;
}
.accounts-alert:before,
.accounts-alert:after {
  content: " ";
  display: table;
}
.accounts-alert:after {
  clear: both;
}
.accounts-alert:before,
.accounts-alert:after {
  content: " ";
  display: table;
}
.accounts-alert:after {
  clear: both;
}
.accounts-alert > p,
.accounts-alert .accounts-alert-done,
.accounts-alert .accounts-alert-cancel {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}
.accounts-alert > p {
  font-size: 16px;
  text-align: left;
  width: 75%;
}
.accounts-alert .accounts-alert-done {
  width: 10%;
}
.accounts-alert .accounts-alert-cancel {
  font-size: 16px;
  width: 10%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .accounts-alert > p {
    width: 60%;
  }
  .accounts-alert .accounts-alert-done {
    width: 20%;
  }
  .accounts-alert .accounts-alert-cancel {
    width: 10%;
  }
}
@media (max-width: 767px) {
  .accounts-alert {
    padding: 20px 20px 0;
  }
  .accounts-alert > p,
  .accounts-alert .accounts-alert-done,
  .accounts-alert .accounts-alert-cancel {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .accounts-alert > p {
    padding: 0;
    text-align: left;
  }
  .accounts-alert .accounts-alert-cancel {
    padding: 10px;
  }
}
.accounts-reset-default {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.accounts-table {
  margin-top: 30px;
}
.accounts-table h5 {
  color: #404040;
  font-size: 26px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .accounts-table h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .accounts-table h5 {
    font-size: 24px;
  }
}
.accounts-table ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.accounts-table ul .no-accounts {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 5px;
}
.accounts-table.cards h5 {
  margin-bottom: 20px;
}
.accounts-table.cards ul {
  margin-left: -16px;
  margin-right: -16px;
}
.accounts-table.cards ul:before,
.accounts-table.cards ul:after {
  content: " ";
  display: table;
}
.accounts-table.cards ul:after {
  clear: both;
}
.accounts-table.cards ul:before,
.accounts-table.cards ul:after {
  content: " ";
  display: table;
}
.accounts-table.cards ul:after {
  clear: both;
}
.accounts-table.cards ul li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: -4px;
  padding: 0 16px;
  position: relative;
  vertical-align: top;
  width: 33.3%;
}
.accounts-table.cards ul li:before,
.accounts-table.cards ul li:after {
  content: " ";
  display: table;
}
.accounts-table.cards ul li:after {
  clear: both;
}
.accounts-table.cards ul li:before,
.accounts-table.cards ul li:after {
  content: " ";
  display: table;
}
.accounts-table.cards ul li:after {
  clear: both;
}
.accounts-table.cards ul li .accounts-list-item {
  height: 190px;
  position: relative;
  width: 100%;
}
.accounts-table.cards ul li .accounts-list-item .accounts-list-delete {
  display: block;
}
.accounts-table.cards ul li .accounts-list-item .accounts-list-delete a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #dd1500;
  display: block;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
}
.accounts-table.cards ul li .accounts-list-item .accounts-list-delete a span {
  display: none;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link {
  display: block;
  width: 100%;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .left,
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right {
  display: block;
  float: left;
  height: 190px;
  overflow: hidden;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .left p,
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right p {
  margin: 0;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .left {
  background: #0096db;
  border-bottom: 5px solid #007cb9;
  padding-top: 25px;
  text-align: center;
  width: 30%;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .left .image {
  padding-bottom: 15px;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .left .account {
  color: #ffffff;
  font-size: 15px;
  display: block;
  font-style: normal;
  text-align: center;
  padding-bottom: 10px;
  position: absolute;
  width: 30%;
  bottom: 5px;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .left .account:before,
.accounts-table.cards ul li .accounts-list-item .nav-account-link .left .account:after {
  content: " ";
  display: table;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .left .account:after {
  clear: both;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .left .account:before,
.accounts-table.cards ul li .accounts-list-item .nav-account-link .left .account:after {
  content: " ";
  display: table;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .left .account:after {
  clear: both;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .left .account .account-number,
.accounts-table.cards ul li .accounts-list-item .nav-account-link .left .account .account-status {
  font-weight: bold;
  text-transform: uppercase;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right {
  background: #ffffff;
  border-bottom: 5px solid #cad3d7;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  width: 70%;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right .name,
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right .address,
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right .balance,
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right .pay-link {
  display: block;
  font-style: normal;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right .name {
  max-height: 53px;
  overflow: hidden;
  padding-bottom: 8px;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right .name p {
  font-family: SerifaStd-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 17px;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right .address {
  color: #636363;
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 8px;
  padding-top: 2px;
  max-height: 48px;
  overflow: hidden;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right .address span {
  display: inline;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right .address .building p {
  font-size: 14px;
  line-height: 13px;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right .balance {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  position: absolute;
  width: 60%;
  bottom: 5px;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right .pay-bill-link {
  margin-top: 5px;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right .pay-bill-link a {
  border-top: 1px solid #cccccc;
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px;
}
.accounts-table.cards ul li .accounts-list-item .nav-account-link .right .pay-bill-link a .fa {
  font-size: 9px;
}
.accounts-table.cards ul li .accounts-list-item.default .nav-account-link .left,
.accounts-table.cards ul li .accounts-list-item.selected .nav-account-link .left {
  background-color: #c3d600;
  border-color: #acbd00;
}
.accounts-table.cards ul li .accounts-list-item.default .nav-account-link .left .account,
.accounts-table.cards ul li .accounts-list-item.selected .nav-account-link .left .account {
  color: #616b00;
}
.accounts-table.cards ul li .accounts-list-item.disabled .accounts-list-delete a {
  background-color: #b7c7cf;
}
.accounts-table.cards ul li .accounts-list-item.disabled .nav-account-link .right {
  background-color: #b7c7cf;
  border-color: #91a5af;
}
.accounts-table.cards ul li .accounts-list-item.disabled .nav-account-link .left .name,
.accounts-table.cards ul li .accounts-list-item.disabled .nav-account-link .left .name a,
.accounts-table.cards ul li .accounts-list-item.disabled .nav-account-link .left .address,
.accounts-table.cards ul li .accounts-list-item.disabled .nav-account-link .left .balance,
.accounts-table.cards ul li .accounts-list-item.disabled .nav-account-link .left .pay-bill-link a {
  color: #636363;
}
.accounts-table.cards ul li .accounts-card-default {
  clear: both;
  padding-top: 5px;
}
.accounts-table.cards ul li .accounts-card-default p {
  font-size: 16px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .accounts-table.cards ul li {
    width: 50%;
  }
  .accounts-table.cards ul li .accounts-card .nav-account-link .account-details {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .accounts-table.cards ul li {
    display: block;
    width: 100%;
  }
  .accounts-table.cards ul li .accounts-card .nav-account-link .image,
  .accounts-table.cards ul li .accounts-card .nav-account-link .account-details {
    border-bottom: 0;
  }
  .accounts-table.cards ul li .accounts-card .nav-account-link .image {
    padding-top: 55px;
  }
  .accounts-table.cards ul li .accounts-card .nav-account-link .image img {
    width: 38px;
  }
  .accounts-table.cards ul li .accounts-card .nav-account-link .account-details {
    padding-top: 15px;
  }
  .accounts-table.cards ul li .accounts-card .nav-account-link .account-details .pay-bill-link {
    background: #ffffff;
    border-bottom: 5px solid #cad3d7;
    bottom: 0px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .accounts-table.cards ul li .accounts-card .nav-account-link .account-details .pay-bill-link a {
    padding: 20px;
  }
  .accounts-table.cards ul li .accounts-card .nav-account-link .account-details .pay-bill-link a .fa {
    float: right;
    font-size: 20px;
    font-weight: bold;
  }
}
.accounts-table.list {
  padding-bottom: 30px;
}
.accounts-table.list h5 {
  margin-bottom: 30px;
}
.accounts-table.list .accounts-table-legend,
.accounts-table.list .accounts-list-item {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.accounts-table.list .accounts-table-legend p,
.accounts-table.list .accounts-list-item p {
  margin: 0;
}
.accounts-table.list .accounts-table-legend .image,
.accounts-table.list .accounts-list-item .image {
  display: none;
}
.accounts-table.list .accounts-table-legend .name,
.accounts-table.list .accounts-list-item .name,
.accounts-table.list .accounts-table-legend .address,
.accounts-table.list .accounts-list-item .address,
.accounts-table.list .accounts-table-legend .account,
.accounts-table.list .accounts-list-item .account,
.accounts-table.list .accounts-table-legend .balance,
.accounts-table.list .accounts-list-item .balance {
  display: table-cell;
  vertical-align: middle;
}
.accounts-table.list .accounts-table-legend .name,
.accounts-table.list .accounts-list-item .name {
  width: 20%;
}
.accounts-table.list .accounts-table-legend .name p,
.accounts-table.list .accounts-list-item .name p {
  max-height: 60px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .accounts-table.list .accounts-table-legend .name p,
  .accounts-table.list .accounts-list-item .name p {
    max-height: 55px;
  }
}
.accounts-table.list .accounts-table-legend .address,
.accounts-table.list .accounts-list-item .address {
  width: 35%;
}
.accounts-table.list .accounts-table-legend .address .building,
.accounts-table.list .accounts-list-item .address .building {
  width: 62%;
}
@media (max-width: 1023px) {
  .accounts-table.list .accounts-table-legend .address .building,
  .accounts-table.list .accounts-list-item .address .building {
    width: 100%;
  }
}
.accounts-table.list .accounts-table-legend .address .city-zip,
.accounts-table.list .accounts-list-item .address .city-zip {
  width: 35%;
}
@media (max-width: 1023px) {
  .accounts-table.list .accounts-table-legend .address .city-zip,
  .accounts-table.list .accounts-list-item .address .city-zip {
    width: 100%;
  }
}
.accounts-table.list .accounts-table-legend .account,
.accounts-table.list .accounts-list-item .account {
  width: 22%;
}
.accounts-table.list .accounts-table-legend .balance,
.accounts-table.list .accounts-list-item .balance {
  width: 23%;
}
.accounts-table.list .accounts-table-legend .building,
.accounts-table.list .accounts-list-item .building,
.accounts-table.list .accounts-table-legend .city-zip,
.accounts-table.list .accounts-list-item .city-zip,
.accounts-table.list .accounts-table-legend .account-number,
.accounts-table.list .accounts-list-item .account-number,
.accounts-table.list .accounts-table-legend .account-status,
.accounts-table.list .accounts-list-item .account-status,
.accounts-table.list .accounts-table-legend .balance-amount,
.accounts-table.list .accounts-list-item .balance-amount,
.accounts-table.list .accounts-table-legend .balance-misc,
.accounts-table.list .accounts-list-item .balance-misc {
  display: table;
  float: left;
  table-layout: fixed;
}
.accounts-table.list .accounts-table-legend .building p,
.accounts-table.list .accounts-list-item .building p,
.accounts-table.list .accounts-table-legend .city-zip p,
.accounts-table.list .accounts-list-item .city-zip p,
.accounts-table.list .accounts-table-legend .account-number p,
.accounts-table.list .accounts-list-item .account-number p,
.accounts-table.list .accounts-table-legend .account-status p,
.accounts-table.list .accounts-list-item .account-status p,
.accounts-table.list .accounts-table-legend .balance-amount p,
.accounts-table.list .accounts-list-item .balance-amount p,
.accounts-table.list .accounts-table-legend .balance-misc p,
.accounts-table.list .accounts-list-item .balance-misc p {
  display: table-cell;
  vertical-align: middle;
}
.accounts-table.list .accounts-table-legend .account-number,
.accounts-table.list .accounts-list-item .account-number,
.accounts-table.list .accounts-table-legend .balance-amount,
.accounts-table.list .accounts-list-item .balance-amount {
  width: 60%;
}
.accounts-table.list .accounts-table-legend .account-status,
.accounts-table.list .accounts-list-item .account-status,
.accounts-table.list .accounts-table-legend .balance-misc,
.accounts-table.list .accounts-list-item .balance-misc {
  width: 40%;
}
.accounts-table.list .accounts-table-legend .name p,
.accounts-table.list .accounts-list-item .name p,
.accounts-table.list .accounts-table-legend .building p,
.accounts-table.list .accounts-list-item .building p,
.accounts-table.list .accounts-table-legend .city-zip p,
.accounts-table.list .accounts-list-item .city-zip p,
.accounts-table.list .accounts-table-legend .account-number p,
.accounts-table.list .accounts-list-item .account-number p,
.accounts-table.list .accounts-table-legend .account-status p,
.accounts-table.list .accounts-list-item .account-status p,
.accounts-table.list .accounts-table-legend .balance-amount p,
.accounts-table.list .accounts-list-item .balance-amount p {
  padding: 0 10px;
}
.accounts-table.list .accounts-table-legend .account .account-number,
.accounts-table.list .accounts-list-item .account .account-number {
  padding: 0 5px;
}
.accounts-table.list .accounts-table-legend .account .account-status,
.accounts-table.list .accounts-list-item .account .account-status {
  text-align: center;
}
.accounts-table.list .accounts-table-legend .account .account-status p,
.accounts-table.list .accounts-list-item .account .account-status p {
  padding: 0 5px;
  font-size: 14px;
}
.accounts-table.list .accounts-table-legend .balance-misc,
.accounts-table.list .accounts-list-item .balance-misc {
  text-align: center;
}
.accounts-table.list .accounts-table-legend .balance-misc p,
.accounts-table.list .accounts-list-item .balance-misc p {
  padding: 0 5px;
  white-space: nowrap;
  font-size: 14px;
}
.accounts-table.list .accounts-table-legend .balance-amount,
.accounts-table.list .accounts-list-item .balance-amount {
  text-align: right;
}
.accounts-table.list .accounts-table-legend {
  margin-bottom: 10px;
}
.accounts-table.list .accounts-table-legend p {
  font-size: 14px;
  font-weight: bold;
}
.accounts-table.list ul {
  border-bottom: 1px solid #cccccc;
}
.accounts-table.list ul:before,
.accounts-table.list ul:after {
  content: " ";
  display: table;
}
.accounts-table.list ul:after {
  clear: both;
}
.accounts-table.list ul:before,
.accounts-table.list ul:after {
  content: " ";
  display: table;
}
.accounts-table.list ul:after {
  clear: both;
}
.accounts-table.list ul li {
  display: block;
}
.accounts-table.list ul li:before,
.accounts-table.list ul li:after {
  content: " ";
  display: table;
}
.accounts-table.list ul li:after {
  clear: both;
}
.accounts-table.list ul li:before,
.accounts-table.list ul li:after {
  content: " ";
  display: table;
}
.accounts-table.list ul li:after {
  clear: both;
}
.accounts-table.list .accounts-list-item {
  background: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  position: relative;
}
.accounts-table.list .accounts-list-item .name,
.accounts-table.list .accounts-list-item .building,
.accounts-table.list .accounts-list-item .city-zip,
.accounts-table.list .accounts-list-item .account-number,
.accounts-table.list .accounts-list-item .account-status,
.accounts-table.list .accounts-list-item .balance-amount {
  border-right: 1px solid #cccccc;
}
.accounts-table.list .accounts-list-item .name,
.accounts-table.list .accounts-list-item .address,
.accounts-table.list .accounts-list-item .building,
.accounts-table.list .accounts-list-item .city-zip,
.accounts-table.list .accounts-list-item .account,
.accounts-table.list .accounts-list-item .account-number,
.accounts-table.list .accounts-list-item .account-status,
.accounts-table.list .accounts-list-item .balance,
.accounts-table.list .accounts-list-item .balance-amount,
.accounts-table.list .accounts-list-item .balance-misc {
  height: 70px;
}
.accounts-table.list .accounts-list-item .name p,
.accounts-table.list .accounts-list-item .address p,
.accounts-table.list .accounts-list-item .building p,
.accounts-table.list .accounts-list-item .city-zip p,
.accounts-table.list .accounts-list-item .account p,
.accounts-table.list .accounts-list-item .account-number p,
.accounts-table.list .accounts-list-item .account-status p,
.accounts-table.list .accounts-list-item .balance p,
.accounts-table.list .accounts-list-item .balance-amount p,
.accounts-table.list .accounts-list-item .balance-misc p {
  font-size: 16px;
  line-height: 19px;
}
.accounts-table.list .accounts-list-item .name p {
  font-weight: bold;
}
.accounts-table.list .accounts-list-item .account-number p {
  font-weight: bold;
}
.accounts-table.list .accounts-list-item .balance-amount p {
  color: #000000;
  font-weight: bold;
}
.accounts-table.list .accounts-list-item .balance-misc .pay-bill-link .fa {
  font-size: 10px;
  margin-top: -3px;
}
.accounts-table.list .accounts-list-item.default,
.accounts-table.list .accounts-list-item.selected {
  border: 5px solid #68bb45;
  border-left: 0;
}
.accounts-table.list .accounts-list-item.default .name,
.accounts-table.list .accounts-list-item.selected .name {
  border-left: 5px solid #68bb45;
  padding-left: 5px;
}
.accounts-table.list .accounts-list-item.default .name p,
.accounts-table.list .accounts-list-item.selected .name p {
  padding-left: 10px;
}
.accounts-table.list .accounts-list-item.default .balance,
.accounts-table.list .accounts-list-item.selected .balance {
  padding-left: 5px;
}
.accounts-table.list .accounts-list-item.disabled {
  background: #e3e8eb;
}
.accounts-table.list .accounts-list-default {
  margin-bottom: 30px;
  margin-top: 10px;
}
.accounts-table.list .accounts-list-delete {
  background: #ffffff;
  position: absolute;
  height: 70px;
  top: 0px;
  right: 1px;
  text-align: center;
  width: 10%;
}
.accounts-table.list .accounts-list-delete a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #dd1500;
  display: inline-block;
  height: 30px;
  margin-top: 20px;
  width: 30px;
}
.accounts-table.list .accounts-list-delete a span {
  display: none;
}
.accounts-table.list .accounts-list-item.disabled .name p a,
.accounts-table.list .accounts-list-item.disabled .balance-amount p,
.accounts-table.list .accounts-list-item.disabled .balance-misc p .pay-bill-link {
  color: #636363;
}
.accounts-table.list .accounts-list-item.disabled .accounts-list-delete {
  background: #e3e8eb;
}
.accounts-table.list .accounts-list-item.disabled .accounts-list-delete a {
  background-color: #b7c7cf;
}
@media (max-width: 1023px) {
  .accounts-table.list .accounts-list-item {
    display: block;
    text-align: right;
  }
  .accounts-table.list .accounts-list-item:before,
  .accounts-table.list .accounts-list-item:after {
    content: " ";
    display: table;
  }
  .accounts-table.list .accounts-list-item:after {
    clear: both;
  }
  .accounts-table.list .accounts-list-item:before,
  .accounts-table.list .accounts-list-item:after {
    content: " ";
    display: table;
  }
  .accounts-table.list .accounts-list-item:after {
    clear: both;
  }
  .accounts-table.list .accounts-list-item .name,
  .accounts-table.list .accounts-list-item .address,
  .accounts-table.list .accounts-list-item .balance,
  .accounts-table.list .accounts-list-item .building,
  .accounts-table.list .accounts-list-item .city-zip,
  .accounts-table.list .accounts-list-item .account-number,
  .accounts-table.list .accounts-list-item .account-status,
  .accounts-table.list .accounts-list-item .balance-amount,
  .accounts-table.list .accounts-list-item .balance-misc {
    border: 0;
    display: block;
    height: auto;
    width: auto;
  }
  .accounts-table.list .accounts-list-item .address,
  .accounts-table.list .accounts-list-item .balance {
    height: 90px;
  }
  .accounts-table.list .accounts-list-item .accounts-list-delete {
    height: 89px;
  }
  .accounts-table.list .accounts-list-item .name,
  .accounts-table.list .accounts-list-item .address,
  .accounts-table.list .accounts-list-item .balance {
    float: left;
  }
  .accounts-table.list .accounts-list-item .name,
  .accounts-table.list .accounts-list-item .address,
  .accounts-table.list .accounts-list-item .balance {
    text-align: left;
  }
  .accounts-table.list .accounts-list-item .name {
    width: 35%;
  }
  .accounts-table.list .accounts-list-item .name p {
    padding-top: 15px;
  }
  .accounts-table.list .accounts-list-item .account {
    float: left;
    clear: both;
    width: 35%;
    margin-top: -36px;
    height: auto;
  }
  .accounts-table.list .accounts-list-item .address {
    border-right: 1px solid #cccccc;
    width: 40%;
  }
  .accounts-table.list .accounts-list-item .address .building,
  .accounts-table.list .accounts-list-item .address .city-zip {
    float: none;
  }
  .accounts-table.list .accounts-list-item .address .building p {
    padding-top: 15px;
  }
  .accounts-table.list .accounts-list-item .address .city-zip p {
    padding-top: 15px;
  }
  .accounts-table.list .accounts-list-item .balance {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 15%;
  }
  .accounts-table.list .accounts-list-item .balance .balance-amount,
  .accounts-table.list .accounts-list-item .balance .balance-misc {
    float: none;
    text-align: right;
  }
  .accounts-table.list .accounts-list-item .balance .balance-amount p,
  .accounts-table.list .accounts-list-item .balance .balance-misc p {
    display: block;
  }
  .accounts-table.list .accounts-list-item .balance .balance-amount p {
    padding-top: 15px;
  }
  .accounts-table.list .accounts-list-item .balance .balance-misc {
    padding-top: 15px;
  }
  .accounts-table.list .accounts-list-item .balance .balance-misc p .fa {
    font-size: 8px;
  }
  .accounts-table.list .accounts-list-item .accounts-list-delete {
    background: none;
    border-left: 1px solid #cccccc;
    display: inline-block;
    position: relative;
    width: 55px;
  }
  .accounts-table.list .accounts-list-item .accounts-list-delete a {
    margin-top: 30px;
  }
  .accounts-table.list .accounts-list-item.default .name,
  .accounts-table.list .accounts-list-item.selected .name {
    height: 90px;
  }
}
/* View All Styling */
.js-view-all-hidden {
  display: none !important;
}
.accounts-viewall {
  text-align: center;
}
.accounts-viewall .viewall-button {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}
.accounts-viewall .viewall-button .fa {
  margin-top: -8px;
}
.add-existing-account {
  background: #eff2f4;
  padding-bottom: 65px;
  padding-top: 8px;
}
.add-existing-account:before,
.add-existing-account:after {
  content: " ";
  display: table;
}
.add-existing-account:after {
  clear: both;
}
.add-existing-account:before,
.add-existing-account:after {
  content: " ";
  display: table;
}
.add-existing-account:after {
  clear: both;
}
.add-existing-account .row {
  margin: 0 auto;
  max-width: 1280px;
}
.add-existing-account h3 span.progress-info {
  font-family: SerifaStd-Light;
  font-weight: normal;
  font-style: normal;
}
.add-existing-account.step2 .account-box-chunk.account-num {
  border-bottom-width: 0;
}
@media (max-width: 767px) {
  .add-existing-account.step2 .account-box-chunk.account-num {
    padding-bottom: 0 !important;
    border-bottom-width: 0 !important;
  }
}
@media (max-width: 767px) {
  .add-existing-account.step2 .account-box-chunk.address {
    padding-bottom: 20px !important;
    padding-top: 0 !important;
  }
}
.add-existing-account.step2 .fpl-dropdown-field {
  margin-bottom: 0;
}
.add-existing-account.step2 .fpl-form .fpl-form-note.fpl-remember .choice-field {
  float: none;
}
.add-existing-account ul.add-account-container {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  display: -webkit-flex;
}
.add-existing-account ul.add-account-container > li {
  border-right: 1px solid #d9d9d9;
  float: left;
}
.add-existing-account ul.add-account-container > li:last-child {
  border-right-width: 0;
}
@media (max-width: 767px) {
  .add-existing-account ul.add-account-container {
    display: block;
  }
  .add-existing-account ul.add-account-container > li {
    display: block;
  }
}
.add-existing-account .account-entry-container {
  padding: 45px 0;
  margin: 0 16px;
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container {
    margin: 0 6px;
  }
}
.add-existing-account .account-entry-container .multi-row-text .column-header {
  margin-top: 12px;
}
@media (max-width: 1023px) {
  .add-existing-account .account-entry-container .multi-row-text .column-header {
    width: 100%;
  }
}
.add-existing-account .account-entry-container .multi-row-text .column-header .fpl-popover-icon .fa {
  margin-top: 0px;
}
.add-existing-account .account-entry-container .column-header {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
  width: 80%;
  margin: 0 auto 15px;
}
.add-existing-account .account-entry-container .column-header:after {
  content: "";
  clear: both;
  display: block;
}
.add-existing-account .account-entry-container .column-header.single-row-tooltip .fpl-popover-icon .fa {
  margin-top: 0;
}
.add-existing-account .account-entry-container .column-header.narrow {
  margin-top: 0;
  width: 80%;
}
.add-existing-account .account-entry-container .column-header.narrow .title {
  float: left;
  margin-right: 10px;
}
.add-existing-account .account-entry-container .column-header.narrow .fpl-popover-icon .fa {
  float: left;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .add-existing-account .account-entry-container .column-header.narrow {
    width: 85%;
    margin-right: 0;
  }
  .add-existing-account .account-entry-container .column-header.narrow .content {
    float: right;
  }
  .add-existing-account .account-entry-container .column-header.narrow .content .title {
    text-align: center;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .column-header.narrow {
    width: 60%;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .column-header.email-bill-enroll-head {
    float: left;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .column-header {
    width: auto;
    padding-top: 15px;
  }
}
.add-existing-account .account-entry-container .column-header .title .top-row {
  display: block;
}
@media (max-width: 1023px) {
  .add-existing-account .account-entry-container .column-header .title {
    float: left;
    margin-right: 10px;
  }
}
.add-existing-account .account-entry-container .column-header .secondary-header-info {
  font-weight: normal;
}
@media (max-width: 1023px) {
  .add-existing-account .account-entry-container .column-header .secondary-header-info {
    display: block;
  }
}
.add-existing-account .account-entry-container .column-header .fpl-popover-icon .fa {
  height: 20px;
  margin-top: -3px;
  width: 20px;
}
@media (max-width: 1023px) {
  .add-existing-account .account-entry-container .column-header .fpl-popover-icon .fa {
    margin-top: 10px;
  }
}
.add-existing-account .account-entry-container .account-box {
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 5px;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk {
  box-sizing: border-box;
  padding: 12px 12px 0;
  font-size: 15px;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-form-row {
  margin-bottom: 0;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .enroll-check.choice-field {
  float: inherit;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .enroll-check.choice-field .content {
  margin-top: 10px;
  margin-left: -20px;
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk .enroll-check.choice-field {
    margin: 10px 0;
  }
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-form-note {
  margin: 0;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-remember .fpl-customized-option {
  margin-bottom: 0;
  margin-right: 10px;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-remember .choice-info {
  width: 75%;
  text-align: left;
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-remember .choice-info {
    float: left;
    width: 68%;
    margin-top: 0;
  }
  .add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-remember .choice-info .choice-detail {
    white-space: inherit;
  }
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-remember {
    max-width: 100%;
    margin: 10px 0;
  }
  .add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-remember .choice-info {
    width: 80%;
    margin: 15px 0 0 8px;
  }
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-choice-box {
  width: 93%;
  margin-right: 0;
  margin: 0 auto;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-choice-box .choice-info {
  width: 64%;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-choice-box .choice-info .choice-detail {
  text-align: left;
  padding-top: 0;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .add-additional-delete {
  margin: 0 auto;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .add-additional-delete .btn {
  margin: 0 auto;
  width: 150px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk .add-additional-delete .btn {
    width: 104px;
  }
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk .add-additional-delete .btn {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk {
    padding: 20px 10px;
  }
  .add-existing-account .account-entry-container .account-box .account-box-chunk .side-by-side.account-box-chunk {
    border-width: 0;
    text-align: left;
    height: auto !important;
    padding: 20px 25px 5px;
  }
  .add-existing-account .account-entry-container .account-box .account-box-chunk .side-by-side {
    padding: 5px 25px;
  }
  .add-existing-account .account-entry-container .account-box .account-box-chunk .add-additional-delete {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk {
    padding: 0px 25px;
    border-width: 0;
    text-align: left;
  }
  .add-existing-account .account-entry-container .account-box .account-box-chunk .side-by-side {
    border-width: 0;
  }
  .add-existing-account .account-entry-container .account-box .account-box-chunk .account-box-chunk-inner {
    border-bottom-width: 0;
    border-top-width: 0;
    text-align: left;
  }
  .add-existing-account .account-entry-container .account-box .account-box-chunk .add-additional-delete,
  .add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-customized-option {
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk input {
    margin-bottom: 0;
  }
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-dropdown-field {
  z-index: 10;
}
@media (min-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-dropdown-field .selected-item-text {
    padding: 10px 10px 10px 0;
  }
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk .fpl-dropdown-field .selected-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .message-link {
  text-align: left;
  padding: 10px 0 10px 10px;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .message-link:before,
.add-existing-account .account-entry-container .account-box .account-box-chunk .message-link:after {
  content: " ";
  display: table;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .message-link:after {
  clear: both;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .message-link:before,
.add-existing-account .account-entry-container .account-box .account-box-chunk .message-link:after {
  content: " ";
  display: table;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .message-link:after {
  clear: both;
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk .message-link {
    font-size: 13px;
  }
}
.add-existing-account .account-entry-container .account-box .account-box-chunk.account-add-additional:before,
.add-existing-account .account-entry-container .account-box .account-box-chunk.account-add-additional:after {
  content: " ";
  display: table;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk.account-add-additional:after {
  clear: both;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk.account-add-additional:before,
.add-existing-account .account-entry-container .account-box .account-box-chunk.account-add-additional:after {
  content: " ";
  display: table;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk.account-add-additional:after {
  clear: both;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk.account-add-additional .fpl-customized-option {
  width: 100%;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk.account-add-additional .add-multiple-accounts-trigger {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk.account-add-additional .btn {
  clear: none;
  display: block;
  float: right;
  margin-right: 20px;
  width: 35%;
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk.account-add-additional .add-multiple-accounts-trigger {
    display: block;
    float: none;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 14px;
    width: 100%;
  }
  .add-existing-account .account-entry-container .account-box .account-box-chunk.account-add-additional .add-additional-delete {
    margin-left: 12px;
    margin-right: 12px;
  }
  .add-existing-account .account-entry-container .account-box .account-box-chunk.account-add-additional .add-additional-delete .btn {
    display: block;
    float: none;
    margin: 15px 0px;
    width: 100%;
  }
}
.add-existing-account .account-entry-container .account-box .account-box-chunk.split {
  padding: 0;
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk.split {
    padding: 7px 25px 20px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk.split {
    padding: 13px 0;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk.split .side-by-side {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-width: 0;
  }
  .add-existing-account .account-entry-container .account-box .account-box-chunk.split .side-by-side.account-box-chunk .content {
    text-align: center;
  }
  .add-existing-account .account-entry-container .account-box .account-box-chunk.split .side-by-side .content {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk.split .side-by-side {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk {
    height: auto;
    border-bottom: 1px solid #d9d9d9;
  }
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .add-multiple-accounts-trigger {
  display: block;
  font-size: 16px;
  padding: 11px 0;
  text-align: center;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .add-multiple-accounts-trigger .arrow {
  font-size: 10px;
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk .add-multiple-accounts-trigger .arrow {
    float: right;
    font-size: 18px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk .add-multiple-accounts-trigger {
    text-align: left;
    padding: 15px 0 15px;
  }
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .enroll-check {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .enroll-check .fpl-custom-checkbox {
  margin: 10px auto;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .field-error {
  text-align: left;
  padding-bottom: 5px;
}
.add-existing-account .account-entry-container .account-box .account-box-chunk .form-error-note {
  margin: -4px 0 8px 26px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk .form-error-note {
    margin: 10px 0 0 26px;
  }
}
.add-existing-account .account-entry-container .account-box .account-box-chunk + .account-box-chunk {
  border-left: 0;
}
@media (max-width: 767px) {
  .add-existing-account .account-entry-container .account-box .account-box-chunk + .account-box-chunk {
    border-left: 1px solid #d9d9d9;
    border-top: 0;
  }
}
.add-existing-account .fatal-error-container {
  padding: 15px;
  margin: 55px 0;
  background-color: #dd1500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .add-existing-account .fatal-error-container {
    padding: 80px 15px;
  }
}
.add-existing-account .fatal-error-container .error-messaging {
  margin: 0 auto;
  font-size: 16px;
  background: url('../images/error-alert.png') left center no-repeat;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .add-existing-account .fatal-error-container .error-messaging {
    padding-left: 50px;
  }
}
.add-existing-account .fatal-error-container .error-messaging .title {
  display: block;
  font-weight: bold;
}
.add-existing-account .fatal-error-container .error-messaging .body {
  display: block;
}
.add-existing-account .error-container {
  background-color: #ecd1d0;
  border: 1px solid #dd1500;
  padding: 15px;
  color: #dd1500;
  margin-top: 10px;
}
.add-existing-account .btn {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .add-existing-account .pull-xs-left {
    float: left;
  }
  .add-existing-account .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .add-existing-account .pull-sm-left {
    float: left;
  }
  .add-existing-account .pull-sm-right {
    float: right;
  }
}
.fpl-remember {
  margin: 0;
}
@media (max-width: 1023px) {
  .logged-out .masthead-image {
    margin-top: 180px;
    height: 300px;
  }
  .logged-out .masthead-image.back-to-link {
    margin-top: 180px;
  }
  .logged-out .masthead.masthead-text {
    margin-top: 110px;
  }
  .logged-out .masthead-carousel,
  .logged-out .masthead-single {
    margin-top: 180px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .logged-out .fpl-alert-banner {
    margin-top: 130px;
  }
  .logged-out .masthead-image {
    margin-top: 130px;
    height: auto;
  }
  .logged-out .masthead-image.back-to-link {
    margin-top: 130px;
  }
  .logged-out .masthead-image.back-to-link .masthead-image-row {
    height: auto;
  }
  .logged-out .masthead-image.back-to-link .masthead-image-row .masthead-content {
    padding-top: 55px;
  }
  .logged-out .masthead.masthead-text {
    margin-top: 61px;
  }
  .logged-out .masthead-carousel,
  .logged-out .masthead-single {
    margin-top: 61px;
  }
}
@media (max-width: 1023px) {
  .has-alert .masthead-image {
    margin-top: 0;
    padding-top: 0;
    height: 300px;
  }
  .has-alert .masthead.masthead-text {
    margin-top: 0;
    padding-top: 0;
  }
  .has-alert .masthead-carousel,
  .has-alert .masthead-single {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .has-alert .fpl-alert-banner {
    margin-top: 61px;
  }
  .has-alert .registration-container {
    margin-top: 0;
  }
  .has-alert .masthead-image {
    margin-top: 0;
    padding-top: 0;
    height: auto;
  }
  .has-alert .masthead.masthead-text {
    margin-top: 0;
    padding-top: 0;
  }
  .has-alert .masthead-carousel,
  .has-alert .masthead-single {
    margin-top: 0;
  }
}
.logged-out.has-alert .masthead {
  margin-top: 0;
}
.logged-out.has-alert .fpl-alert-banner {
  margin-top: 161px;
}
@media (max-width: 1023px) {
  .logged-out.has-alert .fpl-alert-banner {
    margin-top: 180px;
  }
  .logged-out.has-alert .masthead-image {
    margin-top: 0;
    padding-top: 0;
    height: 300px;
  }
  .logged-out.has-alert .masthead.masthead-text {
    margin-top: 0;
    padding-top: 0;
  }
  .logged-out.has-alert .masthead-carousel,
  .logged-out.has-alert .masthead-single {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .logged-out.has-alert .fpl-alert-banner {
    margin-top: 61px;
  }
  .logged-out.has-alert .masthead-image {
    margin-top: 0;
    padding-top: 0;
    height: auto;
  }
  .logged-out.has-alert .masthead-image.back-to-link .masthead-content {
    padding-top: 55px;
  }
  .logged-out.has-alert .masthead-image img {
    margin-top: 0;
  }
  .logged-out.has-alert .masthead.masthead-text {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .next-connect-step.btn {
    margin-top: 24px;
  }
}
.fpl-inner-box {
  width: 100%;
  border: 2px solid #d9d9d9;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 0;
}
.fpl-inner-box.with-map span,
.fpl-inner-box.with-map a {
  display: block;
}
.fpl-inner-box.with-map div.image {
  width: 100%;
}
.fpl-inner-box.with-map div.image img {
  max-width: 100%;
}
.fpl-inner-box.with-map div.map {
  background: url(../../R2/media/images/confirm-address-map.png) center no-repeat;
}
.fpl-inner-box.with-map div.pin {
  background: url(../../R2/media/images/confirm-address-pin.png) center no-repeat;
}
.fpl-inner-box.with-map div.text {
  margin: 25px;
}
.fpl-inner-box.with-map a {
  margin: 25px;
}
.fpl-inner-box .intro {
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.fpl-inner-box .intro .title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fpl-status-row {
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 5px;
  width: 100%;
  margin-bottom: 20px;
}
.fpl-status-row.last {
  border-bottom-width: 0;
}
.fpl-status-row .title-row {
  margin-bottom: 10px;
}
.fpl-status-row .title-row:before,
.fpl-status-row .title-row:after {
  content: " ";
  display: table;
}
.fpl-status-row .title-row:after {
  clear: both;
}
.fpl-status-row .title-row:before,
.fpl-status-row .title-row:after {
  content: " ";
  display: table;
}
.fpl-status-row .title-row:after {
  clear: both;
}
.fpl-status-row .title-row .status-title {
  float: left;
  font-size: 20px;
}
.fpl-status-row .title-row .status-value {
  float: right;
  font-size: 20px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.fpl-status-row .title-row .status-value.off {
  color: #dd1500;
}
.fpl-status-row .title-row .status-value.on {
  color: #68bb45;
}
.compare-box-two {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding: 10px 0 20px;
  width: 100%;
}
.compare-box-two .title-row {
  margin-bottom: 15px;
}
.compare-box-two .title-row:before,
.compare-box-two .title-row:after {
  content: " ";
  display: table;
}
.compare-box-two .title-row:after {
  clear: both;
}
.compare-box-two .title-row:before,
.compare-box-two .title-row:after {
  content: " ";
  display: table;
}
.compare-box-two .title-row:after {
  clear: both;
}
.compare-box-two .title-row .fpl-form-tooltip > span {
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  display: inline-block;
}
.compare-box-two .title-row .fpl-form-tooltip > a {
  display: inline-block;
  float: right;
}
.compare-box-two .compare-row:before,
.compare-box-two .compare-row:after {
  content: " ";
  display: table;
}
.compare-box-two .compare-row:after {
  clear: both;
}
.compare-box-two .compare-row:before,
.compare-box-two .compare-row:after {
  content: " ";
  display: table;
}
.compare-box-two .compare-row:after {
  clear: both;
}
.compare-box-two .compare-row .compare {
  width: 49%;
  text-align: center;
  float: left;
}
.compare-box-two .compare-row .compare.left {
  border-right: 1px solid #d9d9d9;
}
.compare-box-two .compare-row .compare .icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 15px;
}
.compare-box-two .compare-row .compare .icon img {
  max-width: 100%;
}
.compare-box-two .compare-row .compare .value {
  font-size: 26px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
}
.compare-box-two .compare-row .compare .description {
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.fpls-banner {
  position: relative;
  background-color: #0c2739;
  width: 592px;
  right: 104px;
  padding: 10px 44px 30px;
  color: #ffffff;
  bottom: -36px;
}
.fpls-banner .fpls-banner-title {
  padding: 10px 0px 20px 85px;
}
.fpls-banner .fpls-banner-title:before {
  position: absolute;
  top: -12px;
  left: 43px;
}
.fpls-banner .fpls-banner-title.house:before {
  background: url('../images/fpl-services-banner.png');
  content: "";
  float: left;
  height: 81px;
  width: 88px;
  background-position: 0 0;
}
.fpls-banner .fpls-banner-title.wallet:before {
  background: url('../images/fpl-services-banner.png');
  content: "";
  float: left;
  height: 47px;
  width: 49px;
  background-position: 0 -200px;
  margin: 25px 0 0 13px;
}
.fpls-banner .fpls-banner-title.pig:before {
  background: url('../images/fpl-services-banner.png');
  content: "";
  float: left;
  height: 81px;
  width: 88px;
  background-position: 0 -100px;
  top: -10px;
}
.fpls-banner .fpls-banner-title.pig-house:before {
  background: url('../images/fpl-services-banner.png');
  content: "";
  float: left;
  height: 58px;
  width: 65px;
  background-position: 0 -300px;
  margin-top: 25px;
}
.fpls-banner .fpls-text,
.fpls-banner .fpls-button {
  display: inline-block;
}
.fpls-banner .fpls-text {
  width: 63%;
  padding-right: 15px;
}
.fpls-banner .fpls-button {
  width: 180px;
  margin-top: 0px;
  position: relative;
  bottom: 29px;
}
@media (max-width: 767px) {
  .fpls-banner .fpls-button {
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .fpls-banner {
    width: 100%;
    right: 0;
    padding: 10px 36px 30px;
  }
  .fpls-banner .fpls-banner-title {
    position: static;
    padding: 60px 0 0;
  }
  .fpls-banner .fpls-banner-title:before {
    top: 0;
    left: 50%;
    transform: translateX(-24px);
    display: block;
  }
  .fpls-banner .fpls-banner-title.house:before {
    top: -15px;
  }
  .fpls-banner .fpls-banner-title.wallet:before {
    top: -10px;
  }
  .fpls-banner .fpls-banner-title.pig:before {
    top: -15px;
  }
  .fpls-banner .fpls-banner-title.pig-house:before {
    top: -10px;
  }
  .fpls-banner .fpls-text,
  .fpls-banner .fpls-button {
    display: inline-block;
    width: 100%;
  }
}
.account .number {
  padding-left: 1em;
}
.deposit-due {
  color: #0096db;
}
.congratulations-icon {
  margin: 0 auto 10px auto;
}
.congratulations-icon.alert-banner-checkmark {
  background: url('../images/alert-banner-checkmark.png') center no-repeat;
  width: 32px;
  height: 32px;
}
.congratulations-icon.alert-triangle {
  background: url('../images/alert-triangle.png') center no-repeat;
  width: 46px;
  height: 46px;
}
body.fpl-app .fpl-body,
body.fpl-template.logged-in .fpl-body,
body.fpl-template.no-login.logged-out .fpl-body {
  margin-top: 82px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.fpl-app .fpl-body,
  body.fpl-template.logged-in .fpl-body,
  body.fpl-template.no-login.logged-out .fpl-body {
    margin-top: 70px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  body.fpl-app .fpl-body,
  body.fpl-template.logged-in .fpl-body,
  body.fpl-template.no-login.logged-out .fpl-body {
    margin-top: 61px;
  }
}
body.fpl-template.logged-out .fpl-body {
  margin-top: 161px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.fpl-template.logged-out .fpl-body {
    margin-top: 181px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  body.fpl-template.logged-out .fpl-body {
    margin-top: 61px;
  }
}
/* container for page background color */
section.account-gray-container {
  background: #eff2f4;
}
section.account-gray-container .row {
  margin: 0 auto;
  max-width: 1280px;
}
@media (min-width: 768px) {
  section.account-gray-container {
    padding-top: 28px;
  }
}
/* header styling */
.my-account-header h1 {
  color: #404040;
}
.my-account-header p {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}
.my-account-header .account-info .acct-num,
.my-account-header .account-info .service-address,
.my-account-header .account-info .billing-pdf,
.my-account-header .account-info .export {
  display: inline-block;
  margin: 0;
}
.my-account-header .account-info .acct-num,
.my-account-header .account-info .billing-pdf {
  margin-right: 20px;
}
.my-account-header.top-link .back-link {
  margin: 0;
}
@media (max-width: 767px) {
  .my-account-header.top-link {
    margin-top: 0;
  }
}
.row-divider {
  margin: 5px 0 31px 0;
}
.row-divider .line {
  background: url('../images/row_divider_long.png') 50% 0 no-repeat;
}
.row-divider .mid {
  display: none;
}
.fpl-profiles-and-preferences {
  /* styling for preferences form */
}
.fpl-profiles-and-preferences h3 {
  color: #000000;
}
.fpl-profiles-and-preferences p {
  margin: 0;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}
.fpl-profiles-and-preferences p > span {
  margin-right: 30px;
}
.fpl-profiles-and-preferences .preferences-link {
  font-size: 16px;
}
.fpl-profiles-and-preferences .preferences-link:after {
  display: inline-block;
  content: "\203A";
  font-size: 20px;
  line-height: 16px;
  margin-left: 6px;
}
.fpl-profiles-and-preferences .preferences-link:hover {
  text-decoration: underline;
}
.fpl-profiles-and-preferences .communication-header,
.fpl-profiles-and-preferences .communication-footer {
  padding-top: 16px;
}
.fpl-profiles-and-preferences .communication-header h3,
.fpl-profiles-and-preferences .communication-footer h3 {
  display: inline-block;
}
.fpl-profiles-and-preferences .communication-footer {
  padding-top: 0;
}
.fpl-profiles-and-preferences .form-section {
  margin-top: 0;
}
.fpl-profiles-and-preferences .form-section .fpl-form {
  padding-top: 6px;
}
.fpl-profiles-and-preferences .form-section .fpl-form-row {
  margin-bottom: 0;
}
.fpl-profiles-and-preferences .form-section .fpl-form-row .fpl-form-field {
  overflow: inherit;
}
.fpl-profiles-and-preferences .form-section .fpl-form-row .fpl-form-field .fpl-customized-option {
  margin: 0 0 4px 0;
}
.fpl-profiles-and-preferences .form-section .fpl-form-row .fpl-form-field .fpl-customized-option .fpl-dropdown-field {
  margin-bottom: 10px;
}
.fpl-profiles-and-preferences .form-section .fpl-form-row .fpl-form-field .fpl-form-label {
  padding-left: 21px;
}
@media (min-width: 768px) {
  .fpl-profiles-and-preferences .form-section .fpl-form-row .fpl-form-field .fpl-customized-option {
    margin: 4px 0 0 0;
  }
  .fpl-profiles-and-preferences .form-section .fpl-form-row .fpl-form-field .fpl-inline-label {
    display: inline-block;
    width: 10%;
    min-width: 48px;
    padding-top: 11px;
  }
  .fpl-profiles-and-preferences .form-section .fpl-form-row .fpl-form-field .fpl-inline-label .fpl-form-label {
    padding-left: 0;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
  }
  .fpl-profiles-and-preferences .form-section .fpl-form-row .fpl-form-field .fpl-customized-option {
    width: 85%;
  }
}
.fpl-profiles-and-preferences .form-section.alerts-and-notifications .alerts-radio {
  margin-left: 22px;
  vertical-align: top;
  margin-top: 10px;
  white-space: nowrap;
}
.fpl-profiles-and-preferences .form-section.alerts-and-notifications .alerts-radio .fpl-customized-option {
  height: initial;
}
.fpl-profiles-and-preferences .form-section.alerts-and-notifications .alerts-radio.fpl-choice-box .choice-info {
  float: right;
}
.fpl-profiles-and-preferences .form-section.alerts-and-notifications .dropdown-group {
  margin-top: 22px;
  padding-left: 65px;
  display: block;
}
.fpl-profiles-and-preferences .form-section.alerts-and-notifications .dropdown-group .form-error-note {
  display: none;
  padding: 5px 0 0 120px;
  max-width: 460px;
}
.fpl-profiles-and-preferences .form-section.alerts-and-notifications .dropdown-group.group-error .fpl-dropdown {
  border: 1px solid #dd1500;
}
.fpl-profiles-and-preferences .form-section.alerts-and-notifications .dropdown-group.group-error .form-error-note {
  display: block;
}
@media (max-width: 767px) {
  .fpl-profiles-and-preferences .form-section.alerts-and-notifications .dropdown-group.group-error .form-error-note {
    padding-left: 0;
  }
}
.fpl-profiles-and-preferences .form-section.alerts-and-notifications .fpl-form-row .fpl-form-field {
  display: block;
  width: 210px;
}
.fpl-profiles-and-preferences .form-section.alerts-and-notifications .fpl-form-row .fpl-form-field .fpl-form-label {
  text-align: right;
  padding-left: 5px;
  line-height: 53px;
}
.fpl-profiles-and-preferences .form-section.alerts-and-notifications .fpl-form-row .fpl-form-field .fpl-customized-option {
  width: 76%;
}
@media (min-width: 768px) {
  .fpl-profiles-and-preferences .form-section.alerts-and-notifications .alerts-radio {
    margin-left: 0;
  }
  .fpl-profiles-and-preferences .form-section.alerts-and-notifications .alerts-radio.fpl-choice-box {
    display: inline-block;
    min-width: 120px;
  }
  .fpl-profiles-and-preferences .form-section.alerts-and-notifications .alerts-radio.fpl-choice-box .choice-info {
    width: 55%;
  }
  .fpl-profiles-and-preferences .form-section.alerts-and-notifications .alerts-radio.fpl-choice-box .choice-info .choice-detail {
    width: 100%;
  }
  .fpl-profiles-and-preferences .form-section.alerts-and-notifications .radio-dropdown-group {
    min-width: 433px;
    display: inline-block;
  }
  .fpl-profiles-and-preferences .form-section.alerts-and-notifications .dropdown-group {
    margin-top: 0;
    padding-left: 0;
    display: inline;
  }
  .fpl-profiles-and-preferences .form-section.alerts-and-notifications .fpl-form-row .fpl-form-field {
    width: 195px;
    display: inline-block;
  }
  .fpl-profiles-and-preferences .form-section.alerts-and-notifications .fpl-form-row .fpl-form-field .fpl-customized-option {
    width: 154px;
  }
  .fpl-profiles-and-preferences .form-section.alerts-and-notifications .fpl-form-row .fpl-form-field:first-child {
    width: 177px;
  }
  .fpl-profiles-and-preferences .form-section.alerts-and-notifications .fpl-form-row .fpl-form-field li {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .fpl-profiles-and-preferences .form-section .fpl-form {
    padding-top: 21px;
  }
}
.profile-preferences-content-block {
  border: 1px solid #d9d9d9;
  background: #ffffff;
  padding: 20px 0;
  margin-top: 20px;
}
.profile-preferences-content-block:last-child {
  margin-bottom: 60px;
}
.profile-preferences-content-block .channel-email .fpl-form-field {
  z-index: 350;
}
.profile-preferences-content-block .channel-text .fpl-form-field {
  z-index: 340;
}
.profile-preferences-content-block .channel-voice .fpl-form-field {
  z-index: 330;
}
.profile-preferences-content-block .block-label {
  padding-left: 50px;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media (max-width: 767px) {
  .profile-preferences-content-block .block-label {
    margin-bottom: 0;
    padding-left: 10px;
  }
}
.profile-preferences-content-block .block-label.communication-block-label {
  padding-left: 0px;
}
.profile-preferences-content-block .preferences-label {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
  padding-top: 5px;
}
.profile-preferences-content-block .preferences-label.communication-label {
  padding-right: 50px;
}
.profile-preferences-content-block .block-group {
  padding-bottom: 10px;
}
.profile-preferences-content-block .block-group > div:first-child {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .profile-preferences-content-block .block-group > div:first-child {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .profile-preferences-content-block .block-group.receive-voice-block .preferences-label {
    padding-top: 16px;
  }
}
.profile-preferences-content-block .block-group.receive-voice-block .fpl-form {
  padding-top: 0;
}
.profile-preferences-content-block .block-group .fpl-choice-box {
  padding: 10px 0 0 0;
}
@media (min-width: 768px) {
  .profile-preferences-content-block .block-group .fpl-choice-box {
    padding: 0;
  }
}
.profile-preferences-content-block .block-group .fpl-choice-box .choice-info {
  margin-left: 15px;
  width: 70%;
}
.profile-preferences-content-block .block-group .fpl-choice-box .choice-info .choice-detail {
  padding-top: 5px;
}
.profile-preferences-content-block .block-group .fpl-choice-box .choice-field {
  float: left;
  margin-left: 0;
  width: auto;
}
.profile-preferences-content-block.fpl-terms-and-conditions {
  background: #d6dee2;
  margin-top: 0;
  border: none;
  position: relative;
  z-index: 1;
}
.profile-preferences-content-block.fpl-terms-and-conditions .block-label {
  padding-left: 0px;
}
.profile-preferences-content-block.fpl-terms-and-conditions .block-label a:hover,
.profile-preferences-content-block.fpl-terms-and-conditions .block-label a:focus {
  text-decoration: none;
}
.profile-preferences-content-block.fpl-terms-and-conditions .block-label a.expand-details .fa {
  margin-left: 0;
  padding: 0 17px 10px 17px;
}
.profile-preferences-content-block.fpl-terms-and-conditions .block-label a.expand-details .fa-caret-right {
  padding-left: 21px;
}
.profile-preferences-content-block.fpl-terms-and-conditions .block-label .terms-links {
  padding: 0 30px 0 10px;
  position: absolute;
  bottom: 12px;
  z-index: 5;
  display: none;
}
.profile-preferences-content-block.fpl-terms-and-conditions .block-label .terms-links a {
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  margin-right: 20px;
}
.profile-preferences-content-block.fpl-terms-and-conditions .block-label.expanded .terms-links {
  display: block;
}
.profile-preferences-content-block.fpl-terms-and-conditions .block-group {
  padding-top: 0;
}
.profile-preferences-content-block.fpl-terms-and-conditions p {
  padding-right: 20px;
  padding-bottom: 32px;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .profile-preferences-content-block.fpl-terms-and-conditions .block-label .terms-links {
    position: static;
    display: block;
  }
  .profile-preferences-content-block.fpl-terms-and-conditions p {
    padding-bottom: 0;
  }
}
.profile-preferences-content-block .text-confirmation-block {
  background: #e0e6e9;
  margin: 8px 20px;
}
.profile-preferences-content-block .text-confirmation-block:before,
.profile-preferences-content-block .text-confirmation-block:after {
  border-bottom-color: #e0e6e9;
}
.profile-preferences-content-block .text-confirmation-block p,
.profile-preferences-content-block .text-confirmation-block a {
  text-align: center;
}
.profile-preferences-content-block .text-confirmation-block p {
  color: #000000;
  line-height: 1.43;
}
.profile-preferences-content-block .text-confirmation-block a {
  line-height: 32px;
  font-size: 16px;
}
/* terms and conditions expander */
.terms-and-conditions {
  margin: 20px 0;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .terms-and-conditions {
    width: 390px;
  }
}
@media (max-width: 767px) {
  .terms-and-conditions {
    width: 100%;
  }
}
.terms-and-conditions h3 {
  color: #000;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/* Dojo Modules */
.calendar1 .dijitCalendarDateTemplate {
  height: 50px;
  width: 50px;
  border: 1px solid #cccccc;
  vertical-align: top;
}
.calendar1 .dijitCalendarDateLabel,
#calendar5 .dijitCalendarDateTemplate {
  text-align: inherit;
}
.calendar1 .dijitCalendarDayLabel,
.calendar1 .dijitCalendarDateLabel {
  font-weight: bold;
  color: #dd1500;
}
.calendar1 .dijitCalendarSelectedYear {
  font-size: 1.5em;
}
.calendar1 .dijitCalendarMonthLabel {
  font-family: serif;
  letter-spacing: 0.2em;
  font-size: 2em;
  cursor: default;
}
.claro .dijitCalendarContainer {
  width: 288px;
  height: 337px;
  margin: 0 auto;
}
.claro .dijitCalendarContainer .dijitCalendarMonthContainer th {
  padding-bottom: 15px;
  padding-top: 15px;
}
.claro .dijitCalendarContainer .dijitCalendarMonthContainer .dijitSpacer {
  width: 0px;
}
.claro .dijitCalendar,
.claro .dijitCalendar:hover,
.claro .dijitCalendarActive {
  border-color: #cccccc !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  padding: 0 !important;
}
.claro .dijitCalendar .dijitDropDownButton .dijitButtonNode,
.claro .dijitCalendar:hover .dijitDropDownButton .dijitButtonNode,
.claro .dijitCalendarActive .dijitDropDownButton .dijitButtonNode {
  border-width: 0 !important;
  background-color: #ffffff !important;
}
.claro .dijitDropDownButtonHover {
  background-color: #ffffff !important;
}
.claro .dijitCalendarDateTemplate {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
}
.claro .dijitCalendarDayLabelTemplate {
  border-bottom: 1px solid #e5e5e5 !important;
  padding-bottom: 8px !important;
}
.claro .dijitCalendarDateTemplate .dijitCalendarDateLabel {
  background-color: #ffffff !important;
  background-image: none !important;
  filter: none !important;
  boder-width: none !important;
}
.claro .dijitCalendarMonthMenu .dijitCalendarMonthLabelHover,
.claro .dijitCalendarMonthMenu .dijitCalendarMonthLabelActive {
  background-color: #ffffff !important;
  background-image: none !important;
}
.claro .dijitCalendarMonthLabel {
  font-size: 20px !important;
  text-transform: uppercase !important;
}
.claro .current-year {
  font-size: 20px;
  color: #000000;
  position: relative;
  top: 2px;
}
.claro .dijitCalendarDayLabel {
  font-size: 15px !important;
  color: #999999 !important;
}
.claro .dijitCalendarDateLabel {
  font-size: 17px !important;
  font-weight: normal;
}
.claro .dijitCalendarPreviousMonth,
.claro .dijitCalendarNextMonth {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.claro .dijitCalendarPreviousMonth .dijitCalendarDateLabel,
.claro .dijitCalendarNextMonth .dijitCalendarDateLabel {
  color: #cccccc !important;
  border-width: 0 !important;
  font-weight: normal;
}
.claro .dijitCalendarHoveredDate .dijitCalendarDateLabel,
.claro .dijitCalendarLite .dijitCalendarEnabledDate:hover .dijitCalendarDateLabel {
  background-color: #ffffff !important;
  border-width: 0 !important;
}
.claro .dijitCalendarEnabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarEnabledDate:hover .dijitCalendarDateLabel,
.claro .dijitCalendarEnabledDate:active .dijitCalendarDateLabel,
.claro .dijitCalendarEnabledDate:focus .dijitCalendarDateLabel,
.claro .dijitCalendarEnabledDate:visited .dijitCalendarDateLabel {
  background-color: #ffffff !important;
  border-width: 0 !important;
}
.claro .dijitCalendarSelectedDate:focus {
  background-color: #ffffff;
  outline: 0;
}
.claro .dijitCalendarSelectedDate,
.claro .dijitCalendarHoveredDate,
.claro .dijitCalendarSelectedDate:hover,
.claro .dijitCalendarHoveredDate:hover,
.claro .dijitCalendarSelectedDate:active,
.claro .dijitCalendarHoveredDate:active,
.claro .dijitCalendarSelectedDate:focus,
.claro .dijitCalendarHoveredDate:focus,
.claro .dijitCalendarSelectedDate:visited,
.claro .dijitCalendarHoveredDate:visited,
.claro .dijitCalendarActiveDate,
.claro .dijitCalendarActiveDate:hover,
.claro .dijitCalendarActiveDate:active,
.claro .dijitCalendarActiveDate:focus,
.claro .dijitCalendarActiveDate:visited {
  position: relative;
}
.claro .dijitCalendarSelectedDate .dijitCalendarDateLabel,
.claro .dijitCalendarHoveredDate .dijitCalendarDateLabel,
.claro .dijitCalendarSelectedDate:hover .dijitCalendarDateLabel,
.claro .dijitCalendarHoveredDate:hover .dijitCalendarDateLabel,
.claro .dijitCalendarSelectedDate:active .dijitCalendarDateLabel,
.claro .dijitCalendarHoveredDate:active .dijitCalendarDateLabel,
.claro .dijitCalendarSelectedDate:focus .dijitCalendarDateLabel,
.claro .dijitCalendarHoveredDate:focus .dijitCalendarDateLabel,
.claro .dijitCalendarSelectedDate:visited .dijitCalendarDateLabel,
.claro .dijitCalendarHoveredDate:visited .dijitCalendarDateLabel,
.claro .dijitCalendarActiveDate .dijitCalendarDateLabel,
.claro .dijitCalendarActiveDate:hover .dijitCalendarDateLabel,
.claro .dijitCalendarActiveDate:active .dijitCalendarDateLabel,
.claro .dijitCalendarActiveDate:focus .dijitCalendarDateLabel,
.claro .dijitCalendarActiveDate:visited .dijitCalendarDateLabel {
  color: #ffffff !important;
  background-color: #0096db !important;
  border-width: 0 !important;
  margin: 0 auto;
  position: absolute;
  top: -3px !important;
  left: -1px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 21px !important;
  padding-top: 11px !important;
}
.claro .dijitCalendarSelectedDate.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarHoveredDate.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarSelectedDate:hover.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarHoveredDate:hover.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarSelectedDate:active.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarHoveredDate:active.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarSelectedDate:focus.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarHoveredDate:focus.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarSelectedDate:visited.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarHoveredDate:visited.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarActiveDate.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarActiveDate:hover.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarActiveDate:active.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarActiveDate:focus.dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarActiveDate:visited.dijitCalendarDisabledDate .dijitCalendarDateLabel {
  color: #cccccc !important;
  background-color: transparent !important;
  border-width: 0 !important;
  margin: inherit !important;
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
  width: inherit !important;
  height: inherit !important;
  border-radius: inherit !important;
  padding-top: inherit !important;
}
.claro .dijitCalendarYearContainer .dijitCalendarYearLabel {
  color: #0096db !important;
  text-decoration: none !important;
  font-size: 14px !important;
}
.claro .dijitCalendarPreviousYear {
  color: #0096db !important;
  text-decoration: none !important;
  font-size: 14px !important;
  float: left !important;
  padding: 10px !important;
}
.claro .dijitCalendarPreviousYear:focus,
.claro .dijitCalendarPreviousYear:hover {
  background-color: #ffffff !important;
  border-width: 0 !important;
  color: #00628f !important;
  text-decoration: underline !important;
}
.claro .dijitCalendarNextYear {
  color: #0096db !important;
  text-decoration: none !important;
  font-size: 14px !important;
  float: right !important;
  padding: 10px !important;
}
.claro .dijitCalendarNextYear:focus,
.claro .dijitCalendarNextYear:hover {
  background-color: #ffffff !important;
  border-width: 0 !important;
  color: #00628f !important;
  text-decoration: underline !important;
}
.claro .dijitArrowButtonInner {
  display: none;
}
.claro .dijitCalendarMonthMenuPopup {
  display: none !important;
}
.claro .dijitDropDownButtonHover .dijitButtonNode,
.claro .dijitDropDownButton:hover .dijitButtonNode {
  background-color: #ffffff !important;
}
.claro .dijitReset .dijitCalendarSelectedYear {
  padding: 9px 3px !important;
  float: left;
  margin-left: 56px;
}
.claro .dijitCalendarPreviousMonth .dijitCalendarDateLabel,
.claro .dijitCalendarNextMonth .dijitCalendarDateLabel {
  color: #000000 !important;
}
.claro .dijitCalendarDisabledDate,
.claro .dijitCalendarDisabledDate .dijitCalendarDateLabel,
.claro .dijitCalendarDisabledDate:hover .dijitCalendarDateLabel,
.claro .dijitCalendarDisabledDate:active .dijitCalendarDateLabel {
  color: #cccccc !important;
  text-decoration: none !important;
}
.dijitCalendarMonthMenuPopup {
  display: none !important;
}
.dijitDropdownButtonFocused {
  pointer: default !important;
}
.dijitMenuItemSelected {
  background-color: #0096db !important;
  color: #ffffff !important;
}
.fpl-paging {
  height: 60px;
  position: relative;
  margin-top: 20px;
}
.fpl-paging .line {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 40px;
}
.fpl-paging .page-count {
  text-align: center;
  font-size: 13px;
}
.fpl-paging .dojoPage .pageDijitContainer {
  text-align: center;
}
.fpl-paging .dojoPage .pageDijitContainer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  min-width: 140px;
  max-width: 360px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  position: relative;
  margin: 20px auto 10px;
  border: 1px solid #cccccc;
  padding-left: 11px;
  padding-right: 11px;
}
.fpl-paging .dojoPage .pageDijitContainer ul li {
  float: left;
  cursor: pointer;
}
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemMiddle,
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemFirst,
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemLast {
  background-color: #ffffff;
  width: 58px;
  height: 38px;
  color: #666666;
  float: left;
  padding-top: 10px;
  border-left: 1px solid #cccccc;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemMiddle,
  .fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemFirst,
  .fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemLast {
    width: 42px;
    font-size: 13px;
    padding-top: 12px;
  }
}
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemMiddle.pageDijitSelected,
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemFirst.pageDijitSelected,
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemLast.pageDijitSelected {
  background-color: #0096db;
  color: #ffffff;
}
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemMiddle .span,
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemFirst .span,
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemLast .span {
  display: inline-block;
  margin: 0 auto;
}
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemPrevious,
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemNext {
  width: 20px;
  color: #e0e6e9;
  font-size: 14px;
  float: left;
  height: 38px;
  padding-top: 10px;
}
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemPrevious.pageDijitItemEnabled,
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemNext.pageDijitItemEnabled {
  color: #666666;
}
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemPrevious.pageDijitItemDisabled,
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemNext.pageDijitItemDisabled {
  color: #e0e6e9;
}
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemPrevious {
  float: left;
  padding-right: 5px;
}
.fpl-paging .dojoPage .pageDijitContainer ul li.pageDijitItemNext {
  float: right;
  padding-left: 10px;
  border-left: 1px solid #cccccc;
  width: 22px;
}
/* Modules */
.fpl-accordion .accordionitem:first-child .accordion-item {
  margin-top: 0;
}
.fpl-accordion .accordion-item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .fpl-accordion .accordion-item {
    margin-top: 36px;
  }
}
.fpl-accordion .accordion-item.accordion-open .accordion-header {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.fpl-accordion .accordion-item.accordion-open .accordion-header .fa.fa-minus {
  display: block;
}
.fpl-accordion .accordion-item.accordion-open .accordion-header .fa.fa-plus {
  display: none;
}
.fpl-accordion .accordion-item.accordion-open .accordion-body {
  display: block;
}
.fpl-accordion .accordion-item .accordion-header {
  background-color: #e2e6e9;
  padding: 24px 64px 24px 16px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fpl-accordion .accordion-item .accordion-header h3 {
  font-family: SerifaStd-Bold;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  margin: 0;
}
.fpl-accordion .accordion-item .accordion-header .accordion-icon {
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  right: 16px;
  padding: 10px;
  margin: auto;
  display: block;
  text-align: center;
}
.fpl-accordion .accordion-item .accordion-header .accordion-icon .fa {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #0096db;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fpl-accordion .accordion-item .accordion-header .accordion-icon .fa-minus {
  display: none;
}
.fpl-accordion .accordion-item .accordion-header .accordion-icon:hover,
.fpl-accordion .accordion-item .accordion-header .accordion-icon:active,
.fpl-accordion .accordion-item .accordion-header .accordion-icon:focus,
.fpl-accordion .accordion-item .accordion-header .accordion-icon:visited {
  text-decoration: none;
}
.fpl-accordion .accordion-item .accordion-body {
  display: none;
  padding: 24px 0;
  background-color: #eff2f4;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.fpl-accordion .accordion-item .accordion-body p {
  font-size: 16px;
  line-height: 30px;
  color: #0c2739;
  margin-bottom: 42px;
}
.fpl-accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.fpl-accordion .accordion-item .accordion-body p.list-intro {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fpl-accordion .accordion-item .accordion-body p {
    margin-bottom: 30px;
    line-height: 24px;
  }
  .fpl-accordion .accordion-item .accordion-body p.list-intro {
    margin-bottom: 36px;
  }
}
.fpl-accordion .accordion-item .accordion-body h5 {
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 18px 0;
  color: #000000;
}
@media (max-width: 767px) {
  .fpl-accordion .accordion-item .accordion-body h5 {
    margin: 0 0 6px 0;
  }
}
.fpl-accordion .accordion-item .accordion-body ul {
  margin: 0 0 42px 0;
  padding: 0;
}
.fpl-accordion .accordion-item .accordion-body ul li {
  list-style-position: outside;
  font-size: 16px;
  color: #0c2739;
  line-height: 30px;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .fpl-accordion .accordion-item .accordion-body ul {
    margin: 0 0 30px 0;
  }
  .fpl-accordion .accordion-item .accordion-body ul li {
    line-height: 24px;
  }
}
.article-sidebar .fpl-accordion {
  clear: both;
}
.article-sidebar .fpl-accordion:before,
.article-sidebar .fpl-accordion:after {
  content: " ";
  display: table;
}
.article-sidebar .fpl-accordion:after {
  clear: both;
}
.article-sidebar .fpl-accordion:before,
.article-sidebar .fpl-accordion:after {
  content: " ";
  display: table;
}
.article-sidebar .fpl-accordion:after {
  clear: both;
}
.article-sidebar .fpl-accordion .accordion-item {
  margin-top: 10px;
}
.article-sidebar .fpl-accordion .accordion-item .accordion-header h3 {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .article-sidebar .fpl-accordion {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.parsys_column .fpl-accordion {
  margin-bottom: 20px;
  margin-top: 20px;
}
.fpl-accordion.content-list {
  border-bottom: 1px solid #d9d9d9;
  margin-left: -104px;
  margin-right: -104px;
}
.fpl-accordion.content-list .accordion-item {
  margin-top: 0;
}
.fpl-accordion.content-list .accordion-item .accordion-header {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #eff2f4;
  border-top: 1px solid #d9d9d9;
  padding: 5px 60px 5px 16px;
  position: relative;
}
.fpl-accordion.content-list .accordion-item .accordion-header h3 {
  font-family: Arial;
  font-size: 16px;
}
.fpl-accordion.content-list .accordion-item .accordion-header .accordion-icon {
  background: none;
  bottom: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.fpl-accordion.content-list .accordion-item .accordion-header .accordion-icon .fa {
  font-size: 18px;
  height: auto;
  width: auto;
}
.fpl-accordion.content-list .accordion-item .accordion-header .accordion-icon .fa.fa-sort-down {
  padding-top: 7px;
}
.fpl-accordion.content-list .accordion-item .accordion-header .accordion-icon .fa.fa-sort-up {
  display: none;
  padding-top: 16px;
}
.fpl-accordion.content-list .accordion-item.accordion-open .accordion-header {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #d6dee2;
}
.fpl-accordion.content-list .accordion-item.accordion-open .accordion-header .accordion-icon .fa-sort-down {
  display: none;
}
.fpl-accordion.content-list .accordion-item.accordion-open .accordion-header .accordion-icon .fa-sort-up {
  display: block;
}
.fpl-accordion.content-list .accordion-item.accordion-open .accordion-body {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-top: 1px solid #d9d9d9;
  padding-bottom: 15px;
  padding-top: 15px;
}
.fpl-accordion.content-list .accordion-item.accordion-open .accordion-body:before,
.fpl-accordion.content-list .accordion-item.accordion-open .accordion-body:after {
  content: " ";
  display: table;
}
.fpl-accordion.content-list .accordion-item.accordion-open .accordion-body:after {
  clear: both;
}
.fpl-accordion.content-list .accordion-item.accordion-open .accordion-body:before,
.fpl-accordion.content-list .accordion-item.accordion-open .accordion-body:after {
  content: " ";
  display: table;
}
.fpl-accordion.content-list .accordion-item.accordion-open .accordion-body:after {
  clear: both;
}
.fpl-accordion.content-list .view-more {
  font-size: 16px;
}
.fpl-accordion.content-list .view-more .accordion-header {
  padding: 0;
  padding-top: 5px;
  text-align: center;
}
.fpl-accordion.content-list .view-more .accordion-header h3 {
  display: inline-block;
}
.fpl-accordion.content-list .view-more .accordion-header .accordion-icon {
  padding-bottom: 7px;
  padding-top: 7px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.fpl-accordion.content-list .view-more .accordion-header .accordion-icon .fa {
  margin-left: 0px;
  padding-top: 0;
  position: relative;
  right: 0;
}
.fpl-accordion.content-list .view-more .accordion-header .accordion-icon .fa.fa-sort-down {
  top: -8px;
}
.fpl-accordion.content-list .view-more .accordion-header .accordion-icon .fa.fa-sort-up {
  top: 5px;
  padding-top: 0;
}
@media (max-width: 1023px) {
  .fpl-accordion.content-list {
    margin-left: -52px;
    margin-right: -52px;
  }
}
@media (max-width: 767px) {
  .fpl-accordion.content-list {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.fpl-calculator {
  margin: 24px 0;
}
.fpl-calculator .sidebar {
  padding: 30px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fpl-calculator .sidebar h3 {
  font-family: SerifaStd-Roman;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 36px;
}
.fpl-calculator .sidebar .fpl-form .fpl-form-row label {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  display: block;
  margin-bottom: 18px;
  font-weight: normal;
}
.fpl-calculator .sidebar .fpl-form .fpl-form-row .fpl-form-field .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item {
  font-size: 18px;
}
.fpl-calculator .sidebar .fpl-form .fpl-form-row .fpl-form-field .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-text {
  padding: 10px 32px 10px 0;
}
.fpl-calculator .sidebar .fpl-form .fpl-form-row .fpl-form-field .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow {
  width: 32px;
  height: 32px;
}
.fpl-calculator .sidebar .fpl-form .fpl-form-row .fpl-form-field .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa {
  right: 0;
  left: 0;
}
.fpl-calculator .sidebar .fpl-form .fpl-form-row .fpl-form-field .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list li {
  font-size: 18px;
  padding: 10px 0;
}
.fpl-calculator .sidebar .fpl-form .form-results .fpl-form-row label {
  margin-bottom: -6px;
}
.fpl-calculator .sidebar .fpl-form .form-results .fpl-form-row .fpl-form-field .result-amount {
  display: block;
  font-size: 54px;
  color: #0c2739;
}
.fpl-calculator .sidebar .disclaimer {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}