:root {
    --bs-body-font-family: "Open Sans", Helvetica, "sans-serif";
}

html {
    font-size: 14px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

    body.swal2-height-auto {
        height: auto !important;
    }

/*main > .container {
    padding-top: 75px;
}*/

.landing-background {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 344px;
    z-index: 1;
}

/* icons that can be any color */
/* need background-color */
.cart-icon {
    mask-image: url("../media/icons/cart.svg");
    height: 1.5rem;
    width: 1.5rem;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}

/* need background-color */
.notification-icon {
    mask-image: url("../media/icons/notification.svg");
    height: 1.5rem;
    width: 1.5rem;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}

/* need background-color */
.person-icon {
    mask-image: url("../media/icons/person-fill.svg");
    height: 1.5rem;
    width: 1.5rem;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}

/* need background-color */
.envelope-icon {
    mask-image: url("../media/icons/envelope.svg");
    height: 0.75rem;
    width: 0.75rem;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}

/* need background-color */
.phone-icon {
    mask-image: url("../media/icons/phone.svg");
    height: 0.75rem;
    width: 0.75rem;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}

/* need background-color */
.apply-icon {
    mask-image: url("../media/icons/apply.svg");
    height: 30px;
    width: 30px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}

/* _Header.cshtml */
.nav-item {
    margin-left: 0.75rem;
}

.nav-item.active {
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-item.active {
    box-shadow: inset 0 -2px 0 var(--bs-primary);
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-navbar-active-color);
}

.navbar-dark .navbar-nav .nav-item.active {
    box-shadow: inset 0 -2px 0 #ffffff;
}

.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #ffffff;
}

.navbar-dark .svg {
    background-color: #ffffff;
}

.navbar-light .svg {
    background-color: #383838;
}

.dot-badge {
    width: 10px;
    height: 10px;
    background-color: #0D6EFD;
    border-radius: 50%;
    margin-left: -6px;
    margin-right: -4px;
    margin-top: -2px;
}

.right-nav-container {
    padding: 0.75rem 0 0.75rem 0;
}

.right-nav-container .nav-icon {
    padding: 0.75rem;
    margin-left: 0.5rem;
}

.right-nav-container button {
    margin-left: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.03rem;
    padding: 0 1.75rem 0 1.75rem;
    background-color: transparent;
    height: 3rem;
}
/*
.navbar-light .right-nav-container button {
    color: #383838;
    border: solid #383838 2px;
}

.navbar-dark .right-nav-container button {
    color: #ffffff;
    border: solid #ffffff 2px;
}
*/
.logo.restricted-height {
    max-height: 60px;
}

/* _Footer.cshtml */
footer {
    background-color: #D3DADE;
    font-weight: normal;
    font-size: 1.1rem;
}

.footer .common-footer {
    padding: 40px 0px;
}

.footer .contacts {
    display: grid;
}

.footer .contacts .help-question {
    font-size: 1rem;
    font-weight: 600;
    line-height: 0.875rem;
    margin-bottom: 4px;
    color: #00305E;
}

.footer .contacts .contact-line {
    display: inline-block;
    line-height: 0.75rem;
    margin-top: 12px;
}

.footer .contacts .contact-line a {
    float: left;
    margin-right: 8px;
}

    .footer .disclaimer {
        /*line-height: 1.5rem;*/
        font-size: .8rem;
        text-transform: uppercase;
    }

.footer .company-name {
    line-height: 2rem;
}

/* Views/Home/Index.cshtml */
.type-cards-container {
    max-width: 1056px;
}

.type-cards-container .header {
    margin-top: 80px;
    margin-bottom: 36px;
}

.type-cards-container .header,
.type-cards-container .sub-header {
    letter-spacing: 0.01rem;
    font-weight: 600;
    position: relative;
    z-index: 3;
}

.type-cards-container .type-card {
    width: 240px;
    height: 240px;
    border: 1px solid #eee;
    border-radius: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.01rem;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
    margin: 12px;
    z-index: 3;
}

.type-cards-container .type-card img {
    width: 50px;
    height: 50px;
    z-index: 3;
}

.type-cards-container .instruction {
    margin: 0px 12px;
    padding: 40px 16px;
    position: relative;
    z-index: 3;
}

.type-cards-container .instruction .arrow1 {
    margin: 0px -91px 0px -91px;
}

.type-cards-container .instruction .arrow2 {
    margin: 0px -89px 90px -91px;
}

.type-cards-container .instruction .step {
    text-align: center;
    width: 283px;
    height: 162px;
}

