/**
/// Old Colors
/// @type {color}
$blue: #2A8FBD;
$green: #65993D;
$slate: #556270;
$darkgreen: #65993D;
$offwhite: #f5f5f5;
$md: 15px;
$teal: #1693A5;
**/
/* line 1, sass/partials/_header.scss */
.m-healpay-beacon {
  position: relative;
  right: 0;
  border-bottom: 0 !important;
  list-style: none;
  transform: translateY(15%);
  top: 10%;
}
/* line 8, sass/partials/_header.scss */
.m-healpay-beacon #my-healpay {
  margin: -10px 0 -10px 0;
  border-left: 0;
  list-style: none;
  padding-left: 0;
  font-weight: bold;
}
/* line 14, sass/partials/_header.scss */
.m-healpay-beacon #my-healpay a.dropdown-toggle {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #144d6f;
  padding: 1px;
}
/* line 21, sass/partials/_header.scss */
.m-healpay-beacon #my-healpay a.dropdown-toggle::after {
  display: none;
}
/* line 24, sass/partials/_header.scss */
.m-healpay-beacon #my-healpay a.dropdown-toggle:focus {
  box-shadow: none;
  border-color: #556270;
}
/* line 28, sass/partials/_header.scss */
.m-healpay-beacon #my-healpay a.dropdown-toggle:active {
  border-color: #333;
}
/* line 32, sass/partials/_header.scss */
.m-healpay-beacon #my-healpay .m-healpay-account-bar {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: -2px 0 0 -2px;
}
/* line 39, sass/partials/_header.scss */
.m-healpay-beacon #my-healpay .dropdown-menu {
  padding: 0;
  box-shadow: 0 9px 23px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.1);

  transition: all ease-in-out 250ms;
  text-align: center;
  width: 250px;
  left: auto;
  right: -15px;
  margin: 20px 0 0 0;
  text-align: left;
  border: 0;
}
/* line 50, sass/partials/_header.scss */
.m-healpay-beacon #my-healpay .dropdown-menu .dropdown-description,
.hp-dropdown-menu .dropdown-description {
  margin: 0;
  border-color: #005fb8;
  border-radius: 4px 4px 0 0;
  background: #005fb8;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
/* line 58, sass/partials/_header.scss */
.m-healpay-beacon #my-healpay .dropdown-menu .dropdown-description .u-logo-text {
  max-height: 15px;
  padding-left: 5px;
}
/* line 63, sass/partials/_header.scss */
.m-healpay-beacon #my-healpay .dropdown-menu a {
  display: block;
  padding: 10px 20px;
}
/* line 67, sass/partials/_header.scss */
.m-healpay-beacon #my-healpay .dropdown-menu a:focus {
  outline: none;
  background: #556270;
  color: #fff;
  box-shadow: none;
}
/* line 73, sass/partials/_header.scss */
.m-healpay-beacon #my-healpay .dropdown-menu::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #144d6f;
  right: 35.5px;
  top: -4.5px;
}

.m-healpay-beacon #my-healpay .dropdown-menu-unbrand::before {
  border-bottom: 5px solid #3D7799;
}

.m-healpay-icon {
  border-bottom: none;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.m-healpay-icon > a {
  padding: .8rem .8rem;
}

.m-healpay-icon .dropdown-toggle {
  padding: .8rem .8rem;
}

.m-healpay-icon a {
  border: none;
  border-radius: 50%;
}

.m-healpay-icon a:focus {
  color: #292b2c;
}

.m-healpay-icon a::after {
  margin-left: 0;
  content: none;
  border: none;
}

.m-healpay-icon > a:hover i,
.m-healpay-icon > a:active i,
.m-healpay-icon .dropdown-toggle:hover i,
.m-healpay-icon .dropdown-toggle:active i {
  color: white;
  transition: all .4s ease;
}

.m-healpay-badge {
	position: absolute;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 13px;
	background: #f55;
	font-size: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0.5);
	transition: transform 240ms cubic-bezier(0.18,1.4,0.4,1),opacity 120ms ease-out;
	top: 12px;
	right: 10px;
}

.m-healpay-badge.visible {
	opacity: 1;
	transform: scale(1);
}

#dropdownMenuLink {
  border-bottom: none;
}

.hp-dropdown-menu .dropdown-description {
  font-size: 14px;
  margin-bottom: .5rem;
}

.hp-dropdown-menu {
  padding: 0;
  min-width: 20rem;
  max-height: 500px;
  overflow-y: auto;
  box-shadow: 0 9px 23px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.1);
}

.hp-notification__link,
.hp-notification__link:hover,
.hp-notification__link:active,
.hp-notification__link:focus {
  text-decoration: none;
}

.hp-notification__item {
  padding: .8rem 1.25rem;
  transition: background-color 4s;
  display: flex;
  flex-direction: column;
  height: 6rem;
  justify-content: space-between;
}

.hp-notification__item.new {
  background-color: #e0f2fb;
}

.hp-notification__text {
  white-space: break-spaces;
  margin-bottom: .5rem;
  font-size: 0.875rem;
}

