/* input field styling */

.input-field-gp.input-filled input.form-control:hover, .input-field-gp.input-filled input.form-control[type=email]:hover, .input-field-gp.input-filled input.form-control[type=password]:hover, .input-field-gp.input-filled input.form-control[type=text]:hover, .input-field-gp.input-filled textarea:hover {
    border-color: rgba(65, 115, 160, 1)
}

.input-field-gp {
    display: block;
    position: relative
}

.input-field-gp input.form-control[type=email], .input-field-gp input.form-control[type=password], .input-field-gp input.form-control[type=text], .input-field-gp textarea {
    padding: 19px 20px 5px;
    font-size: 18px;
    color: #333;
    height: auto;
    font-family: metropolis, sans-serif;
    border: 1px solid #bababa;
    border-radius: 0;
    transition: all .3s ease;
    width: 100%
}

.input-field-gp input.form-control[type=email]:hover, .input-field-gp input.form-control[type=password]:hover, .input-field-gp input.form-control[type=text]:hover, .input-field-gp textarea:hover {
    border-color: rgba(65, 115, 160, 1)
}

.input-field-gp input.form-control[type=email] + label.input-label, .input-field-gp input.form-control[type=password] + label.input-label, .input-field-gp input.form-control[type=text] + label.input-label, .input-field-gp textarea + label.input-label {
    position: absolute;
    font-size: 18px;
    color: #bababa;
    font-family: metropolis, sans-serif;
    font-weight: 300;
    top: 50%;
    margin-bottom: 0;
    line-height: 26px;
    margin-top: -13px;
    transition: all .3s ease;
    left: 20px;
    pointer-events: none
}

.input-field-gp input.form-control[type=email]:focus, .input-field-gp input.form-control[type=password]:focus, .input-field-gp input.form-control[type=text]:focus, .input-field-gp textarea:focus {
    outline: 0;
    border: 1px solid #333;
    box-shadow: none
}

.input-field-gp input.form-control[type=email]:focus + label.input-label, .input-field-gp input.form-control[type=password]:focus + label.input-label, .input-field-gp input.form-control[type=text]:focus + label.input-label, .input-field-gp textarea:focus + label.input-label {
    color: #333;
    font-size: 12px;
    transform: translateY(-15px)
}

.input-field-gp.input-filled input.form-control[type=email], .input-field-gp.input-filled input.form-control[type=password], .input-field-gp.input-filled input.form-control[type=text], .input-field-gp.input-filled textarea {
    border: 1px solid #333
}

.input-field-gp.input-filled input.form-control[type=email] + label.input-label, .input-field-gp.input-filled input.form-control[type=password] + label.input-label, .input-field-gp.input-filled input.form-control[type=text] + label.input-label, .input-field-gp.input-filled textarea + label.input-label {
    color: #333;
    font-size: 12px;
    transform: translateY(-15px)
}

.input-field-gp.input-filled textarea + label.input-label span span {
    display: none
}

.input-field-gp textarea {
    height: 200px
}

.input-field-gp textarea:hover {
    border-color: rgba(65, 115, 160, 1)
}

.input-field-gp textarea + label.input-label {
    margin-top: 0;
    top: 15px
}

.input-field-gp textarea:focus + label.input-label span span {
    display: none
}