.type-cards-container .instruction .step .rounded-circle {
    margin: auto;
    width: 100px;
    height: 100px;
}

    .type-cards-container .instruction .step .rounded-circle img {
        width: 50px;
        height: 50px;
        margin: 25px;
    }

.type-cards-container .instruction .step .step-number {
    font-size: 0.875rem;
    color: #6C757D;
    opacity: 90%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.type-cards-container .instruction .step .step-instruction {
    color: #585858;
}

/* Forms styling */
form {
    font-weight: 400;
    font-size: 0.875rem;
    text-align: left;
}

.form-control, .form-select {
    border-radius: 0px!important;
    background-color: #FFFFFF !important;
}

.form-font {
    font-weight: 400 !important;
    font-size: 0.875rem !important;
}

.text-danger {
    color: #D70D0D;
}

.roboto-font {
    font-family: "Roboto", sans-serif;
}

.error-exclamation {
    width: 100%;
    border: 1px solid #A40C1C;
    border-radius: 6px;
    padding: 1rem;
    background-color: #FFF7F8;
    font-weight: 600;
    display: flex;
    margin-bottom: 1.5rem;
}

.error-exclamation img {
    margin: auto 0px;
}

.error-exclamation ul {
    margin: 0px;
    list-style: none;
    padding-left: 1rem;
}

/* Link styling*/
.link {
    font-size: 0.875rem;
    color: #235784;
    text-decoration: none;
    font-weight: 400;
}

.link-label {
    font-size: 0.875rem;
    font-weight: 400;
}

/* Authorization screens styles*/
.authorization-card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 86px;
}

.authorization-card-container .authorization-card {
    width: 27.25rem;
    padding: 2rem;
    border-radius: 1.25rem;
    background-color: #FFFFFF;
}

/* Plans/Quote */
.btn-grey {
    background-color: #F1F1F1;
}

.plan-survey-title {
    font-size: 1.5rem;
    color: #383838;
    font-weight: 500;
}

.plan-survey-subtitle {
    font-size: 0.875rem;
    color: #383838;
    font-weight: 500;
}

/*.plan-survey-form {
    background-color: white;
    border-radius: 20px;
    border: none;
    margin-top: 30px
}*/

.plan-survey-form .plan-survey-input {
    background-color: white;
    border-radius: 0px;
}


    .plan-survey-form .plan-survey-input-help, .plan-survey-input-help {
        font-size: 0.75rem;
        font-weight: 400;
    }

/*.plan-comparison-container {
    max-width: 1200px;
}
*/
.plan-comparison-container .breadcrumbs {
    margin: 15px;
}

.plan-comparison-container .plan-comparison-title {
    font-size: 1.5rem;
    margin-left: 15px;
}

.plan-comparison-container .plan-card {
    width: 370px;
    border: none;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
    margin: 15px;
    padding: 32px;
}

.plan-comparison-container .plan-card .category-name {
    font-size: 1.125rem;
    font-weight: 600;
}

.plan-comparison-container .plan-card .plan-name {
    font-size: 1.175rem;
}

.plan-comparison-container .plan-card .premium-amount {
    font-size: 2.125rem;
}

.plan-comparison-container .plan-card .premium-interval {
    font-size: 0.875rem;
}

.plan-comparison-container .plan-card .details-link {
    font-size: 0.875rem;
    color: #3C56C5;
    font-weight: 400;
    text-decoration: none;
}

.plan-comparison-container .plan-card .highlight {
    margin: 5px 0;
}

.plan-comparison-container .plan-card .highlight .bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.plan-comparison-container .plan-card .highlight .hightlight-text {
    font-size: 0.875rem;
}

.plan-details-container {
    max-width: 1032px;
}

.plan-details-container .plan-title-area {
    background-color: white;
    border-radius: 20px;
    border: none;
    margin-top: 30px;
    padding: 24px;
}

.plan-details-container .plan-title-area .plan-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.plan-details-container .plan-title-area .premium-amount {
    font-size: 1.25rem;
    font-weight: 500;
}

.plan-details-container .plan-title-area .premium-interval {
    font-size: 0.875rem;
    font-weight: 500;
}

.plan-details-container .plan-title-area .vendor-logo {
    padding: 8px;
    border: 1px solid #CED4DA;
    border-radius: 20px;
}

.plan-details-container .plan-title-area hr {
    color: #CED4DA;
}