.hp-notification__item small {
  display: flex;
  align-self: self-end;
}

.unbrand-border {
  border-color: #005fb8 !important;
}
.unbrand-background {
  background: #005fb8 !important;
}

/* line 89, sass/partials/_header.scss */
.navbar {
  border-bottom: 0;
}
/* line 91, sass/partials/_header.scss */
.navbar .navbar-nav {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-right: 1rem;
  align-items: center;
}
/* line 94, sass/partials/_header.scss */
.navbar .navbar-nav li {
  padding-left: 8px;
  margin-left: 8px;
}
/* line 97, sass/partials/_header.scss */
.navbar .navbar-nav li a {
  color: #777;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  transition: all ease-in-out 250ms;
  border-radius: 2px;
}
/* line 104, sass/partials/_header.scss */
.navbar .navbar-nav li a:hover {
  color: #111;
}
/* line 107, sass/partials/_header.scss */
.navbar .navbar-nav li a:focus {
  background: #556270;
  color: #fff !important;
}
/* line 112, sass/partials/_header.scss */
.navbar .navbar-nav li:first-child {
  border-left: 0;
}

#account-table .table td.account-options-desktop {
  display: none;
}

#account-table .table td.account-options-mobile {
  display: flex;
  justify-content: space-between;
}

.account-options-group-mobile {
  position: relative;
}

/* line 119, sass/partials/_header.scss */
/* #navbarResponsive.logged-in {
  padding-right: 75px;
} */

/* line 2, sass/partials/_structure.scss */
.page-header h2 {
  font-size: 30px;
}

/* line 7, sass/partials/_structure.scss */
#account-summary {
  font-size: 14px;
  color: #403B3B;
  margin: 0;
}
/* line 11, sass/partials/_structure.scss */
#account-summary b {
  color: #403B3B;
}
/* line 15, sass/partials/_structure.scss */
#account-summary .summary-label .row .row {
  margin-bottom: 15px;
}
/* line 19, sass/partials/_structure.scss */
#account-summary .account-details {
  padding-top: 8px;
}
/* line 23, sass/partials/_structure.scss */
#account-summary .account-summary-balance span:first-child {
  display: block;
}
#account-summary .account-summary-balance .mobile-pending-payment {
  margin-top: -10px;
}
/* line 26, sass/partials/_structure.scss */
#account-summary .account-summary-balance .account-summary-balance-total {
  font-size: 36px;
  font-weight: bold;
}
/* line 31, sass/partials/_structure.scss */
#account-summary #welcome-total_disclaimer {
  padding: 10px;
  border-radius: 4px;
  background: #f9f9f9;
}

/* line 38, sass/partials/_structure.scss */
.paper-offwhite {
  background: #f5f5f5;
}
/* line 40, sass/partials/_structure.scss */
.paper-offwhite .box-title {
  background: #fff;
}

#contact-header {
  border-radius: 5px 5px 0 0;
  font-weight: normal;
  font-size: 24px;
  padding: 20px;
  margin: 0;
  position: relative;
  z-index: 5;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);

  background: #005fb8;
  color: #fff;
}
/* line 45, sass/partials/_structure.scss */
#accounts-header,
.accounts_header {
  background: #005fb8;
  color: #fff;
}

.muted_header {
  background: #fff;
  color: #666;
  font-size: 20px !important;
}
/* line 48, sass/partials/_structure.scss */
#accounts-header #link-account a {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
/* line 52, sass/partials/_structure.scss */
#accounts-header #link-account a:hover, #accounts-header #link-account a:focus {
  background: #fff;
  color: #3d7799;
}

/* line 59, sass/partials/_structure.scss */
#contact-container,
#recurring-payments,
#account-table,
.account-table,
#reverify-table,
.content-box {
  padding: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  margin-left: 0;
  margin-right: 0;
}

#contact-content {
  padding: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 66, sass/partials/_structure.scss */
#link-account a.btn {
  color: #fff;
  border-color: #fff;
}
/* line 69, sass/partials/_structure.scss */
#link-account a.btn:hover, #link-account a.btn:focus {
  background: #fff;
  color: #2a8fbd;
}

/* line 76, sass/partials/_structure.scss */
#recurring-payments, .content-box {
  margin: 40px 0;
}
/* line 78, sass/partials/_structure.scss */
#recurring-payments .box-title, .content-box .box-title {
  margin: 0;
}
/* line 81, sass/partials/_structure.scss */
#recurring-payments .hide-trash {
  color: #333;
}

/* line 86, sass/partials/_structure.scss */
.box-title {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);

  margin: -20px -20px 20px -20px;
  padding: 15px 15px 10px 15px;
  background: #005fb8;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
/* line 93, sass/partials/_structure.scss */
.box-title h1 {
  color: #fff;
}

/* line 98, sass/partials/_structure.scss */
#link-account a {
  color: #fff;
  border-color: #fff;
}
/* line 101, sass/partials/_structure.scss */
#link-account:hover a, #link-account:focus a {
  background: #fff;
  color: #2a8fbd;
}

