<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
section {
    padding-top: 30px;
}

.dw-welcome {
    text-align: center;
}

.dw-welcome h3 {
    margin-top: 0;
}

.dw-welcome h3,
.dw-welcome h4 {
    opacity: 0.65;
}

.dw-welcome p {
    margin-top: 50px;
}

p.btn&gt;a {
    line-height: 1.25em
}

.workplace_integration&gt;div {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits_overview {
    padding-top: 30px;
}

.benefits_overview h3 {
    text-align: center;
    padding: 0 0 30px 0;
    text-transform: uppercase;
}

.benefit_graphic {
    display: inline-block;
    height: 120px;
    width: 120px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    background-color: #01916D;
    padding: 20px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: #AEAEAE;
    -webkit-filter: grayscale(1);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
}

.benefit_wrapper:hover&gt;.benefit_graphic {
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
}

.benefit_wrapper {
    cursor: default;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.benefit_wrapper p {
    font-size: 18px;
    line-height: 1.3em;
}

.dw_content hr {
    margin: 50px 0 75px 0;
}

.sticky_header {
    position: fixed;
    top: 0;
    z-index: 99999999999999;
    background-color: #ffffff;
}

.sticky_header+.dw_content {
    padding-top: 80px;
}

.ucase {
    text-transform: uppercase;
}

.nav-internal img {
    height: 30px;
}

#dw_nav_tabs li:first-of-type a:before {
    display: none;
}

.solutions_wrapper {
    display: flex;
}

.solutions_wrapper_button {
    padding: 10px;
    flex: 1;
}

.solutions_wrapper_button a {
    width: 100%;
}

.register_button {
    line-height: 2.5!important;
    font-weight: bold!important;
}

.btn-secondary {
    background-color: #333333!important;
    border-color: #333333!important;
    color: #fff!important;
}

.btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show&gt;.btn-secondary.dropdown-toggle {
    background-color: #01916d!important;
    border-color: #01916d!important;
    color: #ffffff!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

@media screen and (min-width: 767px) {
    .benefit_wrapper {
        padding: 0 30px 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .reverse {
        flex-direction: column-reverse;
    }
    .nav-internal {
        display: flex;
    }
    .sticky_header {
        position: relative;
    }
    .nav-internal&gt;li::before {
        display: none;
    }
    #dw_nav_tabs {
        flex-direction: column;
    }
}</pre></body></html>