@media only screen and (max-width: 767px) {
    .input-field-gp input.form-control[type=email], .input-field-gp input.form-control[type=password], .input-field-gp input.form-control[type=text], .input-field-gp textarea {
        font-size: 16px;
        padding: 12px 15px 5px
    }

    .input-field-gp input.form-control[type=email] + label.input-label, .input-field-gp input.form-control[type=password] + label.input-label, .input-field-gp input.form-control[type=text] + label.input-label, .input-field-gp textarea + label.input-label {
        font-size: 16px;
        left: 15px;
        line-height: 16px;
        padding-top: 5px
    }

    .input-field-gp input.form-control[type=email]:focus + label.input-label, .input-field-gp input.form-control[type=password]:focus + label.input-label, .input-field-gp input.form-control[type=text]:focus + label.input-label, .input-field-gp textarea:focus + label.input-label {
        font-size: 11px;
        transform: translateY(-11px)
    }

    .input-field-gp textarea + label.input-label {
        top: 10px
    }

    .input-field-gp textarea:focus + label.input-label {
        transform: translateY(-13px)
    }

    .input-field-gp.input-filled input.form-control[type=email] + label.input-label, .input-field-gp.input-filled input.form-control[type=password] + label.input-label, .input-field-gp.input-filled input.form-control[type=text] + label.input-label {
        font-size: 11px;
        transform: translateY(-11px)
    }

    .input-field-gp.input-filled textarea + label.input-label {
        font-size: 11px;
        transform: translateY(-13px)
    }
}

.form-check {
    margin-bottom: 10px
}

.form-check input.form-check-input {
    height: auto;
    position: absolute;
    opacity: 0;
    width: 25px;
    height: 28px;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    margin: 0
}

.form-check label.checkbox-label {
    padding-left: 20px
}

.form-check label.checkbox-label span.check-circle {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    background: #fff;
    border: 1px solid #818181;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 5px
}

.form-check label.checkbox-label span.check-circle:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px
}

.form-check label.checkbox-label span.check-square {
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden
}

.form-check label.checkbox-label span.check-square:before {
    border: 1px solid #bababa;
    border-radius: 0;
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../../../../../../content/dam/global/icons/icon-tick.png);
    top: 0;
    left: 0;
    background-size: 21px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.form-check label.checkbox-label a {
    color: rgba(19, 43, 102, 1);
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit
}

.form-check input[type=radio]:checked + .checkbox-label span.check-circle:before {
    background-color: #006cb5
}

.form-check input[type=checkbox]:checked + .checkbox-label span.check-square:before {
    border-color: #006cb5;
    background-color: #006cb5
}

@media only screen and (max-width: 767px) {
    .form-check label.checkbox-label {
        padding-left: 15px
    }

    .form-check label.checkbox-label span.check-square {
        top: 2px;
        width: 20px;
        height: 20px
    }

    .form-check label.checkbox-label span.check-square:before {
        width: 20px;
        height: 20px;
        background-size: 16px auto;
        border-radius: 0
    }
}

.LV_validation_message {
    font-weight: bold;
    margin: 0 0 0 5px;
}

.LV_valid {
    color: #00CC00;
    display: none;
}

.LV_invalid {
    color: #CC0000;
    font-size: 10px;
}

.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
    outline: 1px solid #00CC00;
}

.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
    outline: 1px solid #CC0000;
}
.cost-of-living .mobile-img {
    display: none;
}
.cost-of-living .cost-of-living-wrapper {
    position: relative;    
}

.cost-of-living .cost-of-living-landing {
    position: relative;
    height: 100%;
}

.cost-of-living .cost-of-living-landing .img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cost-of-living .cost-of-living-landing .img-overlay img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.cost-of-living .cost-of-living-landing .container {
    height: 100%;
    position: relative;
}

.cost-of-living .cost-of-living-landing .calc-landing {
    max-width: 50%;
    height: 100%;
    padding: 77px 0 63px;
    position: relative;
}

.cost-of-living .cost-of-living-landing .calc-landing .calc-landing-form {
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
}

.cost-of-living .cost-of-living-landing .calc-landing .calc-landing-header {
    margin-bottom: 40px;
}

.cost-of-living h2 {
    font-size: 50px;
    line-height: 48px;
    margin-bottom: 0;
}

.cost-of-living .cost-of-living-landing .calc-landing .calc-landing-header h2 {
    margin-bottom: 40px;
}

.cost-of-living .cost-of-living-landing .calc-landing .calc-landing-header .desc {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 32px;
}

.cost-of-living .cost-of-living-landing .calc-landing .calc-landing-header .desc p {
    margin-bottom: 28px;
}