/* line 107, sass/partials/_structure.scss */
.payment-options {
  width: auto;
  margin: 0 -15px;
}

/* line 112, sass/partials/_structure.scss */
.payment-option {
  background: #fff;
  border: 0;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 9px 23px rgba(0, 0, 0, 0.02), 0 5px 5px rgba(0, 0, 0, 0.02);

  transition: all ease-in-out 250ms;
  width: auto !important;
  margin-left: 0;
  margin-right: 0;
  display: block;
}
/* line 123, sass/partials/_structure.scss */
.payment-option:hover {
  transform: scale(1.05);
  background: #fff;
}

.payment-option-noscale:hover {
  transform: unset;
  background: #fff;
}
/* line 127, sass/partials/_structure.scss */
.payment-option .header {
  border: 0;
}
/* line 129, sass/partials/_structure.scss */
.payment-option .header h1 {
  font-size: 18px;
  font-weight: bold;
  color: #3d7799;
}
/* line 136, sass/partials/_structure.scss */
.payment-option table.equation td {
  padding: 5px;
  border-right: 0;
  border-left: 0;
}
/* line 140, sass/partials/_structure.scss */
.payment-option table.equation td.label-value {
  border-bottom: 0;
  border-top: 0;
}
/* line 144, sass/partials/_structure.scss */
.payment-option table.equation td.label-value-frequency {
  border-bottom: 1px solid #666;
}
/* line 147, sass/partials/_structure.scss */
.payment-option table.equation td.value-total, .payment-option table.equation td.label-value-total-nosave {
  font-size: 18px;
  padding: 5px;
}
/* line 152, sass/partials/_structure.scss */
.payment-option table.equation td.label-value-saved, .payment-option table.equation td.value-saved {
  /* color: #517a31; */
  color: #57A773;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 161, sass/partials/_structure.scss */
.payment-option .choose_plan {
  border-top: 0;
  padding: 0;
}
/* line 166, sass/partials/_structure.scss */
.payment-option.one-time-payment .header h1 {
  color: #3d7799;
}
/* line 170, sass/partials/_structure.scss */
.payment-option .btn {
  display: block;
  width: 100%;
}

/* line 176, sass/partials/_structure.scss */
.m-action-row {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
}

/* line 182, sass/partials/_structure.scss */
.l-split-payment-box {
  position: relative;
}
/* line 184, sass/partials/_structure.scss */
.l-split-payment-box::after {
  content: '';
  display: block;
  background: #f9f9f9;
  position: absolute;
  right: -5px;
  width: 34%;
  top: -20px;
  bottom: -20px;
}
/* line 194, sass/partials/_structure.scss */
.l-split-payment-box .m-payment-details {
  position: relative;
  z-index: 5;
}

/* line 201, sass/partials/_structure.scss */
.l-payment-progress {
  margin-top: -18px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #004a8f;
  margin-bottom: 50px;
}

/* line 209, sass/partials/_structure.scss */
.m-payment-step {
  color: #fff;
  position: relative;
  padding-left: 65px;
  padding-top: 6px;
  min-height: 40px;
  opacity: .75;
}
/* line 216, sass/partials/_structure.scss */
.m-payment-step.is-active {
  opacity: 1;
  color: #fff;
  font-weight: bold;
}
/* line 220, sass/partials/_structure.scss */
.m-payment-step.is-active .m-payment-step-icon {
  border-color: #fff;
  background: #fff;
  color: #144d6f;
}
/* line 226, sass/partials/_structure.scss */
.m-payment-step.is-completed {
  opacity: 1;
  color: #fff;
  background: #004a8f;
  font-weight: bold;
}
/* line 230, sass/partials/_structure.scss */
.m-payment-step.is-completed a {
  color: #fff;
  transition: all ease-in-out 250ms;
}
/* line 233, sass/partials/_structure.scss */
.m-payment-step.is-completed a:hover {
  text-decoration: none;
}
/* line 235, sass/partials/_structure.scss */
.m-payment-step.is-completed a:hover .m-payment-step-icon {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.02);

}
/* line 240, sass/partials/_structure.scss */
.m-payment-step.is-completed .m-payment-step-icon {
  border-color: #fff;
  background: #004a8f;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 249, sass/partials/_structure.scss */
.m-payment-step-icon {
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  background: transparent;
}

/* line 264, sass/partials/_structure.scss */
.m-billing-details {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 269, sass/partials/_structure.scss */
.m-billing-details li {
  list-style: none;
  word-wrap: break-word;
  margin: 0 0 8px 0;
  padding: 0;
}
/* line 273, sass/partials/_structure.scss */
.m-billing-details li strong {
  display: block;
  color: #666;
}
/* line 278, sass/partials/_structure.scss */
.m-billing-details:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 285, sass/partials/_structure.scss */
#payment-plan {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
/* line 291, sass/partials/_structure.scss */
#payment-plan legend {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
/* line 296, sass/partials/_structure.scss */
#payment-plan table {
  border: 0;
}
/* line 298, sass/partials/_structure.scss */
#payment-plan table th {
  border: 0;
  background: #3d7799;
  color: #fff;
  padding: 10px 15px;
}
/* line 304, sass/partials/_structure.scss */
#payment-plan table td {
  background: #fff;
  border: 0;
}

