@charset "UTF-8";

.btn {
    white-space: normal;
    border-radius: 4px;
}

.btn-primary {
    background-color: #00594f;
    color: #fff;
    border: 0.0625rem solid #00594f;
}

.btn-primary:hover {
    background-color: #004038;
    color: #fff;
    border: 0.0625rem solid #00594f;
}

.btn-primary:focus {
    background-color: #004038;
    color: #fff;
    border: 0.0625rem solid #00594f;
}

.btn-secondary {
    background-color: transparent;
    color: #00594f;
    border: 0.0625rem solid #00594f;
}

.btn-secondary:hover {
    background-color: #ccdddb;
    color: #00594f;
    border: 0.0625rem solid #00594f;
}

.btn-secondary:focus {
    background-color: #ccdddb;
    color: #00594f;
    border: 0.0625rem solid #00594f;
}

.btn-transparent {
    background-color: transparent;
    color: #6b6b6b;
    border: transparent;
}

.btn-transparent:hover {
    background-color: transparent;
    color: #00594f;
    border: transparent;
}

.btn-knockout {
    background-color: transparent;
    color: #fff;
    border: 0.0625rem solid #fff;
    opacity: 0.5;
    font-weight: 500;
}

.btn-knockout:hover {
    background-color: transparent;
    color: #fff;
    border: 0.0625rem solid #fff;
    opacity: 1;
}

.btn-opposite {
    background-color: #ccdddb;
    color: #00594f;
    border: 0.0625rem solid #ccdddb;
    font-weight: 500;
}

.btn-opposite:hover {
    background-color: #fff;
    color: #00594f;
    border: 0.0625rem solid #fff;
}

.btn-toggle {
    background-color: #05f4d7;
    color: #00594f;
    border: 0.1875rem solid #05f4d7;
    font-weight: 500;
    width: 50%;
    min-height: 40px;
}

.btn-toggle:hover {
    background-color: #05f4d7;
    color: #00594f;
    border: 0.1875rem solid #05f4d7;
}

body {
    background-color: #fafafa;
    color: #6b6b6b;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 2.25rem;
    color: #846926;
    margin-bottom: 1.25rem;
}

@media (max-width: 787px) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    font-size: 1.5rem;
    color: #846926;
    margin-bottom: 1.25rem;
}

h3 {
    font-size: 1.25rem;
    color: #846926;
    margin-bottom: 1.25rem;
}

h4 {
    font-size: 1.125rem;
    color: #846926;
    margin-bottom: 1.25rem;
}

b {
    font-weight: 500;
    color: #565958;
}

section,
footer {
    padding: 40px 0;
}

section a.link-primary,
section a.moreless,
footer a.link-primary,
footer a.moreless {
    position: relative;
    color: rgba(0, 89, 79, 0.8);
    font-weight: 500;
    display: inline-block;
}

section a.link-primary:hover,
section a.moreless:hover,
footer a.link-primary:hover,
footer a.moreless:hover {
    color: #00594f;
    text-decoration: none;
    font-weight: 600;
}

section a.link-primary:hover:after,
section a.moreless:hover:after,
footer a.link-primary:hover:after,
footer a.moreless:hover:after {
    width: 100%;
}

section a.link-primary:after,
section a.moreless:after,
footer a.link-primary:after,
footer a.moreless:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: "";
    color: transparent;
    background: #00594f;
    height: 0.0625rem;
    transition: all 0.5s;
}

section a.icon,
footer a.icon {
    font-size: 2.5rem;
    margin-right: 0.625rem;
}

section svg,
section img,
footer svg,
footer img {
    width: 100%;
    flex-shrink: 0;
}

section ol,
footer ol {
    padding: 0;
}

section ul,
footer ul {
    list-style-type: square;
    padding: 1.25rem;
    padding-top: 0;
    color: #846926;
}

section ul li,
footer ul li {
    padding: 0.25rem 0.5rem;
}

section ul li span,
footer ul li span {
    color: #6b6b6b;
}

.footnote {
    font-size: 0.875rem;
}

.footnote .cling-to {
    white-space: nowrap;
}

.link-tooltip {
    color: inherit;
    margin-left: -0.125rem;
    margin-right: 0.125rem;
}

.link-tooltip:hover {
    color: inherit;
    text-decoration: none;
}

.grow {
    flex-grow: 1;
}

.first {
    margin-top: 7.375rem;
}

@media (min-width: 1200px) {
    .first {
        margin-top: 4.375rem;
    }
}

.breadcrumbs {
    padding-top: 8rem;
    padding-bottom: 0;
}

.breadcrumbs p {
    font-size: 14px;
}

.breadcrumbs a.link-primary {
    color: #6b6b6b;
}

.breadcrumbs a.link-primary:first-child {
    margin-right: 4px;
}

.breadcrumbs a.link-primary:not(:first-child) {
    margin: 0 4px;
}

.breadcrumbs a.link-primary:hover {
    color: #00594f;
}

.breadcrumbs .current-page {
    color: #00594f;
    font-weight: 500;
    padding: 0 4px;
}

@media print {
    .breadcrumbs {
        display: none;
    }
}

@media (max-width: 1199px) {
    .overlay {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(51, 51, 51, 0.3);
        transition: all 0.1s;
        transition-delay: 0.4s;
    }

    .overlay.show {
        visibility: visible;
        opacity: 1;
    }
}


.note {
    font-size: 0.874rem;
}

.footnote-counter {
    margin-left: 0.125rem;
    letter-spacing: 0.125rem;
    cursor: pointer;
    color: #00594f;
}

.footnote-back {
    margin-left: 0.25rem;
    color: #00594f;
}

[aria-describedby="footnote-label"] {
    text-decoration: none;
    color: inherit;
    cursor: default;
    outline: none;
}

[aria-describedby="footnote-label"]:hover {
    color: inherit;
    text-decoration: none;
}

.stat {
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    overflow: hidden;
}

.stat img {
    border-top: 0.1875rem solid #e5e5e5;
    border-bottom: 0.1875rem solid #e5e5e5;
}

@media (max-width: 767px) {
    .stat img {
        width: 140%;
        margin-left: -10px;
    }
}