.cost-of-living .cost-of-living-landing .calc-landing .calc-landing-header .desc p:last-child {
    margin-bottom: 0;
}

.cost-of-living .cost-of-living-landing .calc-landing-specs {
    display: flex;
    flex-direction: row;
}

.cost-of-living .cost-of-living-landing .calc-intro-details:last-child:before {
    content: ' | ';
    margin-left: 10px;
    margin-right: 10px;
}

.cost-of-living .cost-of-living-landing .calc-intro-details img {
    max-height: 22px;
    margin-right: 8px;
}

.cost-of-living .cost-of-living-landing .calc-intro-details {
    font-size: 22px;
    line-height: 22px;
}

.cost-of-living .cost-of-living-landing .calc-landing-form-header {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    text-wrap: pretty;
}

.cost-of-living .cost-of-living-landing .calc-landing-form .form-group, .cost-of-living .cost-of-living-landing .calc-landing-form .form-group .dropdown {
    position: relative;
}

.cost-of-living .cost-of-living-landing .calc-start {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.cost-of-living-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.cost-of-living-loader .cost-of-living-spinner {
    width: 48px; 
    height: 48px;
    border: 4px solid #4173a0;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin .8s linear infinite;
}
@keyframes spin { 
    to { 
        transform: rotate(360deg); 
    } 
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-header, .cost-of-living .cost-of-living-form .cost-of-living-form-header, .cost-of-living .cost-of-living-thank-you .cost-of-living-thank-you-header {
    text-align: center;
    padding: 80px 0;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-base {
    border: 1px solid #BABABA;
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 0;
    width: 100%;
    margin-bottom: 12px;
    cursor: pointer;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-base.active {
    background-color: #EDF1FB;
    border: 1px solid #0068B4;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-base.disabled {
    pointer-events: none;
    cursor: auto;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-base:last-child {
    margin-bottom: 0;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-base input[type=radio] {
    display: none;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-base .cost-of-living-qt-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-base .cost-of-living-qt-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-base .cost-of-living-span {
    margin-top: 16px;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    text-wrap: pretty;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-base .cost-of-living-qt-tooltip {
    position: relative;
    display: inline-block;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-base .cost-of-living-qt-tooltip-btn {
    width: fit-content;
    height: fit-content;
    margin-top: -3px;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-base .cost-of-living-qt-tooltip-content {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    bottom: 24px;
    min-width: 300px;
    max-width: 300px;
    word-break: break-word;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-base .cost-of-living-qt-tooltip:hover .cost-of-living-qt-tooltip-content {
    display: block;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-base .cost-of-living-qt-tooltip-content.active {
    display: block;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-multi {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20px;
    align-items: center;
    gap: 20px;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-multi-dropdown {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    align-items: center;
    gap: 20px;
    cursor: auto;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-multi-dropdown select, .cost-of-living .cost-of-living-qt .cost-of-living-qt-multi-dropdown select option {
    cursor: pointer;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-container, .cost-of-living .cost-of-living-form .cost-of-living-form-container, .cost-of-living .cost-of-living-thank-you .cost-of-living-thank-you-container {
    max-width: 766px;
    margin: 0 auto;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-container {
    padding: 15px 0 60px;
}

.cost-of-living .cost-of-living-form .cost-of-living-form-container, .cost-of-living .cost-of-living-thank-you .cost-of-living-thank-you-container {
    padding-bottom: 60px;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-container h4 {
    margin-bottom: 24px;
    line-height: 27px;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-steps {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    padding: 40px 0 28px;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step .cost-of-living-qt-step-num {
    color: #132B66;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #132B66;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    opacity: 0.5;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step .cost-of-living-qt-step-num:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(100%);
    width: calc(100% + 70px);
    height: 1px;
    background-color: #132B66;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step .cost-of-living-qt-step-num .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step:last-child .cost-of-living-qt-step-num:after {
    content: none;    
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step-title {
    text-align: center;
    word-break: break-word;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step-title .title {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #132B66;
    opacity: 0.5;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step.active .cost-of-living-qt-step-title .title,
.cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step.complete .cost-of-living-qt-step-title .title {
    opacity: 1;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step.active .cost-of-living-qt-step-num {
    background: #132B66;
    color: #fff;
    font-weight: 700;
    position: relative;
    opacity: 1;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step.active .cost-of-living-qt-step-num:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #F4333D;
    border-radius: 50%;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step.complete .cost-of-living-qt-step-num {
    background: #132B66;
    color: #fff;
    font-weight: 700;
    position: relative;
    opacity: 1;
}

.cost-of-living .cost-of-living-qt .cost-of-living-qt-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
}

.cost-of-living .cost-of-living-qt input[type=checkbox] {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 1px solid #BABABA;
    position: relative;
    cursor: pointer;
}

.cost-of-living .cost-of-living-qt input[type=checkbox]:checked::after {
   content: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTQgMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQwMV8zMzcwKSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNC42NjcgOC43MTFMMS40IDUuNDQ1LjMxIDYuNTMzbDQuMzU2IDQuMzU2TDE0IDEuNTU2IDEyLjkxLjQ2NiA0LjY2NyA4LjcxMnoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzQwMV8zMzcwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDE0djEwLjg4OUgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==');
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 13px;
}

.cost-of-living .cost-of-living-qt input[type=checkbox]:checked::before {
    content: "";
    background: #0068B4;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cost-of-living .cost-of-living-qt input[type=checkbox]:disabled {
    opacity: 0.5;
}

.cost-of-living button:disabled {
    opacity: .7;
    background-color: #b7b7b7;
    pointer-events: none;
}

.cost-of-living .cost-of-living-disclaimer {
    overflow: hidden;
    width: 100%;
}

.cost-of-living .cost-of-living-qt .cost-of-living-disclaimer {
    margin-top: 60px;
}

.cost-of-living .cost-of-living-form .cost-of-living-disclaimer {
    margin-bottom: 60px;
}

.cost-of-living .cost-of-living-thank-you .cost-of-living-disclaimer {
    margin-bottom: 32px;
}

.cost-of-living .cost-of-living-disclaimer-title {
    width: 100%;
    padding: 12px 0;
    border: none;
    text-align: left;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #132B66;
    font-size: 16px;
    line-height: 22px;
}

.cost-of-living-disclaimer-title.active {
    padding-bottom: 0;
}

.cost-of-living .cost-of-living-disclaimer-title .arrow {
    transition: transform 0.3s ease;
}

.cost-of-living .cost-of-living-disclaimer-content {
    padding: 8px 0;
    display: none;
}

.cost-of-living .cost-of-living-disclaimer-content,.cost-of-living .cost-of-living-disclaimer-content * {
    font-size: 16px;
    line-height: 22px;
}

.cost-of-living .cost-of-living-disclaimer-content.open {
    display: block;
}

.cost-of-living .cost-of-living-disclaimer-title.active .arrow {
    transform: rotate(180deg);
}

.cost-of-living .cost-of-living-form .cost-of-living-form-breakdown {
    border: 1px solid #0068B4;
    padding: 32px;
    text-align: center;
    border-radius: 16px;
    margin-bottom: 32px;
}

.cost-of-living .cost-of-living-form .cost-of-living-form-breakdown-title {
    font-size: 22px;
    line-height: 27.5px;
    font-weight: 600;
    margin-bottom: 24px;
}

.cost-of-living .cost-of-living-form .cost-of-living-form-breakdown-content {
    font-size: 30px;
    line-height: 22px;
    font-weight: 700;
    color: #0068B4;
}

.cost-of-living .cost-of-living-form .cost-of-living-form-description {
    font-size: 22px;
    line-height: 27.5px;
    font-weight: 600;
    margin-bottom: 32px;
}

.cost-of-living .cost-of-living-thank-you .cost-of-living-thank-you-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 30px;
}

.cost-of-living .cost-of-living-thank-you .cost-of-living-thank-you-content {
    font-weight: 600;
    font-size: 22px;
    line-height: 27.5px;
}

.cost-of-living .cost-of-living-thank-you .cost-of-living-summary-monthly-title, .cost-of-living .cost-of-living-thank-you .cost-of-living-summary-annual-title {
    font-size: 22px;
    line-height: 27.5px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cost-of-living .cost-of-living-thank-you .cost-of-living-summary-monthly-content, .cost-of-living .cost-of-living-thank-you .cost-of-living-summary-annual-content {
    font-size: 30px;
    line-height: 22px;
    font-weight: 700;
    color: #0068B4;
}

.cost-of-living .cost-of-living-thank-you .cost-of-living-summary {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border: 1px solid #0068B4;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 32px;
}

.cost-of-living-thank-you .table-responsive {
    overflow: visible;
}

.cost-of-living-thank-you table {
    width: 100%;
    margin-top: 24px;
    white-space: normal;
}

.cost-of-living-thank-you table th {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 0 12px;
    border-bottom: 1px solid #B7B7B7;
}

.cost-of-living-thank-you table td {
    border: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 8px 20px 8px 0;
}

.cost-of-living-thank-you table tr:last-of-type td {
    padding: 8px 20px 0 0;
}

.cost-of-living-thank-you .cost-of-living-table-tooltip {
    display: inline-block;
    position: relative;
}

.cost-of-living-thank-you .cost-of-living-table-tooltip .cost-of-living-table-tooltip-btn {
    width: fit-content;
    height: fit-content;
    margin-top: -3px;
}

.cost-of-living-thank-you .cost-of-living-table-tooltip .cost-of-living-table-tooltip-btn svg {
    width: 12.5px;
    height: 12.5px;
}

.cost-of-living-thank-you .cost-of-living-table-tooltip .cost-of-living-table-tooltip-content {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    bottom: 24px;
    min-width: 200px;
    max-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    white-space: normal;
    z-index: 90;
}

.cost-of-living-thank-you .cost-of-living-table-tooltip:hover .cost-of-living-table-tooltip-content {
    display: block;
}

.cost-of-living .cost-of-living-thank-you .cost-of-living-thank-you-buttons {
    text-align: center;
}

.cost-of-living-mobile-only {
    display: none;
}

@media (max-width: 1199px) {
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step .cost-of-living-qt-step-num:after {
        width: calc(200%);
    }
}

@media (max-width: 991px) {
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step .cost-of-living-qt-step-num:after {
        width: calc(100% + 10px);
    }
}

@media (max-width: 767px) {
    .cost-of-living .desktop-img {
        display: none;
    }
    .cost-of-living .mobile-img {
        display: block;
    }
    .cost-of-living-mobile-only {
        display: block;
    }
    .cost-of-living .cost-of-living-landing .calc-start {
        gap: 10px;
    }
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-steps {
        align-items: center;
        padding: 20px 0 0;
    }
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step .cost-of-living-qt-step-num:after {
        width: 40px;
        transform: translateX(120%);
    }

    .cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step.active .cost-of-living-qt-step-num:after {
        width: 30px;
        transform: translateX(120%);
    }
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step.active .cost-of-living-qt-step-num:before {
        content: none;
    }
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step .cost-of-living-qt-step-num {
        width: 10px;
        height: 10px;
        font-size: 0;
        line-height: 0;
        margin-bottom: 0;
        background: #132B66;
        opacity: 1;
    }

    .cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step.active .cost-of-living-qt-step-num {
        width: 37px;
        height: 37px;
        font-size: 18px;
        line-height: 22px;
        border: 2px solid #F4333D
    }
    
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step .cost-of-living-qt-step-num .num {
        display: none;
    }

    .cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step.active .cost-of-living-qt-step-num .num {
        display: flex;
    }

    .cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step-title {
        display: none;
    }
    
    .cost-of-living .cost-of-living-landing .calc-landing {
        max-width: 100%;
        padding: 40px 0 30px;
    }
    
    .cost-of-living h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 0;
    }
    
    .cost-of-living .cost-of-living-landing .calc-landing .calc-landing-header h2 {
        margin-bottom: 10px;
    }
    
    .cost-of-living .cost-of-living-landing .calc-landing .calc-landing-header .desc {
        font-size: 15px;
        line-height: 22px;
    }
    
    .cost-of-living .cost-of-living-landing .calc-landing .calc-landing-header .desc p {
        margin-bottom: 24px;
    }
    
    .cost-of-living .cost-of-living-landing .calc-landing .calc-landing-header .desc p:last-child {
        margin-bottom: 0;
    }
    
    .cost-of-living .cost-of-living-landing .calc-landing .calc-landing-form {
        margin: 20px 0;
    }
    
    .cost-of-living .cost-of-living-landing .calc-landing-form-header {
        font-size: 16px;
        line-height: 20px;
    }
    
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-header, .cost-of-living .cost-of-living-form .cost-of-living-form-header, .cost-of-living .cost-of-living-thank-you .cost-of-living-thank-you-header {
        padding: 30px 0;
    }
    
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-header h2, .cost-of-living .cost-of-living-form .cost-of-living-form-header h2, .cost-of-living .cost-of-living-thank-you .cost-of-living-thank-you-header h2 {
        text-align: left;
    }
    
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-container {
        padding: 20px 0 60px;
    }
    
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-container h4 {
        font-size: 20px;
        line-height: 25px;
    }
    
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-base .cost-of-living-qt-title {
        font-size: 16px;
        line-height: 22px;
    }
    
    
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-base .cost-of-living-span * {
        font-size: 20px;
        line-height: 22px;
    }
    .cost-of-living .cost-of-living-disclaimer-title {
        font-size: 14px;
        line-height: 22px;
    }
    
    .cost-of-living .cost-of-living-disclaimer-content, .cost-of-living .cost-of-living-disclaimer-content * {
        font-size: 14px;
        line-height: 22px;
    }
    
    .cost-of-living .cost-of-living-form .cost-of-living-form-breakdown {
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .cost-of-living .cost-of-living-form .cost-of-living-form-breakdown-title {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    
    .cost-of-living .cost-of-living-form .cost-of-living-form-breakdown-content {
        font-size: 24px;
        line-height: 28px;
    }
    
    .cost-of-living .cost-of-living-thank-you .cost-of-living-thank-you-content {
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }
    
    .cost-of-living .cost-of-living-thank-you .cost-of-living-summary-monthly-title, .cost-of-living .cost-of-living-thank-you .cost-of-living-summary-annual-title {
        font-size: 20px;
        line-height: 25px;
    }
    
    .cost-of-living .cost-of-living-thank-you .cost-of-living-summary-monthly-content, .cost-of-living .cost-of-living-thank-you .cost-of-living-summary-annual-content {
        font-size: 24px;
        line-height: 28px;
    }
    
    .cost-of-living-thank-you table th {
        font-size: 16px;
        line-height: 22px;
        padding: 0 20px 10px 0;
    }
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-container h3 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step .cost-of-living-qt-step-num:after {
        width: 7vw;
    }

    .cost-of-living .cost-of-living-qt .cost-of-living-qt-steps .cost-of-living-qt-step.active .cost-of-living-qt-step-num:after {
        width: 5vw;
    }
    
    .cost-of-living .cost-of-living-qt .cost-of-living-qt-base .cost-of-living-qt-tooltip-content {
        left: -50%;
        min-width: 200px;
        max-width: 200px;
        transform: translateX(-50%);
    }
    
    .cost-of-living-thank-you .cost-of-living-table-tooltip .cost-of-living-table-tooltip-content {
        left: calc(-150px + 24px);
        transform: none;
        min-width: 150px;
        max-width: 150px;
        top: 24px;
        bottom: unset;
        max-height: 150px;
        overflow-y: scroll;
    }
}