/* line 311, sass/partials/_structure.scss */
.l-primary-footer {
  margin: 30px 0;
  padding: 15px 0;
  border-top: 1px solid #ddd;
}

/* line 317, sass/partials/_structure.scss */
#stage-container {
  margin: 0;
}
/* line 319, sass/partials/_structure.scss */
#stage-container.settlement-options .box-title {
  border-bottom: 0;
  box-shadow: none;
}

/* line 325, sass/partials/_structure.scss */
#stage-nav {
  padding-top: 30px;
}

/* line 329, sass/partials/_structure.scss */
#transaction_receipt {
  font-size: 14px;
  color: #373e46;
}
/* line 332, sass/partials/_structure.scss */
#transaction_receipt th, #transaction_receipt td {
  padding-bottom: 5px;
}

.wide-modal {
  max-width: 80% !important;
}
/* line 337, sass/partials/_structure.scss */
.modal-content {
  border-radius: 3px;
  border: 0;
  box-shadow: 0 9px 23px rgba(0, 0, 0, 0.02), 0 5px 5px rgba(0, 0, 0, 0.02);
}
/* line 341, sass/partials/_structure.scss */
.modal-content .modal-header {
  display: block;
  background: #eee;
  padding: 15px 20px;
  border-radius: 3px 3px 0 0;
}
/* line 346, sass/partials/_structure.scss */
.modal-content .modal-header .close {
  margin-top: 5px;
}
/* line 350, sass/partials/_structure.scss */
.modal-content .modal-body {
  line-height: 1.65em;
  padding: 20px;
}
/* line 354, sass/partials/_structure.scss */
.modal-content .modal-footer {
  display: block;
  text-align: center;
  border-top: 0;
  background: #f3f3f3;
  border-radius: 0 0 3px 3px;
}
/* line 360, sass/partials/_structure.scss */
.modal-content .modal-footer .btn {
  min-width: 125px;
}

.file-attachment-modal .modal-body {
  text-align: center;
}

.file-attachment-modal .modal-body img {
  max-width: 100%;
  max-height: calc(100vh - 300px);
}

.file-attachment-modal .modal-body iframe {
  width: 100%;
  height: calc(100vh - 400px);
}

#login-terms {
  overflow-y: scroll;
}

/**
/// login
**/
/* line 370, sass/partials/_structure.scss */
.m-auth-click-wrap {
  background: #f3f3f3;
  padding: 20px 20px 30px 20px;
  margin: 20px -30px -30px -30px;
  border-radius: 0 0 4px 4px;
}

/* line 377, sass/partials/_structure.scss */
.healpay-logo-text {
  max-height: 15px;
  width: auto;
  padding-left: 2px;
}

/**
/// Settings
**/
/* line 387, sass/partials/_structure.scss */
.my-healpay-box-title {
  background: #005fb8;
  margin-top: -20px;
  padding-top: 15px;
  border-radius: 4px 4px 0 0;
}
/* line 392, sass/partials/_structure.scss */
.my-healpay-box-title h1 {
  color: #fff;
  text-align: center;
}

/* line 398, sass/partials/_structure.scss */
.m-healpay-settings-group {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #efefef;
}
/* line 402, sass/partials/_structure.scss */
.m-healpay-settings-group legend,
.m-healpay-settings-group h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
/* line 407, sass/partials/_structure.scss */
.m-healpay-settings-group:last-child {
  border-bottom: 0;
}
#email_preferences.m-healpay-settings-group label {
  margin-right: 30px;
}
#email_preferences.m-healpay-settings-group label:last-child {
  margin-right: 0px;
}
#email_preferences.m-healpay-settings-group label > input {
  margin-right: 10px;
}

/* line 411, sass/partials/_structure.scss */
#delete-account {
  background: #fff2f2;
  margin: 0 -20px -20px;
  padding: 20px;
}
/* line 415, sass/partials/_structure.scss */
#delete-account h1 {
  color: #990000;
  font-size: 24px;
  margin-bottom: 10px;
}

#delete-account #checkbox-notification {
  display: none;
}

/* line 422, sass/partials/_structure.scss */
.m-details {
  padding: 20px;
  color: #556270;
  background: #f1f8ff;
  margin-bottom: 30px;
}

/* line 430, sass/partials/_structure.scss */
.alert p:last-child {
  margin-bottom: 0;
}

/* line 435, sass/partials/_structure.scss */
.confirmation-box-title {
  background: #005fb8;
  padding: 20px;
  margin: -20px -20px 20px -20px;
  border-radius: 4px 4px 0 0;
}
.confirmation-box-title.light-box {
  background: #f3f3f3;
}
/* line 440, sass/partials/_structure.scss */
.confirmation-box-title h1, .confirmation-box-title p {
  color: #fff;
}
.confirmation-box-title.light-box h1 {
  color: #222;
}