.plan-details-container .plan-description-area {
    background-color: white;
    border-radius: 20px;
    border: none;
    margin-top: 30px;
    padding: 24px;
}

.plan-details-container .plan-description-area .description-text {
    font-size: 0.875rem;
    font-weight: 400;
}

.plan-highlights ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.plan-highlights ul li {
    position: relative;
    padding-left: 1.2rem;
    margin: 5px 0;
    font-size: 0.875rem;
}

.plan-highlights ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #383838;
    border-radius: 50%;
}

/* Views/Cart */
/*.cart-index-container {
    max-width: 1012px;
}*/

.trash-icon {
    mask-image: url("../media/icons/trash.svg");
    height: 1rem;
    width: 1rem;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}

.cart-index-container .cart-title {
    font-size: 1.5rem;
}

.cart-index-container .cart-item {
    background-color: white;
    border-radius: 20px;
    border: none;
    margin-top: 30px;
    padding: 24px 24px 24px 16px;
}

.cart-index-container .btn-delete {
    color: red;
    text-decoration: none;
    font-size: 0.875rem;
    color: #D70D0D;
    font-weight: 400;
}

.cart-index-container .btn-delete .svg {
    background-color: #D70D0D;
    display: inline-block;
    margin-bottom: -2px;
}

.cart-index-container .plan-name {
    font-size: 1rem;
}

.cart-index-container .plan-type {
    font-size: 0.75rem;
    color: #6C757D;
    font-weight: 400;
}

.cart-index-container .enrollment-type {
    font-size: 0.6875rem;
    font-weight: 300;
}

.cart-index-container .premium-amount {
    font-size: 1rem;
}

.cart-index-container .premium-interval {
    font-size: 0.875rem;
}

.cart-index-container .cart-total-amount {
    font-size: 1.125rem;
}

.cart-index-container .cart-total-interval {
    font-size: 0.875rem;
}

.cart-dropdown-container {
    padding: 16px 10px;
    background-color: white;
    color: #383838;
}

.cart-dropdown-container .cart-name {
    font-size: 1.25rem;
    font-weight: 600;
}

.cart-dropdown-container .plan-name {
    font-size: 1rem;
    font-weight: 600;
}

.cart-dropdown-container .plan-premium {
    font-size: 1rem;
}

.cart-dropdown-container .plan-interval {
    font-size: 0.875rem;
}

.cart-dropdown-container .cart-total-amount {
    font-size: 1rem;
    font-weight: 600;
}

.cart-dropdown-container .cart-total-interval {
    font-size: 0.875rem;
    font-weight: 600;
}

.cart-dropdown-container .empty-cart-message {
    font-size: 1rem;
}

.cart-dropdown-container hr {
    color: #CED4DA;
}

/* Apply Wizards */
.apply-wizard-container {
    font-weight: normal;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
}

.apply-wizard-container .form-area {
    background-color: white;
    border-radius: var(--bs-border-radius);
    border: none;
    padding: 24px;
}

.apply-wizard-container .form-area .title {
    font-size: 1.25rem;
}

.apply-wizard-container .form-area .readonly {
    color: #c0c0c0;
}

.dependent-card {
    /*height: 82px;*/
    border: 1px solid #E2E6F6;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 12px 0 #E8ECF2;
}

.dependent-card .dependent-card-item {
    display: inline-block;
}

    .dependent-card .small {
        font-size: 0.75rem;
        color: #bebebe !important;
    }

.btn-add-dependent {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    border: 1px solid #E2E6F6;
    font-size: 24px;
    font-weight: 300;
    margin: 16px;
}

.btn-add-dependent .plus-icon {
    mask-image: url("../media/icons/plus.svg");
    height: 24px;
    width: 24px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    margin: auto;
}

.apply-wizard-container .cart-item-list {
    background-color: white;
    border-radius: var(--bs-border-radius);
    border: none;
    padding: 24px;
}

.apply-wizard-container .cart-item-list .title {
    font-size: 1.25rem;
}

.apply-wizard-container .cart-item-list .plan-name {
    font-weight: 600;
}

.apply-wizard-container .cart-item-list .plan-premium {
    font-size: 0.875rem;
}

.apply-wizard-container .cart-item-list .context-menu-link {
    font-size: 0.875rem;
}

.shopping-cart-context-menu-text {
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, "sans-serif";

}

.shopping-cart-context-menu-text-red {
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, "sans-serif";
    color: #D70D0D;
}

.thank-you-area {
    max-width: 750px;
    background-color: white;
    border-radius: 20px;
    border: none;
    padding: 24px;
    text-align: center;
    margin: 24px auto;
}