@media (max-width: 768px) {
    .quote {
        max-width: 31.875rem;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .quote {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 50%;
    }
}

.img-action {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 23rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-action h2,
.img-action h4,
.img-action p {
    color: #fff;
}

footer {
    background-color: #565958;
    color: #fff;
    padding-top: 2.5rem;
}

@media (min-width: 992px) {
    footer {
        background-repeat: no-repeat;
        background-position: 75% bottom;
        background-size: 18rem;
    }
}

footer a.link-primary {
    color: #fff;
}

footer a.link-primary:hover {
    color: #fff;
    font-weight: 500;
}

footer a.link-primary:after {
    background: #fff;
}

footer .footer-nav {
    margin: 2.5rem 0;
}

footer .footer-nav span {
    padding: 0 0.625rem;
}

footer .mobile-app {
    border-radius: 4px;
    margin-bottom: 8px;
    max-height: 36px;
    width: auto;
}

footer .disclaimer {
    color: rgba(255, 255, 255, 0.77);
    font-size: 0.75rem;
}

@media print {
    footer {
        background-color: initial;
        background-image: none;
        padding-top: 0;
    }

    footer .link-primary,
    footer p {
        color: #6b6b6b !important;
    }

    footer .disclaimer {
        margin-top: 1.5rem;
    }
}

.sitemap a.link-primary {
    color: #6b6b6b;
}

.sitemap h4 a.link-primary {
    color: #846926;
    font-size: 1.25rem;
}

@media (max-width: 767px) {
    .highlight-section .flex-column {
        margin: 0;
    }
}

.highlight-section .box {
    background-color: #fff;
    padding: 1.25rem;
    margin: 1.25rem;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(51, 51, 51, 0.43);
}

@media (max-width: 767px) {
    .highlight-section .box {
        flex-basis: auto;
        margin: 1.25rem 0;
    }
}

.highlight-section .green {
    background-color: #00594f;
    margin-top: -32rem;
    padding-top: 23rem;
    margin-bottom: 5rem;
}

@media (min-width: 768px) {
    .highlight-section .green {
        margin-top: -10rem;
        padding-top: 10rem;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .highlight-section .green {
        margin-top: -7rem;
        padding-top: 7rem;
        margin-bottom: 0;
    }
}

.selectable-highlight-section .action-row {
    align-items: center;
    justify-content: center;
    height: 216px;
}

.selectable-highlight-section .box {
    background-color: #fff;
    padding: 1.25rem;
    margin: 1.25rem;
    max-width: 250px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(51, 51, 51, 0.43);
    transition: all 0.5s;
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
    .selectable-highlight-section .box {
        margin: 1rem;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .selectable-highlight-section .box {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .selectable-highlight-section .box {
        flex-basis: auto;
        margin: 1.25rem 0;
        height: auto;
    }
}

.selectable-highlight-section .box h4 {
    color: #6b6b6b;
    font-weight: 400;
    margin: 0;
}

.selectable-highlight-section .box svg[data-prefix="far"] {
    color: #6b6b6b;
    font-size: 2.25rem;
    margin-bottom: 1rem;
    width: 100%;
}

@media (min-width: 768px) {
    .selectable-highlight-section .box.selected {
        height: 11rem;
        border-bottom: 0.3125rem solid #05f4d7;
    }

    .selectable-highlight-section .box.selected h4 {
        color: #00594f;
        font-weight: 500;
    }

    .selectable-highlight-section .box.selected svg[data-prefix="fas"] {
        width: 100%;
        color: #00594f;
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }
}

.selectable-highlight-section .green {
    background-color: #00594f;
    margin: 3.75rem 0;
}

@media (min-width: 768px) {
    .selectable-highlight-section .green {
        margin-top: -7rem;
        padding-top: 7rem;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .selectable-highlight-section .green .mobile-card {
        background-color: #fff;
        margin: -90px 0.5rem;
        padding: 1.25rem 0.5rem;
        box-shadow: 0 0.125rem 0.25rem 0 rgba(51, 51, 51, 0.43);
    }

    .selectable-highlight-section .green .mobile-card .col-12 {
        margin-bottom: 1.25rem;
    }

    .selectable-highlight-section .green .mobile-card .btn-knockout {
        background-color: transparent;
        color: #00594f;
        border: 0.0625rem solid #00594f;
    }

    .selectable-highlight-section .green .mobile-card .btn-knockout:hover {
        background-color: #ccdddb;
        color: #00594f;
        border: 0.0625rem solid #00594f;
    }
}

@media (min-width: 768px) {
    .selectable-highlight-section .green ul {
        color: #05f4d7;
    }

    .selectable-highlight-section .green ul li span {
        color: #fff;
    }

    .selectable-highlight-section .green a {
        color: rgba(255, 255, 255, 0.7);
    }

    .selectable-highlight-section .green a:hover {
        color: white;
    }

    .selectable-highlight-section .green a:after {
        background: #fff;
    }

    .selectable-highlight-section .green h3 {
        color: #fff;
        margin-bottom: 1.25rem;
    }

    .selectable-highlight-section .green p {
        color: #fff;
    }
}

.ac-title {
    font-weight: 500 !important;
}

.ac-chart {
    width: 100% !important;
}

@media (min-width: 992px) {
    .calc {
        background: linear-gradient(90deg,
        #f2f2f2 58.333333%,
        rgba(0, 89, 79, 0.1) 41.666667%);
    }
}

.calc .calc-body {
    border-right: none;
}

.calc .outlook {
    padding: 2.5rem 0;
    border-top: 0.0625rem solid #e5e5e5;
}

@media (min-width: 992px) {
    .calc .outlook {
        padding: 5rem 0;
        background-color: #dae2e1;
        border-top: none;
    }

    .calc .outlook:before {
        content: "";
        position: absolute;
        top: calc(50% - 3.75rem);
        left: 0;
        border-top: 3.125rem solid transparent;
        border-bottom: 3.125rem solid transparent;
        border-left: 2.5rem solid #f2f2f2;
    }
}

.calc .outlook .ret-outlook {
    margin-left: 3.125rem;
}

.angular-charts-template .ac-chart {
    width: 100%;
}

#toTop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 5px 14px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    color: white;
    font-size: 20px;
}

.topic-row {
    margin: 0;
}

.topic-row .faq-box {
    overflow: hidden;
}

@media (max-width: 768px) {
    .topic-row .faq-box.option-left {
        border-bottom: 0.1875rem solid #e5e5e5;
    }
}

.topic-row .faq-box h3 {
    font-weight: 400;
    margin-top: 0.75rem;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .topic-row .faq-box h3 {
        cursor: pointer;
    }
}

.topic-row .faq-box .link-primary {
    box-shadow: none;
    border: none;
    display: block;
    background: none;
    color: #6b6b6b;
    font-weight: 400;
    position: relative;
    padding: 0;
    margin-bottom: 0.75rem;
    cursor: pointer;
}

.topic-row .faq-box .link-primary:hover {
    color: #00594f;
    text-decoration: none;
    font-weight: 600;
}

.topic-row .faq-box .link-primary:hover:after {
    width: 100%;
}

.topic-row .faq-box .link-primary:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: "";
    color: transparent;
    background: #00594f;
    height: 0.0625rem;
    transition: all 0.5s;
}

.topic-row .faq-box .print-emp,
.topic-row .faq-box .print-sav {
    font-size: 1.25rem;
}

.topic-row .faq-box .print-emp:after,
.topic-row .faq-box .print-sav:after {
    display: none;
}

@media print {

    .topic-row .faq-box .print-emp,
    .topic-row .faq-box .print-sav {
        display: none;
    }
}

@media print {

    #questions.print-emp .actions,
    #questions .print-sav .actions {
        display: none !important;
    }

    #questions.print-emp #topFAQ,
    #questions .print-sav #topFAQ {
        display: none !important;
    }
}

#questions.print-all .card:last-child {
    margin-bottom: 3rem;
}

#questions.print-all h3 {
    background-color: #eee;
    padding: 15px;
    margin: 0 -15px;
}

@media print {
    #questions.print-all [id^="emp"] {
        display: block !important;
    }

    #questions.print-all [id^="sav"] {
        display: block !important;
    }
}

#questions.print-emp .card:last-child {
    margin-bottom: 3rem;
}

#questions.print-emp h3 {
    background-color: #eee;
    padding: 15px;
    margin: 0 -15px;
}

@media print {
    #questions.print-emp [id^="emp"] {
        display: block !important;
    }

    #questions.print-emp [id^="sav"] {
        display: none !important;
    }
}

#questions.print-sav .card:last-child {
    margin-bottom: 3rem;
}

#questions.print-sav h3 {
    background-color: #eee;
    padding: 15px;
    margin: 0 -15px;
}

@media print {
    #questions.print-sav [id^="sav"] {
        display: block !important;
    }

    #questions.print-sav [id^="emp"] {
        display: none !important;
    }
}

#questions .row {
    display: none;
}

@media print {
    #questions h3:not(:first-child) {
        margin-top: 3rem;
    }
}

#questions h4 {
    color: #6b6b6b;
}

#questions .card {
    border: none;
    border-bottom: 1px solid #b3b3b3;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    flex: 0 0 100%;
    max-width: 100%;
}

#questions .card .card-header {
    color: #6b6b6b;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 20px 15px;
    transition: 0.4s;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

#questions .card .card-header:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    content: "";
    font-weight: 900;
    margin-left: 5px;
    margin-top: -5px;
}

@media print {
    #questions .card .card-header:after {
        content: "";
    }
}

#questions .card .card-header:hover {
    background-color: #ccdddb;
    border-radius: 4px;
}

#questions .card .card-header.active:after {
    content: "";
}

@media print {
    #questions .card .card-header.active:after {
        content: "";
    }
}

#questions .card .card-body {
    display: none;
}

@media print {
    #questions .card .card-body {
        display: block !important;
        padding-bottom: 20px;
    }
}

#questions .actions {
    display: none;
}

#questions .actions .link-primary {
    margin-top: 1rem;
    box-shadow: none;
    border: none;
    display: block;
    background: none;
    color: #00594f;
    font-weight: 400;
    position: relative;
    padding: 0;
    margin-bottom: 0.75rem;
    cursor: pointer;
}

#questions .actions .link-primary:hover {
    color: #00594f;
    text-decoration: none;
    font-weight: 600;
}

#questions .actions .link-primary:hover:after {
    width: 100%;
}

#questions .actions .link-primary:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: "";
    color: transparent;
    background: #00594f;
    height: 0.0625rem;
    transition: all 0.5s;
}

.mobile-app-header .app-store img {
    width: 135px;
}

.mobile-app-header .phone-imgs {
    position: relative;
}

.mobile-app-header .phone-imgs img {
    position: absolute;
    height: 500px;
    width: auto;
}

.mobile-app-header .phone-imgs img.iphone {
    top: -5rem;
    left: 6rem;
    z-index: 1001;
}

@media (max-width: 1200px) {
    .mobile-app-header .phone-imgs img.iphone {
        left: 1rem;
        top: -2rem;
    }
}

@media (max-width: 991px) {
    .mobile-app-header .phone-imgs img.iphone {
        top: -4rem;
        left: auto;
        right: 0;
    }
}

@media (max-width: 768px) {
    .mobile-app-header .phone-imgs img.iphone {
        display: none;
    }
}

.mobile-app-header .phone-imgs img.android {
    top: -7rem;
    right: 2rem;
    z-index: 1000;
}

@media (max-width: 1200px) {
    .mobile-app-header .phone-imgs img.android {
        top: -4rem;
        right: 1rem;
    }
}