.confirmation-box-foot {
  background: #3d7799;
  padding: 20px;
  margin: 20px -20px -20px -20px;
  border-radius: 0 0 4px 4px;
}
.confirmation-box-foot.light-box {
  background: #f3f3f3;
}
/* line 440, sass/partials/_structure.scss */
.confirmation-box-foot h1, .confirmation-box-foot p {
  color: #fff;
}
.confirmation-box-foot.light-box h1 {
  color: #222;
}
/* line 443, sass/partials/_structure.scss */
.confirmation-box-title p:last-child {
  margin-bottom: 0;
}

.amount-disabled-recurring #recurring_payment {
  opacity: .6;
}

#recurring-min-max-message {
  padding-left: 29px;
  margin-top: -15px;
  margin-bottom: 25px;
  color: #b80038;
}

/* line 449, sass/partials/_structure.scss */
#recurring_payment {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}
/* line 453, sass/partials/_structure.scss */
#recurring_payment .form-check-input {
  margin-top: 7px;
}
/* line 456, sass/partials/_structure.scss */
#recurring_payment strong {
  display: block;
  color: #555;
  font-size: 16px;
  margin-bottom: 5px;
}

/* line 1, sass/partials/_utilities.scss */
.u-legal {
  font-size: 14px;
  color: #666;
  font-style: italic;
}

/* line 6, sass/partials/_utilities.scss */
.u-full-width {
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}

/* line 11, sass/partials/_utilities.scss */
.u-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

/* line 15, sass/partials/_utilities.scss */
.u-transaction-table {
  margin: 15px 0 30px 0;
  width: 100%;
}
/* line 18, sass/partials/_utilities.scss */
.u-transaction-table th, .u-transaction-table td {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}

/* line 23, sass/partials/_utilities.scss */
.u-sub-branding {
  text-align: center;
  color: #666;
  margin: 10px 0;
  font-size: 14px;
}
/* line 28, sass/partials/_utilities.scss */
.u-sub-branding a {
  color: #000;
  text-decoration: underline;
}
/* line 31, sass/partials/_utilities.scss */
.u-sub-branding a:hover {
  text-decoration: none;
}

/* line 1, sass/partials/_forms.scss */
.input-group-addon {
  border-radius: 3px;
  background: transparent;
  color: #aaa;
}

/* line 7, sass/partials/_forms.scss */
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-left: 0;
  padding-left: 0;
}

/* line 13, sass/partials/_forms.scss */
.form-group select:focus,
.form-group #payform_account_type:focus,
.form-group .input-group-addon:focus,
.form-group input[type='text']:focus,
.form-group input[type='password']:focus,
.form-group input[type='email']:focus {
  border-color: #2a8fbd;
}

/* line 23, sass/partials/_forms.scss */
.input-group.focused .input-group-btn,
.input-group.focused .input-group-btn .btn,
.input-group.focused .input-group-addon {
  border-color: #2a8fbd;
}
/* line 28, sass/partials/_forms.scss */
.input-group.focused .password-input-field {
  border-right: 0;
}

/* line 33, sass/partials/_forms.scss */
.input-group-addon ~ input[type='text']:focus,
.input-group-addon ~ input[type='password']:focus,
.input-group-addon ~ input[type='email']:focus,
.form-group input[type='text']:focus ~ .input-group-addon,
.form-group input[type='password']:focus ~ .input-group-addon,
.form-group input[type='email']:focus ~ .input-group-addon {
  border-color: #2a8fbd;
}

/* line 42, sass/partials/_forms.scss */
select.custom-select {
  height: auto !important;
}

/* line 46, sass/partials/_forms.scss */
.btn {
  border-radius: 3px;
  padding: 10px 15px 10px 15px;
  margin: 3px 3px 3px 3px;
  font-weight: bold;
}

/* line 52, sass/partials/_forms.scss */
.form-control {
  padding: 10px 15px;
}

/* line 56, sass/partials/_forms.scss */
.form-group label {
  color: #555;
}

/* line 60, sass/partials/_forms.scss */
#payment-method-toggle {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 1%;
}
/* line 64, sass/partials/_forms.scss */
#payment-method-toggle .btn {
  width: 49%;
  margin-left: 1%;
  margin-bottom: -1px;
  border-radius: 3px 3px 0 0;
}
/* line 70, sass/partials/_forms.scss */
#payment-method-toggle .active {
  color: #333;
  border-color: #ccc;
  background: transparent;
  border-bottom: 1px solid #fff;
}

.no-receipt {
  text-decoration: underline;
  text-decoration-style: dashed;
}

#message-center-popover {
  max-width: 200px;
}

#message-center-popover button {
  padding-left: 13px;
  margin-top: -4px;
  margin-right: -2px;
}

#message-center-popover a {
  font-size: 18px;
}

