@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300|Fjalla+One|Material+Symbols+Outlined);

@-webkit-keyframes radioAndCheckboxAnimation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes radioAndCheckboxAnimation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes loading {
    0% {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

@keyframes loading {
    0% {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

@-webkit-keyframes rotateLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes translateBall1 {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(4px, 4px, 0);
        transform: translate3d(4px, 4px, 0);
    }
}

@keyframes translateBall1 {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(4px, 4px, 0);
        transform: translate3d(4px, 4px, 0);
    }
}

@-webkit-keyframes translateBall2 {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-4px, 4px, 0);
        transform: translate3d(-4px, 4px, 0);
    }
}

@keyframes translateBall2 {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-4px, 4px, 0);
        transform: translate3d(-4px, 4px, 0);
    }
}

@-webkit-keyframes translateBall3 {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-4px, -4px, 0);
        transform: translate3d(-4px, -4px, 0);
    }
}

@keyframes translateBall3 {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-4px, -4px, 0);
        transform: translate3d(-4px, -4px, 0);
    }
}

@-webkit-keyframes translateBall4 {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(4px, -4px, 0);
        transform: translate3d(4px, -4px, 0);
    }
}

@keyframes translateBall4 {
    0%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(4px, -4px, 0);
        transform: translate3d(4px, -4px, 0);
    }
}

@-webkit-keyframes FadeIn {
    0%, 20% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0.2;
    }

    60% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0.4;
    }

    80% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.8;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes FadeIn {
    0%, 20% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0.2;
    }

    60% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0.4;
    }

    80% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0.8;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes SlideIn-Top {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
        opacity: 0.2;
    }

    40% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0.4;
    }

    60% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
        opacity: 0.6;
    }

    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: 0.8;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes SlideIn-Top {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
        opacity: 0.2;
    }

    40% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0.4;
    }

    60% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
        opacity: 0.6;
    }

    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: 0.8;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes SlideIn-Bottom {
    0% {
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateY(125px);
        transform: translateY(125px);
        opacity: 0.2;
    }

    40% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0.4;
    }

    60% {
        -webkit-transform: translateY(75px);
        transform: translateY(75px);
        opacity: 0.6;
    }

    80% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0.8;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes SlideIn-Bottom {
    0% {
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateY(125px);
        transform: translateY(125px);
        opacity: 0.2;
    }

    40% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0.4;
    }

    60% {
        -webkit-transform: translateY(75px);
        transform: translateY(75px);
        opacity: 0.6;
    }

    80% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0.8;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

.tags ::after {
    display: table;
    clear: both;
    content: "";
}

.full-width {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
object,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
var,
video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0;
}

body {
    font: 400 14px/1.5em Lato, sans-serif;
    position: relative;
    overflow-x: hidden;
    min-height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: #404040;
    border: 0;
    background: 0 0;
    background-color: #fff;
}

.docs h2,
.docs h3,
.docs h4,
.docs h5,
.docs h6,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: 0 0;
}

li,
ol,
p,
ul {
    font-size: 100%;
}

.input input.error + .validation-error,
article,
aside,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

*,
::after,
::before,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
::after,
::before,
body {
    outline: 0;
}

p {
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 1.5em;
}

img {
    font-size: 12px;
    line-height: 1.3em;
    max-width: 100%;
}

strong {
    font-weight: 600;
}

ol,
ul {
    margin: 0 0 1em;
}

li {
    margin: 0 0 0.5em;
}

    li ul,
    ol,
    ul {
        padding-left: 1rem;
    }

pre {
    margin-bottom: 2em !important;
}

.background-primary {
    background-color: #1c61ad;
}

.background-primary-highlight {
    background-color: #2b9ff9;
}

.background-primary-shadow {
    background-color: #103d8f;
}

.background-dark {
    background-color: #3a3a44;
}

.background-light {
    background-color: #f0f2f4;
}

.background-secondary {
    background-color: #009a67;
}

.background-secondary-highlight {
    background-color: #00da9a;
}

.background-secondary-shadow {
    background-color: #03614a;
}

.background-white {
    background-color: #fff;
}

.background-success {
    background-color: #4caf50;
}

.background-info {
    background-color: #5bc0de;
}

.background-warning {
    background-color: #f0ad4e;
}

.background-error {
    background-color: #e74c3c;
}

.background-gray {
    background-color: #e9e9e9;
}

.background-gray-light {
    background-color: #edf3f6;
}

.background-off-white {
    background-color: #f8f8f8;
}

.background-raan-primary {
    background-color: #005288;
}

.background-raan-secondary {
    background-color: #8cc63f;
}

.background-raan-light {
    background-color: #f4f8fb;
}

.background-roar-1 {
    background-color: #95bd50;
}

.background-roar-2 {
    background-color: #ffc31a;
}

.background-roar-3 {
    background-color: #e66925;
}

.background-roar-4 {
    background-color: #bf1e2e;
}

.background-roar-5 {
    background-color: #804098;
}

.background-roar-n {
    background-color: rgba(0, 82, 136, 0.5);
}

.background-aqi-good {
    background-color: #06e300;
}

.background-aqi-moderate {
    background-color: #fef924;
}

.background-aqi-unhealthy-sensitive {
    background-color: #fa8005;
}

.background-aqi-unhealthy {
    background-color: #fd1700;
}

.background-aqi-very-unhealthy {
    background-color: #9d034b;
}

.background-aqi-hazardous {
    background-color: #710020;
}

.background-rating1 {
    background-color: #dd2c00;
}

.background-rating2 {
    background-color: #ff5722;
}

.background-rating3 {
    background-color: #ff9800;
}

.background-rating4 {
    background-color: #ffc107;
}

.background-rating5 {
    background-color: #f5dc00;
}

.background-rating6 {
    background-color: #cddc39;
}

.background-rating7 {
    background-color: #8bc34a;
}

.background-rating8 {
    background-color: #4caf50;
}

.background-rating9 {
    background-color: #43a047;
}

.background-rating10 {
    background-color: #388e3c;
}

.badges-list {
    margin-bottom: 20px;
}

.badges-list-item {
    line-height: 1.2em;
    display: inline-block;
    padding: 0.2em 0.7em;
    color: #404040;
    border-radius: 3px;
    background-color: #f0f2f4;
}

.badge-rounded {
    border-radius: 50px;
}

.badge-lg {
    font-size: 1.3em;
}

.badge-xs {
    font-size: 0.7em;
}

.badge-primary {
    background-color: #1c61ad;
}

.badge-secondary {
    background-color: #009a67;
}

.badge-dark {
    background-color: #3a3a44;
}

.badge-gray {
    background-color: #e9e9e9;
}

.badge-success {
    background-color: #4caf50;
}

.badge-error {
    background-color: #e74c3c;
}

.badge-warning {
    background-color: #f0ad4e;
}

.badge-info {
    background-color: #5bc0de;
}