@media (max-width: 991px) {
    .mobile-app-header .phone-imgs img.android {
        display: none;
    }
}

.mobile-app-features.border-top,
.mobile-app-features.border-bottom {
    border-color: #e5e5e5 !important;
    border-width: 0.1875rem !important;
}

.mobile-app-features .iphone-zoomed {
    height: 575px;
    overflow: hidden;
}

@media (max-width: 576px) {
    .mobile-app-features .iphone-zoomed {
        height: 500px;
    }
}

.mobile-app-features .iphone-zoomed img {
    width: 500px;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .mobile-app-features .iphone-zoomed img {
        width: 450px;
    }
}

.mobile-app-features .feature-details {
    padding-top: 5rem;
    padding-left: 6rem;
}

@media (max-width: 1200px) {
    .mobile-app-features .feature-details {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 991px) {
    .mobile-app-features .feature-details {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 0;
        padding-bottom: 3rem;
    }
}

@media (max-width: 576px) {
    .mobile-app-features .feature-details {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mobile-app-features .feature-details .features p {
    padding: 1rem;
    border: 1px solid #ccc;
}

.mobile-app-features .feature-details .features p svg {
    margin-right: 1rem;
    font-size: 20px;
}

.contribute-calculation .magi {
    background-color: #fff;
    margin: 1.25rem;
    padding: 0;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(51, 51, 51, 0.43);
    overflow-x: scroll;
}

.contribute-calculation .magi table {
    margin-bottom: 0;
}

.contribute-calculation .magi table th {
    color: #846926;
    font-weight: 500;
    border-top: none;
}

.contribute-calculation .magi table th:not(:first-child),
.contribute-calculation .magi table td:not(:first-child) {
    text-align: center;
}

.contribute-calculation .green {
    margin-top: -5.625rem;
    padding-top: 5.625rem;
}

.contribute-calculation .green p {
    color: #fff;
}

.contribute-calculation .green .disclosure {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
}

.contribute-calculation .toggle-group {
    display: block;
    max-height: 2.5rem;
    margin-bottom: 1rem;
    background: #05f4d7;
}

@media (min-width: 992px) {
    .contribute-calculation .toggle-group {
        margin-right: 2.5rem;
    }
}

.contribute-calculation .toggle-group button:nth-child(2) {
    margin-left: -0.25rem;
}

.contribute-calculation .toggle-group .slider {
    display: block;
    position: relative;
    top: -37px;
    left: 3px;
    width: calc(50% - 6px);
    height: 34px;
    background: #fff;
    transition: all 0.5s;
}

.contribute-calculation .toggle-group .active {
    position: relative;
    background: transparent;
    z-index: 10;
}

.contribute-calculation .file-group {
    display: none;
}

@media (min-width: 992px) {
    .contribute-calculation .salary-group {
        margin-right: 2.5rem;
    }
}

.contribute-calculation .salary-group .form-control {
    border-radius: 0.0625rem;
    margin-bottom: 1rem;
}

.contribute-calculation .salary-group .ui-widget.ui-widget-content {
    background: #e5e5e5;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    height: 0.625rem;
    border-radius: 0.0625rem;
    border: none;
}

.contribute-calculation .salary-group .ui-widget-content .ui-state-default {
    border: 0.0625rem solid #05f4d7;
    background: #05f4d7;
    font-weight: normal;
    color: #05f4d7;
    border-radius: 0.0625rem;
}

.contribute-calculation label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {
    .contribute-calculation .limit {
        border-left: 0.0625rem solid rgba(255, 255, 255, 0.5);
        padding-left: 2.5rem;
    }
}

.testimonials_wrapper {
    overflow: hidden;
    margin: 0;
}

.testimonials_wrapper img {
    height: 350px;
    width: auto;
}

.img-article {
    position: relative;
    top: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-clip: content-box;
    padding-bottom: 20px;
}

.img-article a.link-primary {
    color: #fff;
}

.img-article:before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 20px;
    left: 15px;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0.7));
}

@media (min-width: 767px) and (max-width: 991px) {
    .img-article:before {
        bottom: 25px;
    }
}

.img-article .article-text {
    padding: 0 1.25rem 1.25rem 1.25rem;
    position: absolute;
    bottom: 20px;
}

.img-article .article-text .date {
    color: #fff;
    margin-bottom: 0;
}

.article {
    background-color: #f2f2f2;
    padding: 1.25rem;
    margin-bottom: 20px;
}

.article .business {
    margin-bottom: 5px;
    font-size: 0.875rem;
    color: #846926;
    font-weight: 500;
}

.article a.link-primary {
    color: #6b6b6b;
    text-transform: capitalize;
}

.article .author {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-style: italic;
}

.article .date {
    font-size: 0.875rem;
    margin: 0;
}

.more-articles {
    margin-top: 20px;
}

.article-sm:nth-child(-n + 3) .article {
    border-top: 2px solid #ccc;
    margin-bottom: 0;
}

.article-sm:nth-last-child(-n + 3) .article {
    border-bottom: 2px solid #ccc;
}

.article-sm .article {
    height: 100%;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

.article-sm a.link-primary {
    color: #6b6b6b;
}

.article-sm .date {
    margin-bottom: 0;
    font-size: 0.75rem;
}

.cost-equation {
    background-color: #fff;
    margin: 1.25rem;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(51, 51, 51, 0.43);
}

.cost-equation .calculation {
    background-color: #ffe9bd;
    border-bottom: 0.1875rem solid #d6a41d;
    padding: 1.25rem;
    align-items: center;
}

@media (max-width: 767px) {
    .cost-equation .calculation {
        flex-direction: column;
    }

    .cost-equation .calculation .col {
        flex-basis: 100%;
    }
}

.cost-equation .explaination {
    padding: 1.25rem;
}

.cost-equation .explaination ul {
    padding: 0;
    margin: 0;
}

.cost-equation .math {
    max-width: 60px;
}

.investments a.btn-primary,
.forms a.btn-primary {
    margin-bottom: 1rem;
}

.options.border-bottom,
.options.border-top {
    border-color: #e5e5e5 !important;
    border-width: 0.1875rem !important;
}

@media (max-width: 767px) {
    .options .option-left {
        flex-basis: auto;
    }
}

@media (min-width: 768px) {
    .options .option-left:first-child {
        border-right: 0.1875rem solid #e5e5e5;
    }
}

.payroll-providers.selectable-highlight-section .box {
    height: 6rem;
}

.payroll-providers.selectable-highlight-section .box.selected {
    height: 8rem;
}

@media (min-width: 768px) {
    .payroll-providers.selectable-highlight-section .green {
        padding-top: 3rem;
    }
}

.template-home #accessible-main .d-flex,
.template-home #accessible-main .row,
.template-home-er #accessible-main .d-flex,
.template-home-er #accessible-main .row,
.template-home-ee #accessible-main .d-flex,
.template-home-ee #accessible-main .row {
    -ms-flex: 1 1 auto;
}

::-webkit-input-placeholder {
    white-space: pre-line;
    position: relative;
    top: -7px;
}

::-moz-placeholder {
    white-space: pre-line;
    position: relative;
    top: -7px;
}

:-ms-input-placeholder {
    white-space: pre-line;
    position: relative;
    top: -7px;
}

:-moz-placeholder {
    white-space: pre-line;
    position: relative;
    top: -7px;
}

.template-home .card-employers {
    background-color: #3c94a6;
}

.template-home .card-savers {
    background-color: #337b73;
}

.template-home .hero__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center 65px;
    height: 350px;
    color: #fff;
}

@media (min-width: 992px) {
    .template-home .hero__section {
        height: 650px;
    }
}

.template-home .hero__section .hero__section--heading {
    color: #fff;
}

@media (min-width: 576px) {
    .template-home .hero__section .hero__section--heading {
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .template-home .hero__section .hero__section--heading {
        margin-top: -30px;
        font-size: 56px;
    }
}

.template-home .middle-content .content__intro {
    margin-top: -100px;
}

@media (min-width: 992px) {
    .template-home .middle-content .content__intro {
        margin-top: -190px;
    }
}

.template-home .middle-content .content__intro .video-intro {
    height: 260px;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .template-home .middle-content .content__intro .video-intro {
        height: 355px;
        margin-bottom: 0;
    }
}

.template-home .middle-content .content__intro .content__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    flex: 1 1 auto;
    color: #fff;
}

.template-home .middle-content .content__intro .content__card h4 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 20px;
    color: #fff;
}