.thank-you-area .svg {
    margin: auto;
}

.thank-you-area .title {
    font-size: 1.25rem;
}

.thank-you-area p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.75rem;
}

.check-circle-icon {
    mask-image: url("../media/icons/check-circle.svg");
    height: 50px;
    width: 50px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}

.apply-stepper {
    margin-top: 1rem;
}

.k-step-text {
    /*max-width: calc(10rem - 16px - 0.5rem);*/
    max-width: initial !important;
    text-overflow: initial;
}

.apply-stepper .k-stepper .k-step.k-disabled .k-step-label {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 400;
    font-size: 0.875rem;
    color: #383838;
}

.apply-stepper .k-stepper .k-step-current.k-disabled .k-step-label {
    font-family: "Open Sans", Helvetica, "sans-serif";
    font-weight: 600;
    font-size: 0.875rem;
    color: #383838;
}

.apply-stepper .k-stepper .k-step.k-disabled:not(.k-step-current,.k-step-done) .k-step-indicator {
    color: #383838;
}

.apply-stepper-header {
    font-size: 1.25rem;
    line-height: 2.25rem;
    display: flex;
}

.apply-stepper-header .svg {
    margin: auto 0.75rem auto 0;
}

.apply-stepper-sub-header {
    font-size: 0.875rem;
    line-height: 2.25rem;
}

.apply-stepper-scrollable {
    overflow-y: hidden;
    overflow-x: auto;
}

.apply-stepper-container {
    min-width: 1032px;
}

.apply-footer {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: white;
}

.apply-signature {
    width: 100%;
    height: 130px;
}

/* Order Summary*/
.order-summary {
    font-family: Poppins;
}

.order-summary .info {
    font-size: 0.875rem;
    font-weight: 400;
}

.order-summary .info .line-name {
    color: #6D6D6D;
}

.order-summary .total {
    font-size: 1rem;
    font-weight: 600;
}

/* Breadcrumbs */
.crumbs ol {
    list-style-type: none;
    padding-left: 0;
}

.crumb {
    display: inline-block;
    font-size: 0.75rem;
    color: #383838;
    font-weight: 500;
}

.crumb a {
    text-decoration: none;
    font-size: 0.75rem;
    color: #8D8D8D;
    font-weight: 400;
}

.crumb a::after {
    display: inline-block;
    color: #383838;
    content: '>';
    font-size: inherit;
    font-weight: bold;
    padding: 0 10px;
}

/* addedToCartNotification */
.k-notification {
    border-radius: 10px !important;
}

.added-to-cart-notification {
    padding: 5px;
    font-size: 0.875rem;
    font-weight: 400;
}

.added-to-cart-notification .plan-name {
    font-size: 0.875rem;
    font-weight: 600;
}

.pb-6 {
    padding-bottom: 3.5rem !important;
}

.pb-7 {
    padding-bottom: 4rem !important;
}

.apply-wizard-container .form-label, .apply-wizard-container .form-check-label {
    font-size: 0.875rem;
}

.k-wizard-step {
    outline: none !important;
}

.k-button-solid-save-for-later {
    border-color: black;
    color: black;
    background-color: white;
}

.k-button-solid-save-for-later:hover, .k-button-solid-save-for-later.k-hover {
    border-color: black;
    background-color: #c7cdd5;
}

.k-wizard-buttons-right {
    margin-right: 5px;
    margin-bottom: 5px;
}

.order-summary {
    padding: 5px;
}

.order-summary h3 {
    font-size: 1.25rem;
    font-weight: 500;
}

    .order-summary .title {
        font-weight: 600;
    }

.card {
    border: none;
}
.card-header {
    background-color: #ffffff;
    border-bottom-color: var(--bs-border-color);
    font-size: 1.25rem;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
}

.account-nav-link {
    text-decoration: none;
    color: rgba(var(--bs-nav-link-color));
}

.account-nav-link:hover {
    background-color: rgba(240, 245, 255, 1);
    color: rgba(var(--bs-primary-rgb)) !important;
}

.account-nav-link.active {
    background-color: rgba(240, 245, 255, 1);
    border-right: solid 5px rgba(var(--bs-primary-rgb));
    color: rgba(var(--bs-primary-rgb)) !important;
}

.accordion-button {
    font-size: inherit;
    padding: 0;
    background-color: transparent !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: inherit;
    color: inherit;
}

button.accordion-button:focus {
    box-shadow: inherit;
}