button {
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

.button {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    color: #404040;
    border: 1px solid #fff;
    border-radius: 0.25em;
    background-color: #e9e9e9;
}

    .button:active,
    .button:focus,
    .button:hover {
        color: #404040;
    }

    .button:hover {
        cursor: pointer;
        text-decoration: none;
        opacity: 0.8;
    }

    .button:active {
        opacity: 1;
    }

    .button:first-child {
        margin-left: 0;
    }

    .button i:last-child,
    .button:last-child {
        margin-right: 0;
    }

.button--big {
    font-size: 16px;
    line-height: 1.5em;
    padding: 10px 30px;
    border-radius: 0.25em;
}

.button--huge,
.button--small {
    font-size: 11px;
    line-height: 1.273em;
    padding: 6px 20px;
    border-radius: 0.25em;
}

.button--huge {
    font-size: 16px;
    line-height: 1.5em;
    padding: 15px 30px;
}

.button i {
    font-size: 20px;
}

.button--large {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

.button--primary {
    color: #fff;
    border: 1px solid #1c61ad;
    background-color: #1c61ad;
}

    .button--primary:hover,
    .button--secondary:hover {
        color: #fff;
    }

.button--secondary {
    color: #fff;
    border: 1px solid #009a67;
    background-color: #009a67;
}

.button--transparent {
    border: 1px solid transparent;
    background-color: transparent;
}

.button--white {
    color: #1c61ad;
    border: 1px solid #fff;
    background-color: #fff;
}

.button--green {
    color: #fff;
    border-color: #4caf50;
    background-color: #4caf50;
}

.button--red {
    color: #fff;
    border-color: #e74c3c;
    background-color: #e74c3c;
}

.button--outlined {
    color: #1c61ad;
    border: 1px solid #1c61ad;
    background-color: transparent;
}

.button--disabled,
.button--disabled:hover {
    cursor: default;
    opacity: 0.4;
}

.button--only-icon {
    line-height: 43px;
    width: 43px;
    height: 43px;
    padding: 0;
}

    .button--only-icon i {
        margin-right: 0;
        margin-left: 0;
    }

.button i {
    position: relative;
    margin-right: 0.8em;
    margin-bottom: -6%;
    margin-left: 0.8em;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .button i:first-child {
        margin-left: 0;
    }

    .button i::before,
    .button-link i::before {
        float: left;
    }

    .button i.fa-lg {
        margin-bottom: 0;
    }

.button-link {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c61ad;
}

    .button-link i {
        font-size: 18px;
        line-height: 14px;
        margin-right: 8px;
        margin-bottom: -2px;
        margin-left: 4px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .button-link.button-link-rotated i {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.button-group {
    white-space: nowrap;
}

    .button-group .button,
    .nav__list li {
        display: inline-block;
        margin: 0;
    }

        .button-group .button:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .button-group .button:not(:last-child) {
            border-right: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label {
    font-weight: 400;
    display: block;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f0f2f4 inset;
    box-shadow: 0 0 0 1000px #f0f2f4 inset;
}

select {
    -moz-appearance: window;
    -webkit-appearance: none;
}

input[type="text"],
select,
textarea {
    font-size: 14px;
    line-height: 1.5em;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    border-radius: 3px;
}

.textarea {
    display: block;
}

.input,
.select,
.textarea {
    font-weight: 400;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .input :focus,
    .select :focus,
    .textarea :focus {
        outline: 0;
    }

    .input.error,
    .select.error,
    .textarea.error {
        margin-bottom: 0;
        border: 1px solid #e74c3c;
    }

    .input.small,
    .select.small,
    .textarea.small {
        font-size: 13px;
        padding: 4px 6px;
    }

    .input .validation-error,
    .select .validation-error,
    .textarea .validation-error {
        position: absolute;
        display: none;
        width: 100%;
        color: #e74c3c;
    }

    .input .validation-error--left,
    .select .validation-error--left,
    .textarea .validation-error--left {
        top: 0;
        right: 105%;
        text-align: right;
    }

    .input .validation-error--right,
    .select .validation-error--right,
    .textarea .validation-error--right {
        top: 0;
        left: 105%;
    }

    .input .validation-error--top,
    .select .validation-error--top,
    .textarea .validation-error--top {
        bottom: 150%;
    }

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

.select {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    background-color: #f0f2f4;
}

    .select.full-width {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .select:last-child {
        margin-right: 0;
    }

    .select .fa-angle-down,
    .select .icon-angle-down {
        font-size: 25px;
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 10px;
        height: 30px;
        margin-top: -12px;
        color: #969da6;
    }

    .select .icon-angle-down {
        font-size: 1.2em;
        margin-top: -10px;
        color: #1c61ad;
    }

    .select select {
        font-weight: 700;
        position: relative;
        z-index: 2;
        width: 100%;
        height: 44px;
        margin-right: 20px;
        padding-right: 30px;
        padding-left: 10px;
        color: #103d8f;
        border: 0;
        background-color: transparent;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select select:active,
        .select select:focus {
            border: 0;
            outline: 0;
            background-color: #fff;
        }

            .select select:active + i,
            .select select:focus + i {
                z-index: 2;
            }

        .select select option {
            height: 30px;
            color: #404040;
            background-color: #f0f2f4;
        }

    .select.select-small {
        max-width: 150px;
    }

        .select.select-small select {
            font-size: 14px !important;
            line-height: 24px;
            height: 24px;
            padding: 0 27px 0 5px;
        }

select::-ms-expand {
    display: none;
}

.select-link {
    color: #1c61ad;
    border: 0;
}

.textarea {
    width: 100%;
    padding: 0;
    background-color: #f0f2f4;
}

    .textarea textarea {
        font-family: Lato, sans-serif;
        display: block;
        width: 100%;
        padding: 10px 15px;
        color: #404040;
        border: 0;
        background: 0 0;
    }

        .textarea textarea:active,
        .textarea textarea:focus {
            border: 0;
            outline: 0;
            background-color: #fff;
        }

textarea {
    min-height: 120px;
}

.form-button-wrap {
    text-align: center;
}

.checkbox,
.radio {
    position: relative;
    margin: 0 20px 5px 0;
    padding-left: 25px;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    display: block;
    overflow: hidden;
    padding-left: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

    input[type="checkbox"] + label:after {
        top: 50%;
        left: 0;
    }

    input[type="checkbox"] + label:after,
    input[type="checkbox"] + label:before {
        font-size: 14px;
        line-height: 18px;
        position: absolute;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
    }

    input[type="radio"] + label:after {
        top: 50%;
        left: 0;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
    }

    input[type="radio"] + label:after,
    input[type="radio"] + label:before {
        font-size: 14px;
        line-height: 18px;
        position: absolute;
    }

    input[type="checkbox"] + label:after,
    input[type="radio"] + label:after {
        content: "";
        border: 1px solid #ddd;
        border-radius: 3px;
        background-color: #f0f2f4;
    }

    input[type="radio"] + label:after {
        border-radius: 99px;
    }

    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
        z-index: 1;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    input[type="checkbox"] + label:before {
        font-family: "Material Symbols Outlined";
        font-weight: 900;
        top: 11px;
        left: 2px;
        content: "\E5CA";
    }

    input[type="radio"] + label:before {
        top: 50%;
        left: 5px;
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        content: "";
        border-radius: 99px;
        background-color: #1c61ad;
    }

    input[type="checkbox"]:checked + label,
    input[type="radio"]:checked + label {
        color: #1c61ad;
    }

        input[type="checkbox"]:checked + label:before,
        input[type="radio"]:checked + label:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-animation: radioAndCheckboxAnimation 0.25s;
            animation: radioAndCheckboxAnimation 0.25s;
            color: #1c61ad;
        }

.checkbox--overflow input[type="checkbox"] + label,
.checkbox--overflow input[type="radio"] + label,
.radio--overflow input[type="checkbox"] + label,
.radio--overflow input[type="radio"] + label {
    display: block;
    overflow: visible;
    padding-left: 5px;
    white-space: normal;
}

    .checkbox--overflow input[type="checkbox"] + label:after {
        left: 0;
    }

    .checkbox--overflow input[type="checkbox"] + label:after,
    .checkbox--overflow input[type="checkbox"] + label:before {
        font-size: 14px;
        line-height: 18px;
        position: absolute;
        top: 10%;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
    }

    .checkbox--overflow input[type="radio"] + label:after {
        left: 0;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
    }

    .checkbox--overflow input[type="radio"] + label:after,
    .checkbox--overflow input[type="radio"] + label:before {
        font-size: 14px;
        line-height: 18px;
        position: absolute;
        top: 10%;
    }

    .radio--overflow input[type="checkbox"] + label:after {
        left: 0;
    }

    .radio--overflow input[type="checkbox"] + label:after,
    .radio--overflow input[type="checkbox"] + label:before {
        font-size: 14px;
        line-height: 18px;
        position: absolute;
        top: 10%;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
    }

    .radio--overflow input[type="radio"] + label:after {
        left: 0;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
    }

    .radio--overflow input[type="radio"] + label:after,
    .radio--overflow input[type="radio"] + label:before {
        font-size: 14px;
        line-height: 18px;
        position: absolute;
        top: 10%;
    }

    .checkbox--overflow input[type="radio"] + label:before,
    .radio--overflow input[type="radio"] + label:before {
        left: 5px;
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-radius: 99px;
        background-color: #1c61ad;
    }

    .checkbox--overflow input[type="checkbox"] + label:before,
    .radio--overflow input[type="checkbox"] + label:before {
        left: 2px;
    }

.input {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    background-color: #f0f2f4;
}

    .input :active,
    .input :focus {
        background-color: #fff;
    }

    .input.full-width {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .input input {
        font-weight: 700;
        line-height: 44px;
        width: 100%;
        height: 44px;
        margin-bottom: 0;
        padding-right: 10px;
        padding-left: 10px;
        color: #103d8f;
        border: 0;
        outline: 0;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .input input::-webkit-input-placeholder {
            font-weight: 400;
        }

        .input input:-ms-input-placeholder,
        .input input::-ms-input-placeholder {
            font-weight: 400;
        }

        .input input::placeholder {
            font-weight: 400;
        }

        .input input.error {
            border: 1px solid #e74c3c;
        }

.input-with-icon,
.raan-message main {
    position: relative;
}

    .input-with-icon input {
        padding-right: 42px;
    }

    .input-with-icon .input-icon {
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -6px;
        color: #969da6;
    }

        .input-with-icon .input-icon.fa-search {
            margin-top: -7px;
            color: #1c61ad;
        }

    .input-with-icon button.input-icon {
        padding: 0;
        cursor: pointer;
        border: 0;
        background: 0 0;
    }

.input-icon input {
    width: 0;
    padding: 0;
}

.input-icon i {
    padding: 14px 15px 14px 12px;
}

.form-group,
.input-group {
    margin-bottom: 20px;
}

    .form-group .input,
    .form-group .select,
    .form-group .textarea,
    .input-group .input,
    .input-group .select,
    .input-group .textarea {
        margin-bottom: 0;
    }

.form-group {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f0f2f4;
}

    .form-group .form-group-item {
        margin-right: 0;
        border: 0;
        border-radius: 0;
    }

        .form-group .form-group-item:last-child {
            border-right: 0;
        }

.form-row {
    margin-right: -3px !important;
    margin-left: -3px !important;
}

    .form-row div[class^="col"] {
        padding-right: 3px;
        padding-left: 3px;
    }

.form-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

    .form-collapse .item-main {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .form-collapse .item {
        font-size: 15px;
        margin: 0;
        border-radius: 0;
    }

        .form-collapse .item:first-child,
        .paginator-list.paginator-compact .paginator-list-item:first-child .paginator-list-link {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .form-collapse .item:last-child,
        .paginator-list.paginator-compact .paginator-list-item:last-child .paginator-list-link {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        .form-collapse .item:not(:last-child) {
            border-right: 0;
        }

.hint {
    font-size: 1em;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    max-width: 276px;
    padding: 0.25em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: start;
    word-wrap: break-word;
    opacity: 0;
    color: #fff;
    border-radius: 0.25em;
    background: #3a3a44;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
    line-break: auto;
}

.hint--absolute,
.hint--static {
    position: relative;
    opacity: 1;
}

.hint--bottom {
    margin-top: 0.5em;
}

    .hint--bottom::before {
        position: absolute;
        top: -4px;
        left: 15%;
        width: 0;
        height: 0;
        content: "";
        border-width: 0 4px 4px;
        border-style: solid;
        border-color: transparent transparent #3a3a44;
    }

.hint--primary {
    background: #1c61ad;
}

.hint--secondary {
    background: #009a67;
}

.hint--light {
    color: #3a3a44;
    background: #f0f2f4;
}

.hint--success {
    background: #4caf50;
}

.hint--warning {
    background: #f0ad4e;
}

.hint--error {
    background: #e74c3c;
}

.has-hint:hover + .hint--hover {
    z-index: 1060;
    opacity: 1;
}

.section::after,
.section::before {
    display: table;
    content: "";
}

.section::after {
    clear: both;
}

.container {
    width: 100%;
    max-width: 1380px;
    padding-right: 15px;
    padding-left: 15px;
}

.container--medium {
    max-width: 944px;
}

.container--small {
    max-width: 400px;
}

.docs table thead,
.docs table tr,
.separator,
.table thead,
.table tr {
    border-bottom: 1px solid #ddd;
}

.loading-bar {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 4px;
}

    .loading-bar::before {
        position: absolute;
        left: -200px;
        display: block;
        width: 200px;
        height: 4px;
        content: "";
        -webkit-animation: loading 2s linear infinite;
        animation: loading 2s linear infinite;
        background-color: #2b9ff9;
    }

.loading-spinner,
.loading-spinner span {
    display: block;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.loading-spinner {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    -webkit-animation: rotateLoader 4s infinite;
    animation: rotateLoader 4s infinite;
}

    .loading-spinner span {
        position: absolute;
        width: 9px;
        height: 9px;
        border-radius: 100%;
        background-color: #2b9ff9;
    }

        .loading-spinner span:nth-child(1) {
            top: 0;
            left: 0;
            -webkit-transform: translate3d(5px, 5px, 0);
            transform: translate3d(5px, 5px, 0);
            -webkit-animation: translateBall1 1s infinite;
            animation: translateBall1 1s infinite;
        }

        .loading-spinner span:nth-child(2) {
            top: 0;
            right: 0;
            -webkit-animation: translateBall2 1s infinite;
            animation: translateBall2 1s infinite;
        }

        .loading-spinner span:nth-child(3) {
            right: 0;
            bottom: 0;
            -webkit-animation: translateBall3 1s infinite;
            animation: translateBall3 1s infinite;
        }

        .loading-spinner span:nth-child(4) {
            bottom: 0;
            left: 0;
            -webkit-animation: translateBall4 1s infinite;
            animation: translateBall4 1s infinite;
        }

    .loading-spinner.is-relative {
        position: relative;
        z-index: 1;
        top: auto;
        left: auto;
        display: inline-block;
        margin: 0;
    }

.loading-spinner-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.85;
    background: #fff;
}

.message {
    font-weight: 700;
    margin-bottom: 1em;
    padding: 1em;
    color: #fff;
    border-radius: 3px;
}

    .message p:last-child {
        margin-bottom: 0;
    }

.message--success {
    background: #4caf50;
}

.message--info {
    background: #5bc0de;
}

.message--warning {
    background: #f0ad4e;
}

.message--error {
    background: #e74c3c;
}

.note {
    margin: 1em 0;
    padding: 1em;
    color: #8a6d3b;
    border: 1px solid #faebcc;
    border-radius: 4px;
    background: #fcf8e3;
}

    .note:before {
        font-family: "Black Tie";
        font-weight: 900;
        margin-right: 1em;
        content: "\F007";
        color: #8a6d3b;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    }

.note--caution {
    color: #fff;
    border-color: #af4242;
    background: #cb4e4e;
}

    .note--caution:before,
    .note--information:before,
    .note--success:before {
        font-family: "Black Tie";
        font-weight: 900;
        margin-right: 1em;
        content: "\f062";
        color: #fff;
    }

.note--success {
    color: #fff;
    border-color: #73a504;
    background: #82bc00;
}

    .note--information:before,
    .note--success:before {
        content: "\F026";
    }

.note--information {
    color: #fff;
    border-color: #002b4d;
    background: #003763;
}

    .note--information:before {
        content: "\F02B";
    }

.chart-content,
.chart-header,
.raan-message main::after {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

main {
    -webkit-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}

.raan-load .chart-header {
    display: block;
    padding: 10em 0;
}

.raan-load .main-chart {
    padding-top: 0;
}

.raan-load .chart-content,
.raan-load .footer-ribbon,
.raan-load footer {
    opacity: 0.5;
    -webkit-filter: grayscale(0.7) blur(3px);
    filter: grayscale(0.7) blur(3px);
}

    .raan-load .chart-content .quick-view,
    .raan-message .chart-content .quick-view {
        color: transparent !important;
    }

.raan-load .header {
    top: -50px;
    opacity: 0;
}

.raan-message .chart-content {
    opacity: 0.5;
    -webkit-filter: grayscale(0.7) blur(3px);
    filter: grayscale(0.7) blur(3px);
}

.raan-message main::after {
    font-family: "Fjalla One";
    font-size: 3em;
    font-weight: 700;
    line-height: 1.5em;
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "Please select an address";
    text-align: center;
    text-transform: uppercase;
    color: #1c61ad;
}

.raan-ready .chart-header--nav {
    padding: 33px 0 0 !important;
}

    .raan-ready .chart-header--nav .container {
        padding-bottom: 0.25em;
    }

.raan-ready .chart-header--nav__content {
    float: left;
    width: 10%;
    padding: 0 !important;
}

.raan-ready .chart-header--nav__intro-text {
    display: none;
}

.raan-ready .chart-header--nav__logo {
    text-align: inherit;
}

    .raan-ready .chart-header--nav__logo .main-logo {
        width: 65px;
    }

.raan-ready .chart-header--nav__controls {
    float: left;
    width: 90%;
}

.blur {
    -webkit-filter: grayscale(0.7) blur(3px);
    filter: grayscale(0.7) blur(3px);
}

.modal {
    position: fixed;
    z-index: 400;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background: rgba(0, 0, 0, 0.85);
}

.display-none {
    display: none !important;
}

.display-block,
.nav__dropdown-toggle a:hover + .nav__dropdown-list,
.nav__dropdown-toggle-tertiary a:hover + .nav__dropdown-list-tertiary {
    display: block !important;
}

.visibility-visible {
    visibility: visible;
    opacity: 1;
}

.modal__container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    padding: 1.125em;
}

.modal__body {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

    .modal__body p {
        font-size: 1.5em;
        margin-bottom: 1em;
        color: #fff;
    }

    .modal__body i {
        font-size: 1.25em;
        margin-bottom: 0;
        padding-right: 0.5em;
        color: #fff;
    }

.modal__close {
    font-size: 3em;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 0.37125em 0.37125em 0 0;
    border: 0;
    background: 0 0;
}

    .modal__close:focus,
    .modal__close:hover {
        opacity: 0.85;
        border: 0;
        outline: 0;
    }

    .modal__close:active {
        opacity: 0.6;
    }

.nav,
.nav__title {
    display: block;
    float: left;
    margin: 0;
}

.nav {
    z-index: 300;
    width: 100%;
    min-height: 50px;
    border: 1px solid #ddd;
    border-radius: 0.2em;
    background: #fff;
}

.nav__title {
    line-height: 20px;
    position: relative;
    width: 20%;
    min-height: 1px;
    padding: 20px 15px;
    border: 0;
}

    .nav__title,
    .nav__title:hover {
        color: #1c61ad;
    }

.nav__menu-icon {
    display: none;
    padding: 20px 15px;
    cursor: pointer;
    text-align: right;
    border: 0;
}

.nav__collapse {
    position: relative;
    display: block;
    float: left;
    width: 80%;
    min-height: 1px;
    margin: 0;
    padding: 0;
}

    .nav__collapse.active,
    .nav__dropdown-list li,
    .nav__dropdown-list-tertiary li,
    .nav__dropdown-list-tertiary:hover,
    .nav__dropdown-list:hover,
    .nav__list {
        display: block;
    }

.nav__list {
    float: left;
    width: 60%;
    margin: 0;
    padding: 0;
    text-align: right;
}

    .nav__list li a {
        font-weight: 700;
        line-height: 20px;
        display: block;
        margin: 0;
        padding: 20px 15px;
        color: #1c61ad;
        border: 0;
    }

        .nav__list li a:hover,
        .owl-theme .owl-dots .owl-dot.active span {
            background: #e9e9e9;
        }

    .nav__list li.active {
        background: #ddd;
    }

.nav__dropdown-toggle,
.nav__dropdown-toggle-tertiary {
    position: relative;
}

    .nav__dropdown-toggle a i {
        padding-left: 0.5em;
    }

.nav__dropdown-list,
.nav__dropdown-list-tertiary {
    position: absolute;
    z-index: 2;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 0 0 0.2em 0.2em;
    background: #fff;
    -webkit-filter: drop-shadow(0 0.3em 0.3em rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0.3em 0.3em rgba(0, 0, 0, 0.1));
}

.nav__dropdown-list-tertiary {
    top: 0;
    right: -125px;
}

.nav__form {
    position: relative;
    display: block;
    float: right;
    width: 40%;
    min-height: 1px;
    margin: 0;
    padding: 7px;
}

    .nav__form .input {
        margin-bottom: 0;
    }

.nav--fixed {
    position: fixed;
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

.nav--dark .nav__list li a,
.nav--dark .nav__title {
    color: #fff;
}

    .nav--dark .nav__list li a:hover {
        background: rgba(0, 0, 0, 0.2);
    }

.nav--dark .nav__list li.active {
    background: rgba(0, 0, 0, 0.4);
}

.nav--dark,
.nav--dark .nav__dropdown-list,
.nav--dark .nav__dropdown-list-tertiary {
    border-color: #3a3a44;
    background: #3a3a44;
}

.nav--primary .nav__list li a,
.nav--primary .nav__title {
    color: #fff;
}

    .nav--primary .nav__list li a:hover {
        background: rgba(16, 61, 143, 0.6);
    }

.nav--primary .nav__list li.active {
    background: #103d8f;
}

.nav--primary,
.nav--primary .nav__dropdown-list,
.nav--primary .nav__dropdown-list-tertiary {
    border-color: #103d8f;
    background: #1c61ad;
}

.nav-inpage {
    z-index: 200;
    margin: 0;
    padding: 0 0 0 0.5em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-left: 4px solid #1c61ad;
}

.nav-inpage__title,
p a {
    font-weight: 700;
}

.nav-inpage li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .nav-inpage li a {
        display: inline-block;
        border-bottom: 1px solid transparent;
    }

        .nav-inpage li a:hover {
            border-color: #2b9ff9;
            background: 0 0;
        }

.nav-inpage--alignRight {
    padding-right: 0.5em;
    padding-left: 0;
    text-align: right;
    border-right: 4px solid #1c61ad;
    border-left: none;
}

.nav-inpage--alignCenter {
    text-align: center;
    border: 0;
}

.anchor {
    position: relative;
    margin-top: -80px;
    padding-top: 40px;
    border-top: 80px solid transparent;
    background-clip: padding-box;
}

    .anchor::before {
        position: absolute;
        top: -80px;
        right: 0;
        left: 0;
        content: "";
        border-top: 1px solid #ccc;
    }

.paginator-list .paginator-list-item {
    display: inline-block;
    margin-right: 5px;
    padding: 0;
}

    .paginator-list .paginator-list-item:first-child i {
        margin-right: 0.5em;
    }

    .paginator-list .paginator-list-item:last-child i {
        margin-left: 0.5em;
    }

    .paginator-list .paginator-list-item .paginator-list-link {
        display: block;
        padding: 0.5em 1em;
        -webkit-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        color: #404040;
        border: 1px solid #fff;
        border-radius: 3px;
        background-color: #f0f2f4;
    }

        .paginator-list .paginator-list-item .paginator-list-link:hover {
            background-color: #d3d9de;
        }

        .paginator-list .paginator-list-item .paginator-list-link.active {
            color: #fff;
            background-color: #1c61ad;
        }

.paginator-list.paginator-compact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .paginator-list.paginator-compact .paginator-list-item {
        margin-right: 0;
    }

        .paginator-list.paginator-compact .paginator-list-item:not(:last-child) {
            border-right: 1px solid #fff;
        }

        .paginator-list.paginator-compact .paginator-list-item .paginator-list-link {
            border-radius: 0;
        }

.paginator-list.paginator-center {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.progress-tracker {
    height: 80px;
    margin: 0;
    padding: 0.8em 0.8em 0;
    border: 1px solid #ddd;
    border-radius: 0.5em;
    background: #fff;
    background: #e9e9e9;
}

.progress-tracker--light {
    background: 0 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

.progress-tracker li {
    font-size: 0.8em;
    line-height: 3em;
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 4px solid #3a3a44;
}

    .progress-tracker li:after {
        content: "\00a0\00a0";
    }

    .progress-tracker li:before {
        line-height: 1em;
        position: relative;
        bottom: -2.5em;
        left: 50%;
        float: left;
    }

    .progress-tracker li span {
        padding-left: 0.75em;
    }

.progress-tracker__done {
    font-weight: 700;
    color: #1c61ad;
    border-bottom: 4px solid #1c61ad !important;
}

    .progress-tracker__done:before {
        line-height: 1.2em;
        width: 1.2em;
        height: 1.2em;
        content: "";
        border: 0;
        border-radius: 1.2em;
        background: #1c61ad;
    }

.progress-tracker__todo:before {
    width: 1.2em;
    height: 1.2em;
    content: "";
    border: 0.25em solid #3a3a44;
    border-radius: 1.2em;
    background: #fff;
}

.progress-tracker em {
    font-weight: 700;
    display: none;
    padding-left: 0.75em;
}

.progress-tracker--table {
    display: table;
    width: 100%;
    background: 0 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

    .progress-tracker--table li {
        display: table-cell;
        width: auto;
    }

.progress-bar {
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 0.2em;
    background: #e9e9e9;
}

.progress-bar__value {
    padding: 0.2em;
    border-radius: 0.2em;
    background: #3a3a44;
}

    .progress-bar__value span {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
    }

.progress-bar--primary .progress-bar__value {
    background: #1c61ad;
}

.progress-bar--secondary .progress-bar__value {
    background: #009a67;
}

progress {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    color: #00da9a;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    progress::-webkit-progress-bar {
        background-color: transparent;
    }

    progress::-webkit-progress-value {
        background-color: #00da9a;
    }

    progress::-moz-progress-bar {
        background-color: #00da9a;
    }

.docs table,
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    color: #404040;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f0f2f4;
}

    .docs table td,
    .docs table th,
    .table td,
    .table th {
        border-bottom: 1px solid #ddd;
    }

    .docs table td,
    .table td {
        position: relative;
        padding: 14px;
    }

    .docs table th,
    .table th {
        font-weight: 400;
        padding: 5px 14px;
        white-space: nowrap;
        color: #969da6;
        background-color: #fff;
    }

.table--row-hover tr:hover {
    border-color: #1c61ad;
    background: rgba(28, 97, 173, 0.1) !important;
}

    .table--row-hover tr:hover td {
        border-color: #1c61ad;
    }

.docs table tr:nth-child(even),
.table--col col:nth-child(even),
.table--row-even tr:nth-child(even),
.table--row-odd tr:nth-child(odd) {
    background: #fff;
}

.table-vertical-center td {
    vertical-align: middle;
}

.table-responsive th {
    display: none;
}

.table-responsive td {
    display: block;
}

    .table-responsive td:first-child {
        padding-top: 14px;
        border-top: 1px solid #ddd;
    }

    .table-responsive td:last-child,
    .table-responsive.table-break-medium td:last-child,
    .table-responsive.table-break-small td:last-child {
        padding-bottom: 14px;
    }

    .table-responsive td::before {
        font-weight: 400;
        display: block;
        content: attr(data-th) ": ";
    }

.table-responsive td,
.table-responsive th {
    text-align: left;
}

.table-responsive.table-break-medium tr,
.table-responsive.table-break-small tr {
    border-top: 1px solid #ddd;
}

.tabs {
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

    .tabs .tab {
        line-height: 50px;
        position: relative;
        display: inline-block;
        min-width: 70px;
        margin: 0 30px 0 0;
        color: #969da6;
        border-bottom: 3px solid transparent;
    }

        .tabs .tab:hover {
            text-decoration: none;
            color: #1c61ad;
        }

        .tabs .tab.active {
            color: #1c61ad;
            border-bottom: 3px solid #1c61ad;
        }

.tab-content {
    display: none;
}

    .tab-content.selected {
        display: block;
    }

.tags {
    margin-bottom: 20px;
}

    .tags:last-child {
        margin-bottom: 0;
    }

    .tags li {
        display: inline-block;
        margin: 0 25px 10px 0;
    }

    .tags .tag,
    .tags a.tag {
        display: inline-block;
        color: #404040;
    }

    .tags .tag {
        line-height: 34px;
        position: relative;
        float: left;
        padding: 0 10px;
        border-radius: 3px 0 0 3px;
        background-color: #f0f2f4;
    }

        .tags .tag::before {
            position: absolute;
            top: 0;
            right: -10px;
            width: 0;
            height: 0;
            content: "";
            border-top: 17px solid transparent;
            border-bottom: 17px solid transparent;
            border-left: 10px solid #f0f2f4;
        }

        .tags .tag::after {
            position: absolute;
            top: 14px;
            right: -3px;
            float: left;
            width: 5px;
            height: 5px;
            content: "";
            border-radius: 6px;
            background: #fff;
        }

    .tags a.tag {
        text-decoration: none;
        border: 0;
    }

        .tags a.tag:hover,
        a {
            text-decoration: none;
            background-color: #d3d9de;
        }

            .tags a.tag:hover::before {
                border-left: 10px solid #d3d9de;
            }

a {
    font-weight: 400;
    padding: 0;
    -webkit-transition: background-position 0.1s ease-out;
    -o-transition: background-position 0.1s ease-out;
    transition: background-position 0.1s ease-out;
    color: #3a3a44;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0, #2b9ff9));
    background-image: -o-linear-gradient(top, transparent 0, #2b9ff9 0);
    background-image: linear-gradient(180deg, transparent 0, #2b9ff9 0);
    background-repeat: no-repeat;
    background-position: 0 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    a:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0, rgba(43, 159, 249, 0.6)));
        background-image: -o-linear-gradient(top, transparent 0, rgba(43, 159, 249, 0.6) 0);
        background-image: linear-gradient(to bottom, transparent 0, rgba(43, 159, 249, 0.6) 0);
        background-position: 0 0;
    }

    .nav a,
    .nav-inpage a,
    .paginator-list a,
    .tabs a,
    .tags a,
    a.button,
    a.image-link {
        background-image: none;
    }

.text {
    line-height: 1.3em;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

    .text:first-child {
        margin-top: 0.5em;
    }

.text--big,
.text--huge,
.text--medium {
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
}

.text--big,
.text--medium {
    font-size: 24px;
}

.text--medium {
    font-size: 20px;
}

.text--small {
    font-size: 12px;
}

    .text--small a {
        background-position: 0 13px;
    }

        .dcsj-page-content__repair .docs table a:hover,
        .dcsj-page-content__repair .table a:hover,
        .dcsj-page-content__replace .options-call__legend li a:hover,
        .docs .dcsj-page-content__repair table a:hover,
        .text--small a:hover {
            background-position: 0 0;
        }

.text--body {
    font-size: 14px;
    line-height: 1.5em;
}

.text-primary {
    color: #1c61ad;
}

.text-primary-highlight {
    color: #2b9ff9;
}

.text-primary-shadow {
    color: #103d8f;
}

.text-dark {
    color: #3a3a44;
}

.text-light {
    color: #f0f2f4;
}

.text-secondary {
    color: #009a67;
}

.navDemo__item a i.bt-book,
.text-secondary-highlight {
    color: #00da9a;
}

.text-secondary-shadow {
    color: #03614a;
}

.text-success {
    color: #4caf50;
}

.text-info {
    color: #5bc0de;
}

.text-warning {
    color: #f0ad4e;
}

.text-error {
    color: #e74c3c;
}

.text-gray-light {
    color: #edf3f6;
}

.text-off-white {
    color: #f8f8f8;
}

.text-raan-primary {
    color: #005288;
}

.text-raan-secondary {
    color: #8cc63f;
}

.text-raan-light {
    color: #f4f8fb;
}

.text-roar-1 {
    color: #95bd50;
}

.text-roar-2 {
    color: #ffc31a;
}

.text-roar-3 {
    color: #e66925;
}

.text-roar-4 {
    color: #bf1e2e;
}

.text-roar-5 {
    color: #804098;
}

.text-roar-n {
    color: rgba(0, 82, 136, 0.5);
}

.text-aqi-good {
    color: #06e300;
}

.text-aqi-moderate {
    color: #fef924;
}

.text-aqi-unhealthy-sensitive {
    color: #fa8005;
}

.text-aqi-unhealthy {
    color: #fd1700;
}

.text-aqi-very-unhealthy {
    color: #9d034b;
}

.text-aqi-hazardous {
    color: #710020;
}

.text-rating1 {
    color: #dd2c00;
}

.text-rating2 {
    color: #ff5722;
}

.text-rating3 {
    color: #ff9800;
}

.text-rating4 {
    color: #ffc107;
}

.text-rating5 {
    color: #f5dc00;
}

.text-rating6 {
    color: #cddc39;
}

.text-rating7 {
    color: #8bc34a;
}

.text-rating8 {
    color: #4caf50;
}

.text-rating9 {
    color: #43a047;
}

.text-rating10 {
    color: #388e3c;
}

.dcsj-layout-nav .dcsj-nav__brand--vad span,
.footer-ribbon span,
.text-white {
    color: #fff;
}

.text-small,
label.label {
    font-size: 12px;
}

.table-responsive td::before,
.text-gray,
a.text-gray,
button.text-gray,
label.label {
    color: #969da6;
}

.text-light {
    font-weight: 300;
}

.text-normal {
    font-weight: 400;
}

.efmpIncentive p span,
.highcharts-xaxis-labels text,
.text-strong {
    font-weight: 700;
}

.text-line-through {
    text-decoration: line-through;
}

.text-italic {
    font-style: italic;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-transform-none {
    text-transform: none;
}

.text-center {
    text-align: center;
}

.text-lato {
    font-family: Lato, sans-serif;
}

.text-with-subtitle {
    margin-bottom: 0 !important;
}

    .text-with-subtitle + .text--big,
    .text-with-subtitle + .text--huge,
    .text-with-subtitle + .text--medium,
    .text-with-subtitle + .text--small {
        margin-top: 0.5em;
    }

h1 {
    font-size: 2.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
}

.docs h2,
.docs h3,
.docs h4,
.docs h5,
.docs h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    margin: 0 0 0.5em;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        border: 0;
    }

        .docs h1 a:hover,
        .docs h2 a:hover,
        .docs h3 a:hover,
        .docs h4 a:hover,
        .docs h5 a:hover,
        .docs h6 a:hover,
        h1 a:hover,
        h2 a:hover,
        h3 a:hover,
        h4 a:hover,
        h5 a:hover,
        h6 a:hover {
            background: 0 0;
        }

        h1 a::before,
        h2 a::before,
        h3 a::before,
        h4 a::before,
        h5 a::before,
        h6 a::before {
            content: "#";
        }

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.75em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.25em;
}

h6 {
    font-size: 1em;
}

.page-header {
    border-bottom: 1px solid #e9e9e9;
}

.inline {
    font-family: Consolas, Monaco, monospace;
    padding: 0 0.25em;
    color: #8a6d3b;
    border: 1px solid #faebcc;
    background: #fcf8e3;
}

.list-counter {
    margin: 0;
    padding: 0.5em 0;
    list-style-type: none;
}

    .list-counter li {
        font-weight: 700;
        padding-bottom: 0.5em;
        counter-increment: step-counter;
        color: #3a3a44;
    }

        .list-counter li::before {
            margin-right: 0.5em;
            padding: 0.25em 0.5em;
            content: counter(step-counter);
            color: #fff;
            border-radius: 0.25em;
            background: #3a3a44;
        }

.list-counter--primary li {
    color: #1c61ad;
}

    .list-counter--primary li::before {
        background: #1c61ad;
    }

.list-counter--secondary li {
    color: #009a67;
}

    .list-counter--secondary li::before {
        background: #009a67;
    }

.list-counter--light li {
    color: #f0f2f4;
}

    .list-counter--light li::before {
        color: #3a3a44;
        background: #f0f2f4;
    }

.aligner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.aligner-space-between {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.aligner-center-vertical,
.aligner-space-around,
.aligner-space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.aligner-space-around {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.aligner-center-vertical {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aligner-center-horitzontal,
.content-end,
.content-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-end,
.content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aligner-item-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.aligner-item-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.cf::after,
.cf::before {
    display: table;
    content: "";
}

.cf::after {
    clear: both;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left,
.dcsj-page-content__replace .options-table .docs table tr th,
.dcsj-page-content__replace .options-table .table tr th,
.docs .dcsj-page-content__replace .options-table table tr th {
    text-align: left;
}

.align-bottom {
    vertical-align: bottom;
}

.align-middle {
    vertical-align: middle;
}

.align-top {
    vertical-align: top;
}

.ellipsis,
.ellipsis-block {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ellipsis-block {
    display: block;
}

.word-break {
    word-break: break-all;
}

.text-indent {
    padding-left: 24px;
}

.border--bottom {
    border-bottom: 1px solid #ddd !important;
}

.border--top {
    border-top: 1px solid #ddd !important;
}

.border--left {
    border-left: 1px solid #ddd !important;
}

.border--right {
    border-right: 1px solid #ddd !important;
}

.border--all {
    border: 1px solid #ddd !important;
}

.border--none {
    border: 0 !important;
}

.border--solid {
    border-style: solid !important;
}

.border--dashed {
    border-style: dashed !important;
}

.border--dotted {
    border-style: dotted !important;
}

.border--primary {
    border-color: #1c61ad !important;
}

.border--secondary {
    border-color: #009a67 !important;
}

.border--dark {
    border-color: #3a3a44 !important;
}

.border--light {
    border-color: #f0f2f4 !important;
}

.hidden {
    display: none;
}

.no-wrap {
    white-space: nowrap;
}

.overflow-hidden {
    overflow: hidden;
}

.opacity-low {
    opacity: 0.5;
}

.icon-rounded,
.rounded-corners {
    border-radius: 0.25em;
}

.rounded {
    border-radius: 100%;
}

.hide-small {
    display: none;
}

.hide-small-inline-block {
    display: none !important;
}

.hide-medium {
    display: block;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

.margin-1 {
    margin: 1em !important;
}

.margin-2 {
    margin: 2em !important;
}

.margin-3 {
    margin: 3em !important;
}

.margin-4 {
    margin: 4em !important;
}

.margin-5 {
    margin: 5em !important;
}

.margin-6 {
    margin: 6em !important;
}

.margin-7 {
    margin: 7em !important;
}

.margin-8 {
    margin: 8em !important;
}

.margin-9 {
    margin: 9em !important;
}

.margin-10 {
    margin: 10em !important;
}

.margin-bottom-1 {
    margin-bottom: 1em !important;
}

.margin-bottom-2 {
    margin-bottom: 2em !important;
}

.margin-bottom-3 {
    margin-bottom: 3em !important;
}

.margin-bottom-4 {
    margin-bottom: 4em !important;
}

.margin-bottom-5 {
    margin-bottom: 5em !important;
}

.margin-bottom-6 {
    margin-bottom: 6em !important;
}

.margin-bottom-7 {
    margin-bottom: 7em !important;
}

.margin-bottom-8 {
    margin-bottom: 8em !important;
}

.margin-bottom-9 {
    margin-bottom: 9em !important;
}

.margin-bottom-10 {
    margin-bottom: 10em !important;
}

.margin-top-1 {
    margin-top: 1em !important;
}

.margin-top-2 {
    margin-top: 2em !important;
}

.margin-top-3 {
    margin-top: 3em !important;
}

.margin-top-4 {
    margin-top: 4em !important;
}

.margin-top-5 {
    margin-top: 5em !important;
}

.margin-top-6 {
    margin-top: 6em !important;
}

.margin-top-7 {
    margin-top: 7em !important;
}

.margin-top-8 {
    margin-top: 8em !important;
}

.margin-top-9 {
    margin-top: 9em !important;
}

.margin-top-10 {
    margin-top: 10em !important;
}

.margin-right-1 {
    margin-right: 1em !important;
}

.margin-right-2 {
    margin-right: 2em !important;
}

.margin-right-3 {
    margin-right: 3em !important;
}

.margin-right-4 {
    margin-right: 4em !important;
}

.margin-right-5 {
    margin-right: 5em !important;
}

.margin-right-6 {
    margin-right: 6em !important;
}

.margin-right-7 {
    margin-right: 7em !important;
}

.margin-right-8 {
    margin-right: 8em !important;
}

.margin-right-9 {
    margin-right: 9em !important;
}

.margin-right-10 {
    margin-right: 10em !important;
}

.margin-left-1 {
    margin-left: 1em !important;
}

.margin-left-2 {
    margin-left: 2em !important;
}

.margin-left-3 {
    margin-left: 3em !important;
}

.margin-left-4 {
    margin-left: 4em !important;
}

.margin-left-5 {
    margin-left: 5em !important;
}

.margin-left-6 {
    margin-left: 6em !important;
}

.margin-left-7 {
    margin-left: 7em !important;
}

.margin-left-8 {
    margin-left: 8em !important;
}

.margin-left-9 {
    margin-left: 9em !important;
}

.margin-left-10 {
    margin-left: 10em !important;
}

.margin-rem-1 {
    margin: 1rem;
}

.margin-rem-2 {
    margin: 2rem;
}

.margin-rem-3 {
    margin: 3rem;
}

.margin-rem-4 {
    margin: 4rem;
}

.margin-rem-5 {
    margin: 5rem;
}

.margin-rem-6 {
    margin: 6rem;
}

.margin-rem-7 {
    margin: 7rem;
}

.margin-rem-8 {
    margin: 8rem;
}

.margin-rem-9 {
    margin: 9rem;
}

.margin-rem-10 {
    margin: 10rem;
}

.margin-bottom-rem-1 {
    margin-bottom: 1rem;
}

.margin-bottom-rem-2 {
    margin-bottom: 2rem;
}

.margin-bottom-rem-3 {
    margin-bottom: 3rem;
}

.margin-bottom-rem-4 {
    margin-bottom: 4rem;
}

.margin-bottom-rem-5 {
    margin-bottom: 5rem;
}

.margin-bottom-rem-6 {
    margin-bottom: 6rem;
}

.margin-bottom-rem-7 {
    margin-bottom: 7rem;
}

.margin-bottom-rem-8 {
    margin-bottom: 8rem;
}

.margin-bottom-rem-9 {
    margin-bottom: 9rem;
}

.margin-bottom-rem-10 {
    margin-bottom: 10rem;
}

.margin-top-rem-1 {
    margin-top: 1rem;
}

.margin-top-rem-2 {
    margin-top: 2rem;
}

.margin-top-rem-3 {
    margin-top: 3rem;
}

.margin-top-rem-4 {
    margin-top: 4rem;
}

.margin-top-rem-5 {
    margin-top: 5rem;
}

.margin-top-rem-6 {
    margin-top: 6rem;
}

.margin-top-rem-7 {
    margin-top: 7rem;
}

.margin-top-rem-8 {
    margin-top: 8rem;
}

.margin-top-rem-9 {
    margin-top: 9rem;
}

.margin-top-rem-10 {
    margin-top: 10rem;
}

.margin-right-rem-1 {
    margin-right: 1rem;
}

.margin-right-rem-2 {
    margin-right: 2rem;
}

.margin-right-rem-3 {
    margin-right: 3rem;
}

.margin-right-rem-4 {
    margin-right: 4rem;
}

.margin-right-rem-5 {
    margin-right: 5rem;
}

.margin-right-rem-6 {
    margin-right: 6rem;
}

.margin-right-rem-7 {
    margin-right: 7rem;
}

.margin-right-rem-8 {
    margin-right: 8rem;
}

.margin-right-rem-9 {
    margin-right: 9rem;
}

.margin-right-rem-10 {
    margin-right: 10rem;
}

.margin-left-rem-1 {
    margin-left: 1rem;
}

.margin-left-rem-2 {
    margin-left: 2rem;
}

.margin-left-rem-3 {
    margin-left: 3rem;
}

.margin-left-rem-4 {
    margin-left: 4rem;
}

.margin-left-rem-5 {
    margin-left: 5rem;
}

.margin-left-rem-6 {
    margin-left: 6rem;
}

.margin-left-rem-7 {
    margin-left: 7rem;
}

.margin-left-rem-8 {
    margin-left: 8rem;
}

.margin-left-rem-9 {
    margin-left: 9rem;
}

.margin-left-rem-10 {
    margin-left: 10rem;
}

.padding-1 {
    padding: 1em;
}

.padding-2 {
    padding: 2em;
}

.padding-3 {
    padding: 3em;
}

.padding-4 {
    padding: 4em;
}

.padding-5 {
    padding: 5em;
}

.padding-6 {
    padding: 6em;
}

.padding-7 {
    padding: 7em;
}

.padding-8 {
    padding: 8em;
}

.padding-9 {
    padding: 9em;
}

.padding-10 {
    padding: 10em;
}

.padding-bottom-1 {
    padding-bottom: 1em;
}

.padding-bottom-2 {
    padding-bottom: 2em;
}

.padding-bottom-3 {
    padding-bottom: 3em;
}

.padding-bottom-4 {
    padding-bottom: 4em;
}

.padding-bottom-5 {
    padding-bottom: 5em;
}

.padding-bottom-6 {
    padding-bottom: 6em;
}

.padding-bottom-7 {
    padding-bottom: 7em;
}

.padding-bottom-8 {
    padding-bottom: 8em;
}

.padding-bottom-9 {
    padding-bottom: 9em;
}

.padding-bottom-10 {
    padding-bottom: 10em;
}

.padding-top-1 {
    padding-top: 1em;
}

.padding-top-2 {
    padding-top: 2em;
}

.padding-top-3 {
    padding-top: 3em;
}

.padding-top-4 {
    padding-top: 4em;
}

.padding-top-5 {
    padding-top: 5em;
}

.padding-top-6 {
    padding-top: 6em;
}

.padding-top-7 {
    padding-top: 7em;
}

.padding-top-8 {
    padding-top: 8em;
}

.padding-top-9 {
    padding-top: 9em;
}

.padding-top-10 {
    padding-top: 10em;
}

.padding-right-1 {
    padding-right: 1em;
}

.padding-right-2 {
    padding-right: 2em;
}

.padding-right-3 {
    padding-right: 3em;
}

.padding-right-4 {
    padding-right: 4em;
}

.padding-right-5 {
    padding-right: 5em;
}

.padding-right-6 {
    padding-right: 6em;
}

.padding-right-7 {
    padding-right: 7em;
}

.padding-right-8 {
    padding-right: 8em;
}

.padding-right-9 {
    padding-right: 9em;
}

.padding-right-10 {
    padding-right: 10em;
}

.padding-left-1 {
    padding-left: 1em;
}

.padding-left-2 {
    padding-left: 2em;
}

.padding-left-3 {
    padding-left: 3em;
}

.padding-left-4 {
    padding-left: 4em;
}

.padding-left-5 {
    padding-left: 5em;
}

.padding-left-6 {
    padding-left: 6em;
}

.padding-left-7 {
    padding-left: 7em;
}

.padding-left-8 {
    padding-left: 8em;
}

.padding-left-9 {
    padding-left: 9em;
}

.padding-left-10 {
    padding-left: 10em;
}

.padding-rem-1 {
    padding: 1rem;
}

.padding-rem-2 {
    padding: 2rem;
}

.padding-rem-3 {
    padding: 3rem;
}

.padding-rem-4 {
    padding: 4rem;
}

.padding-rem-5 {
    padding: 5rem;
}

.padding-rem-6 {
    padding: 6rem;
}

.padding-rem-7 {
    padding: 7rem;
}

.padding-rem-8 {
    padding: 8rem;
}

.padding-rem-9 {
    padding: 9rem;
}

.padding-rem-10 {
    padding: 10rem;
}

.padding-bottom-rem-1 {
    padding-bottom: 1rem;
}

.padding-bottom-rem-2 {
    padding-bottom: 2rem;
}

.padding-bottom-rem-3 {
    padding-bottom: 3rem;
}

.padding-bottom-rem-4 {
    padding-bottom: 4rem;
}

.padding-bottom-rem-5 {
    padding-bottom: 5rem;
}

.padding-bottom-rem-6 {
    padding-bottom: 6rem;
}

.padding-bottom-rem-7 {
    padding-bottom: 7rem;
}

.padding-bottom-rem-8 {
    padding-bottom: 8rem;
}

.padding-bottom-rem-9 {
    padding-bottom: 9rem;
}

.padding-bottom-rem-10 {
    padding-bottom: 10rem;
}

.padding-top-rem-1 {
    padding-top: 1rem;
}

.padding-top-rem-2 {
    padding-top: 2rem;
}

.padding-top-rem-3 {
    padding-top: 3rem;
}

.padding-top-rem-4 {
    padding-top: 4rem;
}

.padding-top-rem-5 {
    padding-top: 5rem;
}

.padding-top-rem-6 {
    padding-top: 6rem;
}

.padding-top-rem-7 {
    padding-top: 7rem;
}

.padding-top-rem-8 {
    padding-top: 8rem;
}

.padding-top-rem-9 {
    padding-top: 9rem;
}

.padding-top-rem-10 {
    padding-top: 10rem;
}

.padding-right-rem-1 {
    padding-right: 1rem;
}

.padding-right-rem-2 {
    padding-right: 2rem;
}

.padding-right-rem-3 {
    padding-right: 3rem;
}

.padding-right-rem-4 {
    padding-right: 4rem;
}

.padding-right-rem-5 {
    padding-right: 5rem;
}

.padding-right-rem-6 {
    padding-right: 6rem;
}

.padding-right-rem-7 {
    padding-right: 7rem;
}

.padding-right-rem-8 {
    padding-right: 8rem;
}

.padding-right-rem-9 {
    padding-right: 9rem;
}

.padding-right-rem-10 {
    padding-right: 10rem;
}

.padding-left-rem-1 {
    padding-left: 1rem;
}

.padding-left-rem-2 {
    padding-left: 2rem;
}

.padding-left-rem-3 {
    padding-left: 3rem;
}

.padding-left-rem-4 {
    padding-left: 4rem;
}

.padding-left-rem-5 {
    padding-left: 5rem;
}

.padding-left-rem-6 {
    padding-left: 6rem;
}

.padding-left-rem-7 {
    padding-left: 7rem;
}

.padding-left-rem-8 {
    padding-left: 8rem;
}

.padding-left-rem-9 {
    padding-left: 9rem;
}

.padding-left-rem-10 {
    padding-left: 10rem;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.fixed {
    position: fixed;
    top: 0;
}

.display-inline,
.footer-ribbon ul li span a {
    display: inline-block;
}

.center,
.swatch ul {
    margin: 0 auto;
}

.center-text {
    text-align: center;
}

.boxshadow--bottom {
    -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.1);
}

.inline-wrap {
    display: inline-block;
    width: 100%;
}

.swatch {
    padding-top: 1em;
    padding-bottom: 0.5em;
    color: #fff;
}

    .swatch ul {
        padding: 0;
        list-style-type: none;
    }

        .swatch ul li {
            font-weight: 300;
        }

            .swatch ul li:first-child {
                font-weight: 700;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }

            .swatch ul li span {
                margin-left: 0.5em;
            }

.swatch--dark {
    color: #000;
}

.navigation {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    max-width: 100vw;
    height: 3.2rem;
    margin: 0 auto;
    border-bottom: 1px solid #d1d1d1;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .navigation .title,
    .navigation-title {
        font-size: 1.6rem;
        line-height: 3.2rem;
        position: relative;
        display: inline;
        padding: 0;
        text-decoration: none;
        color: #606c76;
        border: 0;
    }

    .navigation .img {
        position: relative;
        top: 0.3rem;
        height: 2rem;
    }

.navigation-list {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.float-right {
    float: right;
}

.navigation-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-link {
    font-size: 1rem;
    line-height: 3.2rem;
    padding: 0 1.5em;
    text-decoration: none;
    color: #1c61ad;
    border: 0;
    background: 0 0 !important;
}

    .navigation-link i {
        padding-right: 0.5em;
    }

.footer-ribbon img,
.popover.popover-open {
    display: block;
}

.popover {
    position: absolute;
    top: 95%;
    left: 50%;
    display: none;
    min-width: 12rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #d1d1d1;
    border-radius: 0.4rem;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.1));
}

.popover-item:first-child .popover-link:after,
.popover-item:first-child .popover-link:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    content: " ";
    pointer-events: none;
    border: solid transparent;
}

.popover-item:first-child .popover-link:after {
    margin-left: -0.8em;
    border-width: 0.8em;
    border-color: transparent transparent #fff;
}

.popover-item:first-child .popover-link:before {
    margin-left: -0.9rem;
    border-width: 0.9rem;
    border-color: transparent transparent #d1d1d1;
}

.popover-list {
    list-style: none;
}

.popover-item,
.popover-list {
    margin: 0;
    padding: 0;
}

.popover-link {
    font-size: 1em;
    position: relative;
    display: block;
    padding: 0.6em 1.5em;
    text-align: center;
    text-decoration: none;
    color: #606c76;
    border-bottom: 1px solid #d1d1d1;
}

.popover-item:first-child .popover-link {
    border-radius: 0.4rem 0.4rem 0 0;
}

.popover-item:last-child .popover-link {
    border-bottom-width: 0;
    border-radius: 0 0 0.4rem 0.4rem;
}

.popover-link:hover {
    color: #fff;
    background: #1c61ad;
}

.popover-item:first-child .popover-link:hover:after,
.popover-link:hover {
    border-bottom-color: #1c61ad;
}

.navDemo {
    position: fixed;
    z-index: 500;
    width: 100%;
    background: #3a3a44;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
}

    .navDemo ul {
        list-style-type: none;
    }

.navDemo,
.navDemo__item,
.navDemo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navDemo__list {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navDemo__item {
    position: relative;
    min-width: 110px;
    margin: 0;
}

    .navDemo__item a {
        display: block;
        width: 100%;
        padding: 0.5em;
        color: #fff;
        border: 0;
        background-image: none;
    }

        .navDemo__item a i {
            padding-right: 0.25em;
        }

            .navDemo__item a i.fa-font-awesome {
                color: #2b9ff9;
            }

        .navDemo__item a:hover {
            background: rgba(0, 0, 0, 0.3);
        }

.navDemo__sub-list {
    position: absolute;
    z-index: -1;
    top: -350px;
    left: 0;
    width: 100%;
    padding: 1em 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fff));
    background: -o-linear-gradient(#e9e9e9, #fff);
    background: linear-gradient(#e9e9e9, #fff);
    -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.1);
}

    .navDemo__sub-list.active {
        z-index: 500;
        top: 2.45em;
        opacity: 1;
    }

    .navDemo__sub-list h5 {
        display: block;
        width: 100%;
        padding-bottom: 0.5em;
        color: #3a3a44;
        border-bottom: 1px solid rgba(58, 58, 68, 0.2);
    }

    .navDemo ul,
    .navDemo__sub-list ul {
        margin: 0;
        padding: 0;
    }

        .navDemo__sub-list ul li {
            display: block;
            margin: 0;
            padding: 0.5em 0;
        }

            .navDemo__sub-list ul li a {
                font-weight: 700;
                display: block;
                padding: 0.75em;
                color: #3a3a44;
                border: 0;
                border-left: 1px solid rgba(58, 58, 68, 0.2);
                background-image: none;
            }

                .navDemo__sub-list ul li a:hover {
                    color: #2b9ff9;
                    border-color: #2b9ff9;
                }

.docs h1 {
    font-size: 2.5em;
}

.docs h1,
.docs h2,
.docs h3,
.docs h4,
.docs h5,
.docs h6 {
    line-height: 1.2em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

    .docs h1 a,
    .docs h2 a,
    .docs h3 a,
    .docs h4 a,
    .docs h5 a,
    .docs h6 a {
        border: 0;
    }

        .docs h1 a::before,
        .docs h2 a::before,
        .docs h3 a::before,
        .docs h4 a::before,
        .docs h5 a::before,
        .docs h6 a::before {
            content: "#";
        }

.docs h2 {
    font-size: 2em;
}

.docs h3 {
    font-size: 1.75em;
}

.docs h4 {
    font-size: 1.5em;
}

.docs h5 {
    font-size: 1.25em;
}

.docs h6 {
    font-size: 1em;
}

.docs hr {
    height: 0;
    margin: 1rem 0;
    border-top: none;
    border-right: none;
    border-bottom: 4px solid #f0f2f4;
    border-left: none;
}

.docs blockquote {
    padding: 0.5em 0.5em 0.5em 2em;
    border-left: 6px solid #3a3a44;
    background: #f0f2f4;
}

    .dcsj-nav-secondary ul li,
    .docs blockquote p,
    .docs blockquote ul li {
        margin: 0;
    }

    .docs blockquote ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

.docs code {
    background: #222;
    text-shadow: 0 1px rgba(0, 0, 0, 0.43);
}

.highcharts-grid path:nth-child(2) {
    stroke: #ffc31a;
    stroke-width: 3;
}

.highcharts-grid path:nth-child(3) {
    stroke: #e66925;
    stroke-width: 3;
}

.highcharts-grid path:nth-child(4) {
    stroke: #bf1e2e;
    stroke-width: 3;
}

.highcharts-grid path:nth-child(5) {
    stroke: #804098;
    stroke-width: 3;
}

.highcharts-axis path:last-child {
    stroke: #95bd50;
    stroke-width: 3;
    fill: #95bd50;
}

.highcharts-yaxis-labels text:nth-child(1),
.highcharts-yaxis-labels text:nth-child(2),
.highcharts-yaxis-labels text:nth-child(3),
.highcharts-yaxis-labels text:nth-child(4),
.highcharts-yaxis-labels text:nth-child(5) {
    font-weight: 700;
}

.scale-1,
.scale-2,
.scale-3,
.scale-4,
.scale-5 {
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/raan/scale-1.png) no-repeat;
}

.scale-2 {
    background: url(../img/raan/scale-2.png) no-repeat;
}

.scale-3 {
    background: url(../img/raan/scale-3.png) no-repeat;
}

.scale-4 {
    background: url(../img/raan/scale-4.png) no-repeat;
}

.scale-5 {
    background: url(../img/raan/scale-5.png) no-repeat;
}

:root {
    --dcsj-green: #1a9e8c;
    --dcsj-navy: #225975;
    --dcsj-violet: #223475;
    --dcsj-purple: #752261;
}

.dcsj-layout-nav {
    position: fixed;
    z-index: 300;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    width: 50px;
    height: 100vh;
    background: #fff;
}

    .dcsj-layout-nav.active {
        overflow-x: visible;
        width: 200px;
    }

        .dcsj-layout-nav.active .dcsj-nav-secondary {
            -webkit-box-shadow: 4px 0 2px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 0 2px -2px rgba(0, 0, 0, 0.2);
        }

.dcsj-layout-content,
.dcsj-layout-content::after,
.dcsj-layout-nav {
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.dcsj-layout-content {
    position: relative;
    padding-left: 50px;
    cursor: auto;
}

    .dcsj-layout-content::after {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        height: 100%;
        content: "";
        opacity: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 158, 140, 0.7)), to(rgba(34, 89, 117, 0.7)));
        background: -o-linear-gradient(rgba(26, 158, 140, 0.7), rgba(34, 89, 117, 0.7));
        background: linear-gradient(rgba(26, 158, 140, 0.7), rgba(34, 89, 117, 0.7));
    }

    .dcsj-layout-content.active::after {
        z-index: 200;
        opacity: 1;
    }

.dcsj-layout-nav .dcsj-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dcsj-layout-nav .dcsj-nav__action {
    font-size: 2em;
    position: absolute;
    top: 10px;
    left: 10px;
    background-image: none;
}

.dcsj-layout-nav .dcsj-nav__brand {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    padding: 5px;
}

.dcsj-layout-nav .dcsj-nav__brand--vad {
    overflow: hidden;
    width: 50px;
    height: 50px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(../img/svg/vad-icon-sm.svg) no-repeat center;
}

.dcsj-layout-nav .dcsj-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    height: 420px;
    margin: 0;
    padding: 110px 0 0;
    list-style-type: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .dcsj-layout-nav .dcsj-nav ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

        .dcsj-layout-nav .dcsj-nav ul li a {
            font-family: "Fjalla One", sans-serif;
            font-size: 2em;
            position: relative;
            padding-left: 50px;
            text-transform: uppercase;
            background-image: none;
        }

            .dcsj-layout-nav .dcsj-nav ul li a::before {
                font-family: "Font Awesome 5 Pro";
                font-size: 0.5em;
                font-weight: 700;
                position: absolute;
                top: 0;
                left: 15px;
                content: "\f111";
            }

.dcsj-page__home .dcsj-nav ul li:nth-child(1) a {
    color: #1a9e8c;
}

.dcsj-page__repair .dcsj-nav ul li:nth-child(2) a {
    color: #00da9a;
}

.dcsj-page__replace .dcsj-nav ul li:nth-child(3) a {
    color: #2b9ff9;
}

.dcsj-page__rebate .dcsj-nav ul li:nth-child(4) a {
    color: #f0ad4e;
}

.dcsj-nav-secondary {
    position: absolute;
    top: 0;
    right: -150px;
    bottom: 0;
}

    .dcsj-nav-secondary ul {
        display: block;
        width: 150px;
        height: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
        background: #e9e9e9;
    }

        .dcsj-nav-secondary ul li a,
        .dcsj-nav-secondary--landing ul li a {
            font-weight: 700;
            display: block;
            width: 100%;
            padding: 1em;
            border-bottom: 1px solid rgba(0, 0, 0, 0.25);
            background-image: none;
        }

.dcsj-nav-secondary--landing {
    right: -80px;
}

    .dcsj-nav-secondary--landing ul {
        width: 80px;
    }

        .dcsj-nav-secondary--landing ul li a {
            font-size: 1.5em;
            margin: 0 auto;
            text-align: center;
        }

.noScroll {
    overflow: hidden;
}

footer {
    color: #b3b3b3;
    background: #3a3a44;
    -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.6) inset;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.6) inset;
}

    footer:after {
        position: absolute;
        display: block;
        width: 100%;
        content: "";
        -webkit-box-shadow: 0 500px 0 500px #3a3a44;
        box-shadow: 0 500px 0 500px #3a3a44;
    }

    footer .section {
        padding: 20px 0;
    }

        footer .section p {
            margin-bottom: 0;
        }

    footer a {
        background-position: 0 15px;
    }

        footer a:hover {
            color: #fff;
            background-position: 0 0;
        }

.footer-ribbon {
    background: rgba(58, 58, 68, 0.9);
}

    .footer-ribbon div {
        border-color: rgba(0, 0, 0, 0.25) !important;
    }

    .footer-ribbon ul {
        margin: 0 auto;
        padding: 1em 1em 0.5em;
        color: rgba(0, 0, 0, 0.25);
    }

        .footer-ribbon ul li {
            margin-bottom: 0.3em;
        }

            .footer-ribbon ul li a,
            .footer-ribbon ul li span {
                font-size: 0.83em;
                color: rgba(225, 225, 225, 0.7);
            }

            .footer-ribbon ul li a {
                line-height: 1em;
                display: block;
                border: 0;
                background-image: none;
            }

                .footer-ribbon ul li a:hover,
                footer a {
                    color: #fff;
                }

    .footer-ribbon .social {
        margin: 0 auto;
        padding: 1.25em 0;
    }

        .footer-ribbon .social li {
            display: inline-block;
            padding-right: 1em;
        }

            .footer-ribbon .social li a {
                background-image: none;
            }

.footer-logo {
    width: 60%;
}

.dcsj-landingHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 35vh;
    background: rgba(240, 242, 244, 0.5);
}

.dcsj-landingHeader__brand {
    padding: 1em 0;
}

    .dcsj-landingHeader__brand img {
        display: block;
        height: auto;
        margin: 0 auto;
    }

.dcsj-landingHeader__info h4 {
    font-family: Lato, sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.5em;
}

.dcsj-options {
    padding-bottom: 0;
    background: rgba(240, 242, 244, 0.5);
}

.dcsj-options__rebate,
.dcsj-options__repair,
.dcsj-options__replace {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 65vh;
    border-top: 4px solid #f0f2f4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .dcsj-options__rebate:hover .dcsj-options__bg,
    .dcsj-options__repair:hover .dcsj-options__bg,
    .dcsj-options__replace:hover .dcsj-options__bg {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .dcsj-options__rebate::before,
    .dcsj-options__repair::before,
    .dcsj-options__replace::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 0;
        content: "";
        border-width: 10px 10px 0;
        border-style: solid;
        border-color: #f0f2f4 transparent transparent;
    }

.dcsj-options__bg,
.dcsj-options__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.dcsj-options__bg {
    z-index: -1;
    bottom: 0;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.dcsj-options__title {
    padding-top: 2em;
}

.dcsj-options__svg {
    display: block;
    width: 50px !important;
    margin: 0 auto;
    padding-bottom: 0.75em;
}

.dcsj-options__content h1,
.dcsj-options__content h2,
.dcsj-options__content h3,
.dcsj-options__content h4,
.dcsj-options__content h5,
.dcsj-options__content h6 {
    margin-bottom: 0;
    padding-bottom: 0.5em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.dcsj-options__content p {
    font-size: 1.25em;
    line-height: 1.5em;
    display: inline;
    margin-bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.dcsj-options__content i {
    font-size: 2.5em;
    display: block;
    padding-bottom: 0.25em;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.dcsj-options__content .aligner-center-horitzontal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 2.5em;
}

.dcsj-options__rebate,
.dcsj-options__repair,
.dcsj-options__replace {
    -webkit-animation: FadeIn 0.3s;
    animation: FadeIn 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

    .dcsj-options__repair .dcsj-options__bg {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 218, 154, 0.7)), to(rgba(26, 158, 140, 0.2))), url(../img/landing/repair-1.jpg);
        background: -o-linear-gradient(rgba(0, 218, 154, 0.7), rgba(26, 158, 140, 0.2)), url(../img/landing/repair-1.jpg);
        background: linear-gradient(rgba(0, 218, 154, 0.7), rgba(26, 158, 140, 0.2)), url(../img/landing/repair-1.jpg);
        background-size: cover;
    }

    .dcsj-options__repair .dcsj-options__content .button {
        font-size: 1.1em;
        color: #fff;
        border-color: #00da9a;
        background: #00da9a;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    }

.dcsj-options__rebate,
.dcsj-options__replace {
    -webkit-animation: FadeIn 0.5s;
    animation: FadeIn 0.5s;
}

    .dcsj-options__replace .dcsj-options__bg {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 159, 249, 0.7)), to(rgba(26, 158, 140, 0.2))), url(../Images/replace-2.jpg);
        background: -o-linear-gradient(rgba(43, 159, 249, 0.7), rgba(26, 158, 140, 0.2)), url(../Images/replace-2.jpg);
        background: linear-gradient(rgba(43, 159, 249, 0.7), rgba(26, 158, 140, 0.2)), url(../Images/replace-2.jpg);
        background-size: cover;
    }

    .dcsj-options__replace .dcsj-options__content .button {
        font-size: 1.1em;
        color: #fff;
        border-color: #2b9ff9;
        background: #2b9ff9;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    }

.dcsj-options__rebate {
    -webkit-animation: FadeIn 0.7s;
    animation: FadeIn 0.7s;
}

    .dcsj-options__rebate .dcsj-options__bg {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 173, 78, 0.7)), to(rgba(26, 158, 140, 0.2))), url(../img/landing/rebate.jpg);
        background: -o-linear-gradient(rgba(240, 173, 78, 0.7), rgba(26, 158, 140, 0.2)), url(../img/landing/rebate.jpg);
        background: linear-gradient(rgba(240, 173, 78, 0.7), rgba(26, 158, 140, 0.2)), url(../img/landing/rebate.jpg);
        background-size: cover;
    }

    .dcsj-options__rebate .dcsj-options__content .button {
        font-size: 1.1em;
        color: #fff;
        border-color: #f0ad4e;
        background: #f0ad4e;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    }

.dcsj-page {
    background: rgba(240, 242, 244, 0.5);
}

    .dcsj-page .dcsj-landingHeader {
        height: auto;
    }

    .dcsj-page .dcsj-options__repair {
        overflow: visible;
        height: 300px;
        -webkit-animation: SlideIn-Top 0.4s;
        animation: SlideIn-Top 0.4s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

        .dcsj-page .dcsj-options__repair:hover .dcsj-options__bg,
        .dcsj-page__rebate .dcsj-options__rebate:hover .dcsj-options__bg,
        .dcsj-page__replace .dcsj-options__replace:hover .dcsj-options__bg {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
        }

    .dcsj-page .dcsj-options__content {
        position: absolute;
        bottom: 3em;
        left: 0;
        width: 100%;
    }

    .dcsj-page .dcsj-options__title {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
    }

        .dcsj-page .dcsj-options__title::before {
            position: absolute;
            z-index: -1;
            top: -2em;
            right: 0;
            left: 0;
            display: block;
            width: 135px;
            height: 135px;
            margin-right: auto;
            margin-left: auto;
            content: "";
            border-radius: 50%;
            background: rgba(0, 218, 154, 0.9);
        }

        .dcsj-page .dcsj-options__title h1,
        .dcsj-page .dcsj-options__title h2,
        .dcsj-page .dcsj-options__title h3,
        .dcsj-page .dcsj-options__title h4,
        .dcsj-page .dcsj-options__title h5,
        .dcsj-page .dcsj-options__title h6 {
            font-size: 1.8em;
            padding-bottom: 0;
        }

.dcsj-page__rebate .dcsj-options__rebate,
.dcsj-page__replace .dcsj-options__replace {
    overflow: visible;
    height: 300px;
    -webkit-animation: SlideIn-Top 0.4s;
    animation: SlideIn-Top 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.dcsj-page__replace .dcsj-options__title h1,
.dcsj-page__replace .dcsj-options__title h2,
.dcsj-page__replace .dcsj-options__title h3,
.dcsj-page__replace .dcsj-options__title h4,
.dcsj-page__replace .dcsj-options__title h5,
.dcsj-page__replace .dcsj-options__title h6 {
    font-size: 1.6em;
}

.dcsj-page__replace .dcsj-options__title::before {
    background: rgba(43, 159, 249, 0.9);
}

.dcsj-page__rebate .dcsj-options__title::before {
    background: rgba(240, 173, 78, 0.9);
}

.dcsj-pageHeader--repair .dcsj-options__bg img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding-top: 4em;
    opacity: 0.5;
}

.dcsj-page-content__rebate,
.dcsj-page-content__repair,
.dcsj-page-content__replace {
    -webkit-animation: FadeIn 0.5s;
    animation: FadeIn 0.5s;
}

    .dcsj-page-content__repair h4 {
        color: #00da9a;
    }

    .dcsj-page-content__repair .dcsj-events h4 {
        display: bock;
        width: 100%;
        padding-bottom: 0.25em;
        text-align: center;
    }

    .dcsj-page-content__repair .dcsj-events .header-icon {
        font-size: 1.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 60px;
        height: 60px;
        margin: 0 auto 1em;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        background: #00da9a;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dcsj-page-content__repair .dcsj-events .accordion-toggle {
        margin: 0;
        cursor: pointer;
    }

    .dcsj-page-content__repair .dcsj-events .accordion-content,
    .efmpIncentive,
    .efmpIncentive::before {
        display: none;
    }

        .dcsj-page-content__repair .dcsj-events .accordion-content.default {
            display: block;
        }

    .dcsj-page-content__repair .dcsj-events__archive .accordion-toggle {
        margin-bottom: 0.25em;
        padding: 0.25em 0;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        text-align: center;
        background: #e9e9e9;
    }

        .dcsj-page-content__repair .dcsj-events__archive .accordion-toggle:hover,
        .owl-theme .owl-dots .owl-dot span {
            background: rgba(233, 233, 233, 0.5);
        }

    .dcsj-page-content__repair .dcsj-info .header-icon {
        font-size: 1.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 60px;
        height: 60px;
        margin: 0 auto 1em;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        background: #00da9a;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dcsj-page-content__repair .docs table,
    .dcsj-page-content__repair .table,
    .docs .dcsj-page-content__repair table {
        font-size: 0.9em;
    }

        .dcsj-page-content__repair .docs table a,
        .dcsj-page-content__repair .table a,
        .docs .dcsj-page-content__repair table a {
            background-position: 0 16px;
        }

        .dcsj-page-content__repair .docs table tr.canceled td,
        .dcsj-page-content__repair .table tr.canceled td,
        .docs .dcsj-page-content__repair table tr.canceled td {
            text-decoration: line-through !important;
        }

            .dcsj-page-content__repair .docs table tr.canceled td[data-th="Location"],
            .dcsj-page-content__repair .table tr.canceled td[data-th="Location"],
            .docs .dcsj-page-content__repair table tr.canceled td[data-th="Location"] {
                font-weight: 700;
                text-decoration: none !important;
                color: #e74c3c;
            }

    .dcsj-page-content__replace h4 {
        color: #2b9ff9;
    }

    .dcsj-page-content__replace .options-call {
        position: relative;
    }

    .dcsj-page-content__replace .options-call__illu {
        position: absolute;
        z-index: 0;
        bottom: 10%;
        left: 0;
        display: block;
        width: 75%;
        opacity: 0.25;
    }

    .dcsj-page-content__replace .options-call__intro {
        font-size: 1.5em;
        font-weight: 300;
        margin: 0;
        padding-top: 0.5em;
        color: #2b9ff9;
    }

    .dcsj-page-content__replace .options-call__legend {
        z-index: 2;
        margin: 0;
        padding: 2em 0 0;
        list-style-type: none;
    }

        .dcsj-page-content__replace .options-call__legend li {
            font-size: 0.8em;
        }

            .dcsj-page-content__replace .options-call__legend li:last-child {
                padding-bottom: 0;
            }

            .dcsj-page-content__replace .options-call__legend li:first-child {
                font-size: 1em;
                font-weight: 700;
                color: #2b9ff9;
            }

            .dcsj-page-content__replace .options-call__legend li span {
                font-weight: 700;
                color: #2b9ff9;
            }

            .dcsj-page-content__replace .options-call__legend li a {
                background-position: 0 15px;
            }

    .dcsj-page-content__replace .options-table h5,
    .docs .efmpSection__optionsNew table td,
    .efmpSection__optionsNew .docs table td,
    .efmpSection__optionsNew .table td {
        text-align: center;
    }

    .dcsj-page-content__replace .options-table .docs table tr td,
    .dcsj-page-content__replace .options-table .table tr td,
    .docs .dcsj-page-content__replace .options-table table tr td {
        padding: 0.4em;
    }

        .dcsj-page-content__replace .options-table .docs table tr td.empty,
        .dcsj-page-content__replace .options-table .table tr td.empty,
        .docs .dcsj-page-content__replace .options-table table tr td.empty {
            background: #ddd;
        }

    .dcsj-page-content__replace .options-table .docs table .table-head,
    .dcsj-page-content__replace .options-table .table .table-head,
    .docs .dcsj-page-content__replace .options-table table .table-head {
        background: #000;
    }

        .dcsj-page-content__replace .options-table .docs table .table-head td,
        .dcsj-page-content__replace .options-table .table .table-head td,
        .docs .dcsj-page-content__replace .options-table table .table-head td {
            font-weight: 700;
            color: #fff;
        }

        .dcsj-page-content__replace .options-table .docs table .table-head th,
        .dcsj-page-content__replace .options-table .table .table-head th,
        .docs .dcsj-page-content__replace .options-table table .table-head th {
            font-weight: 700;
            text-align: right;
            color: #fff;
            background: #000;
        }

    .dcsj-page-content__replace .options-table--DAC h5 {
        color: #1c61ad;
    }

    .dcsj-page-content__replace .options-table--DAC .docs table,
    .dcsj-page-content__replace .options-table--DAC .docs table tr,
    .dcsj-page-content__replace .options-table--DAC .table,
    .dcsj-page-content__replace .options-table--DAC .table tr,
    .docs .dcsj-page-content__replace .options-table--DAC table,
    .docs .dcsj-page-content__replace .options-table--DAC table tr {
        border-color: rgba(28, 97, 173, 0.5);
    }

        .dcsj-page-content__replace .options-table--DAC .docs table tr td,
        .dcsj-page-content__replace .options-table--DAC .table tr td,
        .docs .dcsj-page-content__replace .options-table--DAC table tr td {
            padding: 0.4em;
            color: #1c61ad;
            border-color: rgba(28, 97, 173, 0.5);
            background: rgba(28, 97, 173, 0.1);
        }

            .dcsj-page-content__replace .options-table--DAC .docs table tr td.empty,
            .dcsj-page-content__replace .options-table--DAC .table tr td.empty,
            .docs .dcsj-page-content__replace .options-table--DAC table tr td.empty {
                background: rgba(28, 97, 173, 0.5);
            }

        .dcsj-page-content__replace .options-table--DAC .docs table tr th,
        .dcsj-page-content__replace .options-table--DAC .table tr th,
        .docs .dcsj-page-content__replace .options-table--DAC table tr th {
            text-align: left;
            color: rgba(28, 97, 173, 0.7);
            border-color: rgba(28, 97, 173, 0.5);
        }

        .dcsj-page-content__replace .options-table--DAC .docs table .table-head,
        .dcsj-page-content__replace .options-table--DAC .docs table .table-head th,
        .dcsj-page-content__replace .options-table--DAC .table .table-head,
        .dcsj-page-content__replace .options-table--DAC .table .table-head th,
        .docs .dcsj-page-content__replace .options-table--DAC table .table-head,
        .docs .dcsj-page-content__replace .options-table--DAC table .table-head th {
            background: #1c61ad;
        }

            .dcsj-page-content__replace .options-table--DAC .docs table .table-head td,
            .dcsj-page-content__replace .options-table--DAC .table .table-head td,
            .docs .dcsj-page-content__replace .options-table--DAC table .table-head td {
                font-weight: 700;
                color: #fff;
            }

    .dcsj-page-content__rebate h4 {
        width: 100%;
        color: #f0ad4e;
    }

    .dcsj-page-content__rebate .application .header-icon,
    .dcsj-page-content__rebate .information i {
        font-size: 1.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 60px;
        height: 60px;
        margin: 0 auto 1em;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        background: #f0ad4e;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .dcsj-page-content__rebate .application {
        padding-bottom: 2em;
    }

        .dcsj-page-content__rebate .application .button {
            margin: 0 auto 2em;
        }

        .dcsj-page-content__rebate .application ul {
            display: block;
            width: 100%;
        }

    .dcsj-page-content__rebate .application__documents a {
        font-size: 1.25em;
        font-weight: 700;
        background-image: none;
    }

        .dcsj-page-content__rebate .application__documents a i {
            padding-right: 0.25em;
            color: #009a67;
        }

.efmpApp i,
.efmpCalc i {
    font-size: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto 1em;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #2b9ff9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.efmpIncentive p {
    margin-bottom: 1em;
    border-bottom: 1px solid #faebcc;
}

.efmpIncentive table {
    width: 100%;
}

    .efmpIncentive table td,
    .efmpIncentive table th {
        padding: 0 0.25em;
        text-align: left;
    }

    .efmpIncentive table tr {
        display: table-row;
    }

        .efmpIncentive table tr:nth-child(even) {
            background: #faebcc;
        }

    .efmpIncentive table td span {
        font-weight: 700;
    }

.efmpApp {
    padding-bottom: 20em;
}

.efmpQuestions {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.efmpQuestions__card {
    float: left;
    width: 100%;
    min-height: 1px;
    padding: 2em 1em;
    border: 10px solid #e9e9e9;
    background: #fff;
}

.efmpQuestions__card--DC,
.efmpQuestions__card--confirm,
.efmpQuestions__card--question,
.efmpQuestions__card--userInformation {
    z-index: -1;
    margin-top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
}

    .efmpQuestions__card--DC.active,
    .efmpQuestions__card--confirm.active,
    .efmpQuestions__card--question.active,
    .efmpQuestions__card--userInformation.active {
        z-index: 50;
        margin-top: 0;
        opacity: 1;
    }

.efmpQuestions__card--DC,
.efmpQuestions__card--confirm,
.efmpQuestions__card--question {
    position: absolute;
    margin-top: 100px;
    opacity: 0;
}

    .efmpQuestions__card--confirm h5 {
        line-height: 1.5em;
        text-align: center;
        color: #009a67;
    }

    .efmpQuestions__card--DC h5 {
        color: #e74c3c;
    }

    .efmpQuestions__card--DC h5,
    .efmpQuestions__card--question h5 {
        line-height: 1.5em;
        text-align: center;
    }

    .efmpQuestions__card--question ul {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 250px;
        margin: 0 auto;
        padding-top: 1em;
        padding-left: 0;
        list-style-type: none;
    }

        .efmpQuestions__card--question ul li {
            display: block;
            float: left;
            width: 45%;
            padding: 0.5em;
        }

            .efmpQuestions__card--question ul li a {
                position: relative;
                display: block;
                width: 100%;
                padding: 1em 1em 1em 2.7em;
                border: 0;
                border-radius: 0.25em;
                background: #e9e9e9;
            }

                .efmpQuestions__card--question ul li a.yes {
                    color: #fff;
                    background: #1c61ad;
                }

                    .efmpQuestions__card--question ul li a.no::before,
                    .efmpQuestions__card--question ul li a.yes::before {
                        font-family: "Black Tie";
                        position: absolute;
                        left: 1em;
                        content: "\F012";
                    }

                    .efmpQuestions__card--question ul li a.yes:hover {
                        background: rgba(28, 97, 173, 0.8);
                    }

                .efmpQuestions__card--question ul li a.no {
                    color: #1c61ad;
                }

                    .efmpQuestions__card--question ul li a.no::before {
                        content: "\F00C";
                    }

                    .efmpQuestions__card--question ul li a.no:hover {
                        background: rgba(233, 233, 233, 0.8);
                    }

.efmpSection__optionsCard a {
    display: block;
    padding: 1em;
    color: #1c61ad;
    border: 10px solid #e9e9e9;
    background: #fff;
}

    .efmpSection__optionsCard a:hover {
        background: rgba(233, 233, 233, 0.4);
    }

.modal {
    overflow-x: noscroll;
    overflow-y: scroll;
}

    .modal.modalSJVAPCD .button {
        margin: 0 0 2em;
    }

    .modal.modalSJVAPCD img {
        display: block;
        margin: 0 auto;
        padding-bottom: 4em;
    }

    .modal.modalSJVAPCD ul {
        width: 100%;
        list-style-type: none;
    }

        .modal.modalSJVAPCD ul li {
            font-weight: 700;
            text-align: left;
            color: #fff;
        }

            .modal.modalSJVAPCD ul li:nth-child(1) {
                font-weight: 400;
                border-bottom: 1px solid #fff;
            }

            .modal.modalSJVAPCD ul li:nth-child(2),
            .modal.modalSJVAPCD ul li:nth-child(3),
            .modal.modalSJVAPCD ul li:nth-child(4) {
                color: #f0ad4e;
            }

            .modal.modalSJVAPCD ul li:nth-child(5),
            .modal.modalSJVAPCD ul li:nth-child(6),
            .modal.modalSJVAPCD ul li:nth-child(7) {
                color: #1c61ad;
            }

            .modal.modalSJVAPCD ul li:nth-child(10),
            .modal.modalSJVAPCD ul li:nth-child(8),
            .modal.modalSJVAPCD ul li:nth-child(9) {
                color: #009a67;
            }

.owl-theme {
    position: relative;
}

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0;
    }

    .owl-theme .owl-dots {
        position: absolute;
        right: 0;
        bottom: 5px;
        left: 0;
        margin: auto;
    }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

.container {
    margin: 0 auto;
}

.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}

.col-xs,
.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-flex: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

    .col.reverse,
    .row.reverse {
        flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }

.col.reverse {
    flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
}

.col-xs {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-xs {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.col-xs-1 {
    max-width: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
}

.col-xs-2 {
    max-width: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
}

.col-xs-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.col-xs-4 {
    max-width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
}

.col-xs-5 {
    max-width: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
}

.col-xs-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.col-xs-7 {
    max-width: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
}

.col-xs-8 {
    max-width: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
}

.col-xs-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}

.col-xs-10 {
    max-width: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
}

.col-xs-11 {
    max-width: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
}

.col-xs-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    text-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.center-xs {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.end-xs {
    text-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 320px) {
    .table-responsive.table-break-small td::before {
        display: none;
    }

    .table-responsive.table-break-small td,
    .table-responsive.table-break-small th {
        display: table-cell;
    }
}

@media only screen and (min-width: 400px) {
    .container {
        max-width: 49rem;
    }

    .col-sm {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-offset-1,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .col-sm-1 {
        max-width: 8.333%;
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    }

    .col-sm-2 {
        max-width: 16.667%;
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    }

    .col-sm-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .col-sm-4 {
        max-width: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    }

    .col-sm-5 {
        max-width: 41.667%;
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    }

    .col-sm-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .col-sm-7 {
        max-width: 58.333%;
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    }

    .col-sm-8 {
        max-width: 66.667%;
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    }

    .col-sm-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .col-sm-10 {
        max-width: 83.333%;
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    }

    .col-sm-11 {
        max-width: 91.667%;
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    }

    .col-sm-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.667%;
    }

    .start-sm {
        text-align: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .center-sm {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .end-sm {
        text-align: end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 768px) {
    .full-width {
        margin-right: -30px;
        margin-left: -30px;
    }

    body,
    input[type="text"],
    select,
    textarea {
        font-size: 16px;
    }

    .input input,
    .select select {
        padding: 8px 15px;
    }

    .form-button-wrap {
        text-align: right;
    }

    .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .table-responsive.table-break-medium td,
    .table-responsive.table-break-medium th {
        display: table-cell;
    }

    .text--small,
    .text-small,
    label.label {
        font-size: 14px;
    }

        .text--small a {
            background-position: 0 15px;
        }

            .text--small a:hover {
                background-position: 0 0;
            }

    .hidden-medium,
    .show-small,
    .table-responsive.table-break-medium td::before {
        display: none;
    }

    .hide-small {
        display: block;
    }

    .hide-small-inline-block {
        display: inline-block !important;
    }

    .hide-medium {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm,
    .visible-sm-block {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

@media only screen and (min-width: 944px) {
    .container {
        max-width: 944px;
    }

    .col-md {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-offset-1,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .col-md-1 {
        max-width: 8.333%;
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    }

    .col-md-2 {
        max-width: 16.667%;
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    }

    .col-md-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .col-md-4 {
        max-width: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    }

    .col-md-5 {
        max-width: 41.667%;
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    }

    .col-md-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .col-md-7 {
        max-width: 58.333%;
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    }

    .col-md-8 {
        max-width: 66.667%;
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    }

    .col-md-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .col-md-10 {
        max-width: 83.333%;
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    }

    .col-md-11 {
        max-width: 91.667%;
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    }

    .col-md-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.333%;
    }

    .col-md-offset-2 {
        margin-left: 16.667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.333%;
    }

    .col-md-offset-5 {
        margin-left: 41.667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333%;
    }

    .col-md-offset-8 {
        margin-left: 66.667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.333%;
    }

    .col-md-offset-11 {
        margin-left: 91.667%;
    }

    .start-md {
        text-align: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .center-md {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .end-md {
        text-align: end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 992px) {
    .button--big {
        padding: 10px 40px;
    }

    .button--huge {
        line-height: 1.5em;
        padding: 18px 50px;
        border-radius: 0.25em;
    }

    .button--huge,
    body,
    input[type="text"],
    select,
    textarea {
        font-size: 18px;
    }

    .docs table td,
    .docs table th,
    .table td,
    .table th {
        padding: 10px 20px;
    }

    .text--huge {
        font-size: 40px;
    }

    .text--big {
        font-size: 28px;
    }

    .text--body {
        font-size: 18px;
    }

    .hidden-large {
        display: none;
    }

    .hidden-medium {
        display: inline-block;
    }

    .hide-medium {
        display: block;
    }

    .dcsj-landingHeader__brand img {
        width: 30%;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md,
    .visible-md-block {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }

    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .text--huge {
        font-size: 48px;
    }

    .hidden-large {
        display: inline-block;
    }

    .visible-lg,
    .visible-lg-block {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }

    .dcsj-layout-nav {
        width: 15%;
        -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
    }

    .dcsj-layout-content {
        padding-left: 15%;
    }

    .dcsj-layout-nav .dcsj-nav__action,
    .dcsj-nav-secondary {
        display: none;
    }

    .dcsj-layout-nav .dcsj-nav__brand--vad {
        width: 190px;
        height: 50px;
        background: url(../img/svg/vad-sm.svg) no-repeat center;
    }

    .dcsj-layout-nav .dcsj-nav ul {
        height: 420px;
        padding-top: 100px;
    }

        .dcsj-layout-nav .dcsj-nav ul li a {
            font-size: 1.8em;
        }

    .dcsj-landingHeader__brand img {
        width: 25%;
    }

    .dcsj-landingHeader__info h4 {
        font-size: 1.5em;
        line-height: 1.5em;
    }

    .dcsj-options {
        padding-bottom: 10px;
    }

    .dcsj-page .dcsj-options__title::before {
        width: 145px;
        height: 145px;
    }

    .dcsj-page-content__replace .options-call__illu {
        width: 70%;
    }

    .modal.modalSJVAPCD ul {
        width: 75%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1380px) {
    .container {
        max-width: 1380px;
    }

    .col-lg {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-offset-1,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .col-lg-1 {
        max-width: 8.333%;
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    }

    .col-lg-2 {
        max-width: 16.667%;
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    }

    .col-lg-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .col-lg-4 {
        max-width: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    }

    .col-lg-5 {
        max-width: 41.667%;
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    }

    .col-lg-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .col-lg-7 {
        max-width: 58.333%;
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    }

    .col-lg-8 {
        max-width: 66.667%;
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    }

    .col-lg-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }

    .col-lg-10 {
        max-width: 83.333%;
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    }

    .col-lg-11 {
        max-width: 91.667%;
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    }

    .col-lg-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.667%;
    }

    .start-lg {
        text-align: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .center-lg {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .end-lg {
        text-align: end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 992px) {
    .raan-load .chart-header {
        padding: 1em 1em 6em;
    }

    .dcsj-layout-nav.active,
    .nav__title {
        width: 50%;
    }

    .nav__menu-icon {
        display: block;
        float: left;
        width: 50%;
    }

    .nav__collapse {
        display: none;
        float: none;
        width: 100%;
    }

    .nav__list {
        width: 100%;
        text-align: center;
    }

        .nav__list li {
            display: block;
        }

            .nav__list li a {
                width: 100%;
            }

    .nav-inpage {
        position: relative !important;
        margin: 0 auto !important;
        text-align: center;
        border: 0;
    }

    .progress-tracker li {
        font-size: 0.7em;
    }

        .progress-tracker li span {
            display: none;
        }

    .progress-tracker em {
        display: inline;
    }

    .border--mobile-none {
        border: 0 !important;
    }

    .navDemo__sub-list {
        top: -100vh;
        overflow-y: scroll;
        height: 100vh;
        padding-bottom: 4em;
    }

    .footer-ribbon {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .dcsj-landingHeader__info h4 {
        font-size: 1.3em;
        line-height: 1.5em;
    }

    .efmpQuestions {
        padding-bottom: 5em;
    }

    .efmpSection__optionsCard {
        margin-bottom: 1em;
    }

    .modal.modalSJVAPCD ul li {
        display: inline-block;
    }

        .modal.modalSJVAPCD ul li::after {
            content: ",";
        }

        .modal.modalSJVAPCD ul li:first-child:after {
            content: "";
        }

        .modal.modalSJVAPCD ul li:last-child:after {
            content: ".";
        }

        .modal.modalSJVAPCD ul li:nth-child(1) {
            border: 0;
        }
}

@media (max-width: 768px) {
    .table-responsive.table-break-medium td {
        padding-bottom: 0;
        border: 0;
    }

    a {
        background-position: 0 15px;
    }

    .dcsj-landingHeader__brand img {
        width: 75%;
    }

    .dcsj-landingHeader__info h4 {
        font-size: 1.2em;
        line-height: 1.3em;
    }

    .dcsj-options__content p {
        font-size: 1.4em;
    }

    .dcsj-options__content .aligner-center-horitzontal {
        padding-bottom: 3.5em;
    }

    .dcsj-page .dcsj-options__title h1,
    .dcsj-page .dcsj-options__title h2,
    .dcsj-page .dcsj-options__title h3,
    .dcsj-page .dcsj-options__title h4,
    .dcsj-page .dcsj-options__title h5,
    .dcsj-page .dcsj-options__title h6 {
        font-size: 2.5em;
    }

    .dcsj-page__replace .dcsj-options__title h1,
    .dcsj-page__replace .dcsj-options__title h2,
    .dcsj-page__replace .dcsj-options__title h3,
    .dcsj-page__replace .dcsj-options__title h4,
    .dcsj-page__replace .dcsj-options__title h5,
    .dcsj-page__replace .dcsj-options__title h6 {
        font-size: 2.3em;
    }

    .dcsj-page-content__replace .options-call__illu {
        display: none;
    }

    .dcsj-page-content__replace .options-call__legend {
        padding-bottom: 2.5em;
    }

        .dcsj-page-content__replace .options-call__legend li {
            font-size: 1em;
        }

    .dcsj-page-content__rebate .information {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .dcsj-page-content__rebate .application {
        padding-bottom: 6em;
    }

        .dcsj-page-content__rebate .application .button {
            width: 100%;
        }

    .owl-theme .owl-dots {
        bottom: 15px;
    }
}

@media (max-width: 767px) {
    .visible-xs,
    .visible-xs-block {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 320px) {
    .table-responsive.table-break-small td {
        padding-bottom: 0;
        border: 0;
    }

    .block-mobile {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .dcsj-landingHeader__brand {
        padding: 0.5em 0;
    }

        .dcsj-landingHeader__brand img {
            width: 100%;
        }

    .dcsj-landingHeader__info h4 {
        font-size: 1.1em;
        line-height: 1.2em;
    }

    .dcsj-options__content p {
        font-size: 1em;
    }
}
