<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.btn-next,
.btn-submit,
.btn-previous {
  width: 100%;
  margin-left: 0 !important;
  color: white;
}

h1.title {
    font-size: 1.7em;
    font-family: Jost,Arial,verdana,Helvetica,sans-serif;
}

h2 {
    font-size: 1.5em;
}

a.title-light, .title-light {
    color: #999;
    font-family: Jost,Arial,verdana,Helvetica,sans-serif;
}
.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0;
    background: #19b9e7;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.navbar {
    padding-top: 10px;
    background: #333;
    background: rgba(51, 51, 51, 0.3);
    border: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.navbar.navbar-no-bg {
    background: none;
}

.navbar-brand {
    width: 123px;
    background: url(../img/logo.png) left center no-repeat;
    text-indent: -99999px;
}

.inner-bg {
    padding: 40px 0 170px;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover {
    border-bottom: 1px dotted #fff;
}

.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.top-content .top-big-link {
    margin-top: 35px;
}

.form-box {
    padding-top: 40px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
}

.form-top-left h3 {
    margin-top: 0;
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-bottom {
    padding: 10px 25px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.form-bottom:last-of-type {
    background: none;
}

form .form-bottom textarea {
    height: 100px;
}

form .form-bottom .input-error {
    border-color: #19b9e7;
}

.download-section,
form.registration-form .form-section {
    display: none;
}

.download-section.current,
form.registration-form .form-section.current {
    display: inherit;
}

.mb-0 {
    margin-bottom: 0 !important;
}

form .salutation-section .btn {
    color: white;
    background: #337ab7;
    height: 35px;
}

.survey-submit-button {
    display: none;
}

label.smaller {
    font-size: 0.8em;
}

form .salutation-section .btn.selected {
    background: #275e8e;
}

.error-box {
    margin-bottom: 7px;
}

.btn-previous {
    margin-top: 1rem;
}

.btn {
    cursor: pointer;
}

.btn.active.focus {
    outline: none;
}

.btn.active:focus {
    outline: none;
}

.btn.focus {
    outline: none;
}

.btn:active.focus {
    outline: none;
}

.btn:active:focus {
    outline: none;
}

.btn:focus {
    outline: none;
}

.btn-group {
    margin-bottom: 1rem;
    width: 100%;
}

.btn-group&gt;.btn:first-child {
    border-radius: 0;
}

@media (max-width: 767px) {
    .navbar {
        padding-top: 0;
    }
    .navbar.navbar-no-bg {
        background: #333;
        background: rgba(51, 51, 51, 0.9);
    }
    .navbar-brand {
        height: 60px;
        margin-left: 15px;
    }
    .navbar-collapse {
        border: 0;
    }
    .navbar-toggle {
        margin-top: 12px;
    }
    .inner-bg {
        padding: 40px 0 110px;
    }
    .form-bottom {
        padding-bottom: 25px;
    }
    .top-content .top-big-link {
        margin-top: 25px;
    }
    .top-content .top-big-link a.btn {
        margin-top: 10px;
    }
    form .form-bottom button.btn {
        margin-bottom: 5px;
    }
}

ul.navbar-nav {
    font-size: 16px;
    color: #fff;
}

input.other-input.form-control {
    position: absolute;
    bottom: 0;
    width: 44%;
    right: 0;
    z-index: -1;
}

.other-active input.other-input.form-control {
    z-index: 0;
}

#shell .other-active select {
    width: 50%;
}

.form-wrapper .form-right-col {
    background: #fff;
    border: 1px solid #B0D5D5;
    padding: 0;
    border-top: 0.5rem solid #286090;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.invalid-form-error-message {
    display: none;
}

.form-wrapper.bs label {
    margin-bottom: 3px;
}

label {
  font-weight: normal;
}

.bs label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.page-with-form .btn-secondary:active,
.page-with-form .btn-secondary.active,
.page-with-form .open&gt;.btn-secondary.dropdown-toggle {
    border-color: none;
}

.form-right-col h2 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.salutation-section.btn-group .btn+.btn {
    margin-left: 10px;
    padding: 0.5rem 0.7rem;
    border-radius: 0;
}

.page-with-form .form-wrapper {
    margin-top: 1.5rem;
}

.page-with-form h2 {
    margin-bottom: 0rem;
}

.product-side {
    padding-right: 60px;
}

.left-title2 {
    font-weight: bold;
}

form label:not(.required):after {
    position: absolute;
    font-size: 75%;
    content: ' Optional';
    font-style: italic;
    padding-left: 7px;
}

form.autowired.registration-form {
  padding-bottom: 0;
}

body.page-form #content_container {
    max-width: none;
}

.thank-you-message {
    padding: 10px 25px 25px;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error,
input.parsley-error:focus,
select.parsley-error:focus,
textarea.parsley-erro:focus {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-required,
.parsley-type {
    font-style: italic;
    color: #B64A45;
    margin-top: 7px;
}

.form-navigation .btn-next {
    cursor: pointer;
}

.form-image-left {
    margin: 0 2rem 2rem 0;
    width: 100%;
    text-align: center;
}
[dir="rtl"] .form-image-left {
    margin: 0 0 2rem 2rem;
}
:lang(sv) .path-request-info-the-way-to-happiness-dvd-mailer .form-image-left,
:lang(no) .path-request-info-the-way-to-happiness-dvd-mailer .form-image-left,
:lang(da) .path-request-info-the-way-to-happiness-dvd-mailer .form-image-left {
    margin: 0 2rem 3rem 0;
}


@media (min-width: 992px) {
    .form-image-left {
        float: left;
        width: auto;
    }
}
</pre></body></html>