.font-size-50 {
    font-size: 50%;
}

.font-size-65 {
    font-size: 65%;
}

.d-inline-block .form-check-label {
    font-size: 0.8rem;
}

.apply-wizard-container .premium-interval {
    font-size: 0.8rem;
}

.w-200px {
    width: 200px;
    max-width: 50%;
}

.w-100px {
    width: 100px;
    max-width: 50%;
}

.mh-30px {
    max-height: 30px;
}

.k-pdf-viewer .k-combobox {
    visibility: hidden;
}

.k-pdf-viewer .k-page:first-child {
    margin-top: 0px;
}

.k-pdf-viewer .k-page:last-child {
    margin-bottom: 0px;
}

.k-pdf-viewer div.k-toolbar-item span {
    font-weight: bold;
}

.k-pdf-viewer div.k-toolbar-item {
    flex-shrink: 1;
}

.k-wizard, .k-wizard .k-wizard-step {
    padding: 0px;
}

.card-footer {
    background-color: #ffffff;
    border-top-color: var(--bs-border-color);
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.plan-card .card-header {
    padding: 0px;
    border-bottom: none;
    flex-grow: 1;
}

.plan-card .card-body {
    padding: 0px;
}

.plan-card .card-footer {
    padding: 0px;
    border-top: none;
}

.signature-input {
    font-family: 'Brush Script MT', cursive;
    border: none;
    font-size: 40px;
    border-bottom: 1px dashed;
    margin-bottom: 30px;
    border-radius: 0px;
    padding: 0px;
    box-shadow: none!important;
    outline: none!important;
}

    .signature-input::placeholder {
        font-size: 20px;
        font-family: "Open Sans", Helvetica, "sans-serif"!important;
        opacity: 50%;
    }

.hide-listview {
    list-style: none;
    padding: 0px;
}

#cc-container iframe {
    max-height: 250px;
}

.absolute-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.checkbox-lg {
    display: flex;
    align-items: center;
}

    .checkbox-lg .form-check-input {
        margin-right: 0.7rem;
        width: 1.5em;
        height: 1.5em;
        border-radius: 0.45em;
    }

    .checkbox-lg .form-check-label {
        font-size: 0.95rem;
        user-select: none;
    }

.card-body .disclosure-box, .card-body .consent-box {
    max-height: 350px;
}

.form-check-label {
    user-select: none;
}

ul.results {
    position: absolute;
    background: white;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    z-index: 100;
    left: calc(var(--bs-gutter-x) * .5);
    right: calc(var(--bs-gutter-x) * .5);
}

ul.results li a {
    display: block;
    border: 1px solid #eee;
    border-top: none;
    padding: 10px;
    font-size: 85%;
    cursor: default;
    user-select: none !important;
}

ul.results li a:hover {
    background: #dddddd;
}

.drowdown-wrap {
    white-space: normal;
}

    .drowdown-wrap.text-sm {
        font-size: 80%;
    }

    .max-w-85 {
        max-width: 85%;
    }

select:has(option[value=""]:checked), select option[value=""] {
    color: gray;
}

select option {
    color: #212529;
}

/* kendo overrides */
.k-column-title {
    white-space: pre-wrap !important;
}

.k-stepper .k-step-label .k-step-text {
    white-space: pre-wrap!important;
}

select.form-select, input.form-control:not(.signature-input) {
    font-family: "Open Sans", Helvetica, "sans-serif";
}

.k-wizard .k-wizard-content {
    overflow-y: unset;
}

.input-group-text {
    border-radius:0;
}

.k-hidden {
    display: flex!important;
    visibility: hidden;
}

#step-container {
    font-weight: normal;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .drowdown-wrap.text-sm {
        font-size: revert;
    }

    .max-w-85 {
        max-width: 100%;
    }

    .hidden-on-mobile {
        display: none;
    }

    .plan-comparison-container .plan-card {
        margin: 15px 0px;
    }

    .plan-comparison-container .plan-card:first-child {
        margin-top: 0px;
    }

    #cc-container iframe {
        max-height: 350px;
    }

    .signature-input {
        font-size: 30px;
    }

        .signature-input::placeholder {
            font-size: 15px;
        }
}

@media (max-width: 1200px) {
    .hidden-on-small-screen {
        display: none;
    }

    .card-body .disclosure-box, .card-body .consent-box {
        max-height: 250px;
    }
}

.text-primary, .link-primary {
    color: #00AEEF !important;
}

    .link-primary:hover {
        color: #00305E;
    }