.pdf-space {
  overflow-y: scroll;
  max-height: calc(100vh - 195px);
  position: relative;
  z-index: 0;
}

.pdf-space.w-signature-request {
  max-height: calc(100vh - 420px);
}

.pdf-space.w-signature-fields {
  max-height: calc(100vh - 245px);
}

.pdf-space .pointer {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  width: fit-content;
  color: #fff;
  background-color: #0070DB;
  position: fixed;
  z-index: 100;
  border-radius: 3px;
  cursor: pointer;
  opacity: 1;
  transform: translateY(0px) scale(1);
  transition: transform .3s ease-out, opacity .3s ease-out;
}

.pdf-space .pointer.fade-out {
  opacity: 0;
  transform: translateY(20px) scale(1.2);
}

.pdf-space .pointer.above.fade-out {
  transform: translateY(-20px) scale(1.2);
}

.pdf-space .pointer::after {
  content: "";
  position: absolute;
  left: 20px; /* Adjust to move the tail left/right */
  border-width: 10px;
  border-style: solid;
}

.pdf-space .pointer.above::after {
  bottom: -19px; /* Position the tail below the box */
  border-color: #0070DB transparent transparent transparent; /* Creates a downward-pointing triangle */
}

.pdf-space .pointer.below::after {
  top: -19px; /* Position the tail above the box */
  border-color: transparent transparent #0070DB transparent; /* Creates an upward-pointing triangle */
}

.pdf-space .easel {
  display: block;
  margin: 20px;
  box-shadow: 0 0 15px #ccc;
  position: relative;
}

.pdf-space .easel input {
  position: absolute;
  border: none;
  background-color: #eded3b77;
  font-size: 20px;
  font-family: "Times New Roman";
  transition: background-color .3s ease-out;
}

.pdf-space .easel input:focus {
  background-color: #0807;
}

.pdf-space .easel input.signature.scripty {
  font-family: "Dancing Script", "Times New Roman";
}

.pdf-space .easel input.date {
  color: #000;
  background-color: #ddd7;
}

.pdf-space .easel .measurer {
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  height: auto;
  width: auto;
  font-family: "Times New Roman";
}

.pdf-space .easel .measurer.signature.scripty {
  font-family: "Dancing Script", "Times New Roman";
}

.pdf-space .easel canvas {
  display: block;
  width: 100%;
}

.pay-now-container {
  display: flex; 
  align-items: baseline; 
  flex: 1; 
  justify-content: right; 
  gap: 20px; 
  font-size: 18px; 
  color: #57a773;
}

.pay-now-container strong {
  color: #57a773;
}

#auth-container .new-user {
  min-height: 25px;
}

@media screen and (max-width: 991px) {
  /* line 3, sass/partials/_responsive.scss */
  /* line 5, sass/partials/_responsive.scss */
  #account-table .table td,
  .account-table .table td,
  .box-table td {
    padding: 5px 20px;
  }

  #account-table .table tr,
  .account-table tr,
  .box-table tr {
    padding-top: 5px;
  }
  /* line 7, sass/partials/_responsive.scss */
  .account_table .table td.account-actions {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  /* line 13, sass/partials/_responsive.scss */
  #account-table .table tr:last-child td.account-actions,
  .account-table tr:last-child td.account-actions,
  .box-table tr:last-child {
    border-bottom: 0;
  }

  /* line 5, sass/partials/_responsive.scss */
  /* line 11, sass/partials/_responsive.scss */
  /* line 16, sass/partials/_responsive.scss */
  /* line 20, sass/partials/_responsive.scss */
  .l-primary-footer {
    border-top: 0;
  }

  /* line 27, sass/partials/_responsive.scss */
  #recurring-payments thead {
    display: none;
  }

  #recurring-payments .table td {
    padding: 5px 20px;
  }

  .account-actions .btn-success {
    margin-bottom: 2px;
  }

  .m-action-row {
    align-items: end;
  }

  .m-action-row .pay-now-container {
    align-items: end;
    gap: unset;
    flex-direction: column;
  }

  .m-action-row .pay-now-container p {
    margin-bottom: .2rem
  }
}

#receipt iframe {
  width: 50%;
  height: 200px;
  margin-left: 25%;
}

#clickwrap-text a {
  text-decoration: underline;
}

table .nctb-tr td {
  font-size: smaller;
  border-top: none;
  padding-top: 10px;
}

table .nctb-tr td:not(:first-of-type) {
  background-color: #f0f8ff;
}

