@charset "UTF-8";.wdn-band {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw
}

.dcf-bleed .wdn-band,.wdn-band .dcf-bleed,.wdn-band .wdn-band {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    right: 0;
    width: auto
}

.wdn-light-neutral-band {
    background-color: var(--bg-lightest-gray)
}

.wdn-light-complement-band,.wdn-light-triad-band {
    background-color: var(--bg-lighter-gray)
}

.wdn-inner-wrapper {
    padding: 4.21em 5.62vw
}

.wdn-inner-padding-sm {
    padding-bottom: 3.16em;
    padding-top: 3.16em
}

.wdn-inner-padding-lg {
    padding-bottom: 5.62em;
    padding-top: 5.62em
}

.wdn-inner-padding-no-top {
    padding-top: 0
}

.wdn-inner-padding-no-bottom {
    padding-bottom: 0
}

.wdn-inner-padding-none {
    padding-bottom: 0;
    padding-top: 0
}

.wdn-stretch {
    max-width: 100%;
    width: 100%
}

.wdn-center {
    text-align: center
}

@media only screen and (min-width: 60em) {
    .wdn-text-band .wdn-inner-wrapper {
        margin:0 auto;
        max-width: 37.5rem;
        padding-left: 0;
        padding-right: 0
    }
}

.wdn-two-flow-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.wdn-three-flow-columns,.wdn-two-flow-columns {
    -webkit-column-gap: 3.16vw;
    -moz-column-gap: 3.16vw;
    column-gap: 3.16vw
}

.wdn-three-flow-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

form ol {
    list-style: none;
    margin: 0;
    padding: 0
}

form ul.wdn-std {
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 40px
}

form ul.wdn-std li {
    margin: 0
}

form input[type=email],form input[type=number],form input[type=password],form input[type=search],form input[type=tel],form input[type=text],form input[type=url],form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bg-input);
    border: 1px solid var(--b-input);
    border-radius: 3px;
    color: inherit;
    font-family: inherit;
    padding: .56em .75em;
    -webkit-transition: border-color .4s ease-out,-webkit-box-shadow .4s ease-out;
    transition: border-color .4s ease-out,-webkit-box-shadow .4s ease-out;
    transition: border-color .4s ease-out,box-shadow .4s ease-out;
    transition: border-color .4s ease-out,box-shadow .4s ease-out,-webkit-box-shadow .4s ease-out;
    width: 100%
}

form input[type=email]:hover,form input[type=number]:hover,form input[type=password]:hover,form input[type=search]:hover,form input[type=tel]:hover,form input[type=text]:hover,form input[type=url]:hover,form textarea:hover {
    border-color: var(--b-input-hover);
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}

form input[type=email]:focus,form input[type=number]:focus,form input[type=password]:focus,form input[type=search]:focus,form input[type=tel]:focus,form input[type=text]:focus,form input[type=url]:focus,form textarea:focus {
    border-color: var(--b-input-focus);
    -webkit-box-shadow: 0 0 0 3px var(--bg-body),0 0 0 5px var(--b-input-focus);
    box-shadow: 0 0 0 3px var(--bg-body),0 0 0 5px var(--b-input-focus);
    outline: none;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out
}