.bg-light-primary {
    background-color: #E1F4FD;
}

.StarrWright-secondary-color {
    color: #00AEEF !important;
}

.StarrWright-primary-color {
    color: #00305E;
}

.added-item {
    background-color: #00305E;
    color: white!important;
    border-radius: 20px;
    font-size: small;
}

    .added-item .dependent-card-item div:first-child {
        font-weight: bold;
    }

    .added-item .btn-edit {
        color: white !important;
    }

.btn-starrwright-primary {
    background-color: #00305E;
    color: white;
    border: none!important;
}

.btn-starrwright-secondary {
    background-color: #00AEEF;
    color: white;
    border: none !important;
    text-transform: uppercase;
    font-size: 20px;
    padding: 6px 20px;
}

.btn-starrwright:hover {
    opacity: 0.8;
}

.min-w-200px {
    min-width: 200px;
}

.min-w-250px {
    min-width: 250px;
}

.overlap-btn {
    position: absolute;
    bottom: -24px; 
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.75rem; 
    font-weight: 700; 
    min-width: 55%; 
    color: white;
    border: none;
    cursor: pointer;
}

.overlap-btn:hover {
    background-color: #00305E; 
    color: white; 
}

.select-btn {
    font-size: 1.75rem;
    font-weight: 700;
    min-width: 55%;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 100px;
}

    .select-btn:hover {
        background-color: #00305E;
        color: white;
    }

.plan-summary-box {
    position: relative;
    z-index: 100;
    background: white;
    padding: 15px;
    border: 1px solid;
    width: 80%;
    text-align: center;
    margin-top: -130px;
    margin-left: auto;
    margin-right: auto;
}

.plan-summary-box-art {
    position: relative;
    z-index: 100;
    background: white;
    padding: 15px;
    border: 1px solid;
    width: 80%;
    text-align: center;
    margin-top: -130px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.footer-banner {
    background-color: #00305E;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    color: #00AEEF!important;
}

.wrightusa-card {
    border: 2px solid black; 
    padding: 0px;
    border-radius: 0 32px 0 0; 
    position: relative;
    background-color: white;
    margin-bottom: 75px!important;
    max-width: 600px;
    width: 100%;
} 

.wrightusa-card .card-header {
    background-color: #00305E !important;
    border-top-right-radius: 29px;
    border-top-left-radius: 0; 
    color: white;
}

@media (min-width: 992px) {

}

.pricing-strip {
    background-color: #E1F4FD;
    width: 100%;
    padding: 0.25rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.plan-details .detail-row {
    display: flex;
    justify-content: flex-start; 
    align-items: flex-start;     
    gap: 2rem;                  
    padding: 0.5rem 0;
}

.plan-details strong {
    flex: 1;                     
    text-align: left;
}

.plan-details span {
    flex: 1;                     
    text-align: left;
}


.cards-container {
    display: contents;
    gap: 16px; 
    flex-wrap: wrap; 
    justify-content: center; 
}
.card-divider {
    max-width: 100%; 
    margin: 0 auto 16px;
}

.card-divider .divider-line {
    border-bottom: 3px solid black; 
    width: 100%;  
}


.card-bottom-border {
    border-bottom: 1px solid black;
    margin: 0 auto;
}

.plan-summary-link {
    cursor: pointer;
    color: #00AEEF;
    transition: color 0.2s ease-in-out;
}

.plan-summary-link:hover {
    color: #00305E;
    text-decoration: none;
}

.plan-summary-name {
    text-decoration: underline;
}

.plan-summary-name:hover {
    color: #00AEEF;
}

.plan-summary-link span,
.plan-summary-link i {
    pointer-events: none; 
}
.plan-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.5rem;
    gap: 10rem;
    /*flex-wrap: wrap;*/ /* allow content to wrap to next line if needed */
}

.plan-text {
    max-width: 30%; 
    word-wrap: break-word;
    white-space: normal; 
    text-align: left;
}

.plan-percent {
    flex-shrink: 0; 
    margin-left: 1.5rem; 
    font-weight: bold; 
    font-size: 1.25rem;
}

.top-aligned-footer {
    padding-top: 0.5rem !important; 
}

.StarrWright-button-shadow {
    box-shadow: 8px 8px 8px 0px #00000040;
}

.k-svg-i-caret-alt-down {
    visibility: hidden !important;
}

.fs-plan-details {
    font-size: 0.9rem;
}

.text-gray {
    color: #6c757d;
}