table .nctb-tr .fee {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  #receipt iframe {
    width: 99%;
    margin-left: 0;
  }

  /* line 34, sass/partials/_responsive.scss */
  #navbarResponsive.logged-in {
    padding-right: 0;
  }

  /* line 24, sass/partials/_responsive.scss */
  /* line 38, sass/partials/_responsive.scss */
  #stage-nav {
    text-align: center;
  }
  /* line 40, sass/partials/_responsive.scss */
  #stage-nav > div {
    margin-bottom: 10px;
  }

  /* line 26, sass/partials/_responsive.scss */
  /* line 32, sass/partials/_responsive.scss */
  /* line 46, sass/partials/_responsive.scss */
  .l-payment-progress .m-payment-step {
    margin-bottom: 10px;
  }

  #link-account {
    text-align: left;
  }

  #accounts-header .col,
  .accounts_header .col {
    padding: 0;
  }

  /* line 37, sass/partials/_responsive.scss */
  /* line 50, sass/partials/_responsive.scss */
  .l-split-payment-box::after {
    display: none;
  }

  /* line 40, sass/partials/_responsive.scss */
  /* line 54, sass/partials/_responsive.scss */
  .m-action-row {
    margin-bottom: 30px;
  }

  /* line 43, sass/partials/_responsive.scss */
  /* line 58, sass/partials/_responsive.scss */
  .m-payment-aside {
    background: #fafafa;
    margin-left: 1%;
    margin-right: 1%;
    padding: 15px;
    border-radius: 4px;
  }
  /* line 64, sass/partials/_responsive.scss */
  .m-payment-aside .table thead th {
    display: table-cell;
  }

  /* line 49, sass/partials/_responsive.scss */
  /* line 69, sass/partials/_responsive.scss */
  .m-healpay-beacon {
    display: none;
  }

  .hp-notifications-desktop {
    position: absolute;
    top: -4px;
    right: 71px;
  }

  /* line 72, sass/partials/_responsive.scss */
  .navbar-toggler-right {
    right: 0;
  }

  .navbar .container {
    min-height: 40px;
  }

  /* line 76, sass/partials/_responsive.scss */
  .nav-link {
    padding: 8px !important;
    display: block;
  }

  /* line 80, sass/partials/_responsive.scss */
  .nav-link:focus {
    background: #556270;
    color: #fff !important;
    outline: none;
  }

  .navbar .navbar-nav li {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  /* line 57, sass/partials/_responsive.scss */
  /* line 90, sass/partials/_responsive.scss */
  #container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hp-dropdown-menu {
    right: -80px;
  }

  .m-action-row .pay-now-container p {
    text-align: right;
  }
}
/* line 1, sass/partials/_buttons.scss */
.btn-success {
  border-color: #57A773;
  background-color: #57A773;
}
/* line 4, sass/partials/_buttons.scss */
.btn-success:active, .btn-success:focus, .btn-success:hover {
  color: #57A773;
  background-color: transparent;
  outline: none;
}

/* line 13, sass/partials/_buttons.scss */
.btn:focus {
  box-shadow: none !important;
}

/* line 17, sass/partials/_buttons.scss */
.btn-primary {
  background: #0070DB;
  border-color: #0070DB;
  color: #fff;
}
/* line 21, sass/partials/_buttons.scss */
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  outline: none !important;
  color: #0070DB;
  border-color: #0070DB;
  background: transparent;
}

/* line 30, sass/partials/_buttons.scss */
.btn-outline-primary {
  color: #0070DB;
  border-color: #0070DB;
}
/* line 33, sass/partials/_buttons.scss */
.btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
  outline: none !important;
  background: #0070DB;
  border-color: #0070DB;
  color: #fff;
}

/* line 43, sass/partials/_buttons.scss */
.navbar-toggler:focus {
  border: 2px solid #556270;
  outline: none;
  margin-top: -1px;
}

/* line 1, sass/partials/_footer.scss */
.footer-nav {
  list-style: none;
  margin-top: 16px;
  margin-bottom: 20px;
  padding: 0;
}
/* line 5, sass/partials/_footer.scss */
.footer-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* line 10, sass/partials/_footer.scss */
.footer-nav li a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  text-decoration: none;
}
/* line 16, sass/partials/_footer.scss */
.footer-nav li a:focus, .footer-nav li a:hover {
  text-decoration: underline;
  color: #111;
  outline: none;
}

#skiptocontent a {
  padding:6px;
  position: absolute;
  top:-40px;
  left:0px;
  color:white;
  border-bottom-right-radius:8px;
  background:#3d7799;
  -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}

#skiptocontent a:focus {
  position:absolute;
  left:0px;
  top:0px;
  outline:0;
  -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}

.nav-link:focus {
  background: #556270;
  color: #fff !important;
  outline: none;
}

.nav-link:focus i {
  color: #666 !important;
}

.element-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: normal;
}

.settlement-offer-title {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
  margin: -10px -10px 10px -10px;
  padding: 15px 15px 15px 15px;
  background: #3d7799;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

#custom-recurring-schedule .padding {
  padding-left: 27px;
}

#account-options-link i,
#account-options-link-mobile i {
  font-size: 1.2em;
  position: relative;
  top: 0.1em;
  margin-left: 0.2em;
}

#account-options-link-mobile i {
  color: #014c8c;
}

#hardship-form h2 {
  font-size: 20px;
  font-weight: bold;
}