.template-home .middle-content .content__intro .content__card .btn {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.template-home .middle-content .content__intro .content__card .link-primary {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.template-home .middle-content .content__intro .content__card .link-primary:hover {
    color: #fff;
    font-weight: 500;
}

.template-home .middle-content .content__intro .content__card .link-primary:after {
    background: #fff;
}

.template-home .middle-content .content__intro .card-employers {
    background-color: #3c94a6;
}

.template-home .middle-content .content__intro .card-employers .btn-primary {
    background-color: #186372;
    border: #186372;
}

.template-home .middle-content .content__intro .card-employers .btn-primary:hover {
    color: #fff;
    background-color: #14515d;
}

.template-home .middle-content .content__intro .card-employers .btn-secondary {
    color: #3c94a6;
    background-color: #fff;
    border: #fff;
}

.template-home .middle-content .content__intro .card-employers .btn-secondary:hover {
    background-color: #f2f2f2;
}

.template-home .middle-content .content__intro .card-savers .btn-secondary {
    color: #00594f;
    background-color: #fff;
    border: #fff;
}

.template-home .middle-content .content__intro .card-savers .btn-secondary:hover {
    background-color: #f2f2f2;
}

.template-home .middle-content .content__center {
    margin: 6rem 0;
}

.template-home .middle-content .content__center h4 {
    font-weight: 300;
    text-align: center;
    font-size: 24px;
}

@media (min-width: 768px) {
    .template-home .middle-content .content__center h4 {
        font-size: 36px;
    }
}

.template-home .middle-content .content__center .california-seal {
    max-width: 150px;
}

.template-home .middle-content .content__center .content__center--text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 4rem;
}

@media (min-width: 992px) {
    .template-home .middle-content .content__center .content__center--text {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0;
    }
}

.template-home .middle-content .content__secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}

.template-home .middle-content .content__secondary .content__secondary--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 4px;
    padding: 40px;
    flex: 1 1 100%;
}

.template-home .middle-content .content__secondary .content__secondary--container h4 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.template-home .middle-content .content__secondary .content__secondary--container li {
    color: #6b6b6b;
}

.template-home .middle-content .content__secondary .container-employer {
    border: solid 2px #3c94a6;
}

.template-home .middle-content .content__secondary .container-employer .btn-primary {
    background-color: #186372;
    border: #186372;
}

.template-home .middle-content .content__secondary .container-employer .btn-primary:hover {
    color: #fff;
    background-color: #14515d;
}

.template-home .middle-content .content__secondary .container-saver {
    border: solid 2px #00594f;
}

.template-home .middle-content .content__secondary .container-saver .btn-primary:hover {
    background-color: #004038;
    color: #fff;
}

.template-home .bottom-content {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .template-home .bottom-content {
        margin-bottom: -299px;
    }
}

.template-home .bottom-content h4 {
    color: #846a29;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .template-home .bottom-content h4 {
        margin-top: 20px;
    }
}

.template-home .bottom-content .bottom-content__text {
    color: #6b6b6b;
    margin-bottom: 2.2rem;
}

.template-home .bottom-content .bottom-content__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
    margin-bottom: 30px;
    flex: 1 1 100%;
}

.template-home .bottom-content .bottom-content__cards .card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
}

.template-home .bottom-content .bottom-content__cards .card__content .blockquote {
    margin: 2rem;
    font-style: italic;
}

.template-home .bottom-content .bottom-content__cards .card__content-person {
    margin: 1rem 2rem;
}

.template-home .bottom-content .bottom-content__cards .card__content-person h4 {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.template-home .bottom-content .yellow {
    color: #846926;
}

.template-home .bottom-content .green {
    color: #00594f;
}

.template-home .bottom-content .brown {
    color: #8b5522;
}

.template-home .last-content {
    background-color: #eeeeee;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .template-home .last-content {
        padding-top: 250px;
    }
}

.template-home .last-content .btn-primary {
    display: block;
    width: 100%;
    margin: 40px auto;
}

@media (min-width: 768px) {
    .template-home .last-content .btn-primary {
        width: 25%;
    }
}

.template-home .last-content .testimonials-disclaimer {
    font-size: 14px;
    color: #6b6b6b;
    margin: 20px 0;
}

.template-home-er section {
    padding: 0;
}

.template-home-er section ul {
    color: #000;
}

.template-home-er .hero__input {
    display: block;
    width: 100%;
    margin: 10px 0;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding-left: 10px;
    font-size: 12px;
}

.template-home-er .hero__card__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.template-home-er .hero__card {
    background-color: #fff;
    margin-top: -100px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 992px) {
    .template-home-er .hero__card {
        width: 50%;
        margin-top: -300px;
    }
}

@media (min-width: 1200px) {
    .template-home-er .hero__card {
        width: 50%;
        margin-top: -250px;
    }
}

.template-home-er .main__heading {
    text-transform: uppercase;
    font-size: 24px;
    color: #00594f;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.template-home-er .main__subtitle {
    color: #000;
    font-size: 1.1rem;
    margin: 20px 0 15px;
}

.template-home-er .about__calsavers {
    padding: 10px;
}

.template-home-er .big__heading {
    color: #846a29;
    font-weight: 300;
}

.template-home-er .treasure__img {
    display: block;
    margin: 10px auto;
    width: 50%;
}

@media (min-width: 576px) {
    .template-home-er .treasure__img {
        width: 33%;
    }
}