@-webkit-keyframes wdn-error {
    0% {
        border: 1px solid #d00000;
        -webkit-box-shadow: 0 0 6px fadeout(#d00000,20%);
        box-shadow: 0 0 6px fadeout(#d00000,20%)
    }

    to {
        border: 1px solid fadeout(#d00000,80%);
        -webkit-box-shadow: 0 0 6px fadeout(#d00000,90%);
        box-shadow: 0 0 6px fadeout(#d00000,90%)
    }
}

@keyframes wdn-error {
    0% {
        border: 1px solid #d00000;
        -webkit-box-shadow: 0 0 6px fadeout(#d00000,20%);
        box-shadow: 0 0 6px fadeout(#d00000,20%)
    }

    to {
        border: 1px solid fadeout(#d00000,80%);
        -webkit-box-shadow: 0 0 6px fadeout(#d00000,90%);
        box-shadow: 0 0 6px fadeout(#d00000,90%)
    }
}

form input.wdn-error,form select.wdn-error,form textarea.wdn-error {
    -webkit-animation: wdn-error 1.2s infinite alternate;
    animation: wdn-error 1.2s infinite alternate;
    border: 1px solid #d00000
}

form span.required {
    color: #d00000;
    font-size: .75em;
    font-style: italic
}

form span.helper {
    color: #6b6b68;
    font-size: .75em
}

.wdn-input-group {
    display: -webkit-box;
    display: flex;
    width: 100%
}

.wdn-input-group input[type=text] {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 0;
    width: 1%
}

.wdn-webform-opt-out ol,.wdn-webform-opt-out ul {
    padding-left: 1em
}

.wdn-webform-opt-out ol {
    list-style-type: decimal
}

.wdn-webform-opt-out ul {
    list-style-type: disc
}

.wdn-webform-opt-out li,.wdn-webform-opt-out li li {
    margin: 0
}

[class*=wdn-grid-set] {
    clear: left;
    margin: 0 -1.58vw
}

[class*=wdn-grid-set]:after {
    clear: both;
    content: "";
    display: table
}

[class*=wdn-grid-set]>[class*=wdn-grid-set] {
    margin-left: 0;
    margin-right: 0
}

[class*=wdn-col] {
    float: left;
    padding: 0 1.58vw;
    width: 100%
}

[class*=wdn-col].col-padding {
    background-clip: content-box;
    padding: 1.58vw 0 1.58vw 3.16vw
}

.wdn-grid-clear[class*=wdn-grid-set-eighths] .wdn-col:nth-child(8n+1),.wdn-grid-clear[class*=wdn-grid-set-fifths] .wdn-col:nth-child(5n+1),.wdn-grid-clear[class*=wdn-grid-set-fourths] .wdn-col:nth-child(4n+1),.wdn-grid-clear[class*=wdn-grid-set-halves] .wdn-col:nth-child(odd),.wdn-grid-clear[class*=wdn-grid-set-ninths] .wdn-col:nth-child(9n+1),.wdn-grid-clear[class*=wdn-grid-set-sevenths] .wdn-col:nth-child(7n+1),.wdn-grid-clear[class*=wdn-grid-set-sixths] .wdn-col:nth-child(6n+1),.wdn-grid-clear[class*=wdn-grid-set-tenths] .wdn-col:nth-child(10n+1),.wdn-grid-clear[class*=wdn-grid-set-thirds] .wdn-col:nth-child(3n+1) {
    clear: left
}

[class*=wdn-col] .visual-island {
    padding: 0 1.58vw
}

#dcf-main ol[class*=wdn-grid-set],#dcf-main ul[class*=wdn-grid-set] {
    list-style: none;
    padding: 0
}

li.wdn-col {
    margin-bottom: 0;
    margin-left: 0
}

.wdn-col-full,.wdn-grid-set-full .wdn-col {
    width: 100%
}

.wdn-col-five-tenths,.wdn-col-four-eighths,.wdn-col-one-half,.wdn-col-three-sixths,.wdn-col-two-fourths,.wdn-grid-set-halves .wdn-col {
    width: 50%
}

.wdn-col-one-third,.wdn-col-three-ninths,.wdn-col-two-sixths,.wdn-grid-set-thirds .wdn-col {
    width: 33.33333333%
}

.wdn-col-four-sixths,.wdn-col-six-ninths,.wdn-col-two-thirds {
    width: 66.66666667%
}

.wdn-col-one-fourth,.wdn-col-two-eighths,.wdn-grid-set-fourths .wdn-col {
    width: 25%
}

.wdn-col-six-eighths,.wdn-col-three-fourths {
    width: 75%
}

.wdn-col-one-fifth,.wdn-col-two-tenths,.wdn-grid-set-fifths .wdn-col {
    width: 20%
}

.wdn-col-four-tenths,.wdn-col-two-fifths {
    width: 40%
}

.wdn-col-six-tenths,.wdn-col-three-fifths {
    width: 60%
}

.wdn-col-eight-tenths,.wdn-col-four-fifths {
    width: 80%
}

.wdn-col-one-sixth,.wdn-grid-set-sixths .wdn-col {
    width: 16.66666667%
}

.wdn-col-five-sixths {
    width: 83.33333333%
}

.wdn-col-one-seventh,.wdn-grid-set-sevenths .wdn-col {
    width: 14.28571429%
}

.wdn-col-two-sevenths {
    width: 28.57142857%
}

.wdn-col-three-sevenths {
    width: 42.85714286%
}

.wdn-col-four-sevenths {
    width: 57.14285714%
}

.wdn-col-five-sevenths {
    width: 71.42857143%
}

.wdn-col-six-sevenths {
    width: 85.71428571%
}

.wdn-col-one-eighth,.wdn-grid-set-eighths .wdn-col {
    width: 12.5%
}

.wdn-col-three-eighths {
    width: 37.5%
}

.wdn-col-five-eighths {
    width: 62.5%
}

.wdn-col-seven-eighths {
    width: 87.5%
}

.wdn-col-one-ninth,.wdn-grid-set-ninths .wdn-col {
    width: 11.11111111%
}

.wdn-col-two-ninths {
    width: 22.22222222%
}

.wdn-col-four-ninths {
    width: 44.44444444%
}

.wdn-col-five-ninths {
    width: 55.55555556%
}

.wdn-col-seven-ninths {
    width: 77.77777778%
}

.wdn-col-eight-ninths {
    width: 88.88888889%
}

.wdn-col-one-tenth,.wdn-grid-set-tenths .wdn-col {
    width: 10%
}

.wdn-col-three-tenths {
    width: 30%
}

.wdn-col-seven-tenths {
    width: 70%
}

.wdn-col-nine-tenths {
    width: 90%
}

@media only screen and (min-width: 30em) {
    .bp1-wdn-col-full,.bp1-wdn-grid-set-full .wdn-col,.bp480-wdn-col-full,.bp480-wdn-grid-set-full .wdn-col {
        width:100%
    }

    .bp1-wdn-col-five-tenths,.bp1-wdn-col-four-eighths,.bp1-wdn-col-one-half,.bp1-wdn-col-three-sixths,.bp1-wdn-col-two-fourths,.bp1-wdn-grid-set-halves .wdn-col,.bp480-wdn-col-five-tenths,.bp480-wdn-col-four-eighths,.bp480-wdn-col-one-half,.bp480-wdn-col-three-sixths,.bp480-wdn-col-two-fourths,.bp480-wdn-grid-set-halves .wdn-col {
        width: 50%
    }

    .bp1-wdn-col-one-third,.bp1-wdn-col-three-ninths,.bp1-wdn-col-two-sixths,.bp1-wdn-grid-set-thirds .wdn-col,.bp480-wdn-col-one-third,.bp480-wdn-col-three-ninths,.bp480-wdn-col-two-sixths,.bp480-wdn-grid-set-thirds .wdn-col {
        width: 33.33333333%
    }

    .bp1-wdn-col-four-sixths,.bp1-wdn-col-six-ninths,.bp1-wdn-col-two-thirds,.bp480-wdn-col-four-sixths,.bp480-wdn-col-six-ninths,.bp480-wdn-col-two-thirds {
        width: 66.66666667%
    }

    .bp1-wdn-col-one-fourth,.bp1-wdn-col-two-eighths,.bp1-wdn-grid-set-fourths .wdn-col,.bp480-wdn-col-one-fourth,.bp480-wdn-col-two-eighths,.bp480-wdn-grid-set-fourths .wdn-col {
        width: 25%
    }

    .bp1-wdn-col-six-eighths,.bp1-wdn-col-three-fourths,.bp480-wdn-col-six-eighths,.bp480-wdn-col-three-fourths {
        width: 75%
    }

    .bp1-wdn-col-one-fifth,.bp1-wdn-col-two-tenths,.bp1-wdn-grid-set-fifths .wdn-col,.bp480-wdn-col-one-fifth,.bp480-wdn-col-two-tenths,.bp480-wdn-grid-set-fifths .wdn-col {
        width: 20%
    }

    .bp1-wdn-col-four-tenths,.bp1-wdn-col-two-fifths,.bp480-wdn-col-four-tenths,.bp480-wdn-col-two-fifths {
        width: 40%
    }

    .bp1-wdn-col-six-tenths,.bp1-wdn-col-three-fifths,.bp480-wdn-col-six-tenths,.bp480-wdn-col-three-fifths {
        width: 60%
    }

    .bp1-wdn-col-eight-tenths,.bp1-wdn-col-four-fifths,.bp480-wdn-col-eight-tenths,.bp480-wdn-col-four-fifths {
        width: 80%
    }

    .bp1-wdn-col-one-sixth,.bp1-wdn-grid-set-sixths .wdn-col,.bp480-wdn-col-one-sixth,.bp480-wdn-grid-set-sixths .wdn-col {
        width: 16.66666667%
    }

    .bp1-wdn-col-five-sixths,.bp480-wdn-col-five-sixths {
        width: 83.33333333%
    }

    .bp1-wdn-col-one-seventh,.bp1-wdn-grid-set-sevenths .wdn-col,.bp480-wdn-col-one-seventh,.bp480-wdn-grid-set-sevenths .wdn-col {
        width: 14.28571429%
    }

    .bp1-wdn-col-two-sevenths,.bp480-wdn-col-two-sevenths {
        width: 28.57142857%
    }

    .bp1-wdn-col-three-sevenths,.bp480-wdn-col-three-sevenths {
        width: 42.85714286%
    }

    .bp1-wdn-col-four-sevenths,.bp480-wdn-col-four-sevenths {
        width: 57.14285714%
    }

    .bp1-wdn-col-five-sevenths,.bp480-wdn-col-five-sevenths {
        width: 71.42857143%
    }

    .bp1-wdn-col-six-sevenths,.bp480-wdn-col-six-sevenths {
        width: 85.71428571%
    }

    .bp1-wdn-col-one-eighth,.bp1-wdn-grid-set-eighths .wdn-col,.bp480-wdn-col-one-eighth,.bp480-wdn-grid-set-eighths .wdn-col {
        width: 12.5%
    }

    .bp1-wdn-col-three-eighths,.bp480-wdn-col-three-eighths {
        width: 37.5%
    }

    .bp1-wdn-col-five-eighths,.bp480-wdn-col-five-eighths {
        width: 62.5%
    }

    .bp1-wdn-col-seven-eighths,.bp480-wdn-col-seven-eighths {
        width: 87.5%
    }

    .bp1-wdn-col-one-ninth,.bp1-wdn-grid-set-ninths .wdn-col,.bp480-wdn-col-one-ninth,.bp480-wdn-grid-set-ninths .wdn-col {
        width: 11.11111111%
    }

    .bp1-wdn-col-two-ninths,.bp480-wdn-col-two-ninths {
        width: 22.22222222%
    }

    .bp1-wdn-col-four-ninths,.bp480-wdn-col-four-ninths {
        width: 44.44444444%
    }

    .bp1-wdn-col-five-ninths,.bp480-wdn-col-five-ninths {
        width: 55.55555556%
    }

    .bp1-wdn-col-seven-ninths,.bp480-wdn-col-seven-ninths {
        width: 77.77777778%
    }

    .bp1-wdn-col-eight-ninths,.bp480-wdn-col-eight-ninths {
        width: 88.88888889%
    }

    .bp1-wdn-col-one-tenth,.bp1-wdn-grid-set-tenths .wdn-col,.bp480-wdn-col-one-tenth,.bp480-wdn-grid-set-tenths .wdn-col {
        width: 10%
    }

    .bp1-wdn-col-three-tenths,.bp480-wdn-col-three-tenths {
        width: 30%
    }

    .bp1-wdn-col-seven-tenths,.bp480-wdn-col-seven-tenths {
        width: 70%
    }

    .bp1-wdn-col-nine-tenths,.bp480-wdn-col-nine-tenths {
        width: 90%
    }
}

@media only screen and (min-width: 40em) {
    .bp640-wdn-col-full,.bp640-wdn-grid-set-full .wdn-col {
        width:100%
    }

    .bp640-wdn-col-five-tenths,.bp640-wdn-col-four-eighths,.bp640-wdn-col-one-half,.bp640-wdn-col-three-sixths,.bp640-wdn-col-two-fourths,.bp640-wdn-grid-set-halves .wdn-col {
        width: 50%
    }

    .bp640-wdn-col-one-third,.bp640-wdn-col-three-ninths,.bp640-wdn-col-two-sixths,.bp640-wdn-grid-set-thirds .wdn-col {
        width: 33.33333333%
    }

    .bp640-wdn-col-four-sixths,.bp640-wdn-col-six-ninths,.bp640-wdn-col-two-thirds {
        width: 66.66666667%
    }

    .bp640-wdn-col-one-fourth,.bp640-wdn-col-two-eighths,.bp640-wdn-grid-set-fourths .wdn-col {
        width: 25%
    }

    .bp640-wdn-col-six-eighths,.bp640-wdn-col-three-fourths {
        width: 75%
    }

    .bp640-wdn-col-one-fifth,.bp640-wdn-col-two-tenths,.bp640-wdn-grid-set-fifths .wdn-col {
        width: 20%
    }

    .bp640-wdn-col-four-tenths,.bp640-wdn-col-two-fifths {
        width: 40%
    }

    .bp640-wdn-col-six-tenths,.bp640-wdn-col-three-fifths {
        width: 60%
    }

    .bp640-wdn-col-eight-tenths,.bp640-wdn-col-four-fifths {
        width: 80%
    }

    .bp640-wdn-col-one-sixth,.bp640-wdn-grid-set-sixths .wdn-col {
        width: 16.66666667%
    }

    .bp640-wdn-col-five-sixths {
        width: 83.33333333%
    }

    .bp640-wdn-col-one-seventh,.bp640-wdn-grid-set-sevenths .wdn-col {
        width: 14.28571429%
    }

    .bp640-wdn-col-two-sevenths {
        width: 28.57142857%
    }

    .bp640-wdn-col-three-sevenths {
        width: 42.85714286%
    }

    .bp640-wdn-col-four-sevenths {
        width: 57.14285714%
    }

    .bp640-wdn-col-five-sevenths {
        width: 71.42857143%
    }

    .bp640-wdn-col-six-sevenths {
        width: 85.71428571%
    }

    .bp640-wdn-col-one-eighth,.bp640-wdn-grid-set-eighths .wdn-col {
        width: 12.5%
    }

    .bp640-wdn-col-three-eighths {
        width: 37.5%
    }

    .bp640-wdn-col-five-eighths {
        width: 62.5%
    }

    .bp640-wdn-col-seven-eighths {
        width: 87.5%
    }

    .bp640-wdn-col-one-ninth,.bp640-wdn-grid-set-ninths .wdn-col {
        width: 11.11111111%
    }

    .bp640-wdn-col-two-ninths {
        width: 22.22222222%
    }

    .bp640-wdn-col-four-ninths {
        width: 44.44444444%
    }

    .bp640-wdn-col-five-ninths {
        width: 55.55555556%
    }

    .bp640-wdn-col-seven-ninths {
        width: 77.77777778%
    }

    .bp640-wdn-col-eight-ninths {
        width: 88.88888889%
    }

    .bp640-wdn-col-one-tenth,.bp640-wdn-grid-set-tenths .wdn-col {
        width: 10%
    }

    .bp640-wdn-col-three-tenths {
        width: 30%
    }

    .bp640-wdn-col-seven-tenths {
        width: 70%
    }

    .bp640-wdn-col-nine-tenths {
        width: 90%
    }
}

@media only screen and (min-width: 48em) {
    .bp2-wdn-col-full,.bp2-wdn-grid-set-full .wdn-col,.bp768-wdn-col-full,.bp768-wdn-grid-set-full .wdn-col {
        width:100%
    }

    .bp2-wdn-col-five-tenths,.bp2-wdn-col-four-eighths,.bp2-wdn-col-one-half,.bp2-wdn-col-three-sixths,.bp2-wdn-col-two-fourths,.bp2-wdn-grid-set-halves .wdn-col,.bp768-wdn-col-five-tenths,.bp768-wdn-col-four-eighths,.bp768-wdn-col-one-half,.bp768-wdn-col-three-sixths,.bp768-wdn-col-two-fourths,.bp768-wdn-grid-set-halves .wdn-col {
        width: 50%
    }

    .bp2-wdn-col-one-third,.bp2-wdn-col-three-ninths,.bp2-wdn-col-two-sixths,.bp2-wdn-grid-set-thirds .wdn-col,.bp768-wdn-col-one-third,.bp768-wdn-col-three-ninths,.bp768-wdn-col-two-sixths,.bp768-wdn-grid-set-thirds .wdn-col {
        width: 33.33333333%
    }

    .bp2-wdn-col-four-sixths,.bp2-wdn-col-six-ninths,.bp2-wdn-col-two-thirds,.bp768-wdn-col-four-sixths,.bp768-wdn-col-six-ninths,.bp768-wdn-col-two-thirds {
        width: 66.66666667%
    }

    .bp2-wdn-col-one-fourth,.bp2-wdn-col-two-eighths,.bp2-wdn-grid-set-fourths .wdn-col,.bp768-wdn-col-one-fourth,.bp768-wdn-col-two-eighths,.bp768-wdn-grid-set-fourths .wdn-col {
        width: 25%
    }

    .bp2-wdn-col-six-eighths,.bp2-wdn-col-three-fourths,.bp768-wdn-col-six-eighths,.bp768-wdn-col-three-fourths {
        width: 75%
    }

    .bp2-wdn-col-one-fifth,.bp2-wdn-col-two-tenths,.bp2-wdn-grid-set-fifths .wdn-col,.bp768-wdn-col-one-fifth,.bp768-wdn-col-two-tenths,.bp768-wdn-grid-set-fifths .wdn-col {
        width: 20%
    }

    .bp2-wdn-col-four-tenths,.bp2-wdn-col-two-fifths,.bp768-wdn-col-four-tenths,.bp768-wdn-col-two-fifths {
        width: 40%
    }

    .bp2-wdn-col-six-tenths,.bp2-wdn-col-three-fifths,.bp768-wdn-col-six-tenths,.bp768-wdn-col-three-fifths {
        width: 60%
    }

    .bp2-wdn-col-eight-tenths,.bp2-wdn-col-four-fifths,.bp768-wdn-col-eight-tenths,.bp768-wdn-col-four-fifths {
        width: 80%
    }

    .bp2-wdn-col-one-sixth,.bp2-wdn-grid-set-sixths .wdn-col,.bp768-wdn-col-one-sixth,.bp768-wdn-grid-set-sixths .wdn-col {
        width: 16.66666667%
    }

    .bp2-wdn-col-five-sixths,.bp768-wdn-col-five-sixths {
        width: 83.33333333%
    }

    .bp2-wdn-col-one-seventh,.bp2-wdn-grid-set-sevenths .wdn-col,.bp768-wdn-col-one-seventh,.bp768-wdn-grid-set-sevenths .wdn-col {
        width: 14.28571429%
    }

    .bp2-wdn-col-two-sevenths,.bp640-wdn-col-two-sevenths,.bp768-wdn-col-two-sevenths {
        width: 28.57142857%
    }

    .bp2-wdn-col-three-sevenths,.bp768-wdn-col-three-sevenths {
        width: 42.85714286%
    }

    .bp2-wdn-col-four-sevenths,.bp768-wdn-col-four-sevenths {
        width: 57.14285714%
    }

    .bp2-wdn-col-five-sevenths,.bp768-wdn-col-five-sevenths {
        width: 71.42857143%
    }

    .bp2-wdn-col-six-sevenths,.bp768-wdn-col-six-sevenths {
        width: 85.71428571%
    }

    .bp2-wdn-col-one-eighth,.bp2-wdn-grid-set-eighths .wdn-col,.bp768-wdn-col-one-eighth,.bp768-wdn-grid-set-eighths .wdn-col {
        width: 12.5%
    }

    .bp2-wdn-col-three-eighths,.bp768-wdn-col-three-eighths {
        width: 37.5%
    }

    .bp2-wdn-col-five-eighths,.bp768-wdn-col-five-eighths {
        width: 62.5%
    }

    .bp2-wdn-col-seven-eighths,.bp768-wdn-col-seven-eighths {
        width: 87.5%
    }

    .bp2-wdn-col-one-ninth,.bp2-wdn-grid-set-ninths .wdn-col,.bp768-wdn-col-one-ninth,.bp768-wdn-grid-set-ninths .wdn-col {
        width: 11.11111111%
    }

    .bp2-wdn-col-two-ninths,.bp768-wdn-col-two-ninths {
        width: 22.22222222%
    }

    .bp2-wdn-col-four-ninths,.bp768-wdn-col-four-ninths {
        width: 44.44444444%
    }

    .bp2-wdn-col-five-ninths,.bp768-wdn-col-five-ninths {
        width: 55.55555556%
    }

    .bp2-wdn-col-seven-ninths,.bp768-wdn-col-seven-ninths {
        width: 77.77777778%
    }

    .bp2-wdn-col-eight-ninths,.bp768-wdn-col-eight-ninths {
        width: 88.88888889%
    }

    .bp2-wdn-col-one-tenth,.bp2-wdn-grid-set-tenths .wdn-col,.bp768-wdn-col-one-tenth,.bp768-wdn-grid-set-tenths .wdn-col {
        width: 10%
    }

    .bp2-wdn-col-three-tenths,.bp768-wdn-col-three-tenths {
        width: 30%
    }

    .bp2-wdn-col-seven-tenths,.bp768-wdn-col-seven-tenths {
        width: 70%
    }

    .bp2-wdn-col-nine-tenths,.bp768-wdn-col-nine-tenths {
        width: 90%
    }
}

@media only screen and (min-width: 60em) {
    .bp3-wdn-col-full,.bp3-wdn-grid-set-full .wdn-col,.bp960-wdn-col-full,.bp960-wdn-grid-set-full .wdn-col {
        width:100%
    }

    .bp3-wdn-col-five-tenths,.bp3-wdn-col-four-eighths,.bp3-wdn-col-one-half,.bp3-wdn-col-three-sixths,.bp3-wdn-col-two-fourths,.bp3-wdn-grid-set-halves .wdn-col,.bp960-wdn-col-five-tenths,.bp960-wdn-col-four-eighths,.bp960-wdn-col-one-half,.bp960-wdn-col-three-sixths,.bp960-wdn-col-two-fourths,.bp960-wdn-grid-set-halves .wdn-col {
        width: 50%
    }

    .bp3-wdn-col-one-third,.bp3-wdn-col-three-ninths,.bp3-wdn-col-two-sixths,.bp3-wdn-grid-set-thirds .wdn-col,.bp960-wdn-col-one-third,.bp960-wdn-col-three-ninths,.bp960-wdn-col-two-sixths,.bp960-wdn-grid-set-thirds .wdn-col {
        width: 33.33333333%
    }

    .bp3-wdn-col-four-sixths,.bp3-wdn-col-six-ninths,.bp3-wdn-col-two-thirds,.bp960-wdn-col-four-sixths,.bp960-wdn-col-six-ninths,.bp960-wdn-col-two-thirds {
        width: 66.66666667%
    }

    .bp3-wdn-col-one-fourth,.bp3-wdn-col-two-eighths,.bp3-wdn-grid-set-fourths .wdn-col,.bp960-wdn-col-one-fourth,.bp960-wdn-col-two-eighths,.bp960-wdn-grid-set-fourths .wdn-col {
        width: 25%
    }

    .bp3-wdn-col-six-eighths,.bp3-wdn-col-three-fourths,.bp960-wdn-col-six-eighths,.bp960-wdn-col-three-fourths {
        width: 75%
    }

    .bp3-wdn-col-one-fifth,.bp3-wdn-col-two-tenths,.bp3-wdn-grid-set-fifths .wdn-col,.bp960-wdn-col-one-fifth,.bp960-wdn-col-two-tenths,.bp960-wdn-grid-set-fifths .wdn-col {
        width: 20%
    }

    .bp3-wdn-col-four-tenths,.bp3-wdn-col-two-fifths,.bp960-wdn-col-four-tenths,.bp960-wdn-col-two-fifths {
        width: 40%
    }

    .bp3-wdn-col-six-tenths,.bp3-wdn-col-three-fifths,.bp960-wdn-col-six-tenths,.bp960-wdn-col-three-fifths {
        width: 60%
    }

    .bp3-wdn-col-eight-tenths,.bp3-wdn-col-four-fifths,.bp960-wdn-col-eight-tenths,.bp960-wdn-col-four-fifths {
        width: 80%
    }

    .bp3-wdn-col-one-sixth,.bp3-wdn-grid-set-sixths .wdn-col,.bp960-wdn-col-one-sixth,.bp960-wdn-grid-set-sixths .wdn-col {
        width: 16.66666667%
    }

    .bp3-wdn-col-five-sixths,.bp960-wdn-col-five-sixths {
        width: 83.33333333%
    }

    .bp3-wdn-col-one-seventh,.bp3-wdn-grid-set-sevenths .wdn-col,.bp960-wdn-col-one-seventh,.bp960-wdn-grid-set-sevenths .wdn-col {
        width: 14.28571429%
    }

    .bp3-wdn-col-two-sevenths,.bp960-wdn-col-two-sevenths {
        width: 28.57142857%
    }

    .bp3-wdn-col-three-sevenths,.bp960-wdn-col-three-sevenths {
        width: 42.85714286%
    }

    .bp3-wdn-col-four-sevenths,.bp960-wdn-col-four-sevenths {
        width: 57.14285714%
    }

    .bp3-wdn-col-five-sevenths,.bp960-wdn-col-five-sevenths {
        width: 71.42857143%
    }

    .bp3-wdn-col-six-sevenths,.bp960-wdn-col-six-sevenths {
        width: 85.71428571%
    }

    .bp3-wdn-col-one-eighth,.bp3-wdn-grid-set-eighths .wdn-col,.bp960-wdn-col-one-eighth,.bp960-wdn-grid-set-eighths .wdn-col {
        width: 12.5%
    }

    .bp3-wdn-col-three-eighths,.bp960-wdn-col-three-eighths {
        width: 37.5%
    }

    .bp3-wdn-col-five-eighths,.bp960-wdn-col-five-eighths {
        width: 62.5%
    }

    .bp3-wdn-col-seven-eighths,.bp960-wdn-col-seven-eighths {
        width: 87.5%
    }

    .bp3-wdn-col-one-ninth,.bp3-wdn-grid-set-ninths .wdn-col,.bp960-wdn-col-one-ninth,.bp960-wdn-grid-set-ninths .wdn-col {
        width: 11.11111111%
    }

    .bp3-wdn-col-two-ninths,.bp960-wdn-col-two-ninths {
        width: 22.22222222%
    }

    .bp3-wdn-col-four-ninths,.bp960-wdn-col-four-ninths {
        width: 44.44444444%
    }

    .bp3-wdn-col-five-ninths,.bp960-wdn-col-five-ninths {
        width: 55.55555556%
    }

    .bp3-wdn-col-seven-ninths,.bp960-wdn-col-seven-ninths {
        width: 77.77777778%
    }

    .bp3-wdn-col-eight-ninths,.bp960-wdn-col-eight-ninths {
        width: 88.88888889%
    }

    .bp3-wdn-col-one-tenth,.bp3-wdn-grid-set-tenths .wdn-col,.bp960-wdn-col-one-tenth,.bp960-wdn-grid-set-tenths .wdn-col {
        width: 10%
    }

    .bp3-wdn-col-three-tenths,.bp960-wdn-col-three-tenths {
        width: 30%
    }

    .bp3-wdn-col-seven-tenths,.bp960-wdn-col-seven-tenths {
        width: 70%
    }

    .bp3-wdn-col-nine-tenths,.bp960-wdn-col-nine-tenths {
        width: 90%
    }
}

@media only screen and (min-width: 80em) {
    .bp1280-wdn-col-full,.bp1280-wdn-grid-set-full .wdn-col,.bp4-wdn-col-full,.bp4-wdn-grid-set-full .wdn-col {
        width:100%
    }

    .bp1280-wdn-col-five-tenths,.bp1280-wdn-col-four-eighths,.bp1280-wdn-col-one-half,.bp1280-wdn-col-three-sixths,.bp1280-wdn-col-two-fourths,.bp1280-wdn-grid-set-halves .wdn-col,.bp4-wdn-col-five-tenths,.bp4-wdn-col-four-eighths,.bp4-wdn-col-one-half,.bp4-wdn-col-three-sixths,.bp4-wdn-col-two-fourths,.bp4-wdn-grid-set-halves .wdn-col {
        width: 50%
    }

    .bp1280-wdn-col-one-third,.bp1280-wdn-col-three-ninths,.bp1280-wdn-col-two-sixths,.bp1280-wdn-grid-set-thirds .wdn-col,.bp4-wdn-col-one-third,.bp4-wdn-col-three-ninths,.bp4-wdn-col-two-sixths,.bp4-wdn-grid-set-thirds .wdn-col {
        width: 33.33333333%
    }

    .bp1280-wdn-col-four-sixths,.bp1280-wdn-col-six-ninths,.bp1280-wdn-col-two-thirds,.bp4-wdn-col-four-sixths,.bp4-wdn-col-six-ninths,.bp4-wdn-col-two-thirds {
        width: 66.66666667%
    }

    .bp1280-wdn-col-one-fourth,.bp1280-wdn-col-two-eighths,.bp1280-wdn-grid-set-fourths .wdn-col,.bp4-wdn-col-one-fourth,.bp4-wdn-col-two-eighths,.bp4-wdn-grid-set-fourths .wdn-col {
        width: 25%
    }

    .bp1280-wdn-col-six-eighths,.bp1280-wdn-col-three-fourths,.bp4-wdn-col-six-eighths,.bp4-wdn-col-three-fourths {
        width: 75%
    }

    .bp1280-wdn-col-one-fifth,.bp1280-wdn-col-two-tenths,.bp1280-wdn-grid-set-fifths .wdn-col,.bp4-wdn-col-one-fifth,.bp4-wdn-col-two-tenths,.bp4-wdn-grid-set-fifths .wdn-col {
        width: 20%
    }

    .bp1280-wdn-col-four-tenths,.bp1280-wdn-col-two-fifths,.bp4-wdn-col-four-tenths,.bp4-wdn-col-two-fifths {
        width: 40%
    }

    .bp1280-wdn-col-six-tenths,.bp1280-wdn-col-three-fifths,.bp4-wdn-col-six-tenths,.bp4-wdn-col-three-fifths {
        width: 60%
    }

    .bp1280-wdn-col-eight-tenths,.bp1280-wdn-col-four-fifths,.bp4-wdn-col-eight-tenths,.bp4-wdn-col-four-fifths {
        width: 80%
    }

    .bp1280-wdn-col-one-sixth,.bp1280-wdn-grid-set-sixths .wdn-col,.bp4-wdn-col-one-sixth,.bp4-wdn-grid-set-sixths .wdn-col {
        width: 16.66666667%
    }

    .bp1280-wdn-col-five-sixths,.bp4-wdn-col-five-sixths {
        width: 83.33333333%
    }

    .bp1280-wdn-col-one-seventh,.bp1280-wdn-grid-set-sevenths .wdn-col,.bp4-wdn-col-one-seventh,.bp4-wdn-grid-set-sevenths .wdn-col {
        width: 14.28571429%
    }

    .bp1280-wdn-col-two-sevenths,.bp4-wdn-col-two-sevenths {
        width: 28.57142857%
    }

    .bp1280-wdn-col-three-sevenths,.bp4-wdn-col-three-sevenths {
        width: 42.85714286%
    }

    .bp1280-wdn-col-four-sevenths,.bp4-wdn-col-four-sevenths {
        width: 57.14285714%
    }

    .bp1280-wdn-col-five-sevenths,.bp4-wdn-col-five-sevenths {
        width: 71.42857143%
    }

    .bp1280-wdn-col-six-sevenths,.bp4-wdn-col-six-sevenths {
        width: 85.71428571%
    }

    .bp1280-wdn-col-one-eighth,.bp1280-wdn-grid-set-eighths .wdn-col,.bp4-wdn-col-one-eighth,.bp4-wdn-grid-set-eighths .wdn-col {
        width: 12.5%
    }

    .bp1280-wdn-col-three-eighths,.bp4-wdn-col-three-eighths {
        width: 37.5%
    }

    .bp1280-wdn-col-five-eighths,.bp4-wdn-col-five-eighths {
        width: 62.5%
    }

    .bp1280-wdn-col-seven-eighths,.bp4-wdn-col-seven-eighths {
        width: 87.5%
    }

    .bp1280-wdn-col-one-ninth,.bp1280-wdn-grid-set-ninths .wdn-col,.bp4-wdn-col-one-ninth,.bp4-wdn-grid-set-ninths .wdn-col {
        width: 11.11111111%
    }

    .bp1280-wdn-col-two-ninths,.bp4-wdn-col-two-ninths {
        width: 22.22222222%
    }

    .bp1280-wdn-col-four-ninths,.bp4-wdn-col-four-ninths {
        width: 44.44444444%
    }

    .bp1280-wdn-col-five-ninths,.bp4-wdn-col-five-ninths {
        width: 55.55555556%
    }

    .bp1280-wdn-col-seven-ninths,.bp4-wdn-col-seven-ninths {
        width: 77.77777778%
    }

    .bp1280-wdn-col-eight-ninths,.bp4-wdn-col-eight-ninths {
        width: 88.88888889%
    }

    .bp1280-wdn-col-one-tenth,.bp1280-wdn-grid-set-tenths .wdn-col,.bp4-wdn-col-one-tenth,.bp4-wdn-grid-set-tenths .wdn-col {
        width: 10%
    }

    .bp1280-wdn-col-three-tenths,.bp4-wdn-col-three-tenths {
        width: 30%
    }

    .bp1280-wdn-col-seven-tenths,.bp4-wdn-col-seven-tenths {
        width: 70%
    }

    .bp1280-wdn-col-nine-tenths,.bp4-wdn-col-nine-tenths {
        width: 90%
    }
}

@media only screen and (min-width: 100em) {
    .bp1600-wdn-col-full,.bp1600-wdn-grid-set-full .wdn-col {
        width:100%
    }

    .bp1600-wdn-col-five-tenths,.bp1600-wdn-col-four-eighths,.bp1600-wdn-col-one-half,.bp1600-wdn-col-three-sixths,.bp1600-wdn-col-two-fourths,.bp1600-wdn-grid-set-halves .wdn-col {
        width: 50%
    }

    .bp1600-wdn-col-one-third,.bp1600-wdn-col-three-ninths,.bp1600-wdn-col-two-sixths,.bp1600-wdn-grid-set-thirds .wdn-col {
        width: 33.33333333%
    }

    .bp1600-wdn-col-four-sixths,.bp1600-wdn-col-six-ninths,.bp1600-wdn-col-two-thirds {
        width: 66.66666667%
    }

    .bp1600-wdn-col-one-fourth,.bp1600-wdn-col-two-eighths,.bp1600-wdn-grid-set-fourths .wdn-col {
        width: 25%
    }

    .bp1600-wdn-col-six-eighths,.bp1600-wdn-col-three-fourths {
        width: 75%
    }

    .bp1600-wdn-col-one-fifth,.bp1600-wdn-col-two-tenths,.bp1600-wdn-grid-set-fifths .wdn-col {
        width: 20%
    }

    .bp1600-wdn-col-four-tenths,.bp1600-wdn-col-two-fifths {
        width: 40%
    }

    .bp1600-wdn-col-six-tenths,.bp1600-wdn-col-three-fifths {
        width: 60%
    }

    .bp1600-wdn-col-eight-tenths,.bp1600-wdn-col-four-fifths {
        width: 80%
    }

    .bp1600-wdn-col-one-sixth,.bp1600-wdn-grid-set-sixths .wdn-col {
        width: 16.66666667%
    }

    .bp1600-wdn-col-five-sixths {
        width: 83.33333333%
    }

    .bp1600-wdn-col-one-seventh,.bp1600-wdn-grid-set-sevenths .wdn-col {
        width: 14.28571429%
    }

    .bp1600-wdn-col-two-sevenths {
        width: 28.57142857%
    }

    .bp1600-wdn-col-three-sevenths {
        width: 42.85714286%
    }

    .bp1600-wdn-col-four-sevenths {
        width: 57.14285714%
    }

    .bp1600-wdn-col-five-sevenths {
        width: 71.42857143%
    }

    .bp1600-wdn-col-six-sevenths {
        width: 85.71428571%
    }

    .bp1600-wdn-col-one-eighth,.bp1600-wdn-grid-set-eighths .wdn-col {
        width: 12.5%
    }

    .bp1600-wdn-col-three-eighths {
        width: 37.5%
    }

    .bp1600-wdn-col-five-eighths {
        width: 62.5%
    }

    .bp1600-wdn-col-seven-eighths {
        width: 87.5%
    }

    .bp1600-wdn-col-one-ninth,.bp1600-wdn-grid-set-ninths .wdn-col {
        width: 11.11111111%
    }

    .bp1600-wdn-col-two-ninths {
        width: 22.22222222%
    }

    .bp1600-wdn-col-four-ninths {
        width: 44.44444444%
    }

    .bp1600-wdn-col-five-ninths {
        width: 55.55555556%
    }

    .bp1600-wdn-col-seven-ninths {
        width: 77.77777778%
    }

    .bp1600-wdn-col-eight-ninths {
        width: 88.88888889%
    }

    .bp1600-wdn-col-one-tenth,.bp1600-wdn-grid-set-tenths .wdn-col {
        width: 10%
    }

    .bp1600-wdn-col-three-tenths {
        width: 30%
    }

    .bp1600-wdn-col-seven-tenths {
        width: 70%
    }

    .bp1600-wdn-col-nine-tenths {
        width: 90%
    }
}

.centered {
    float: none!important;
    margin: 0 auto!important
}

.clear {
    clear: both
}

.clear-top {
    margin-top: 0!important
}

.hidden {
    display: none
}

.wdn-fouc-fix {
    visibility: hidden
}

.wdn-pull-left {
    float: left
}

.wdn-pull-right {
    float: right
}

.wdn-text-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.wdn-responsive-embed {
    overflow: hidden;
    position: relative
}

.wdn-responsive-embed:before {
    content: "";
    display: block;
    width: 100%
}

.wdn-aspect16x9 {
    padding-top: 56.25%
}

.wdn-aspect3x4 {
    padding-top: 75%
}

.wdn-responsive-embed .wdn-responsive-item,.wdn-responsive-embed embed,.wdn-responsive-embed iframe,.wdn-responsive-embed object,.wdn-responsive-embed video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wdn-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #424240;
    display: -webkit-box;
    display: flex;
    flex-flow: column wrap
}

.wdn-hero .wdn-button {
    margin-top: 1.78em
}

.wdn-hero .wdn-button:not(:last-child) {
    margin-right: .75em
}

.wdn-hero-text-container {
    -webkit-box-align: center;
    -webkit-box-pack: start;
    -webkit-box-ordinal-group: 3;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    order: 2;
    padding: 4vh 5.6%;
    width: 100%
}

.wdn-hero-text-container.locate-center {
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.wdn-hero-heading {
    color: #fefdfa;
    font-size: 1.78em;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (min-width: 56.12em) {
    .wdn-hero-heading {
        font-size:2em
    }
}

.wdn-hero-impact-line,.wdn-hero-initial-line {
    text-shadow: 1px 1px 16px rgba(0,0,0,.5)
}

.wdn-hero-initial-line {
    display: block;
    font-size: .32em;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.13;
    padding-bottom: .56em
}

.wdn-hero-impact-line {
    display: inline-block;
    line-height: 1
}

.wdn-hero-impact-line+.wdn-hero-initial-line {
    margin-top: .75em
}

.wdn-hero-picture,.wdn-hero-video {
    -webkit-box-ordinal-group: 2;
    flex-shrink: 0;
    order: 1;
    width: 100%
}

.wdn-hero-video {
    display: none;
    left: 0
}

.wdn-hero-picture img,.wdn-hero-video video {
    display: block;
    width: 100%
}

@media only screen and (min-width: 48em) {
    .wdn-hero {
        -webkit-box-pack:center;
        height: 23.68em;
        justify-content: center;
        overflow: hidden;
        position: relative
    }

    @supports (object-fit: cover) {
        .wdn-hero {
            height:56vh;
            max-height: 31.57em;
            min-height: 23.68em
        }
    }

    .wdn-hero img,.wdn-hero video {
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .wdn-hero-text-container {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .wdn-hero-text-container.locate-right {
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .wdn-hero-heading {
        font-size: 2.37em
    }
}

@media only screen and (min-width: 48em) and (min-width:56.12em) {
    .wdn-hero-heading {
        font-size:2.67em
    }
}

@media only screen and (min-width: 48em) {
    .wdn-hero-initial-line {
        font-size:.24em
    }

    .wdn-hero-picture,.wdn-hero-video {
        opacity: .5;
        overflow: hidden
    }

    @supports (object-fit: cover) {
        .wdn-hero-picture,.wdn-hero-video {
            height:inherit;
            min-height: 23.68em
        }
    }

    .wdn-hero-video {
        display: block
    }

    .wdn-hero-video~.wdn-hero-picture {
        display: none
    }
}

@media only screen and (min-width: 80em) and (min-height:42.09em) {
    .wdn-hero {
        height:31.57em
    }

    @supports (object-fit: cover) {
        .wdn-hero {
            height:60vh;
            max-height: 42.09em
        }
    }
}

.frame,.wdn-frame {
    border: 1px solid var(--b);
    margin-bottom: 1em;
    padding: .24em
}

.frame img,.wdn-frame img {
    display: block;
    max-width: 100%;
    width: 100%
}

.frame figcaption,.wdn-frame figcaption {
    background-color: var(--bg-body);
    height: auto;
    padding: .75em
}

.frame figcaption *,.wdn-frame figcaption * {
    margin: auto
}

.wdn-infographic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-flow: column wrap;
    text-align: center
}

.wdn-infographic .stat,.wdn-infographic .stat-helper {
    display: block;
    line-height: 1
}

.wdn-infographic .stat {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: .18em;
    margin-left: -.03em
}

@media only screen and (min-width: 56.12em) {
    .wdn-infographic .stat {
        font-size:1.78em
    }
}

.wdn-infographic .stat-helper {
    font-size: .75em;
    line-height: 1.33
}

.wdn-infographic .wdn-info-icon {
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: .42em;
    min-height: 142px;
    min-width: 180px
}

[class*=wdn-infographic-rate] .wdn-info-icon {
    background-image: url(../images/deprecated/infographics/rate.svg)
}

[class*=wdn-infographic-globe] .wdn-info-icon {
    background-image: url(../images/deprecated/infographics/globe.svg)
}

[class*=wdn-infographic-world] .wdn-info-icon {
    background-image: url(../images/deprecated/infographics/world.svg)
}

[class*=wdn-infographic-people] .wdn-info-icon {
    background-image: url(../images/deprecated/infographics/people.svg)
}

[class*=wdn-infographic-star] .wdn-info-icon {
    background-image: url(../images/deprecated/infographics/star.svg)
}

[class*=wdn-infographic-internships] .wdn-info-icon {
    background-image: url(../images/deprecated/infographics/internships.svg)
}

[class*=wdn-infographic-ratio] .wdn-info-icon {
    background-image: url(../images/deprecated/infographics/ratio.svg)
}

[class*=wdn-infographic-countries] .wdn-info-icon {
    background-image: url(../images/deprecated/infographics/countries.svg)
}

[class*=wdn-infographic-international] .wdn-info-icon {
    background-image: url(../images/deprecated/infographics/international.svg)
}

[class*=wdn-infographic-dollar] .wdn-info-icon {
    background-image: url(../images/deprecated/infographics/dollar.svg)
}

.wdn_pagination {
    font-weight: 700;
    list-style: none;
    padding-left: 0
}

.wdn_pagination li {
    display: inline-block
}

.wdn_pagination li:not(:last-child) {
    margin-right: .56em
}

.wdn_pagination li.ellipsis {
    color: var(--dark-gray)
}

.wdn-promo-band {
    background: #424240;
    position: relative
}

.wdn-promo-band img,.wdn-promo-band video {
    display: block
}

.wdn-promo-container {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(40%,transparent),color-stop(75%,rgba(0,0,0,.5)),to(rgba(0,0,0,.3)));
    background-image: -webkit-linear-gradient(transparent 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.3));
    background-image: linear-gradient(transparent 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.3));
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wdn-promo-content {
    bottom: 5%;
    color: #fff;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
    text-transform: uppercase;
    width: 100%
}

.wdn-promo-content a {
    text-shadow: none
}

.wdn-promo-text {
    display: block;
    font-size: 1.78em;
    font-weight: 700;
    line-height: 1;
    padding-left: 5.6%;
    padding-right: 5.6%
}

@media only screen and (min-width: 56.12em) {
    .wdn-promo-text {
        font-size:2em
    }
}

.wdn-promo-text+a {
    margin-top: 1em
}

.wdn-promo-container.wdn-inverse {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(40%,hsla(0,0%,100%,0)),color-stop(75%,hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,.3)));
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0) 40%,hsla(0,0%,100%,.5) 75%,hsla(0,0%,100%,.3));
    background-image: linear-gradient(hsla(0,0%,100%,0) 40%,hsla(0,0%,100%,.5) 75%,hsla(0,0%,100%,.3))
}

.wdn-promo-container.wdn-inverse .wdn-text-over-image {
    color: #424240;
    text-shadow: 0 0 10px hsla(0,0%,100%,.5)
}

@media only screen and (min-width: 30em) {
    .wdn-promo-content {
        bottom:7%
    }

    .wdn-promo-text {
        font-size: 2.37em
    }
}

@media only screen and (min-width: 30em) and (min-width:56.12em) {
    .wdn-promo-text {
        font-size:2.67em
    }
}

@media only screen and (min-width: 48em) {
    .wdn-promo-content {
        bottom:10%
    }
}

.wdn-quote {
    font-size: 1.33em;
    margin-bottom: 2.37em;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4.21em;
    position: relative
}

.wdn-quote:before {
    content: open-quote;
    font-size: 7.49em;
    line-height: 1;
    position: absolute;
    top: 0
}

.wdn-quote:after {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    content: close-quote;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.wdn-quoter {
    display: block;
    font-size: .75em;
    font-style: normal;
    margin-top: 1em
}

.wdn-quoter:before {
    content: "— "
}

.quoter-context {
    display: block;
    font-style: italic
}

.hide-breadcrumbs #dcf-breadcrumbs,.hide-wdn_attribution .unl-wdn-qa,.hide-wdn_copyright .unl-footer-unl,.hide-wdn_footer_contact #dcf-footer-group-1,.hide-wdn_footer_related #dcf-footer-group-2,.hide-wdn_identity_management #dcf-idm,.hide-wdn_institution_title #dcf-institution-title,.hide-wdn_logos .unl-footer-logo,.hide-wdn_navigation_wrapper #dcf-mobile-toggle-menu,.hide-wdn_navigation_wrapper #dcf-navigation,.hide-wdn_search #dcf-search,.terminal #dcf-breadcrumbs,.terminal #dcf-footer-group-1,.terminal #dcf-footer-group-2,.terminal #dcf-mobile-toggle-menu,.terminal #dcf-navigation {
    display: none
}

.hide-pagetitle #dcf-page-title {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

table:not(.dcf-table):not(.ui-datepicker-calendar):not(.dcf-datepicker-dialog-calendar) {
    background-color: transparent;
    border-bottom: 1px solid var(--b-table);
    max-width: 100%;
    width: 100%
}

table:not(.dcf-table):not(.ui-datepicker-calendar):not(.dcf-datepicker-dialog-calendar) tbody,table:not(.dcf-table):not(.ui-datepicker-calendar):not(.dcf-datepicker-dialog-calendar) thead {
    font-size: .84em
}

table:not(.dcf-table):not(.ui-datepicker-calendar):not(.dcf-datepicker-dialog-calendar) td,table:not(.dcf-table):not(.ui-datepicker-calendar):not(.dcf-datepicker-dialog-calendar) th {
    border: 1px solid var(--b-table);
    padding-left: 1em;
    padding-right: 1em
}

table:not(.dcf-table):not(.ui-datepicker-calendar):not(.dcf-datepicker-dialog-calendar) thead td,table:not(.dcf-table):not(.ui-datepicker-calendar):not(.dcf-datepicker-dialog-calendar) thead th {
    padding-bottom: .75em;
    padding-top: 1.33em;
    vertical-align: bottom
}

table:not(.dcf-table):not(.ui-datepicker-calendar):not(.dcf-datepicker-dialog-calendar) tbody td,table:not(.dcf-table):not(.ui-datepicker-calendar):not(.dcf-datepicker-dialog-calendar) tbody th {
    padding-bottom: .75em;
    padding-top: .75em;
    vertical-align: top
}

table:not(.dcf-table):not(.ui-datepicker-calendar):not(.dcf-datepicker-dialog-calendar) tbody tr:nth-of-type(2n) {
    background-color: var(--bg-table-stripe)
}

.wdn_responsive_table thead th abbr {
    border-bottom: none
}

@media only screen and (max-width: 47.99em) {
    .wdn_responsive_table td,.wdn_responsive_table th {
        display:block
    }

    .wdn_responsive_table thead tr {
        display: none
    }

    .wdn_responsive_table tbody tr:first-child th {
        border-top-width: 0
    }

    .wdn_responsive_table tbody tr:nth-of-type(2n) {
        background-color: transparent
    }

    .wdn_responsive_table tbody td {
        text-align: left
    }

    .wdn_responsive_table tbody td:before {
        content: attr(data-header);
        display: block;
        font-weight: 700
    }

    .wdn_responsive_table tbody:empty {
        display: none
    }

    .wdn_responsive_table tbody:nth-of-type(2n) {
        background-color: var(--bg-table-stripe)
    }
}

@media only screen and (min-width: 48em) {
    .wdn_responsive_table tbody td,.wdn_responsive_table thead th:not(:first-child) {
        text-align:center
    }

    .wdn_responsive_table.flush-left td,.wdn_responsive_table.flush-left thead th {
        text-align: left
    }
}

.wdn_tabs {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.wdn_tabs>li {
    background-color: #fefdfa;
    border-radius: 3px;
    margin-right: .75em
}

.wdn_tabs>li.selected {
    background-color: var(--bg-tab-selected);
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
    margin-bottom: 0;
    position: relative
}

.wdn_tabs>li.selected:after {
    background-color: var(--bg-tab-selected);
    bottom: -3px;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.wdn_tabs>li a {
    border: 0;
    display: block;
    padding: .75em 1em
}

.wdn_tabs>li.selected a {
    padding-bottom: .56em
}

.wdn_tabs>li ul {
    padding: 0 0 0 .4rem
}

.wdn_tabs_content {
    background-color: var(--bg-tabs-panel);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
    padding: 2.37em 1.78em
}

.unl .wdn-brand {
    font-weight: 400
}

.unl .wdn-brand-caps {
    font-weight: 400;
    text-transform: uppercase
}

.unl .wdn-alt-header,.unl .wdn-sans-caps {
    letter-spacing: .02em;
    line-height: 1.333;
    text-transform: uppercase
}

.unl .wdn-alt-header {
    font-size: 1rem
}

.unl .wdn-list-header {
    border-bottom-width: 1px;
    border-color: var(--b);
    font-size: 1rem;
    letter-spacing: .02em;
    line-height: 1.333;
    padding-bottom: .42em;
    padding-top: 1em;
    text-transform: uppercase
}

.unl .wdn-subhead {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .06em;
    margin-bottom: .75em;
    text-transform: uppercase
}

.unl div+h1,.unl div+h2,.unl div+h3,.unl div+h4,.unl div+h5,.unl div+h6,.unl img+h1,.unl img+h2,.unl img+h3,.unl img+h4,.unl img+h5,.unl img+h6,.unl li+h1,.unl li+h2,.unl li+h3,.unl li+h4,.unl li+h5,.unl li+h6,.unl p+h1,.unl p+h2,.unl p+h3,.unl p+h4,.unl p+h5,.unl p+h6,.unl section+h1,.unl section+h2,.unl section+h3,.unl section+h4,.unl section+h5,.unl section+h6,.unl span+h1,.unl span+h2,.unl span+h3,.unl span+h4,.unl span+h5,.unl span+h6,.unl ul+h1,.unl ul+h2,.unl ul+h3,.unl ul+h4,.unl ul+h5,.unl ul+h6 {
    margin-top: 1em
}

.unl h1+.wdn-subhead,.unl h1>.wdn-subhead,.unl h2+.wdn-subhead,.unl h2>.wdn-subhead,.unl h3+.wdn-subhead,.unl h3>.wdn-subhead {
    font-size: 1rem
}

.unl h4+.wdn-subhead,.unl h4>.wdn-subhead,.unl h5+.wdn-subhead,.unl h5>.wdn-subhead,.unl h6+.wdn-subhead,.unl h6>.wdn-subhead {
    font-size: .75rem
}

.wdn-subhead+h1,.wdn-subhead+h2,.wdn-subhead+h3,.wdn-subhead+h4,.wdn-subhead+h5,.wdn-subhead+h6 {
    margin-top: 0
}

.unl div+.wdn-subhead,.unl img+.wdn-subhead,.unl li+.wdn-subhead,.unl p+.wdn-subhead,.unl section+.wdn-subhead,.unl span+.wdn-subhead,.unl ul+.wdn-subhead {
    margin-bottom: 0
}

.wdn-list-reset {
    list-style: none;
    padding-left: 0
}

.wdn-intro-p {
    font-size: 1.13em
}

.unl p.small {
    font-size: .75em
}

@font-face {
    font-family: wdn-icon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fontello/wdn-icon.woff2?92731841) format("woff2"),url(../fonts/fontello/wdn-icon.woff?92731841) format("woff")
}

[class*=" wdn-icon-"]:before,[class^=wdn-icon-]:before {
    speak: none;
    display: inline-block;
    font-family: wdn-icon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-right: .2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em
}

.wdn-icon-mail:before {
    content: "\2709"
}

.wdn-icon-location:before {
    content: "\e07a"
}

.wdn-icon-user:before {
    content: "\e800"
}

.wdn-icon-snapchat:before {
    content: "\e801"
}

.wdn-icon-search:before {
    content: "\e802"
}

.wdn-icon-comment:before {
    content: "\e803"
}

.wdn-icon-comment-alt:before {
    content: "\e804"
}

.wdn-icon-cancel:before {
    content: "\e805"
}

.wdn-icon-attention:before {
    content: "\e806"
}

.wdn-icon-info:before {
    content: "\e807"
}

.wdn-icon-angle-double-right:before {
    content: "\e808"
}

.wdn-icon-star-circled:before {
    content: "\e809"
}

.wdn-icon-angle-double-left:before {
    content: "\e80a"
}

.wdn-icon-ok:before {
    content: "\e80b"
}

.wdn-icon-plus:before {
    content: "\e80c"
}

.wdn-icon-minus:before {
    content: "\e80d"
}

.wdn-icon-key:before {
    content: "\e80e"
}

.wdn-icon-up-small:before {
    content: "\e80f"
}

.wdn-icon-calendar-empty:before {
    content: "\e810"
}

.wdn-icon-rss-squared:before {
    content: "\e811"
}

.wdn-icon-calendar:before {
    content: "\e812"
}

.wdn-icon-youtube-play:before {
    content: "\e813"
}

.wdn-icon-linkedin-squared:before {
    content: "\e814"
}

.wdn-icon-instagram:before {
    content: "\e815"
}

.wdn-icon-flickr:before {
    content: "\e816"
}

.wdn-icon-vimeo:before {
    content: "\e817"
}

.wdn-icon-pinterest:before {
    content: "\e818"
}

.wdn-icon-tumblr:before {
    content: "\e819"
}

.wdn-icon-foursquare:before {
    content: "\e81a"
}

.wdn-icon-gplus:before {
    content: "\e81b"
}

.wdn-icon-share:before {
    content: "\e81c"
}

.wdn-icon-twitter:before {
    content: "\e81d"
}

.wdn-icon-facebook:before {
    content: "\e81e"
}

.wdn-icon-link:before {
    content: "\e81f"
}

.wdn-icon-blogger:before {
    content: "\e820"
}

.wdn-icon-play-circled:before {
    content: "\e821"
}

.wdn-icon-map:before {
    content: "\e822"
}

.wdn-icon-clock:before {
    content: "\e823"
}

.wdn-icon-rocket:before {
    content: "\e825"
}

.wdn-icon-pause:before {
    content: "\e82a"
}

.wdn-icon-print:before {
    content: "\e901"
}

.wdn-icon-phone:before {
    content: "\e902"
}

.wdn-icon-home:before {
    content: "\e903"
}

.wdn-icon-facebook-circled:before {
    content: "\f051"
}

.wdn-icon-twitter-circled:before {
    content: "\f057"
}

.wdn-icon-right-open-mini:before {
    content: "\f0c8"
}

.wdn-icon-menu:before {
    content: "\f0c9"
}

.wdn-icon-spotify:before {
    content: "\f1bc"
}

.wdn-icon-wrench:before {
    content: "🔧"
}

/*# sourceMappingURL=deprecated.css.map */