#hardship-form .form-section {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  #account-options {
    padding: 20px 15px 20px 0px;
  }

  #account-options-group {
    padding: 10px 0px;
    position: relative;
    text-align: center;
  }

  #account-options-group a {
    width: 100%;
    display: inline-block;
  }

  #account-options-group .icon:before {
    font-size: 24px;
    color: #014c8c;
  }

  .dispute-header {
    font-size: 20px;
    font-weight: bold;
  }
}

@media screen and (min-width: 992px) {
  #hardship-form .form-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  #hardship-form .form-group .form-control-label {
    flex: 0 0 auto;
    padding: 8px 10px 0 0;
  }

  #hardship-form .form-group .form-control {
    flex: 1;
  }

  #account-table .table td.account-options-desktop {
    display: block;
  }

  #account-table .table td.account-options-mobile {
    display: table-cell;
  }

  .account-options-group-mobile {
    display: none;
  }

  .m-action-row {
    align-items: center;
  }
}

#message-center {
  padding: 0;
  height: 600px;
  height: calc(100vh - 350px);
}

#message-log, #message-info, #empty-message-center {
  height: 100%;
  overflow-x: scroll;
}

#message-log {
  padding: 0;
  border-right: 2px solid #DEDEDE;
}

#message-log ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#message-log ul li a {
  display: block;
  padding: 15px;
  border-bottom: 2px solid #DEDEDE;
  text-decoration: none;
  position: relative;
  color: #1D1E1F
}

#message-log ul li a:hover {
  background: #F7F7F9;
}

#message-log ul li a.selected {
  background-color: #556270;
  color: #FFF;
}

#message-log ul li a span {
  display: block;
}

#message-log ul li a .date-sent {
  position: absolute;
  top: 15px;
  right: 15px;
}

#message-log ul li a .unread-indicator {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

#message-log .unread {
  font-weight: bold;
}

#message-info {
  padding: 15px;
  position: relative;
}

#message-info #message-date {
  margin-bottom: 0;
  color: #676767;
}

#message-info #message-subject {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #DEDEDE;
}

#message-info #reply-area {
  border-top: 2px solid #DEDEDE;
  padding-top: 15px;
}

#message-info #reply-area h3 {
  font-size: 16px;
  font-weight: bold;
}

#message-info #reply-area .form-submit {
  margin-top: 15px;
}

#message-info #message-content blockquote {
  padding-left: 15px;
}

#message-info #message-attachments {
  margin: 15px 0;
}

#message-info #message-attachments p {
  margin: 0;
}

#no-message-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -150px;
  width: 300px;
}

#no-message-content .fa {
  font-size: 100px;
  margin-bottom: 5px;
}

#message-back-button {
  display: none;
}

@media screen and (max-width: 768px) {
  #message-center {
    height: auto;
  }

  #message-info {
    display: none;
  }

  #message-center.has-selection #message-info {
    display: block;
  }

  #message-center.has-selection #message-log {
    display: none;
  }

  #message-back-button {
    display: inline-block;
    font-size: 30px;
    padding: 0 5px 7px;
    color: #1D1E1F;
    text-decoration: none;
  }

  #message-back-button .label {
    font-size: .6em;
    position: relative;
    top: -.2em;
    margin-left: .2em;
  }
}

@media screen and (min-width: 769px) {
  #message-log .unread .subject {
    padding-right: 60px;
  }
}

#mfa {
  padding: 30px 20px;
}

#mfa h3,
#mfa .mfa-code-holder,
#mfa .btn-holder,
#mfa .secret-key,
#mfa .assistance-p,
#mfa .instruction {
  text-align: center;
}

#mfa h3 {
  margin-bottom: 20px;
}

#mfa .code-group {
  text-align: center;
  display: block;
  font-size: 0;
}

#mfa .code-group input {
  font-size: 30px;
  width: 100%;
  max-width: 210px;
  text-align: center;
  display: inline-block;
  border-width: 2px;
  margin-top: 20px;
}

#mfa .btn-verify {
  width: 100%;
  max-width: 210px;
  margin-top: -10px;
}

#mfa .assistance-p {
  margin-top: 20px;
  margin-bottom: 0;
}

#mfa .assistance-p+.assistance-p {
  margin-top: 0;
}

#mfa .backup-codes {
  list-style: none;
  padding-left: 0;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

#mfa .phone-group {
  text-align: center;
  margin-top: 20px;
  display: block;
}

#mfa .phone-group .input-group {
  text-align: center;
  display: block;
}

#mfa .phone-group .input-group #phone_number {
  width: 100%;
  max-width: 210px;
  text-align: center;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #mfa .backup-codes {
    column-count: 2;
  }
}

#validate-email-form .form-group:first-child {
  display: inline-block;
  max-width: 490px;
}

#invite-greeting {
  text-align: center;
}

#invite-greeting p+p {
  font-size: 12px;
  margin-top: -10px;
}

a strong {
  color: inherit;
}

#overview-pager {
  text-align: center;
}

#overview-pager a,
#overview-pager span {
  margin: 0 10px;
}

#overview-pager .prev {
  float: left;
  margin-left: 0;
}

#overview-pager .next {
  float: right;
  margin-right: 0;
}