@media (min-width: 768px) {
    .template-home-er .treasure__img {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .template-home-er .treasure__img {
        width: 100%;
        margin-top: -5px;
    }
}

.template-home-er .list__item {
    font-size: 16px;
    margin-top: 15px;
}

.template-home-er .about__calsavers__list {
    list-style-type: square;
    margin: 20px 0;
    padding: 0 20px;
    color: #fff;
}

.template-home-er .about__calsavers__card.about__calsavers__card__two .about__calsavers__list {
    color: #000;
}

.template-home-er .about__calsavers__card {
    background-color: #3c94a6;
    color: #fff;
}

.template-home-er .about__calsavers__card.about__calsavers__card__two {
    background-color: rgba(60, 148, 166, 0.5);
    color: #000;
}

.template-home-er .employer__role__section {
    min-height: 300px;
    padding: 10px;
}

.template-home-er .small__heading {
    color: #846a29;
}

.template-home-er .employer__role__container {
    min-height: 100px;
}

.template-home-er .employer__role-icons {
    font-size: 40px;
    color: #3c94a6;
    min-width: 50px;
    margin: 15px 50px 0 0;
}

.template-home-er .icon__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.template-home-er .employer__role__info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.template-home-er .btn__outline {
    color: #3c94a6;
    border: 2px solid #3c94a6;
    margin-top: 5px;
    font-size: 14px;
    height: 36px;
    width: 100%;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.template-home-er .btn__outline:hover {
    color: #14515d;
    border-color: #14515d;
}

.template-home-er .employer__role.btn__outline {
    color: #337b73;
    border: 2px solid #337b73;
}

.template-home-er .employer__role.btn__outline:hover {
    color: #00594f;
    border-color: #00594f;
}

.template-home-er .registration__section {
    padding: 20px;
}

.template-home-er .cta__section {
    min-height: 500px;
    background-color: red;
}

.template-home-er .cta__icon {
    font-size: 40px;
    margin-bottom: 16px;
    color: #3c94a6;
}

@media (min-width: 576px) {
    .template-home-er .btn__outline {
        max-width: 260px;
    }
}

@media (min-width: 576px) {
    .template-home-er .employer__role.btn__outline {
        min-width: max-content;
    }
}

@media (min-width: 992px) {
    .template-home-er .btn__outline {
        width: 100%;
    }
}

.template-home-er .main__btn:focus {
    background-color: #00594f;
    color: #fff;
}

.template-home-er .content__text {
    color: #6b6b6b;
}

.template-home-er .employer__role__icon-heading {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.template-home-er .registration__section .big__heading {
    font-weight: 500;
}

.template-home-er .help-section__text {
    color: #333333;
}

@media (min-width: 768px) {
    .template-home-er .timeline-bar.bar-1 {
        width: 25%;
        margin-right: 50px;
    }
}

@media (min-width: 768px) {
    .template-home-er .timeline-bar.bar-3 {
        width: 75%;
    }
}

.template-home-er .timeline-bar {
    height: 2.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    width: 100%;
}

@media (min-width: 768px) {
    .template-home-er .timeline-bar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 40px solid transparent;
        border-left-width: 20px;
        border-left: 20px solid #fafafa;
        width: 0;
    }

    .template-home-er .timeline-bar.bar-1::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        border-left-style: solid;
        width: 50px;
        height: 100%;
        background-color: #005a52;
    }
}

.template-home-er .green-blue-gradient {
    background: -webkit-gradient(linear,
    left top,
    right top,
    from(#3c94a6),
    to(#00594f));
    background: linear-gradient(90deg, #3c94a6 0%, #00594f 100%);
}

.template-home-er .btn.btn-primary.main__btn {
    display: block;
    width: 100%;
    height: 36px;
    font-size: 14px;
    background-color: #00594f;
    border: none;
    margin-top: 5px;
    margin-bottom: 10px;
}

.template-home-er .btn.btn-primary.main__btn:hover {
    color: #fff;
    background-color: #004038;
}

.template-home-er .btn.btn-primary.main__btn:focus {
    color: #fff;
    background-color: #004038;
}

.template-home-er .btn.btn-outline-primary.btn-block.btn__outline {
    width: 100%;
    height: 36px;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (min-width: 576px) {
    .template-home-er .btn.btn-outline-primary.btn-block.btn__outline {
        width: 260px;
    }
}

@media (min-width: 992px) {
    .template-home-er .btn.btn-outline-primary.btn-block.btn__outline {
        width: 340px;
    }
}

@media (min-width: 1200px) {
    .template-home-er .btn.btn-outline-primary.btn-block.btn__outline {
        width: 360px;
    }
}

.template-home-er .help-section .btn.btn-primary.main__btn {
    background-color: #186372;
    border: none;
}

.template-home-er .help-section .btn.btn-primary.main__btn:hover {
    color: #fff;
    background-color: #14515d;
}

@media (min-width: 576px) {
    .template-home-er .help-section .btn.btn-primary.main__btn {
        width: 260px;
    }
}

@media (min-width: 768px) {
    .template-home-er .help-section .btn.btn-primary.main__btn {
        width: 260px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .template-home-er .help-section .btn.btn-primary.main__btn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .template-home-er .employee__bars-text {
        max-width: 140px;
        margin-right: 1.5rem;
    }
}

@media (min-width: 768px) {
    .template-home-er .timeline-bar.bar-2 {
        width: 50%;
    }
}

.template-home-er .hero__section {
    height: 300px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: -1;
}

@media (min-width: 576px) {
    .template-home-er .hero__section {
        height: 400px;
        margin-top: -50px;
    }
}

@media (min-width: 768px) {
    .template-home-er .hero__section {
        height: 500px;
        margin-top: -100px;
    }
}

@media (min-width: 992px) {
    .template-home-er .hero__section {
        height: 700px;
        margin-top: -150px;
    }
}

@media (min-width: 1200px) {
    .template-home-er .hero__section {
        height: 800px;
        margin-top: -200px;
    }
}

@media (min-width: 576px) {
    .template-home-er .video-intro {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .template-home-er .video-intro {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .template-home-er .video-intro {
        height: 300px;
        margin-top: 20px;
    }
}

.template-home-er .btn.btn-block.employer__role.btn__outline.mt-3 {
    width: 100%;
}

@media (min-width: 992px) {
    .template-home-er .btn.btn-block.employer__role.btn__outline.mt-3 {
        width: 340px;
    }
}

.template-home-er .about__calsavers .big__heading {
    font-size: 24px;
    margin: 50px 0 40px;
}

@media (min-width: 992px) {
    .template-home-er .about__calsavers .big__heading {
        font-size: 36px;
        margin: 80px 0;
    }
}

.template-home-er .help-section {
    padding-top: 60px;
}

@media (min-width: 992px) {
    .template-home-er .hero__card .btn.btn-primary.main__btn {
        width: 50%;
        justify-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

.template-home-er .question-icon {
    position: absolute;
    width: auto;
    bottom: 10px;
    right: 0;
    margin-top: 0;
    border: none;
}

.template-home-er .icon.icon-1,
.template-home-er .icon.icon-3 {
    margin-right: 30px;
}

.template-home-er .modal-dialog {
    max-width: 500px;
    margin: 3.75rem auto;
}

@media (min-width: 992px) {
    .template-home-er .modal-dialog {
        max-width: 600px;
    }
}

.template-home-er .modal-title {
    color: #333333;
    font-weight: 300;
    font-size: 18px;
}

.template-home-er .modal-body {
    color: #6b6b6b;
    font-weight: 300;
}

.template-home-er .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: none;
}

.template-home-er .modal-footer .btn.btn-primary,
.template-home-er .modal-footer .btn.btn-secondary {
    width: 50%;
    font-size: 14px;
}

.template-home-er .modal-footer .btn.btn-primary {
    background: #00594f;
}

.template-home-er .modal-footer .btn.btn-secondary {
    background: transparent;
    color: #00594f;
}

.template-home-ee section {
    padding: 0;
}

.template-home-ee section ul {
    padding: 0;
}

.template-home-ee .nav-tabs .nav-link.active {
    background: transparent;
}

.template-home-ee .hero__input {
    display: block;
    width: 100%;
    margin: 10px 0;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding-left: 10px;
    font-size: 12px;
}

.template-home-ee .hero__card__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.template-home-ee .hero__card {
    background-color: #fff;
    margin-top: -100px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 992px) {
    .template-home-ee .hero__card {
        width: 50%;
        margin-top: -150px;
    }
}

@media (min-width: 1200px) {
    .template-home-ee .hero__card {
        width: 50%;
    }
}

.template-home-ee .main__heading {
    text-transform: uppercase;
    font-size: 24px;
    color: #00594f;
    margin-top: 10px;
    font-weight: 600;
}

.template-home-ee .main__subtitle {
    font-size: 1.1rem;
    margin: 20px 0 15px;
}

.template-home-ee .about__calsavers {
    padding: 10px;
}

.template-home-ee .big__heading {
    color: #846a29;
    font-weight: 300;
}

.template-home-ee .treasure__img {
    display: block;
    margin: 10px auto;
    width: 50%;
}

@media (min-width: 576px) {
    .template-home-ee .treasure__img {
        width: 33%;
    }
}

@media (min-width: 768px) {
    .template-home-ee .treasure__img {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .template-home-ee .treasure__img {
        width: 100%;
        margin-top: -5px;
    }
}

.template-home-ee .list__item {
    font-size: 16px;
    margin-top: 15px;
}

.template-home-ee .about__calsavers__list {
    list-style-type: square;
    margin: 20px 0;
    padding: 0 20px;
}

.template-home-ee .about__calsavers__card {
    background-color: #3c94a6;
    color: #fff;
}

.template-home-ee .about__calsavers__card.about__calsavers__card__two {
    background-color: rgba(60, 148, 166, 0.5);
    color: #000;
}

.template-home-ee .employer__role__section {
    min-height: 300px;
    padding: 10px;
}

.template-home-ee .small__heading {
    color: #846a29;
}

.template-home-ee .employer__role__container {
    min-height: 100px;
}

.template-home-ee .employer__role-icons {
    font-size: 40px;
    color: #337b73;
    margin: 15px 56px 0 0;
    padding-right: 10px;
}

.template-home-ee .question-icon .icon {
    font-size: 20px;
    color: #006053;
}

.template-home-ee .icon__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.template-home-ee .employer__role__info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.template-home-ee .btn__outline {
    color: #337b73;
    border: 2px solid #337b73;
    margin-top: 5px;
    font-size: 14px;
    height: 36px;
    width: 100%;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.template-home-ee .btn__outline:hover {
    color: #00594f;
    border: 2px solid #00594f;
}

.template-home-ee .registration__section {
    padding: 20px;
}

.template-home-ee .cta__section {
    min-height: 500px;
    background-color: red;
}

.template-home-ee .col-md-6.d-flex.flex-column.align-items-center.cta__col {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.template-home-ee .cta__icon {
    font-size: 40px;
    margin-bottom: 16px;
    color: #337b73;
}

@media (min-width: 576px) {
    .template-home-ee .btn__outline {
        width: 260px;
    }
}

@media (min-width: 576px) {
    .template-home-ee .employer__role.btn__outline {
        min-width: max-content;
    }
}

@media (min-width: 992px) {
    .template-home-ee .btn__outline {
        width: 100%;
    }
}

.template-home-ee .main__btn:focus {
    background-color: #00594f;
    color: #fff;
}

.template-home-ee .content__text {
    color: #6b6b6b;
}

.template-home-ee .employer__role__icon-heading {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.template-home-ee .registration__section .big__heading {
    font-weight: 500;
}

.template-home-ee .help-section__text {
    color: #333333;
}

@media (min-width: 768px) {
    .template-home-ee .timeline-bar.bar-1 {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .template-home-ee .timeline-bar.bar-3 {
        width: 75%;
    }
}

.template-home-ee .timeline-bar {
    height: 2.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    width: 100%;
}

@media (min-width: 768px) {
    .template-home-ee .timeline-bar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 40px solid transparent;
        border-left: 20px solid #fff;
        border-left-width: 20px;
        border-left-style: solid;
        border-left-color: white;
        width: 0;
    }
}

.template-home-ee .green-blue-gradient {
    background: -webkit-gradient(linear,
    left top,
    right top,
    from(#3c94a6),
    to(#00594f));
    background: linear-gradient(90deg, #3c94a6 0%, #00594f 100%);
}

.template-home-ee .btn.btn-primary.main__btn {
    display: block;
    width: 100%;
    height: 36px;
    font-size: 14px;
    margin-top: 5px;
    background-color: #00594f;
    border: none;
    margin-bottom: 10px;
}

.template-home-ee .btn.btn-primary.main__btn:hover {
    color: #fff;
    background-color: #004038;
}

.template-home-ee .btn.btn-outline-primary.btn-block.btn__outline {
    width: 100%;
    height: 36px;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (min-width: 576px) {
    .template-home-ee .btn.btn-outline-primary.btn-block.btn__outline {
        width: 260px;
    }
}

@media (min-width: 992px) {
    .template-home-ee .btn.btn-outline-primary.btn-block.btn__outline {
        width: 340px;
    }
}

@media (min-width: 1200px) {
    .template-home-ee .btn.btn-outline-primary.btn-block.btn__outline {
        width: 360px;
    }
}

@media (min-width: 576px) {
    .template-home-ee .help-section .btn.btn-primary.main__btn {
        width: 260px;
    }
}

@media (min-width: 768px) {
    .template-home-ee .help-section .btn.btn-primary.main__btn {
        width: 260px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .template-home-ee .help-section .btn.btn-primary.main__btn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .template-home-ee .employee__bars-text {
        max-width: 140px;
        margin-right: 1.5rem;
    }
}

@media (min-width: 768px) {
    .template-home-ee .timeline-bar.bar-2 {
        width: 50%;
    }
}

.template-home-ee .hero__section {
    height: 300px;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: relative;
    z-index: -1;
}

@media (min-width: 576px) {
    .template-home-ee .hero__section {
        height: 400px;
        margin-top: -50px;
    }
}

@media (min-width: 768px) {
    .template-home-ee .hero__section {
        height: 500px;
        margin-top: -100px;
    }
}

@media (min-width: 992px) {
    .template-home-ee .hero__section {
        height: 700px;
        margin-top: -150px;
    }
}

@media (min-width: 1200px) {
    .template-home-ee .hero__section {
        height: 800px;
        margin-top: -200px;
    }
}

@media (min-width: 576px) {
    .template-home-ee .video-intro {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .template-home-ee .video-intro {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .template-home-ee .video-intro {
        height: 300px;
        margin-top: 20px;
    }
}

.template-home-ee .btn.btn-block.employer__role.btn__outline.mt-3 {
    width: 100%;
}

@media (min-width: 992px) {
    .template-home-ee .btn.btn-block.employer__role.btn__outline.mt-3 {
        width: 340px;
    }
}

.template-home-ee .about__calsavers .big__heading {
    font-size: 24px;
    margin: 50px 0 40px;
}

@media (min-width: 992px) {
    .template-home-ee .about__calsavers .big__heading {
        font-size: 36px;
        margin: 80px 0;
    }
}

.template-home-ee .help-section {
    padding-top: 70px;
}

@media (min-width: 992px) {
    .template-home-ee .hero__card .btn.btn-primary.main__btn {
        width: 50%;
        justify-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

.template-home-ee .question-icon {
    position: absolute;
    width: auto;
    bottom: 18px;
    right: -20px;
    margin-top: 0;
    border: none;
}

.template-home-ee .icon.icon-1,
.template-home-ee .icon.icon-3 {
    margin-right: 30px;
}

.template-home-ee .savings__list {
    list-style-type: square;
    margin: 20px 0;
    padding: 0 20px;
    color: #6b6b6b;
}

.template-home-ee .nav-item.savings__tabs {
    width: 50%;
}

.template-home-ee .nav-tabs .nav-link.active {
    border-bottom: 3px solid #00594f;
    color: #00594f;
    width: 100%;
}

.template-home-ee .nav-tabs .nav-link {
    border: none;
    color: #6b6b6b;
    font-weight: 500;
}

@media (min-width: 576px) {
    .template-home-ee .nav-tabs .nav-link {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .template-home-ee .nav-tabs .nav-link {
        font-size: 24px;
    }
}

.template-home-ee .nav-tabs .nav-link {
    position: absolute;
    bottom: 0;
}

.template-home-ee .image-banner {
    height: 367px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.template-home-ee .btn.btn-primary.image-banner-btn {
    width: 260px;
    background-color: #00594f;
    border: none;
}

.template-home-ee .btn.btn-primary.image-banner-btn:hover {
    color: #fff;
    background-color: #004038;
}

.template-home-er section {
    padding: 0;
}

.template-home-er section ul {
    color: #000;
}

.template-home-er .hero__input {
    display: block;
    width: 100%;
    margin: 10px 0;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding-left: 10px;
    font-size: 12px;
}

.template-home-er .hero__card__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.template-home-er .hero__card {
    background-color: #fff;
    margin-top: -100px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 992px) {
    .template-home-er .hero__card {
        width: 50%;
        margin-top: -300px;
    }
}

@media (min-width: 1200px) {
    .template-home-er .hero__card {
        width: 50%;
        margin-top: -250px;
    }
}

.template-home-er .main__heading {
    text-transform: uppercase;
    font-size: 24px;
    color: #00594f;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.template-home-er .main__subtitle {
    font-size: 1.1rem;
    margin: 20px 0 15px;
}

.template-home-er .about__calsavers {
    padding: 10px;
}

.template-home-er .big__heading {
    color: #846a29;
    font-weight: 300;
}

.template-home-er .treasure__img {
    display: block;
    margin: 10px auto;
    width: 50%;
}

@media (min-width: 576px) {
    .template-home-er .treasure__img {
        width: 33%;
    }
}

@media (min-width: 768px) {
    .template-home-er .treasure__img {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .template-home-er .treasure__img {
        width: 100%;
        margin-top: -5px;
    }
}

.template-home-er .list__item {
    font-size: 16px;
    margin-top: 15px;
}

.template-home-er .about__calsavers__list {
    list-style-type: square;
    margin: 20px 0;
    padding: 0 20px;
    color: #fff;
}

.template-home-er .about__calsavers__card.about__calsavers__card__two .about__calsavers__list {
    color: #000;
}

.template-home-er .about__calsavers__card {
    background-color: #3c94a6;
    color: #fff;
}

.template-home-er .about__calsavers__card.about__calsavers__card__two {
    background-color: rgba(60, 148, 166, 0.5);
    color: #000;
}

.template-home-er .employer__role__section {
    min-height: 300px;
    padding: 10px;
}

.template-home-er .small__heading {
    color: #846a29;
}

.template-home-er .employer__role__container {
    min-height: 100px;
}

.template-home-er .employer__role-icons {
    font-size: 40px;
    color: #3c94a6;
    margin: 15px 50px 0 0;
}

.template-home-er .question-icon .icon {
    font-size: 20px;
    color: #006053;
}

.template-home-er .icon__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.template-home-er .employer__role__info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.template-home-er .btn__outline {
    color: #3c94a6;
    border: 2px solid #3c94a6;
    margin-top: 5px;
    font-size: 14px;
    height: 36px;
    width: 100%;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.template-home-er .btn__outline:hover {
    color: #14515d;
    border-color: #14515d;
}

.template-home-er .employer__role.btn__outline {
    color: #337b73;
    border: 2px solid #337b73;
}

.template-home-er .employer__role.btn__outline:hover {
    color: #00594f;
    border-color: #00594f;
}

.template-home-er .registration__section {
    padding: 20px;
}

.template-home-er .cta__section {
    min-height: 500px;
    background-color: red;
}

.template-home-er .cta__icon {
    font-size: 40px;
    margin-bottom: 16px;
    color: #3c94a6;
}

@media (min-width: 576px) {
    .template-home-er .btn__outline {
        max-width: 260px;
    }
}

@media (min-width: 576px) {
    .template-home-er .employer__role.btn__outline {
        min-width: min-content;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none),
(min-width: 576px) {

    .template-home-er .btn__outline,
    .template-home-ee .btn__outline {
        max-width: 350px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none),
(min-width: 576px) {

    .template-home-ee .btn__outline,
    .template-home-ee .btn__outline {
        max-width: 350px;
    }
}

@media (min-width: 992px) {
    .template-home-er .btn__outline {
        width: 100%;
    }
}

.template-home-er .main__btn:focus {
    background-color: #00594f;
    color: #fff;
}

.template-home-er .content__text {
    color: #6b6b6b;
}

.template-home-er .employer__role__icon-heading {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.template-home-er .registration__section .big__heading {
    font-weight: 500;
}

.template-home-er .help-section__text {
    color: #333333;
}

@media (min-width: 768px) {
    .template-home-er .timeline-bar.bar-1 {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .template-home-er .timeline-bar.bar-3 {
        width: 75%;
    }
}

.template-home-er .timeline-bar {
    height: 2.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    width: 100%;
}

@media (min-width: 768px) {
    .template-home-er .timeline-bar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 40px solid transparent;
        border-left: 20px solid #fff;
        border-left-width: 20px;
        border-left-style: solid;
        border-left-color: white;
        width: 0;
    }
}

.template-home-er .green-blue-gradient {
    background: -webkit-gradient(linear,
    left top,
    right top,
    from(#3c94a6),
    to(#00594f));
    background: linear-gradient(90deg, #3c94a6 0%, #00594f 100%);
}

.template-home-er .btn.btn-primary.main__btn {
    display: block;
    width: 100%;
    height: 36px;
    font-size: 14px;
    background-color: #00594f;
    border: none;
    margin-top: 5px;
    margin-bottom: 10px;
}

.template-home-er .btn.btn-primary.main__btn:hover {
    color: #fff;
    background-color: #004038;
}

.template-home-er .btn.btn-outline-primary.btn-block.btn__outline {
    width: 100%;
    height: 36px;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (min-width: 576px) {
    .template-home-er .btn.btn-outline-primary.btn-block.btn__outline {
        width: 260px;
    }
}

@media (min-width: 992px) {
    .template-home-er .btn.btn-outline-primary.btn-block.btn__outline {
        width: 340px;
    }
}

@media (min-width: 1200px) {
    .template-home-er .btn.btn-outline-primary.btn-block.btn__outline {
        width: 360px;
    }
}

.template-home-er .help-section .btn.btn-primary.main__btn {
    background-color: #186372;
    border: none;
}

.template-home-er .help-section .btn.btn-primary.main__btn:hover {
    color: #fff;
    background-color: #14515d;
}

@media (min-width: 576px) {
    .template-home-er .help-section .btn.btn-primary.main__btn {
        width: 260px;
    }
}

@media (min-width: 768px) {
    .template-home-er .help-section .btn.btn-primary.main__btn {
        width: 260px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .template-home-er .help-section .btn.btn-primary.main__btn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .template-home-er .employee__bars-text {
        max-width: 140px;
        margin-right: 1.5rem;
    }
}

@media (min-width: 768px) {
    .template-home-er .timeline-bar.bar-2 {
        width: 50%;
    }
}

.template-home-er .hero__section {
    height: 300px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: -1;
}

@media (min-width: 576px) {
    .template-home-er .hero__section {
        height: 400px;
        margin-top: -50px;
    }
}

@media (min-width: 768px) {
    .template-home-er .hero__section {
        height: 500px;
        margin-top: -100px;
    }
}

@media (min-width: 992px) {
    .template-home-er .hero__section {
        height: 700px;
        margin-top: -150px;
    }
}

@media (min-width: 1200px) {
    .template-home-er .hero__section {
        height: 800px;
        margin-top: -200px;
    }
}

@media (min-width: 576px) {
    .template-home-er .video-intro {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .template-home-er .video-intro {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .template-home-er .video-intro {
        height: 300px;
        margin-top: 20px;
    }
}

.template-home-er .btn.btn-block.employer__role.btn__outline.mt-3 {
    width: 100%;
}

@media (min-width: 992px) {
    .template-home-er .btn.btn-block.employer__role.btn__outline.mt-3 {
        width: 340px;
    }
}

.template-home-er .about__calsavers .big__heading {
    font-size: 24px;
    margin: 50px 0 40px;
}

@media (min-width: 992px) {
    .template-home-er .about__calsavers .big__heading {
        font-size: 36px;
        margin: 80px 0;
    }
}

.template-home-er .help-section {
    padding-top: 60px;
}

@media (min-width: 992px) {
    .template-home-er .hero__card .btn.btn-primary.main__btn {
        width: 50%;
        justify-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

.template-home-er .icon.icon-1,
.template-home-er .icon.icon-3 {
    margin-right: 30px;
}

.template-home-er .modal-dialog {
    max-width: 500px;
    margin: 3.75rem auto;
}

@media (min-width: 992px) {
    .template-home-er .modal-dialog {
        max-width: 600px;
    }
}

.template-home-er .modal-title {
    color: #333333;
    font-weight: 300;
    font-size: 18px;
}

.template-home-er .modal-body {
    color: #6b6b6b;
    font-weight: 300;
}

.template-home-er .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: none;
}

.template-home-er .modal-footer .btn.btn-primary,
.template-home-er .modal-footer .btn.btn-secondary {
    width: 50%;
    font-size: 14px;
}

.template-home-er .modal-footer .btn.btn-primary {
    background: #00594f;
}

.template-home-er .modal-footer .btn.btn-secondary {
    background: transparent;
    color: #00594f;
}

.template-home-ee section {
    padding: 0;
}

.template-home-ee section ul {
    padding: 0;
}

.template-home-ee .nav-tabs .nav-link.active {
    background: transparent;
}

.template-home-ee .hero__input {
    display: block;
    width: 100%;
    margin: 10px 0;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding-left: 10px;
    font-size: 12px;
}

.template-home-ee .hero__card__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.template-home-ee .hero__card {
    background-color: #fff;
    margin-top: -100px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 992px) {
    .template-home-ee .hero__card {
        width: 50%;
        margin-top: -150px;
    }
}

@media (min-width: 1200px) {
    .template-home-ee .hero__card {
        width: 50%;
    }
}

.template-home-ee .main__heading {
    text-transform: uppercase;
    font-size: 24px;
    color: #00594f;
    margin-top: 10px;
    font-weight: 600;
}

.template-home-ee .main__subtitle {
    font-size: 1.1rem;
    margin: 20px 0 15px;
}

.template-home-ee .about__calsavers {
    padding: 10px;
}

.template-home-ee .big__heading {
    color: #846a29;
    font-weight: 300;
}

.template-home-ee .treasure__img {
    display: block;
    margin: 10px auto;
    width: 50%;
}

@media (min-width: 576px) {
    .template-home-ee .treasure__img {
        width: 33%;
    }
}

@media (min-width: 768px) {
    .template-home-ee .treasure__img {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .template-home-ee .treasure__img {
        width: 100%;
        margin-top: -5px;
    }
}

.template-home-ee .list__item {
    font-size: 16px;
    margin-top: 15px;
}

.template-home-ee .about__calsavers__list {
    list-style-type: square;
    margin: 20px 0;
    padding: 0 20px;
}

.template-home-ee .about__calsavers__card {
    background-color: #3c94a6;
    color: #fff;
}

.template-home-ee .about__calsavers__card.about__calsavers__card__two {
    background-color: rgba(60, 148, 166, 0.5);
    color: #000;
}

.template-home-ee .employer__role__section {
    min-height: 300px;
    padding: 10px;
}

.template-home-ee .small__heading {
    color: #846a29;
}

.template-home-ee .employer__role__container {
    min-height: 100px;
}

.template-home-ee .employer__role-icons {
    font-size: 40px;
    color: #337b73;
    margin: 15px 56px 0 0;
    padding-right: 10px;
}

.template-home-ee .question-icon .icon {
    font-size: 20px;
    color: #006053;
}

.template-home-ee .icon__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.template-home-ee .employer__role__info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.template-home-ee .btn__outline {
    color: #337b73;
    border: 2px solid #337b73;
    margin-top: 5px;
    font-size: 14px;
    height: 36px;
    width: 100%;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.template-home-ee .btn__outline:hover {
    color: #00594f;
    border: 2px solid #00594f;
}

.template-home-ee .registration__section {
    padding: 20px;
}

.template-home-ee .cta__section {
    min-height: 500px;
    background-color: red;
}

.template-home-ee .col-md-6.d-flex.flex-column.align-items-center.cta__col {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.template-home-ee .cta__icon {
    font-size: 40px;
    margin-bottom: 16px;
    color: #337b73;
}

@media (min-width: 576px) {
    .template-home-ee .btn__outline {
        width: 260px;
    }
}

@media (min-width: 576px) {
    .template-home-ee .employer__role.btn__outline {
        min-width: min-content;
    }
}

@media (min-width: 992px) {
    .template-home-ee .btn__outline {
        width: 100%;
    }
}

.template-home-ee .main__btn:focus {
    background-color: #00594f;
    color: #fff;
}

.template-home-ee .content__text {
    color: #6b6b6b;
}

.template-home-ee .employer__role__icon-heading {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.template-home-ee .registration__section .big__heading {
    font-weight: 500;
}

.template-home-ee .help-section__text {
    color: #333333;
}

@media (min-width: 768px) {
    .template-home-ee .timeline-bar.bar-1 {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .template-home-ee .timeline-bar.bar-3 {
        width: 75%;
    }
}

.template-home-ee .timeline-bar {
    height: 2.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    width: 100%;
}

@media (min-width: 768px) {
    .template-home-ee .timeline-bar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 40px solid transparent;
        border-left: 20px solid #fff;
        border-left-width: 20px;
        border-left-style: solid;
        border-left-color: white;
        width: 0;
    }
}

.template-home-ee .green-blue-gradient {
    background: -webkit-gradient(linear,
    left top,
    right top,
    from(#3c94a6),
    to(#00594f));
    background: linear-gradient(90deg, #3c94a6 0%, #00594f 100%);
}

.template-home-ee .btn.btn-primary.main__btn {
    display: block;
    width: 100%;
    height: 36px;
    font-size: 14px;
    margin-top: 5px;
    background-color: #00594f;
    border: none;
    margin-bottom: 10px;
}

.template-home-ee .btn.btn-primary.main__btn:hover {
    color: #fff;
    background-color: #004038;
}

.template-home-ee .btn.btn-outline-primary.btn-block.btn__outline {
    width: 100%;
    height: 36px;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (min-width: 576px) {
    .template-home-ee .btn.btn-outline-primary.btn-block.btn__outline {
        width: 260px;
    }
}

@media (min-width: 992px) {
    .template-home-ee .btn.btn-outline-primary.btn-block.btn__outline {
        width: 340px;
    }
}

@media (min-width: 1200px) {
    .template-home-ee .btn.btn-outline-primary.btn-block.btn__outline {
        width: 360px;
    }
}

@media (min-width: 576px) {
    .template-home-ee .help-section .btn.btn-primary.main__btn {
        width: 260px;
    }
}

@media (min-width: 768px) {
    .template-home-ee .help-section .btn.btn-primary.main__btn {
        width: 260px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .template-home-ee .help-section .btn.btn-primary.main__btn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .template-home-ee .employee__bars-text {
        max-width: 140px;
        margin-right: 1.5rem;
    }
}

@media (min-width: 768px) {
    .template-home-ee .timeline-bar.bar-2 {
        width: 50%;
    }
}

.template-home-ee .hero__section {
    height: 300px;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: relative;
    z-index: -1;
}

@media (min-width: 576px) {
    .template-home-ee .hero__section {
        height: 400px;
        margin-top: -50px;
    }
}

@media (min-width: 768px) {
    .template-home-ee .hero__section {
        height: 500px;
        margin-top: -100px;
    }
}

@media (min-width: 992px) {
    .template-home-ee .hero__section {
        height: 700px;
        margin-top: -150px;
    }
}

@media (min-width: 1200px) {
    .template-home-ee .hero__section {
        height: 800px;
        margin-top: -200px;
    }
}

@media (min-width: 576px) {
    .template-home-ee .video-intro {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .template-home-ee .video-intro {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .template-home-ee .video-intro {
        height: 300px;
        margin-top: 20px;
    }
}

.template-home-ee .btn.btn-block.employer__role.btn__outline.mt-3 {
    width: 100%;
}

@media (min-width: 992px) {
    .template-home-ee .btn.btn-block.employer__role.btn__outline.mt-3 {
        width: 340px;
    }
}

.template-home-ee .about__calsavers .big__heading {
    font-size: 24px;
    margin: 50px 0 40px;
}

@media (min-width: 992px) {
    .template-home-ee .about__calsavers .big__heading {
        font-size: 36px;
        margin: 80px 0;
    }
}

.template-home-ee .help-section {
    padding-top: 70px;
}

@media (min-width: 992px) {
    .template-home-ee .hero__card .btn.btn-primary.main__btn {
        width: 50%;
        justify-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

.template-home-ee .question-icon {
    position: absolute;
    width: auto;
    bottom: 18px;
    right: -20px;
    margin-top: 0;
    border: none;
}

.template-home-ee .icon.icon-1,
.template-home-ee .icon.icon-3 {
    margin-right: 30px;
}

.template-home-ee .savings__list {
    list-style-type: square;
    margin: 20px 0;
    padding: 0 20px;
    color: #6b6b6b;
}

.template-home-ee .nav-item.savings__tabs {
    width: 50%;
}

.template-home-ee .nav-tabs .nav-link.active {
    border-bottom: 3px solid #00594f;
    color: #00594f;
    width: 100%;
}

.template-home-ee .nav-tabs .nav-link {
    border: none;
    color: #6b6b6b;
    font-weight: 500;
}

@media (min-width: 576px) {
    .template-home-ee .nav-tabs .nav-link {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .template-home-ee .nav-tabs .nav-link {
        font-size: 24px;
    }
}

.template-home-ee .nav-tabs .nav-link {
    position: absolute;
    bottom: 0;
}

.template-home-ee .image-banner {
    height: 367px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.template-home-ee .btn.btn-primary.image-banner-btn {
    width: 260px;
    background-color: #00594f;
    border: none;
}

.template-home-ee .btn.btn-primary.image-banner-btn:hover {
    color: #fff;
    background-color: #004038;
}

@media (max-width: 991px) {
    .nav-header {
        max-width: 100%;
        padding: 0;
    }
}

.nav-header img {
    width: auto;
    height: 80px;
    margin: 1rem;
}

@media (max-width: 991px) {
    .nav-header img {
        height: 70px;
    }
}

.nav-header .calsavers-slogan {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .nav-header .calsavers-slogan {
        width: 100%;
        margin-top: 0;
        padding: 10px 0;
        border-top: 2px solid #cccccc;
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .nav-header .navbtns {
        display: flex;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .nav-header .navbtns a.btn {
        flex-grow: 1;
        border-radius: 0;
    }
}

.navbar {
    padding: 0;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    background-color: #fafafa;
}

.navbar .container {
    align-items: stretch;
}

@media (max-width: 991px) {
    .navbar.withnavbtns {
        border-top: none;
    }
}

@media (max-width: 991px) {
    .navbar .container {
        max-width: 100%;
        margin: 0;
    }
}

.navbar ul.navbar-nav li.nav-item {
    padding: 5px 0;
    font-size: 14px;
}

.navbar ul li:focus-within .dropdown-menu {
    display: list-item;
}

@media (min-width: 992px) {
    .navbar ul.navbar-nav li.nav-item {
        max-width: 150px;
        display: flex;
        align-items: center;
    }
}

.navbar ul.navbar-nav li.nav-item:hover,
.navbar ul.navbar-nav li.nav-item .show {
    background: #efefef;
}

.navbar ul.navbar-nav li.nav-item:hover a.nav-link,
.navbar ul.navbar-nav li.nav-item:hover button,
.navbar ul.navbar-nav li.nav-item .show a.nav-link,
.navbar ul.navbar-nav li.nav-item .show button {
    color: #00594F;
}

.navbar ul.navbar-nav li.nav-item button {
    padding: .5rem 0;
    border: none;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 991px) {
    .navbar ul.navbar-nav li.nav-item button:hover {
        color: #00594F;
        background: #efefef;
    }
}

@media (max-width: 991px) {
    .navbar ul.navbar-nav li.nav-item button:after {
        padding: 0.5rem 1rem;
    }
}

.navbar ul.navbar-nav li.nav-item a.nav-link,
.navbar ul.navbar-nav li.nav-item a.dropdown-item {
    color: #000;
    text-transform: uppercase;
    padding: .5rem 1rem;
    white-space: normal;
}

.navbar ul.navbar-nav li.nav-item a.nav-link:hover,
.navbar ul.navbar-nav li.nav-item a.dropdown-item:hover {
    background: #337b73;
    color: #fff;
}


@media (max-width: 991px) {
    .navbar ul.navbar-nav li.nav-item.show{
        background: #efefef;
    }
}

.navbar ul.navbar-nav li.nav-item .dropdown-toggle:after {
    content: '\f107';
    display: inline;
    border: none;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    vertical-align: baseline;
    padding-right: 1rem;
}

.navbar ul.navbar-nav li.nav-item .dropdown-menu {
    top: 80%;
    padding: .25rem 0;
    min-width: 200px;
}

@media (max-width: 991px) {
    .navbar ul.navbar-nav li.nav-item .dropdown-menu {
        top: 100%;
        margin: 0;
        border-left: none;
        border-right: none;
        border-radius: 0;
        background: #f5f5f5;
        flex-grow: 1;
    }
}

@media (min-width: 992px) {
    .navbar ul.navbar-nav li.nav-item:hover .dropdown-menu {
        display: block;
    }
}

.navbar .navbar-toggler {
    margin-left: 1rem;
    padding: .5rem;
    border: none;
}

@media (max-width: 991px) {
    .navbar .navbar-toggler {
        margin-left: .5rem;
    }
}

.navbar #navbarLanguage {
    display: flex;
}

.navbar #navbarLanguage .language-picker {

    padding: .5rem 1rem;
}

.navbar #navbarLanguage .language-picker:after {
    padding-left: 0.75rem;
}

@media (max-width: 991px) {
    .navbar #navbarLanguage .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
        width: 100vw;
        background: white;
        box-shadow: #cccccc 0px 2px 5px 0px inset;
        text-align: right;
    }
}

.navbar #navbarText a.nav-link {
    font-weight: 500;
}

@media (max-width: 991px) {
    .navbar #navbarText a.nav-link {
        flex-grow: 1;
        min-width: 80%;
    }
}

.navbar #navbarText a.nav-link:hover {
    color: #00594F;
    background: transparent;
}

@media (max-width: 991px) {
    .navbar #navbarText {
        padding: .5rem 0;
        background: white;
        box-shadow: #cccccc 0px 2px 5px 0px inset;
    }
}

@media (max-width: 991px) {
    .navbar #navbarText .nav-item {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
}
