@font-face {
    font-family: 'MaisonNeue';
    src: url('../static/fonts/maisonneue/MaisonNeue-Book.woff2') format('woff2'),
        url('../static/fonts/maisonneue/MaisonNeue-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'MaisonNeue';
    src: url('../static/fonts/maisonneue/MaisonNeue-BookItalic.woff2') format('woff2'),
        url('../static/fonts/maisonneue/MaisonNeue-BookItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: fallback;
}
@font-face {
    font-family: 'MaisonNeue';
    src: url('../static/fonts/maisonneue/MaisonNeue-Medium.woff2') format('woff2'),
        url('../static/fonts/maisonneue/MaisonNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'MaisonNeue';
    src: url('../static/fonts/maisonneue/MaisonNeue-MediumItalic.woff2') format('woff2'),
        url('../static/fonts/maisonneue/MaisonNeue-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: fallback;
}
@font-face {
    font-family: 'MaisonNeue';
    src: url('../static/fonts/maisonneue/MaisonNeue-Demi.woff2') format('woff2'),
        url('../static/fonts/maisonneue/MaisonNeue-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'MaisonNeue';
    src: url('../static/fonts/maisonneue/MaisonNeue-DemiItalic.woff2') format('woff2'),
        url('../static/fonts/maisonneue/MaisonNeue-DemiItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: fallback;
}
@font-face {
    font-family: 'LarishNeue';
    src: url('../static/fonts//larishneue/larish_neue_semibold.woff2') format('woff2'),
        url('../static/fonts//larishneue/larish_neue_semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'LarishNeue';
    src: url('../static/fonts//larishneue/larish_neue_semibold_italic.woff2') format('woff2'),
        url('../static/fonts//larishneue/larish_neue_semibold_italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: fallback;
}
@font-face {
    font-family: 'Druk';
    src: url('../static/fonts/druk/Druk-Medium-Web.woff2') format('woff2'),
        url('../static/fonts/druk/Druk-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Druk';
    src: url('../static/fonts/druk/Druk-MediumItalic-Web.woff2') format('woff2'),
        url('../static/fonts/druk/Druk-MediumItalic-Web.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: fallback;
}
@font-face {
    font-family: 'Druk';
    src: url('../static/fonts/druk/Druk-Bold-Web.woff2') format('woff2'),
        url('../static/fonts/druk/Druk-Bold-Web.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Druk';
    src: url('../static/fonts/druk/Druk-BoldItalic-Web.woff2') format('woff2'),
        url('../static/fonts/druk/Druk-BoldItalic-Web.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: fallback;
}
/* stylelint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

[role='button'],
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
    box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    margin: 0;
    -webkit-appearance: button;
    /* for input */
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    display: block;
    width: 100%;
    position: relative;
}

[role='button'],
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
    cursor: pointer;
}
[role='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover,
button:hover {
    outline: 0;
}

/* Get rid of the 'X' clear button on search fields */
input[type='search']::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type='search']::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none;
}

/* stylelint-enable */
body,
body * {
    box-sizing: border-box;
}

::-moz-selection {
    background: #ecf6f6;
    color: #04284b;
    text-shadow: none;
}

::selection {
    background: #ecf6f6;
    color: #04284b;
    text-shadow: none;
}

body {
    font: 14px/1.5 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}

img,
svg {
    height: auto;
    margin: 0;
    max-width: 100%;
}

a {
    outline: 0;
    outline: 0;
    text-decoration: none;
}
a:focus {
    outline: 3px solid rgba(2, 118, 232, 0.2);
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}

.content__body {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.content__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.grid-lines__line {
    display: none;
}

.flickity-button {
    width: 35px;
    height: 35px;
    display: none;
}
.flickity-button[disabled] {
    cursor: default;
}
.flickity-button[disabled] svg {
    fill: #d4cfbd;
}
.flickity-button[disabled][disabled]:hover svg {
    fill: #d4cfbd;
}
.flickity-button svg {
    width: 15px;
    height: 15px;
    fill: #04284b;
    transition: fill 0.3s;
}
.flickity-button:hover svg {
    fill: #0276e8;
}
.flickity-button.previous {
    position: absolute;
    top: 20px;
    right: 50px;
    border-right: 1px solid #d4cfbd;
}
.flickity-button.next {
    position: absolute;
    top: 20px;
    right: 15px;
}
@media (min-width: 600px) {
    .flickity-button {
        display: block;
    }
    .flickity-button.previous {
        position: absolute;
        top: 30px;
        right: 75px;
    }
    .flickity-button.next {
        position: absolute;
        top: 30px;
        right: 40px;
    }
}
@media (min-width: 765px) {
    .flickity-button.previous {
        position: absolute;
        top: 40px;
        right: 75px;
    }
    .flickity-button.next {
        position: absolute;
        top: 40px;
        right: 40px;
    }
}
@media (min-width: 960px) {
    .flickity-button.previous {
        position: absolute;
        top: 80px;
        right: 75px;
    }
    .flickity-button.next {
        position: absolute;
        top: 80px;
        right: 40px;
    }
}

.flickity-viewport {
    position: relative;
}

.flickity-page-dots {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}
.flickity-page-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0276e8;
    display: block;
    margin: 0 5px;
}
.flickity-page-dots .dot.is-selected {
    background-color: #f35d26;
}

.basic-text {
    color: #04284b;
    font-family: 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.5;
}
@media (min-width: 600px) {
    .basic-text {
        font-size: 16px;
    }
}
@media (min-width: 765px) {
    .basic-text {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .basic-text {
        font-size: 20px;
    }
}
.basic-text a {
    background-image: linear-gradient(#f35d26 0%, #f35d26 100%),
        linear-gradient(#0276e8 0%, #0276e8 98%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 2px;
    background-position: 0 100%;
    transition: background 0.1s ease-in-out;
    color: #04284b;
    transition: all 0.2s linear;
}
.basic-text a:hover {
    background-size: 100% 2px, 100% 2px;
}
.basic-text p {
    margin-bottom: 1.25em;
}
.basic-text em,
.basic-text i {
    font-style: italic;
}
.basic-text strong,
.basic-text b {
    font-weight: 600;
}
.basic-text > ul,
.basic-text > ol,
.basic-text table {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    .basic-text > ul,
    .basic-text > ol,
    .basic-text table {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .basic-text > ul,
    .basic-text > ol,
    .basic-text table {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.basic-text ul ol,
.basic-text ul ul,
.basic-text ol ul,
.basic-text ol ol {
    margin-bottom: 1.25em;
    content: counters(basic-text-ol, '.') ' ';
    margin-top: 15px;
}
.basic-text ul,
.basic-text ol {
    list-style: none;
}
.basic-text ul li,
.basic-text ol li {
    padding-left: 1.25em;
    position: relative;
}
.basic-text ul li {
    position: relative;
}
.basic-text ul li:before {
    width: 11px;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    top: 0.55em;
    left: 0;
    background-color: #0276e8;
}
.basic-text ol {
    list-style: none;
    counter-reset: basic-text-ol;
}
.basic-text ol li::before {
    position: absolute;
    top: 0.4em;
    left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0276e8;
    content: counter(basic-text-ol);
    counter-increment: basic-text-ol;
    font: 600 12px/1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    color: #0276e8;
}
@media (min-width: 960px) {
    .basic-text ol li::before {
        font-size: 16px;
        top: 0.38;
    }
}
.basic-text li {
    margin-bottom: 0.5em;
}
.basic-text ol > li > ul > li::after,
.basic-text ul > li > ol > li::before {
    display: none;
}
.basic-text h1,
.basic-text h2 {
    color: #04284b;
    font: 500 36px/1 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .basic-text h1,
    .basic-text h2 {
        font-size: calc(36px + (56 - 36) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .basic-text h1,
    .basic-text h2 {
        font-size: 56px;
    }
}
.basic-text h1 b,
.basic-text h1 strong,
.basic-text h2 b,
.basic-text h2 strong {
    font-weight: 500;
}
.basic-text h1 {
    padding-top: 50px;
    padding-bottom: 15px;
}
@media (min-width: 1200px) {
    .basic-text h1 {
        padding-top: 75px;
        padding-bottom: 30px;
    }
}
.basic-text h2 {
    padding-top: 24px;
    padding-bottom: 10px;
}
@media (min-width: 1200px) {
    .basic-text h2 {
        padding-top: 40px;
        padding-bottom: 15px;
    }
}
.basic-text h3 {
    color: #04284b;
    font: 500 21px/1.3 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0;
    margin: 0 0 0.5em;
    padding-top: 0;
    margin-top: 40px;
    margin-bottom: 15px;
}
@media (min-width: 450px) and (max-width: 1199px) {
    .basic-text h3 {
        font-size: calc(21px + (28 - 21) * (100vw - 450px) / (1200 - 450));
    }
}
@media (min-width: 1200px) {
    .basic-text h3 {
        font-size: 28px;
    }
}
@media (min-width: 1200px) {
    .basic-text h3 {
        margin-top: 75px;
        margin-bottom: 40px;
    }
}
.basic-text h3 b,
.basic-text h3 strong {
    font-weight: 500;
}
.basic-text h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-top: 40px;
    color: #04284b;
    font: 600 16px/1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 600px) {
    .basic-text h4 {
        font-size: 16px;
    }
}
@media (min-width: 765px) {
    .basic-text h4 {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .basic-text h4 {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    .basic-text h4 {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}
.basic-text h5 {
    margin-top: 40px;
    margin-bottom: 15px;
    color: #04284b;
    font: italic 400 26px/1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 1200px) {
    .basic-text h5 {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}
.basic-text table {
    font-size: 80%;
    width: 100%;
}
.basic-text table.is-style-stripes tr:nth-child(even),
.basic-text table.is-style-stripes table tr:nth-child(even) {
    background-color: #f6fbfb;
}
.basic-text table.has-fixed-layout,
.basic-text table.has-fixed-layout table {
    table-layout: fixed;
}
.basic-text td,
.basic-text th {
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 0;
    text-align: left;
    vertical-align: top;
}
@media (min-width: 960px) {
    .basic-text td,
    .basic-text th {
        padding-top: 12px;
        padding-right: 12px;
        padding-left: 12px;
        padding-bottom: 10px;
    }
}
.basic-text th {
    font-weight: 600;
}
.basic-text tr {
    border-bottom: 1px solid #eaeaea;
}
.basic-text hr,
.basic-text .wp-block-separator {
    border: 0;
    margin: 40px 0;
    position: relative;
    height: 1px;
    background-color: rgba(4, 40, 75, 0.07);
}
@media (min-width: 960px) {
    .basic-text hr,
    .basic-text .wp-block-separator {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

input:not([type='submit']):not([type='file']) {
    outline: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid transparent;
    font: 16px/1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    transition: border 0.3s;
}
input:not([type='submit']):not([type='file']):focus {
    border-color: #0276e8;
}
@media (min-width: 960px) {
    input:not([type='submit']):not([type='file']) {
        font-size: 18px;
    }
}
input:not([type='submit']):not([type='file'])::-webkit-input-placeholder {
    transition: color 0.5s;
}
input:not([type='submit']):not([type='file'])::-moz-placeholder {
    transition: color 0.5s;
}
input:not([type='submit']):not([type='file']):-ms-input-placeholder {
    transition: color 0.5s;
}
input:not([type='submit']):not([type='file'])::-ms-input-placeholder {
    transition: color 0.5s;
}
input:not([type='submit']):not([type='file'])::placeholder {
    transition: color 0.5s;
}

input[type='submit'] {
    font: 500 18px/1 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: auto;
}
@media (min-width: 960px) {
    input[type='submit'] {
        font-size: 21px;
    }
}

input[type='submit'],
input[type='checkbox'],
input[type='radio'] {
    cursor: pointer;
}

a.btn,
button.btn,
.btn {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none;
    border: 1px solid #f35d26;
    color: #f35d26;
    display: inline-block;
    font: 500 18px/1 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    max-width: 200px;
    letter-spacing: 0.8px;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
}
a.btn:hover,
a.btn:focus,
button.btn:hover,
button.btn:focus,
.btn:hover,
.btn:focus {
    color: #ffffff;
    background-color: #f35d26;
}
@media (min-width: 960px) {
    a.btn,
    button.btn,
    .btn {
        font-size: 20px;
        padding: 15px 40px;
    }
}

textarea {
    border: 0;
    font: 400 18px/1.2 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}

.archive-topics-nav {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #113354;
}
@media (min-width: 765px) {
    .archive-topics-nav {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .archive-topics-nav {
        padding-top: 80px;
    }
}
@media (min-width: 765px) {
    .archive-topics-nav {
        padding-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .archive-topics-nav {
        padding-bottom: 80px;
    }
}
@media (min-width: 765px) {
    .archive-topics-nav {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .archive-topics-nav {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .archive-topics-nav {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .archive-topics-nav {
        padding-right: 80px;
    }
}

.archive-topics-nav__inner {
    margin: 0 auto;
    max-width: 1259px;
}

@media (min-width: 765px) {
    .archive-topics-nav--has-image .archive-topics-nav__inner {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.archive-topics-nav__image {
    width: 80px;
    float: right;
    margin: 0 0 40px;
}
@media (min-width: 765px) {
    .archive-topics-nav__image {
        width: 40.5083399523%;
        float: none;
        margin-bottom: 0;
    }
}

@media (min-width: 765px) {
    .archive-topics-nav__text {
        width: 49.0071485306%;
    }
}

.archive-topics-nav__head {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    color: #ffffff;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .archive-topics-nav__head {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .archive-topics-nav__head {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .archive-topics-nav__head {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .archive-topics-nav__head {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.archive-topics-nav__list {
    list-style: none;
    margin: 0 0 40px;
}
@media (min-width: 450px) {
    .archive-topics-nav__list {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
}

.archive-topics-nav__item {
    display: block;
    margin: 0 0 15px;
    position: relative;
}

.archive-topics-nav__link {
    color: #ffffff;
    font: 500 14px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    transition: color 0.3s;
}
.archive-topics-nav__link:hover {
    color: #0276e8;
}

.archive-featured-authors {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ecf6f6;
}
@media (min-width: 765px) {
    .archive-featured-authors {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .archive-featured-authors {
        padding-top: 80px;
    }
}
@media (min-width: 765px) {
    .archive-featured-authors {
        padding-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .archive-featured-authors {
        padding-bottom: 80px;
    }
}
@media (min-width: 765px) {
    .archive-featured-authors {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .archive-featured-authors {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .archive-featured-authors {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .archive-featured-authors {
        padding-right: 80px;
    }
}
@media (min-width: 960px) {
    .archive-featured-authors {
        padding-top: 0 !important;
    }
}

.archive-featured-authors__inner {
    margin: 0 auto;
    max-width: 1259px;
}

.archive-featured-authors__head {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    text-align: center;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .archive-featured-authors__head {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .archive-featured-authors__head {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .archive-featured-authors__head {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .archive-featured-authors__head {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .archive-featured-authors__head {
        position: relative;
        top: -0.5em;
    }
}

.archive-featured-authors__authors {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 960px) {
    .archive-featured-authors__authors {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.archive-featured-authors__author {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 40px 40px 0;
}
@media (min-width: 960px) {
    .archive-featured-authors__author {
        margin-right: 75px;
        margin-bottom: 50px;
    }
}

.archive-featured-authors__author-img-link {
    outline: 0;
    transition: all 0.1s linear;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.archive-featured-authors__author-img-link:focus {
    outline: 0;
}
.archive-featured-authors__author-img-link:focus figure {
    box-shadow: 0 0 0 3px rgba(2, 118, 232, 0.2);
    opacity: 0.9;
}
.archive-featured-authors__author-img-link:hover {
    opacity: 0.9;
}

.archive-featured-authors__author-figure {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    margin-right: 10px;
}
@media (min-width: 960px) {
    .archive-featured-authors__author-figure {
        width: 80px;
        height: 80px;
        margin-right: 15px;
    }
}
@media (min-width: 1200px) {
    .archive-featured-authors__author-figure {
        width: 130px;
        height: 130px;
        margin-right: 30px;
    }
}

.archive-featured-authors__author-img {
    display: block;
}

.archive-featured-authors__author-name,
.archive-featured-authors__author-jobtitle {
    font: 600 14px/1.2 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    max-width: 200px;
}
@media (min-width: 960px) {
    .archive-featured-authors__author-name,
    .archive-featured-authors__author-jobtitle {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .archive-featured-authors__author-name,
    .archive-featured-authors__author-jobtitle {
        font-size: 18px;
    }
}

.archive-featured-authors__author-name {
    margin: 0 0 5px;
    white-space: nowrap;
}
.archive-featured-authors__author-name a {
    color: #0276e8;
    transition: color 0.3s;
}
.archive-featured-authors__author-name a:hover {
    color: #f35d26;
}

.archive-featured-authors__author-jobtitle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #04284b;
    font-weight: 500;
}

body.archive.category:not(.paged):not(.topic-type-blog) .site-header::before,
.archive-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #faf9f4;
    width: calc(0.9150119142 * (100vw - 60px) + 30px);
    z-index: -1;
}
@media (min-width: 765px) {
    body.archive.category:not(.paged):not(.topic-type-blog) .site-header::before,
    .archive-header::before {
        width: calc(0.9150119142 * (100vw - 100px) + 50px);
    }
}
@media (min-width: 960px) {
    body.archive.category:not(.paged):not(.topic-type-blog) .site-header::before,
    .archive-header::before {
        width: calc(0.9150119142 * (100vw - 160px) + 80px);
    }
}
@media (min-width: 1419px) {
    body.archive.category:not(.paged):not(.topic-type-blog) .site-header::before,
    .archive-header::before {
        width: calc(1152px + (100vw - 1259px) / 2);
    }
}

.archive-header {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 0 40px;
    overflow: hidden;
    position: relative;
}
@media (min-width: 765px) {
    .archive-header {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .archive-header {
        padding-top: 80px;
    }
}
@media (min-width: 765px) {
    .archive-header {
        padding-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .archive-header {
        padding-bottom: 80px;
    }
}
@media (min-width: 765px) {
    .archive-header {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .archive-header {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .archive-header {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .archive-header {
        padding-right: 80px;
    }
}
@media (min-width: 1200px) {
    .archive-header {
        margin-bottom: 50px;
    }
}

.archive-header__inner {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1259px;
}

@media (min-width: 765px) {
    .archive-header--has-image {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
}
@media (min-width: 765px) {
    .archive-header--has-image .archive-header__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
}
.archive-header--has-image .archive-header__image {
    display: block;
    float: right;
    width: 60px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.archive-header--has-image .archive-header__image img {
    display: block;
}
@media (min-width: 765px) {
    .archive-header--has-image .archive-header__image {
        width: 49.0071485306%;
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (min-width: 765px) {
    .archive-header--has-image .archive-header__image {
        width: 40.5083399523%;
        float: none;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (min-width: 765px) {
    .archive-header--has-image .archive-header__image img {
        width: calc(100% + 30px + 1px);
        max-width: 510px;
    }
}
@media (min-width: 765px) and (min-width: 765px) {
    .archive-header--has-image .archive-header__image img {
        width: calc(100% + 51px);
    }
}
@media (min-width: 765px) and (min-width: 960px) {
    .archive-header--has-image .archive-header__image img {
        width: calc(100% + 81px);
    }
}
@media (min-width: 765px) and (min-width: 1419px) {
    .archive-header--has-image .archive-header__image img {
        width: calc(((100vw - 1259px) / 2)+1260px);
    }
}
@media (min-width: 765px) {
    .archive-header--has-image .archive-header__text {
        width: 49.0071485306%;
        padding-top: 50px;
        -ms-flex-order: 1;
        order: 1;
    }
}

.archive-header__parent-term {
    margin: 0 0 8px;
}

.archive-header__parent-term-link {
    color: #0276e8;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-left: 20px;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.archive-header__parent-term-link:hover {
    color: #f35d26;
}
.archive-header__parent-term-link:hover use {
    fill: #f35d26;
}
.archive-header__parent-term-link svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .archive-header__parent-term-link svg {
        top: 0;
    }
}
.archive-header__parent-term-link use {
    fill: #0276e8;
}
.archive-header__parent-term-link svg {
    position: absolute;
    top: -2px;
    left: 0;
}
@media (min-width: 765px) {
    .archive-header__parent-term-link svg {
        top: -1px;
    }
}
.archive-header__parent-term-link svg {
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.archive-header__parent-term-link:hover svg {
    -ms-transform: translateX(-5px) scaleX(-1);
    transform: translateX(-5px) scaleX(-1);
}
@media (min-width: 765px) {
    .archive-header__parent-term-link {
        font-size: 13px;
    }
}

.archive-header__title {
    color: #0276e8;
    font: 500 24px/1.1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin: 0 0 15px;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .archive-header__title {
        font-size: calc(24px + (65 - 24) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .archive-header__title {
        font-size: 65px;
    }
}
@media (min-width: 1200px) {
    .archive-header__title {
        margin-bottom: 30px;
    }
}

.archive-header__description {
    color: #04284b;
    font: 500 14px/1.4 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
@media (min-width: 450px) and (max-width: 959px) {
    .archive-header__description {
        font-size: calc(14px + (21 - 14) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .archive-header__description {
        font-size: 21px;
    }
}
@media (min-width: 1200px) {
    .archive-header__description {
        font-size: 28px;
    }
}
.archive-header__description p {
    margin: 0 0 0.75em;
}
.archive-header__description p:last-of-type {
    margin-bottom: 0;
}
.archive-header__description a {
    background-image: linear-gradient(#f35d26 0%, #f35d26 100%),
        linear-gradient(#0276e8 0%, #0276e8 98%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 2px;
    background-position: 0 100%;
    transition: background 0.1s ease-in-out;
    color: #04284b;
    transition: all 0.2s linear;
}
.archive-header__description a:hover {
    background-size: 100% 2px, 100% 2px;
}
.archive-header__description img {
    display: block;
    float: left;
    width: 60px;
    margin-top: 0.4em;
    margin-right: 10px;
}
@media (min-width: 960px) {
    .archive-header__description img {
        width: 100px;
        margin-right: 30px;
    }
}

.archive-header-blog {
    margin-bottom: 50px;
    position: relative;
}
@media (min-width: 765px) {
    .archive-header-blog {
        margin-bottom: 75px;
    }
}
@media (min-width: 1200px) {
    .archive-header-blog {
        margin-bottom: 100px;
    }
}

.archive-header-blog__inner-1 {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    position: relative;
    margin: 0 0 15px;
}
@media (min-width: 765px) {
    .archive-header-blog__inner-1 {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .archive-header-blog__inner-1 {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .archive-header-blog__inner-1 {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .archive-header-blog__inner-1 {
        padding-right: 80px;
    }
}

.archive-header-blog__inner-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1259px;
}

.archive-header-blog__image {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 18px);
    width: calc(0.9150119142 * (100vw - 60px) + 30px);
    z-index: 1;
}
@media (min-width: 450px) {
    .archive-header-blog__image {
        height: calc(100% - 22px);
    }
}
@media (min-width: 765px) {
    .archive-header-blog__image {
        height: calc(100% - 35px);
        width: calc(0.9150119142 * (100vw - 100px) + 50px);
    }
}
@media (min-width: 960px) {
    .archive-header-blog__image {
        width: calc(0.9150119142 * (100vw - 160px) + 80px);
    }
}
@media (min-width: 1419px) {
    .archive-header-blog__image {
        width: calc(1152px + (100vw - 1259px) / 2);
    }
}
.archive-header-blog__image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
}
.archive-header-blog__image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1ebcbc;
    z-index: 2;
    opacity: 0.1;
}

.archive-header-blog__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 130px;
    position: relative;
    z-index: 2;
}
@media (min-width: 600px) {
    .archive-header-blog__text {
        padding-top: 180px;
    }
}
@media (min-width: 960px) {
    .archive-header-blog__text {
        padding-top: 250px;
    }
}
@media (min-width: 960px) {
    .archive-header-blog__text {
        padding-top: 350px;
    }
}
@media (min-width: 1200px) {
    .archive-header-blog__text {
        padding-top: 425px;
    }
}

.archive-header-blog__parent-term {
    margin: 0 0 8px;
}

.archive-header-blog__parent-term-link {
    color: #0276e8;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-left: 20px;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.archive-header-blog__parent-term-link:hover {
    color: #f35d26;
}
.archive-header-blog__parent-term-link:hover use {
    fill: #f35d26;
}
.archive-header-blog__parent-term-link svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .archive-header-blog__parent-term-link svg {
        top: 0;
    }
}
.archive-header-blog__parent-term-link use {
    fill: #0276e8;
}
.archive-header-blog__parent-term-link svg {
    position: absolute;
    top: -2px;
    left: 0;
}
@media (min-width: 765px) {
    .archive-header-blog__parent-term-link svg {
        top: -1px;
    }
}
.archive-header-blog__parent-term-link svg {
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.archive-header-blog__parent-term-link:hover svg {
    -ms-transform: translateX(-5px) scaleX(-1);
    transform: translateX(-5px) scaleX(-1);
}
@media (min-width: 765px) {
    .archive-header-blog__parent-term-link {
        font-size: 13px;
    }
}

.archive-header-blog__title {
    color: #04284b;
    font: 500 36px/1 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .archive-header-blog__title {
        font-size: calc(36px + (84 - 36) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .archive-header-blog__title {
        font-size: 84px;
    }
}

.archive-header-blog__description {
    color: #04284b;
    font: 500 16px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    padding-left: 30px;
    padding-right: 30px;
    color: #04284b;
    font-weight: 500;
    z-index: 4;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .archive-header-blog__description {
        font-size: calc(16px + (26 - 16) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .archive-header-blog__description {
        font-size: 26px;
    }
}
@media (min-width: 765px) {
    .archive-header-blog__description {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .archive-header-blog__description {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .archive-header-blog__description {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .archive-header-blog__description {
        padding-right: 80px;
    }
}
.archive-header-blog__description p {
    margin: 0 0 0.75em;
}
.archive-header-blog__description p:last-of-type {
    margin-bottom: 0;
}

.archive-header-blog__description-inner {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1259px;
}
@media (min-width: 765px) {
    .archive-header-blog__description-inner {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .archive-header-blog__description-inner {
        margin-bottom: 50px;
    }
}

.archive-header-blog__authors {
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 765px) {
    .archive-header-blog__authors {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .archive-header-blog__authors {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .archive-header-blog__authors {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .archive-header-blog__authors {
        padding-right: 80px;
    }
}

.archive-header-blog__authors-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1259px;
}

.archive-header-blog__text,
.archive-header-blog__description-inner p,
.article-authors--blog .article-authors__inner {
    padding-left: 10.4845115171%;
}

.archive-newsletter {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (min-width: 765px) {
    .archive-newsletter {
        margin-top: 75px;
        margin-bottom: 75px;
    }
}
@media (min-width: 1200px) {
    .archive-newsletter {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.archive-topics-nav {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #113354;
}
@media (min-width: 765px) {
    .archive-topics-nav {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .archive-topics-nav {
        padding-top: 80px;
    }
}
@media (min-width: 765px) {
    .archive-topics-nav {
        padding-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .archive-topics-nav {
        padding-bottom: 80px;
    }
}
@media (min-width: 765px) {
    .archive-topics-nav {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .archive-topics-nav {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .archive-topics-nav {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .archive-topics-nav {
        padding-right: 80px;
    }
}

.archive-topics-nav__inner {
    margin: 0 auto;
    max-width: 1259px;
}

@media (min-width: 765px) {
    .archive-topics-nav--has-image .archive-topics-nav__inner {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.archive-topics-nav__image {
    width: 80px;
    float: right;
    margin: 0 0 40px;
}
@media (min-width: 765px) {
    .archive-topics-nav__image {
        width: 40.5083399523%;
        float: none;
        margin-bottom: 0;
    }
}

@media (min-width: 765px) {
    .archive-topics-nav__text {
        width: 49.0071485306%;
    }
}

.archive-topics-nav__head {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    color: #ffffff;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .archive-topics-nav__head {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .archive-topics-nav__head {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .archive-topics-nav__head {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .archive-topics-nav__head {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.archive-topics-nav__list {
    list-style: none;
    margin: 0 0 40px;
}
@media (min-width: 450px) {
    .archive-topics-nav__list {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
}

.archive-topics-nav__item {
    display: block;
    margin: 0 0 15px;
    position: relative;
}

.archive-topics-nav__link {
    color: #ffffff;
    font: 500 14px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    transition: color 0.3s;
}
.archive-topics-nav__link:hover {
    color: #0276e8;
}

.article-authors {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 765px) {
    .article-authors {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .article-authors {
        margin-bottom: 50px;
    }
}
@media (min-width: 1400px) {
    .article-authors--article {
        width: 129.5580110497%;
    }
}

.article-authors__inner {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article-authors__author {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin: 0 15px 15px 0;
}
.article-authors__author:not(.article-authors__author--has-image) {
    padding-top: 0;
}
@media (min-width: 600px) {
    .article-authors__author:not(.article-authors__author--has-image) {
        padding-top: 7px;
    }
}
@media (min-width: 765px) {
    .article-authors__author {
        padding: 0 30px 0 0;
        max-width: 45%;
    }
}
@media (min-width: 1400px) {
    .article-authors__author {
        max-width: 32%;
    }
}

.article-authors__author-img-link {
    outline: 0;
    transition: all 0.1s linear;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
.article-authors__author-img-link:focus {
    outline: 0;
}
.article-authors__author-img-link:focus figure {
    box-shadow: 0 0 0 3px rgba(2, 118, 232, 0.2);
    opacity: 0.9;
}
.article-authors__author-img-link:hover {
    opacity: 0.9;
}

.article-authors__author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 18px 0 0;
    overflow: hidden;
}
@media (min-width: 600px) {
    .article-authors__author-img {
        width: 60px;
        height: 60px;
    }
}

.article-authors__partner-icon {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 20px;
    height: 20px;
}
@media (min-width: 600px) {
    .article-authors__partner-icon {
        position: absolute;
        top: 40px;
        left: 32px;
        width: 40px;
        height: 40px;
    }
}

.article-authors__author-text {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-top: 0px;
}
@media (min-width: 600px) {
    .article-authors__author-text {
        padding-top: 4px;
    }
}

.article-authors__author-name-link,
.article-authors__author-jobtitle {
    font: 600 14px/1.3 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    margin: 0 10px 0 0;
}
@media (min-width: 600px) {
    .article-authors__author-name-link,
    .article-authors__author-jobtitle {
        font-size: 16px;
    }
}

.article-authors__author-name-link {
    color: #0276e8;
    transition: color 0.2s;
}
.article-authors__author-name-link:hover {
    color: #f35d26;
}

.article-authors__author-jobtitle {
    color: #777777;
    display: inline-block;
    font-weight: 400;
}

.article-email-signup {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #faf9f4;
    padding: 30px;
    position: relative;
}
@media (min-width: 765px) {
    .article-email-signup {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .article-email-signup {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width: 1400px) {
    .article-email-signup {
        padding: 40px;
        width: 129.5580110497%;
    }
}

.article-email-signup__logo {
    position: absolute;
    top: -5px;
    left: 10px;
    width: 130px;
    height: 130px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.05;
}

.article-email-signup__inner {
    position: relative;
    z-index: 2;
}

@media (min-width: 765px) {
    .article-email-signup__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .article-email-signup__row > * {
        width: 49.0071485306%;
    }
}

h4.article-email-signup__head {
    color: #f35d26;
    margin: 0 0 15px !important;
    padding-top: 0 !important;
    font: 500 18px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif !important;
}
@media (min-width: 765px) {
    h4.article-email-signup__head {
        font-size: 24px !important;
    }
}
@media (min-width: 960px) {
    h4.article-email-signup__head {
        font-size: 28px !important;
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    h4.article-email-signup__head {
        font-size: 35px !important;
        margin-bottom: 40px;
    }
}

.article-email-signup__text {
    margin: 0 0 30px;
}
@media (min-width: 765px) {
    .article-email-signup__text {
        margin: 0 !important;
    }
}

.article-email-signup__form {
    position: relative;
}
.article-email-signup__form input:not([type='submit']):not([type='file']) {
    border: 0;
    border-bottom: 2px solid #0276e8;
    color: #04284b;
    transition: all 0.3s;
}
.article-email-signup__form input:not([type='submit']):not([type='file']):focus {
    border: 0;
    border-bottom: 2px solid #f35d26;
}
.article-email-signup__form
    input:not([type='submit']):not([type='file'])::-webkit-input-placeholder {
    color: rgba(119, 119, 119, 0.5);
}
.article-email-signup__form input:not([type='submit']):not([type='file'])::-moz-placeholder {
    color: rgba(119, 119, 119, 0.5);
}
.article-email-signup__form input:not([type='submit']):not([type='file']):-ms-input-placeholder {
    color: rgba(119, 119, 119, 0.5);
}
.article-email-signup__form input:not([type='submit']):not([type='file'])::-ms-input-placeholder {
    color: rgba(119, 119, 119, 0.5);
}
.article-email-signup__form input:not([type='submit']):not([type='file'])::placeholder {
    color: rgba(119, 119, 119, 0.5);
}
.article-email-signup__form label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.article-email-signup__form label.focusable:active,
.article-email-signup__form label.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.article-email-signup__form .btn {
    position: absolute;
    top: 3px;
    right: 0;
    transition: all 0.1s;
}
.article-email-signup__form .btn:hover {
    opacity: 0.75;
}

.article-gallery {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .article-gallery {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .article-gallery {
        margin-top: 75px;
        margin-bottom: 75px;
    }
}
@media (min-width: 960px) {
    .article-gallery {
        width: 100%;
    }
}
@media (min-width: 1400px) {
    .article-gallery {
        width: 114.7790055249%;
        margin-left: -14.7790055249%;
    }
}

.article-gallery__items {
    margin-bottom: 10px;
    display: grid;
    max-width: 100%;
    grid-gap: 25px;
    grid-template-columns: repeat(3, [col] 1fr);
    grid-template-rows: repeat(2, [row] 1fr);
}
@media (min-width: 765px) {
    .article-gallery__items {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .article-gallery__items {
        margin-bottom: 30px;
    }
}

.article-gallery__source-item--overlay {
    display: none;
}
.article-gallery__source-item--1 {
    grid-column: 1;
    grid-row: 1;
}
.article-gallery__source-item--2 {
    grid-row: 2;
    grid-column: 1;
}
.article-gallery__source-item--3 {
    grid-column: 2/4;
    grid-row: 1/3;
}
.article-gallery__source-item img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.article-gallery__source-item .article-gallery__item-caption {
    display: none;
}
@media (min-width: 960px) {
    .article-gallery__source-item--1 {
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -ms-transform: scale(0.75) translateY(50px);
        transform: scale(0.75) translateY(50px);
    }
    .article-gallery__source-item--2 {
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
}

.article-gallery__caption {
    color: #f35d26;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-left: 20px;
    color: #04284b;
    font: 500 14px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
.article-gallery__caption svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .article-gallery__caption svg {
        top: 0;
    }
}
.article-gallery__caption use {
    fill: #f35d26;
}
.article-gallery__caption svg {
    position: absolute;
    top: -2px;
    left: 0;
}
@media (min-width: 765px) {
    .article-gallery__caption svg {
        top: -1px;
    }
}
.article-gallery__caption svg {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.article-gallery__caption p {
    margin: 0 0 1.5em;
}

.article-gallery__view {
    color: #0276e8;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-right: 20px;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.article-gallery__view:hover {
    color: #f35d26;
}
.article-gallery__view:hover use {
    fill: #f35d26;
}
.article-gallery__view svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .article-gallery__view svg {
        top: 0;
    }
}
.article-gallery__view use {
    fill: #0276e8;
}
.article-gallery__view svg {
    position: absolute;
    top: -2px;
    right: 0;
}
@media (min-width: 765px) {
    .article-gallery__view svg {
        top: -1px;
    }
}
.article-gallery__view svg {
    -ms-transform: none;
    transform: none;
}
.article-gallery__view:hover svg {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
@media (min-width: 765px) {
    .article-gallery__view {
        font-size: 13px;
    }
}

@media (min-width: 960px) {
    .article-gallery__caption,
    .article-gallery__view {
        margin-left: calc(33% + 11px);
    }
}

.gallery-overlay {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.1s linear;
    opacity: 0;
    background-color: #04284b;
}
@media screen and (min-width: 600px) {
    .admin-bar .gallery-overlay {
        top: 46px;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar .gallery-overlay {
        top: 32px;
    }
}
body.gallery-overlay-is-shown .gallery-overlay {
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    opacity: 1;
    overflow-y: visible;
}

.gallery-overlay__meta {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    width: 100%;
    z-index: 2;
}
@media (min-width: 765px) {
    .gallery-overlay__meta {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .gallery-overlay__meta {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .gallery-overlay__meta {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .gallery-overlay__meta {
        padding-right: 80px;
    }
}
@media (min-width: 960px) {
    .gallery-overlay__meta {
        padding-top: 120px;
    }
}
@media (min-width: 1200px) {
    .gallery-overlay__meta {
        padding-top: 140px;
    }
}
@media (min-width: 960px) {
    .gallery-overlay__meta {
        top: 0;
        -ms-flex-align: start;
        align-items: flex-start;
        position: fixed;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media screen and (min-width: 960px) and (min-width: 600px) {
    .admin-bar .gallery-overlay__meta {
        top: 46px;
    }
}
@media screen and (min-width: 960px) and (min-width: 783px) {
    .admin-bar .gallery-overlay__meta {
        top: 32px;
    }
}

.gallery-overlay__meta-inner {
    border-top: 1px solid #ffffff;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 960px) {
    .gallery-overlay__meta-inner {
        width: 23.5107227959%;
    }
}

.gallery-overlay__counter {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font: italic 500 15px/1.3 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
.gallery-overlay__counter span {
    font-style: normal;
}
.gallery-overlay__counter span:last-of-type {
    padding-left: 3px;
}

.gallery-overlay__arrows {
    width: 80px;
    height: 40px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.gallery-overlay__arrows::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}

.gallery-overlay__arrow,
.gallery-overlay__arrow > button {
    width: 40px;
    height: 40px;
}
.gallery-overlay__arrow svg {
    width: 40px;
    height: 40px;
    fill: #ffffff;
    transition: fill 0.3s;
}
.gallery-overlay__arrow button:hover svg {
    fill: #0276e8;
}
.gallery-overlay__arrow button[disabled] {
    opacity: 0.2;
}

.gallery-overlay__slides::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: url('/wp-content/themes/cpi/static/img/cpi-glyph-white.svg') no-repeat 0 0;
    background-size: contain;
    opacity: 0.15;
    pointer-events: none;
}
@media (min-width: 765px) {
    .gallery-overlay__slides::before {
        width: 100px;
        height: 100px;
    }
}
@media (min-width: 1200px) {
    .gallery-overlay__slides::before {
        width: 180px;
        height: 180px;
    }
}

.gallery-overlay__close-wrap {
    top: 10px;
    position: fixed;
    right: 0;
    padding-right: 30px;
    cursor: pointer;
    z-index: 50;
}
@media screen and (min-width: 600px) {
    .admin-bar .gallery-overlay__close-wrap {
        top: 56px;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar .gallery-overlay__close-wrap {
        top: 42px;
    }
}
@media (min-width: 765px) {
    .gallery-overlay__close-wrap {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .gallery-overlay__close-wrap {
        padding-right: 80px;
    }
}
.gallery-overlay__close {
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.gallery-overlay__close svg {
    width: 40px;
    height: 40px;
    display: block;
    stroke: #0276e8;
    transition: stroke 0.3s;
}
.gallery-overlay__close:hover {
    opacity: 0.5;
}
.gallery-overlay__close:focus {
    outline: 0;
}
.gallery-overlay__close:focus svg {
    stroke: #f35d26;
}

.flickity-enabled.is-draggable:focus {
    outline: none;
}

.gallery-item {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    opacity: 0;
    width: 100%;
    transition: opacity 0.5s 0.3s;
}
@media (min-width: 765px) {
    .gallery-item {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .gallery-item {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .gallery-item {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .gallery-item {
        padding-right: 80px;
    }
}
@media (min-width: 960px) {
    .gallery-item {
        padding-top: 120px;
    }
}
@media (min-width: 1200px) {
    .gallery-item {
        padding-top: 140px;
    }
}
.gallery-item .article-gallery__image-wrap {
    margin-bottom: 40px;
    position: relative;
}
.gallery-item img {
    display: block;
}
.gallery-item .article-gallery__item-caption {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font: 500 14px/1.5 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    padding-top: 40px;
}
@media (min-width: 1200px) {
    .gallery-item .article-gallery__item-caption {
        font-size: 16px;
    }
}
.gallery-item .article-gallery__item-caption a {
    background-image: linear-gradient(#0276e8 0%, #0276e8 100%),
        linear-gradient(#ffffff 0%, #ffffff 98%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 2px;
    background-position: 0 100%;
    transition: background 0.1s ease-in-out;
    color: #ffffff;
}
.gallery-item .article-gallery__item-caption a:hover {
    background-size: 100% 2px, 100% 2px;
}
.gallery-item.is-selected {
    opacity: 1;
}
@media (min-width: 960px) {
    .gallery-item {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .gallery-item .article-gallery__image-wrap {
        width: 70.2541699762%;
        height: calc(100vh - 200px) !important;
        margin-bottom: 0;
    }
    .gallery-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: 0 0;
        object-position: 0 0;
    }
    .gallery-item .article-gallery__item-caption {
        width: 23.5107227959%;
        padding-top: 100px;
    }
}

.article-wayfinding {
    display: none;
}
@media (min-width: 960px) {
    .article-wayfinding {
        top: 40px;
        opacity: 0;
        pointer-events: none;
        transition: transform 0.3s ease-out, opacity 0.5s;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        max-width: none;
        -webkit-overflow-scrolling: touch;
        margin-left: -5px;
        overflow-y: auto;
        position: -webkit-sticky;
        position: sticky;
        z-index: 3;
    }
}
@media screen and (min-width: 960px) and (min-width: 600px) {
    .admin-bar .article-wayfinding {
        top: 86px;
    }
}
@media screen and (min-width: 960px) and (min-width: 783px) {
    .admin-bar .article-wayfinding {
        top: 72px;
    }
}
@media (min-width: 960px) {
    body.js-scrolled-to-article-content .article-wayfinding {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (min-width: 960px) {
    .article-wayfinding__inner {
        max-height: calc(100vh - 260px);
        padding-left: 5px;
    }
    .admin-bar .article-wayfinding__inner {
        max-height: calc(100vh - 260px - 32px);
    }
}

.article-wayfinding__head {
    position: relative;
}
.article-wayfinding__head:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -2px;
    width: 3px;
    background-color: #ffffff;
    z-index: -1;
}

.article-wayfinding__head-link {
    color: #f35d26;
    font: 500 22px/1 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s;
}
.article-wayfinding__head-link:hover {
    color: #0276e8;
}

.article-wayfinding__item {
    display: block;
}

.article-wayfinding__link {
    color: #04284b;
    display: block;
    padding: 15px 0;
    position: relative;
    transition: color 0.3s;
}
.article-wayfinding__link:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -2px;
    width: 3px;
    background-color: #ffffff;
    z-index: -1;
}
.article-wayfinding__item--current .article-wayfinding__link {
    color: #0276e8;
}
.article-wayfinding__link:hover {
    color: #0276e8;
}

.article-wayfinding__title {
    font: 400 14px/1.3 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}

.article-chapters {
    padding-top: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.article-chapters__list {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}
@media (min-width: 960px) {
    .article-chapters__list {
        display: block;
        overflow: visible;
    }
}
.article-chapters__list::after {
    content: '';
    display: block;
    position: absolute;
    top: 5.5px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(4, 40, 75, 0.07);
    z-index: 0;
}
@media (min-width: 960px) {
    .article-chapters__list::after {
        display: none;
    }
}

.article-chapters__item {
    margin: 0 3px 0 0;
    position: relative;
}

.article-chapters__link {
    min-width: 15px;
    color: #888888;
    display: block;
    font: 600 13px/1.3 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    padding-bottom: 10px;
    position: relative;
    z-index: 6;
    transition: color 0.3s;
}
.article-chapters__link span {
    display: none;
}
@media (min-width: 960px) {
    .article-chapters__link span {
        display: block;
        min-width: none;
        position: static;
    }
}
@media (min-width: 960px) {
    .article-chapters__link {
        margin: 0 0 15px;
        padding-left: 30px;
    }
}
.article-chapters__link::before {
    position: absolute;
    top: 1.25px;
    left: 0px;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #eaeaea;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    z-index: 3;
}
@media (min-width: 960px) {
    .article-chapters__link::before {
        left: -4.5px;
        top: 0px;
    }
}
.article-chapters__link:hover {
    color: #04284b;
}

.article-chapters__link::before,
.article-chapters__progress {
    transition: background 0.1s ease-in-out;
}

.article-chapters__item--active .article-chapters__link {
    color: #0276e8;
}
.article-chapters__item--active .article-chapters__link::before {
    background-color: #0276e8;
}
.article-chapters__item--active .article-sidebar__chapter-progress {
    background-color: #0276e8;
}

.article-chapters__item--complete .article-chapters__link {
    color: #04284b;
}
.article-chapters__item--complete .article-chapters__link::before {
    background-color: #04284b;
}

.article-chapters__progress {
    content: '';
    display: block;
    background-color: #04284b;
    display: none;
}
@media (min-width: 960px) {
    .article-chapters__progress {
        position: absolute;
        top: 12px;
        left: 0;
        display: block;
        height: 0;
        width: 1px !important;
        transition: height 0.1s ease;
    }
}

.article-share--mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.article-share--desktop {
    display: none;
}
@media (min-width: 960px) {
    .article-share--mobile {
        display: none;
    }
    .article-share--desktop {
        width: 23.5107227959%;
        bottom: 0;
        display: block;
        margin: 0 0 0 -18px;
        padding: 0 0 30px 0;
        position: -webkit-sticky;
        position: sticky;
        transition: opacity 0.3s;
        z-index: 5;
    }
    .article-share--desktop::after {
        content: '';
        display: block;
        position: absolute;
        top: -30px;
        right: 0;
        bottom: 0;
        left: 15px;
        height: calc(30px + 100%);
        width: calc(100% + 15px);
        background: linear-gradient(
            to top,
            #ffffff,
            #ffffff calc(100% - 25px),
            rgba(255, 255, 255, 0) 100%
        );
        pointer-events: none;
        z-index: -4;
    }
}
@media (min-width: 1400px) {
    .article-share--desktop {
        width: 15.0119142176%;
    }
}

.article-share--mobile {
    position: relative;
}
.article-share--mobile .article-share__item {
    margin: 0 10px 0 0;
    position: relative;
    z-index: 2;
}
.article-share--mobile::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: calc(100% - 40px);
    background-color: rgba(4, 40, 75, 0.07);
    z-index: 1;
}

.article-share__head {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.article-share__head.focusable:active,
.article-share__head.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.article-share__list {
    list-style: none;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (min-width: 960px) {
    .article-share__list {
        display: block;
    }
}

.article-share__item {
    display: block;
    margin: 0 0 0 5px;
}
@media (min-width: 960px) {
    .article-share__item {
        margin: 0 0 10px 0;
    }
    .article-share__item:last-child {
        margin-right: 0;
    }
}

.article-share__link {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: block;
    padding-top: 7px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
}
.article-share__link svg {
    width: 15px;
    height: 15px;
    fill: #04284b;
    transition: all 0.3s ease;
}
.article-share__link:hover {
    background-color: #0276e8;
}
.article-share__link:hover svg {
    fill: #ffffff;
}
.article-share__link:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(2, 118, 232, 0.2);
}
@media (min-width: 960px) {
    .article-share__link {
        width: 36px;
        height: 36px;
        padding-top: 10px;
    }
    .article-share__link svg {
        width: 15px;
        height: 15px;
    }
}

.article-share__text {
    font: 500 13px/1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.4px;
    color: #04284b;
    display: none;
}
@media (min-width: 960px) {
    .article-share__text {
        position: absolute;
        top: 0;
        left: 100%;
        display: block;
        padding: 10px 5px;
        text-align: left;
        width: 200px;
        opacity: 0;
        transition: all 0.1s ease-out;
    }
    .article-share__link:hover .article-share__text {
        opacity: 1;
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.article-topper {
    margin-bottom: 40px;
    margin-bottom: 0;
    position: relative;
}
.article-topper--no-image {
    margin-bottom: 40px;
}
@media (min-width: 765px) {
    .article-topper--no-image {
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .article-topper--no-image {
        margin-bottom: 75px;
    }
}

.article-topper--context-tease {
    margin-bottom: 40px;
}
@media (min-width: 765px) {
    .article-topper--context-tease {
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .article-topper--context-tease {
        margin-bottom: 75px;
    }
}
@media (min-width: 765px) {
    .article-topper--context-tease {
        width: 83.0023828435%;
        margin-left: auto;
        margin-right: auto;
    }
}

.article-topper__inner1 {
    position: relative;
    margin-bottom: 15px;
}
.article-topper--context-article .article-topper__inner1 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 10px;
}
@media (min-width: 765px) {
    .article-topper--context-article .article-topper__inner1 {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .article-topper--context-article .article-topper__inner1 {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .article-topper--context-article .article-topper__inner1 {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .article-topper--context-article .article-topper__inner1 {
        padding-right: 80px;
    }
}
.article-topper--context-article.article-topper--big .article-topper__inner1 {
    margin-bottom: 10px;
}
.article-topper--context-tease .article-topper__inner1 {
    padding: 30px;
}
@media (min-width: 765px) {
    .article-topper__inner1 {
        margin-bottom: 15px;
    }
    .article-topper--context-article .article-topper__inner1 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .article-topper--context-article.article-topper--big .article-topper__inner1 {
        margin-bottom: 15px;
    }
    .article-topper--context-tease .article-topper__inner1 {
        padding: 0;
    }
    .article-topper__inner1 .article-topper--context-tease.article-topper--no-image {
        padding: 50px;
    }
}
.article-topper__inner1::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.article-topper__inner2 {
    margin: 0 auto;
    max-width: 1259px;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .article-topper--image .article-topper__inner2,
    .article-topper--dark .article-topper__inner2,
    .article-topper--light .article-topper__inner2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
        max-width: 1259px;
        margin: 0 auto;
    }
    .article-topper--image .article-topper__inner2 > *,
    .article-topper--dark .article-topper__inner2 > *,
    .article-topper--light .article-topper__inner2 > * {
        width: 49.0071485306%;
    }
    .article-topper--image .article-topper__inner2 > :last-child,
    .article-topper--dark .article-topper__inner2 > :last-child,
    .article-topper--light .article-topper__inner2 > :last-child {
        display: block;
        -ms-flex-order: 2;
        order: 2;
    }
}

.article-topper--light .article-topper__inner1::before,
.article-topper--light .article-topper__inner2::before,
.article-topper--no-image .article-topper__inner1::before,
.article-topper--no-image .article-topper__inner2::before {
    background-color: #ecf6f6;
}

.article-topper--context-tease .article-topper__inner1::before,
.article-topper--context-tease .article-topper__inner2::before {
    background-color: #faf9f4 !important;
}

.article-topper--dark .article-topper__inner1::before,
.article-topper--dark .article-topper__inner2::before {
    background-color: #04284b;
}

.article-topper--big {
    width: 100%;
}
.article-topper--big .article-topper__inner1,
.article-topper--big .article-topper__inner2 {
    margin: 0;
    padding: 0;
    max-width: none;
}
.article-topper--big .article-topper__inner1 {
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    .article-topper--big .article-topper__inner1 {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .article-topper--big .article-topper__inner1 {
        margin-bottom: 50px;
    }
}
.article-topper--big .article-topper__inner2 {
    position: relative;
}
.article-topper--big .article-topper__hero {
    position: relative;
    z-index: 2;
}
.article-topper--big .article-topper__hero img {
    max-width: none;
}
.article-topper--big .article-topper__hero::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    background: linear-gradient(to top, rgba(4, 40, 75, 0.8), rgba(4, 40, 75, 0) 30%);
}
.article-topper--big .article-topper__hero-image {
    margin: 0 !important;
    width: 100% !important;
}
.article-topper--big .article-topper__header {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    width: 100%;
    z-index: 4;
}
@media (min-width: 765px) {
    .article-topper--big .article-topper__header {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .article-topper--big .article-topper__header {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .article-topper--big .article-topper__header {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .article-topper--big .article-topper__header {
        padding-right: 80px;
    }
}
@media (min-width: 960px) {
    .article-topper--big .article-topper__header {
        padding-bottom: 40px;
    }
}
.article-topper--big .article-topper__header-inner {
    margin: 0 auto;
    max-width: 1259px;
}

@media (min-width: 765px) {
    .article-topper__inner1::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 50vw;
        height: 100%;
    }

    .article-topper__inner2::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 50%;
        z-index: 1;
    }

    .article-topper--dark .article-topper__inner2,
    .article-topper--light .article-topper__inner2 {
        padding-top: 100px;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 765px) and (min-width: 765px) {
    .article-topper--dark.article-topper--context-article .article-topper__inner2,
    .article-topper--light.article-topper--context-article .article-topper__inner2 {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 40px;
        padding-left: 0;
    }
    .article-topper--dark.article-topper--context-tease .article-topper__inner2,
    .article-topper--light.article-topper--context-tease .article-topper__inner2 {
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 40px;
    }
}
.article-topper--no-image .article-topper__inner2 {
    padding-top: 100px;
}
@media (min-width: 765px) {
    .article-topper--no-image .article-topper__inner2 {
        padding-top: 120px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }
    .article-topper--no-image .article-topper__header {
        -ms-transform: translateY(1.75em);
        transform: translateY(1.75em);
    }
}
@media (min-width: 960px) {
    .article-topper--no-image .article-topper__inner2 {
        padding-top: 250px;
    }
}

.article-topper--no-image.article-topper--context-article .article-subtitle {
    margin-top: 40px;
}
@media (min-width: 765px) {
    .article-topper--no-image.article-topper--context-article .article-subtitle {
        margin-top: 50px;
    }
}
@media (min-width: 1200px) {
    .article-topper--no-image.article-topper--context-article .article-subtitle {
        margin-top: 75px;
    }
}

.article-topper__header {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 2;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .article-topper__header {
        font-size: calc(18px + (36 - 18) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .article-topper__header {
        font-size: 36px;
    }
}
@media (min-width: 765px) {
    .article-topper__header {
        -ms-transform: translateY(0.25em);
        transform: translateY(0.25em);
    }
    .article-topper--context-tease .article-topper__header {
        padding-right: 30px;
    }
    .article-topper--no-image .article-topper__header {
        padding: 0;
    }
    .article-topper--light .article-topper__header,
    .article-topper--dark .article-topper__header {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 0;
        padding-left: 0;
    }
}

.article-topper__dates {
    color: #04284b;
    font: 500 11px/1.45 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin: 0 0 10px;
}
@media (min-width: 600px) and (max-width: 1399px) {
    .article-topper__dates {
        font-size: calc(11px + (13 - 11) * (100vw - 600px) / (1400 - 600));
    }
}
@media (min-width: 1400px) {
    .article-topper__dates {
        font-size: 13px;
    }
}
.article-topper--big .article-topper__dates,
.article-topper--dark .article-topper__dates {
    color: #ffffff;
}

.article-topper__date {
    display: block;
    margin: 0;
}

.article-topper__series-place {
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #04284b;
    font: italic 500 18px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
@media (min-width: 765px) {
    .article-topper__series-place {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .article-topper__series-place {
        margin-bottom: 30px;
    }
}
@media (min-width: 600px) and (max-width: 1399px) {
    .article-topper__series-place {
        font-size: calc(18px + (24 - 18) * (100vw - 600px) / (1400 - 600));
    }
}
@media (min-width: 1400px) {
    .article-topper__series-place {
        font-size: 24px;
    }
}
.article-topper--big .article-topper__series-place,
.article-topper--dark .article-topper__series-place {
    color: #ffffff;
}

.article-topper__topic {
    line-height: 1;
    margin: 0 0 10px;
}
@media (min-width: 960px) {
    .article-topper__topic {
        font-size: 14px;
        margin-bottom: 40px;
    }
}

.article-topper__topic-link {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
    transition: color 0.3s;
}
@media (min-width: 765px) {
    .article-topper__topic-link {
        font-size: 13px;
    }
}
.article-topper__topic-link:hover {
    color: #0276e8;
}
.article-topper--big .article-topper__topic-link {
    color: rgba(255, 255, 255, 0.5);
}
.article-topper--big .article-topper__topic-link:hover {
    color: #ffffff;
}

.article-topper__title {
    color: #04284b;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.article-topper--big .article-topper__title,
.article-topper--dark .article-topper__title {
    color: #ffffff;
}
.article-topper--context-article .article-topper__title {
    font: 500 32px/0.9 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
}
@media (min-width: 600px) and (max-width: 1399px) {
    .article-topper--context-article .article-topper__title {
        font-size: calc(32px + (96 - 32) * (100vw - 600px) / (1400 - 600));
    }
}
@media (min-width: 1400px) {
    .article-topper--context-article .article-topper__title {
        font-size: 96px;
    }
}
.article-topper--context-tease .article-topper__title {
    font: 500 32px/0.9 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
}
@media (min-width: 765px) and (max-width: 1399px) {
    .article-topper--context-tease .article-topper__title {
        font-size: calc(32px + (72 - 32) * (100vw - 765px) / (1400 - 765));
    }
}
@media (min-width: 1400px) {
    .article-topper--context-tease .article-topper__title {
        font-size: 72px;
    }
}

.article-topper__title-link {
    color: #04284b;
    transition: color 0.3s;
}
.article-topper__title-link:hover {
    color: #f35d26;
}

.article-topper__hero {
    position: relative;
    z-index: 4;
}
.article-topper__hero img {
    display: block;
    width: 100%;
}
@media (min-width: 765px) {
    .article-topper__hero {
        margin-bottom: 0;
    }
}

.article-topper__hero-image-link {
    display: block;
}
.article-topper__hero-image-link img {
    display: block;
    transition: all 0.1s linear;
}
.article-topper__hero-image-link img:hover {
    opacity: 0.9;
}
.article-topper__hero-image-link:focus {
    outline: 0;
}
.article-topper__hero-image-link:focus img {
    box-shadow: 0 0 0 3px rgba(2, 118, 232, 0.2);
    opacity: 0.9;
}

.article-topper--context-article .article-topper__hero-image {
    position: relative;
    z-index: 1;
}
@media (min-width: 765px) {
    .article-topper--context-article .article-topper__hero-image {
        width: calc(100%+50px+1px);
        margin-left: -51px;
    }
}
@media (min-width: 960px) {
    .article-topper--context-article .article-topper__hero-image {
        width: calc(100%+80px+1px);
        margin-left: -81px;
    }
}
@media (min-width: 1419px) {
    .article-topper--context-article .article-topper__hero-image {
        /* stylelint-disable-next-line length-zero-no-unit */
        margin-left: calc(0px - ((100vw - 1259px) / 2));
        width: calc(((100vw - 1259px) / 2)+618px);
    }
}
@media (min-width: 0) and (max-width: 764px) {
    .article-topper--context-article .article-topper__hero-image {
        margin: 0 -30px;
        width: 100vw;
    }
}
.article-topper--context-article .article-topper__hero-image img {
    width: 100%;
}

.article-topper--context-article.article-topper--tucked .article-topper__hero-image::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(4, 40, 75, 0.4),
        rgba(4, 40, 75, 0),
        rgba(4, 40, 75, 0)
    );
    z-index: 2;
}

.article-topper__hero-caption {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font: 400 11px/1.45 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    position: relative;
}
@media (min-width: 765px) {
    .article-topper__hero-caption {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .article-topper__hero-caption {
        margin-bottom: 50px;
    }
}
@media (min-width: 765px) {
    .article-topper__hero-caption {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .article-topper__hero-caption {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .article-topper__hero-caption {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .article-topper__hero-caption {
        padding-right: 80px;
    }
}
.article-topper__hero-caption figcaption {
    color: #777777;
    max-width: 1259px;
    margin: 0 auto;
}
@media (min-width: 960px) {
    .article-topper__hero-caption figcaption {
        padding-left: 30px;
    }
}
.article-topper__hero-caption a {
    background-image: linear-gradient(#f35d26 0%, #f35d26 100%),
        linear-gradient(#0276e8 0%, #0276e8 98%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 2px;
    background-position: 0 100%;
    transition: background 0.1s ease-in-out;
    color: #777777;
    transition: all 0.2s linear;
}
.article-topper__hero-caption a:hover {
    background-size: 100% 2px, 100% 2px;
}
.article-topper__hero-caption svg {
    top: 0;
}
.article-topper__hero-caption p,
.article-topper__hero-caption div {
    color: #f35d26;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-left: 20px;
    color: #777777;
    position: relative;
}
.article-topper__hero-caption p svg,
.article-topper__hero-caption div svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .article-topper__hero-caption p svg,
    .article-topper__hero-caption div svg {
        top: 0;
    }
}
.article-topper__hero-caption p use,
.article-topper__hero-caption div use {
    fill: #f35d26;
}
.article-topper__hero-caption p svg,
.article-topper__hero-caption div svg {
    position: absolute;
    top: -2px;
    left: 0;
}
@media (min-width: 765px) {
    .article-topper__hero-caption p svg,
    .article-topper__hero-caption div svg {
        top: -1px;
    }
}
.article-topper__hero-caption p svg,
.article-topper__hero-caption div svg {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 765px) {
    .article-topper__hero-caption {
        font-size: 13px;
    }
}

.article-subtitle {
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 765px) {
    .article-subtitle {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .article-subtitle {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .article-subtitle {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .article-subtitle {
        padding-right: 80px;
    }
}
.article-subtitle--context-article {
    font: 500 16px/1.3 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    margin-bottom: 40px;
    color: #04284b;
}
@media (min-width: 380px) and (max-width: 959px) {
    .article-subtitle--context-article {
        font-size: calc(16px + (24 - 16) * (100vw - 380px) / (960 - 380));
    }
}
@media (min-width: 960px) {
    .article-subtitle--context-article {
        font-size: 24px;
    }
}
@media (min-width: 765px) {
    .article-subtitle--context-article {
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .article-subtitle--context-article {
        margin-bottom: 75px;
    }
}
.article-subtitle--context-tease {
    color: #777777;
    font: 400 14px/1.3 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 380px) and (max-width: 959px) {
    .article-subtitle--context-tease {
        font-size: calc(14px + (21 - 14) * (100vw - 380px) / (960 - 380));
    }
}
@media (min-width: 960px) {
    .article-subtitle--context-tease {
        font-size: 21px;
    }
}
.article-topper--no-image .article-subtitle--context-tease {
    margin-top: 40px;
}
@media (min-width: 765px) {
    .article-topper--no-image .article-subtitle--context-tease {
        margin-top: 50px;
    }
}
@media (min-width: 1200px) {
    .article-topper--no-image .article-subtitle--context-tease {
        margin-top: 75px;
    }
}
.article-subtitle em,
.article-subtitle i {
    font-style: italic;
}
.article-subtitle strong,
.article-subtitle b {
    font-weight: 600;
}
.article-subtitle a {
    background-image: linear-gradient(#f35d26 0%, #f35d26 100%),
        linear-gradient(#0276e8 0%, #0276e8 98%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 2px;
    background-position: 0 100%;
    transition: background 0.1s ease-in-out;
    color: #04284b;
}
.article-subtitle a:hover {
    background-size: 100% 2px, 100% 2px;
}
@media (min-width: 960px) {
    .article-subtitle p {
        width: 91.5011914218%;
    }
}

.article-subtitle__inner {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1259px;
}
@media (min-width: 960px) {
    .article-topper--context-article .article-subtitle__inner {
        padding-left: 30px;
    }
}

.article-sidebar {
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
    margin: 0 -30px 50px;
    z-index: 4;
}
@media screen and (min-width: 600px) {
    .admin-bar .article-sidebar {
        top: 46px;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar .article-sidebar {
        top: 32px;
    }
}
@media (min-width: 765px) {
    .article-sidebar {
        margin: 0 -50px 80px;
    }
}
@media (min-width: 960px) {
    .article-sidebar {
        display: block;
        margin: 0;
        padding: 0 15px 0 0;
        position: relative;
    }
}

.article-sidebar__inner {
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 765px) {
    .article-sidebar__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 960px) {
    .article-sidebar__inner {
        position: relative;
        background-color: transparent;
        display: block;
        padding: 0;
        width: auto;
        height: 100%;
    }
}

body.tax-author:not(.paged)::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
    background-color: #ecf6f6;
    pointer-events: none;
    width: calc(100vw - 30px);
    z-index: -1;
}
@media (min-width: 765px) {
    body.tax-author:not(.paged)::before {
        width: calc(100vw - 50px);
    }
}
@media (min-width: 960px) {
    body.tax-author:not(.paged)::before {
        width: calc(100vw - 80px);
    }
}
@media (min-width: 1419px) {
    body.tax-author:not(.paged)::before {
        width: calc(1259px + (100vw - 1259px) / 2);
    }
}

.author-header {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .author-header {
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .author-header {
        margin-bottom: 75px;
    }
}
@media (min-width: 765px) {
    .author-header {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .author-header {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .author-header {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .author-header {
        padding-right: 80px;
    }
}
.author-header .grid-lines {
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    pointer-events: none;
    width: 100%;
    z-index: 1;
}
@media (min-width: 765px) {
    .author-header .grid-lines {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .author-header .grid-lines {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .author-header .grid-lines {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .author-header .grid-lines {
        padding-right: 80px;
    }
}
.author-header .grid-lines__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1259px;
}
.author-header .grid-lines__line {
    width: 49.0071485306%;
    height: 100%;
    border-right: 1px solid rgba(4, 40, 75, 0.07);
    display: block;
}
.author-header .grid-lines__line:first-of-type {
    border-left: 1px solid rgba(4, 40, 75, 0.07);
}
.author-header .grid-lines__line--4 {
    display: none;
}
@media (min-width: 765px) {
    .author-header .grid-lines__line {
        width: 23.5107227959%;
    }
    .author-header .grid-lines__line--4 {
        display: block;
    }
}
.author-header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    background-color: #ecf6f6;
    pointer-events: none;
    z-index: -1;
}
.author-header .grid-lines {
    top: -150px;
    height: calc(100% + 150px);
}

.author-header__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ecf6f6;
    margin: 0 auto;
    max-width: 1259px;
    position: relative;
}
.author-header--no-image .author-header__inner {
    padding-left: 15px;
}
@media (min-width: 960px) {
    .author-header--no-image .author-header__inner {
        padding-left: 40px;
    }
}

.author-header__row {
    margin-bottom: 30px;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (min-width: 765px) {
    .author-header__row {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .author-header__row {
        margin-bottom: 50px;
    }
}

.author-header__meta-job-org {
    margin-bottom: 10px;
}
@media (min-width: 765px) {
    .author-header__meta-job-org {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .author-header__meta-job-org {
        margin-bottom: 30px;
    }
}

@media (min-width: 765px) {
    .author-header__row {
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 765px) {
    .author-header__text {
        -ms-flex-order: 2;
        order: 2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 15px 0;
    }
}

.author-header__name {
    color: #04284b;
    font: 20px/1.1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 10px;
}
@media (min-width: 450px) and (max-width: 959px) {
    .author-header__name {
        font-size: calc(20px + (56 - 20) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .author-header__name {
        font-size: 56px;
    }
}
@media (min-width: 765px) {
    .author-header__name {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .author-header__name {
        margin-bottom: 30px;
    }
}

.author-header__jobtitle,
.author-header__organization {
    font: 500 14px/1.2 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.3px;
    color: #04284b;
    margin: 0 0 5px 0;
}
@media (min-width: 450px) and (max-width: 959px) {
    .author-header__jobtitle,
    .author-header__organization {
        font-size: calc(14px + (24 - 14) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .author-header__jobtitle,
    .author-header__organization {
        font-size: 24px;
    }
}

.author-header__organization {
    color: #8e8e8e;
}

.author-header__bio {
    padding-left: 30px;
}
@media (min-width: 600px) {
    .author-header__bio {
        font-size: 16px;
    }
}
@media (min-width: 765px) {
    .author-header__bio {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .author-header__bio {
        font-size: 20px;
    }
}
@media (min-width: 765px) {
    .author-header__bio {
        width: 83.0023828435%;
        margin-left: 8.4988085782%;
        padding-left: 0;
    }
}

.author-header__figure {
    width: 23.5107227959%;
    margin-right: 10.4845115171%;
}

.author-header__img {
    display: block;
    width: 120px;
    height: 120px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
@media (min-width: 765px) {
    .author-header__img {
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
        -ms-flex-order: 1;
        order: 1;
    }
}

.author-header__text {
    width: 66.0047656871%;
    -ms-flex-order: 2;
    order: 2;
}

.author-header__meta {
    width: 100%;
}
@media (min-width: 765px) {
    .author-header__meta {
        width: 87.1239470517%;
    }
}

.author-header__meta-list {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.author-header__meta-item {
    margin: 0 5px 0 0;
}
@media (min-width: 960px) {
    .author-header__meta-item {
        marign-right: 10px;
    }
}

.author-header__meta-link {
    width: 30px;
    height: 30px;
    -ms-flex-align: center;
    align-items: center;
    color: #0276e8;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s;
}
.author-header__meta-link[disabled] {
    opacity: 0.3;
    pointer-events: none;
}
@media (min-width: 960px) {
    .author-header__meta-link {
        width: 45px;
        height: 45px;
    }
}
.author-header__meta-link svg {
    width: 12px;
    height: 12px;
    fill: #04284b;
}
@media (min-width: 960px) {
    .author-header__meta-link svg {
        width: 21px;
        height: 21px;
    }
}
.author-header__meta-link:hover {
    border-color: #0276e8;
    background-color: #0276e8;
}
.author-header__meta-link:hover svg {
    fill: #ffffff;
}

.author-header__meta-item--pgp {
    margin-left: auto;
    margin-right: 0;
}

.author-header__pgp-btn {
    -ms-flex-align: center;
    align-items: center;
    color: #04284b;
    display: -ms-flexbox;
    display: flex;
    fill: #04284b;
    font: 600 11px/1.2 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.author-header__pgp-btn svg {
    display: none;
}
.author-header__pgp-btn.copy-to-clipboard--success {
    color: #f35d26;
}
.author-header__pgp-btn.copy-to-clipboard--success svg {
    fill: #f35d26;
}
@media (min-width: 600px) {
    .author-header__pgp-btn {
        font-size: 13px;
    }
    .author-header__pgp-btn svg {
        width: 21px;
        height: 21px;
        display: block;
        fill: #04284b;
        margin-right: 10px;
        transition: fill 0.3s;
    }
}

.author-header__item-text,
.author-header__item-pgp-content {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.author-header__item-text.focusable:active,
.author-header__item-text.focusable:focus,
.author-header__item-pgp-content.focusable:active,
.author-header__item-pgp-content.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.author-header__item-feedback {
    position: absolute;
    top: 50%;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #0276e8;
    left: calc(100% + 15px);
    margin-top: -0.5em;
    min-width: 120px;
    text-align: left;
}
@media (min-width: 765px) {
    .author-header__item-feedback {
        font-size: 13px;
    }
}

.author-header__pgp {
    margin: 0;
}

.big-newsletter-signup {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f35d26;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .big-newsletter-signup {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .big-newsletter-signup {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .big-newsletter-signup {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .big-newsletter-signup {
        padding-right: 80px;
    }
}
@media (min-width: 960px) {
    .big-newsletter-signup {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}
@media (min-width: 1200px) {
    .big-newsletter-signup {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.big-newsletter-signup::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f35d26 5%, rgba(243, 93, 38, 0) 100%);
    z-index: 2;
}
@media (min-width: 765px) {
    .big-newsletter-signup::before {
        width: 60%;
        height: 100%;
    }
}

.big-newsletter-signup__image {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    z-index: 1;
}
@media (min-width: 765px) {
    .big-newsletter-signup__image {
        width: 60%;
        height: 100%;
    }
}

.big-newsletter-signup__inner {
    max-width: 1259px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .big-newsletter-signup__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .big-newsletter-signup__inner > * {
        width: 49.0071485306%;
    }
}
@media (min-width: 1200px) {
    .big-newsletter-signup__inner > :last-child {
        width: 40.5083399523%;
    }
}

.big-newsletter-signup__head {
    font: 500 24px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    color: #ffffff;
    margin: 0 0 15px;
}
@media (min-width: 450px) and (max-width: 959px) {
    .big-newsletter-signup__head {
        font-size: calc(24px + (42 - 24) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .big-newsletter-signup__head {
        font-size: 42px;
    }
}
@media (min-width: 960px) {
    .big-newsletter-signup__head {
        margin-bottom: 30px;
    }
}

.big-newsletter-signup__text {
    margin: 0 0 30px;
}
@media (min-width: 765px) {
    .big-newsletter-signup__text {
        margin-bottom: 0;
    }
}

.big-newsletter-signup__p {
    font: 500 14px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.1px;
    color: #ffffff;
}
@media (min-width: 450px) and (max-width: 959px) {
    .big-newsletter-signup__p {
        font-size: calc(14px + (18 - 14) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .big-newsletter-signup__p {
        font-size: 18px;
    }
}

.big-newsletter-signup__form {
    position: relative;
}
.big-newsletter-signup__form input:not([type='submit']):not([type='file']) {
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    transition: all 0.3s;
}
.big-newsletter-signup__form input:not([type='submit']):not([type='file']):focus {
    border: 0;
    border-bottom: 2px solid #ffffff;
}
.big-newsletter-signup__form
    input:not([type='submit']):not([type='file'])::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.big-newsletter-signup__form input:not([type='submit']):not([type='file'])::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.big-newsletter-signup__form input:not([type='submit']):not([type='file']):-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.big-newsletter-signup__form input:not([type='submit']):not([type='file'])::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.big-newsletter-signup__form input:not([type='submit']):not([type='file'])::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 765px) {
    .big-newsletter-signup__form {
        max-width: 400px;
    }
}
.big-newsletter-signup__form label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.big-newsletter-signup__form label.focusable:active,
.big-newsletter-signup__form label.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.big-newsletter-signup__form .btn {
    position: absolute;
    top: 3px;
    right: 0;
    padding: 5px;
    transition: all 0.1s;
}
.big-newsletter-signup__form .btn:hover {
    opacity: 0.75;
}
.big-newsletter-signup__form .btn:focus {
    background-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.article-comments {
    clear: both;
    background-color: #faf9f4;
}
.article-comments i {
    font-style: normal;
}

.article-comments__head {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    margin-bottom: 0.375em !important;
    margin-top: 0 !important;
    position: relative;
    top: -0.5em;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .article-comments__head {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .article-comments__head {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .article-comments__head {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .article-comments__head {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.article-comments__show {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 75px;
}
@media (min-width: 765px) {
    .article-comments__show {
        padding: 15px 0 75px;
    }
}

.article-comments__content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 765px) {
    .article-comments__content {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .article-comments__content {
        padding-top: 80px;
    }
}
@media (min-width: 765px) {
    .article-comments__content {
        padding-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .article-comments__content {
        padding-bottom: 80px;
    }
}
@media (min-width: 765px) {
    .article-comments__content {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .article-comments__content {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .article-comments__content {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .article-comments__content {
        padding-right: 80px;
    }
}

.article-comments__content-inner {
    max-width: 1259px;
    margin: 0 auto;
}

#wc-comment-header {
    display: none !important;
}

#wpcomm a {
    background: none;
}
#wpcomm .wpdiscuz-front-actions {
    background-color: transparent !important;
    padding: 0 !important;
}
#wpcomm .wc-thread-wrapper {
    padding-top: 5px;
    border-bottom: 1px solid #bbbbbb;
}
#wpcomm .wpdiscuz-sbs-wrap span {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 500 !important;
}
@media (min-width: 765px) {
    #wpcomm .wpdiscuz-sbs-wrap span {
        font-size: 13px;
    }
}
#wpcomm .wpdiscuz-sort-buttons {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 500 !important;
}
@media (min-width: 765px) {
    #wpcomm .wpdiscuz-sort-buttons {
        font-size: 13px;
    }
}
#wpcomm .avatar {
    box-shadow: none !important;
}
#wpcomm .wc-comment-label {
    display: block;
    margin-top: 0 !important;
    border: 0 !important;
}
#wpcomm .wc-comment {
    padding-top: 30px;
    border-top: 2px solid #0276e8;
    margin-bottom: 20px !important;
}
@media (min-width: 960px) {
    #wpcomm .wc-comment {
        margin-bottom: 40px !important;
    }
}
#wpcomm .wc-reply {
    border-top: 1px solid #bbbbbb;
    margin-top: 30px !important;
}
#wpcomm .article-commentswpd-xborder {
    border: 0 !important;
}
#wpcomm .wc-comment-header {
    border-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}
#wpcomm .wc-comment-footer {
    padding: 0 !important;
}
#wpcomm .wc-comment-author,
#wpcomm .wc-comment-author a,
#wpcomm .wc-reply .wc-comment-author {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #04284b !important;
}
@media (min-width: 765px) {
    #wpcomm .wc-comment-author,
    #wpcomm .wc-comment-author a,
    #wpcomm .wc-reply .wc-comment-author {
        font-size: 13px;
    }
}
#wpcomm .wc-comment-author a {
    color: #0276e8 !important;
}
#wpcomm .wc-comment-right {
    background-color: transparent !important;
}
#wpcomm .wc-comment-text {
    min-height: 80px !important;
    padding-bottom: 15px !important;
}
#wpcomm .wc-comment-text a {
    background-image: linear-gradient(#f35d26 0%, #f35d26 100%),
        linear-gradient(#0276e8 0%, #0276e8 98%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 2px;
    background-position: 0 100%;
    transition: background 0.1s ease-in-out;
}
#wpcomm .wc-comment-text a:hover {
    background-size: 100% 2px, 100% 2px;
}
#wpcomm .wc-comment-text * {
    font-size: 16px !important;
    letter-spacing: 0 !important;
}
#wpcomm .wc-field-comment {
    background-color: #ffffff;
}
#wpcomm .wc-comment-right .wc_comment {
    padding: 15px !important;
}
#wpcomm .wpd-field {
    background-color: #ffffff !important;
}
#wpcomm .wc-cta-button-x,
#wpcomm .wc-cta-button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777777 !important;
    font: 500 18px/1 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    transition: color 0.3s !important;
}
#wpcomm .wc-cta-button-x.wc-cta-active,
#wpcomm .wc-cta-button.wc-cta-active {
    color: #777777 !important;
    background-color: transparent !important;
}
#wpcomm .wc-cta-button-x:hover,
#wpcomm .wc-cta-button:hover {
    color: #777777 !important;
    background-color: transparent !important;
}
#wpcomm .wc-cta-button-x {
    color: #888888 !important;
}
#wpcomm .wc_save_edited_comment {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f35d26 !important;
    border: 0 !important;
    color: #ffffff !important;
    font: 500 18px/1 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}
#wpcomm .wc-footer-left .wc-reply-button {
    border: 0 !important;
    color: #f35d26 !important;
    padding-right: 24px !important;
    background: url('/wp-content/themes/cpi/static/img/comment-reply-arrow.svg') no-repeat right 4px;
}
#wpcomm .wc-footer-left .wc-reply-button.wc-cta-active {
    color: #777777 !important;
    background-color: transparent !important;
}
#wpcomm .wc-footer-left .wc-reply-button:hover {
    color: #f35d26 !important;
    background: transparent url('/wp-content/themes/cpi/static/img/comment-reply-arrow.svg')
        no-repeat right 4px !important;
}
#wpcomm .wc-footer-right .wc-comment-date {
    color: #04284b;
    font: 500 13px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
#wpcomm .wpd-sticky {
    background-color: #f35d26 !important;
}

.grid {
    padding-left: 30px;
    padding-right: 30px;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
@media (min-width: 765px) {
    .grid {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .grid {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .grid {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .grid {
        padding-right: 80px;
    }
}

.grid__content {
    margin: 0 auto;
    max-width: 1259px;
    pointer-events: none;
    position: relative;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    transition: opacity 0.1s;
}
.grid-is-shown .grid__content {
    opacity: 1;
}

.grid__col {
    width: 6.5131056394%;
    height: 100vh;
    background: rgba(243, 93, 38, 0.1);
}

.gutenberg-content .hearken-embed {
    margin-bottom: 40px !important;
}
.gutenberg-content .wp-block-quote {
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
    margin-left: -25px;
    padding-left: 25px;
    position: relative;
}
@media (min-width: 765px) {
    .gutenberg-content .wp-block-quote {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .gutenberg-content .wp-block-quote {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.gutenberg-content .wp-block-quote:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 3px;
    height: calc(100% - 8px);
    background-color: #04284b;
    z-index: 2;
}
.gutenberg-content .wp-block-quote p {
    color: #777777;
}
.gutenberg-content .wp-block-quote cite {
    color: #777777;
    display: block;
    font: 12px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    margin-top: 15px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.gutenberg-content .hang-punc-small {
    text-indent: -0.175em;
}
.gutenberg-content .hang-punc-header-medium {
    text-indent: -0.25em;
}
.gutenberg-content .hang-punc-medium {
    text-indent: -0.4em;
}
.gutenberg-content .hang-punc-large {
    text-indent: -0.625em;
}
.gutenberg-content .wp-block-pullquote {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}
.gutenberg-content .wp-block-pullquote.hang-punc-small {
    text-indent: -0.45em;
}
.gutenberg-content .wp-block-pullquote.hang-punc-medium {
    text-indent: -0.77em;
}
.gutenberg-content .wp-block-pullquote.hang-punc-large {
    text-indent: -1.2em;
}
.gutenberg-content .wp-block-pullquote p {
    color: #0276e8;
    font: 500 24px/1.1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin: 0;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .gutenberg-content .wp-block-pullquote p {
        font-size: calc(24px + (45 - 24) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .gutenberg-content .wp-block-pullquote p {
        font-size: 45px;
    }
}
.gutenberg-content .wp-block-pullquote cite {
    color: #777777;
    display: block;
    font: 12px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    margin-top: 15px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.gutenberg-content
    figure:not(.about-intro__image):not(.article-gallery__source-item):not(.wp-block-embed):not(.wp-block-image):not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull) {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    .gutenberg-content
        figure:not(.about-intro__image):not(.article-gallery__source-item):not(.wp-block-embed):not(.wp-block-image):not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull) {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .gutenberg-content
        figure:not(.about-intro__image):not(.article-gallery__source-item):not(.wp-block-embed):not(.wp-block-image):not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull) {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width: 765px) {
    .gutenberg-content .wp-block-table.alignleft {
        float: left;
        margin-right: 30px;
        margin-top: 0;
        width: 50%;
    }
}
@media (min-width: 765px) {
    .gutenberg-content .wp-block-table.alignright {
        float: right;
        margin-left: 30px;
        margin-top: 0;
        width: 50%;
    }
}
.gutenberg-content .wp-block-table.alignfull {
    max-width: 100vw;
    position: relative;
    z-index: 10;
    width: calc(100vw - 60px);
    background-color: #ffffff;
}
@media (min-width: 765px) {
    .gutenberg-content .wp-block-table.alignfull {
        width: calc(100vw - 100px);
    }
}
@media (min-width: 960px) {
    .gutenberg-content .wp-block-table.alignfull {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .gutenberg-content .wp-block-table.alignfull {
        margin-left: -36.35vw;
        margin-right: auto;
    }
}
@media (min-width: 1400px) {
    .gutenberg-content .wp-block-table.alignfull {
        margin-left: -30vw;
        margin-right: auto;
    }
}
@media (min-width: 1419px) {
    .gutenberg-content .wp-block-table.alignfull {
        margin-left: calc(-321px - ((100vw - 1259px) / 2));
        margin-right: auto;
    }
}
.gutenberg-content .wp-block-table.alignfull figcaption {
    background-color: #ffffff;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 15px;
    position: relative;
}
.gutenberg-content .wp-block-table.alignfull figcaption:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: -1;
    background-color: #ffffff;
}
.gutenberg-content .wp-block-table.alignfull img {
    width: 100% !important;
}
.gutenberg-content .scrollable-table-wrap {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    max-width: 100%;
}
.gutenberg-content .scrollable-table-wrap table {
    width: 100%;
}
.gutenberg-content .wp-block-embed {
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
}
@media (min-width: 765px) {
    .gutenberg-content .wp-block-embed {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .gutenberg-content .wp-block-embed {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.gutenberg-content .wp-block-embed.is-type-video .wp-block-embed__wrapper {
    height: 0;
    padding-top: 56.5%;
    position: relative;
}
@media (min-width: 765px) {
    .gutenberg-content .wp-block-embed.is-type-video.alignleft {
        float: left;
        margin-right: 30px;
        margin-top: 0;
        width: 50%;
    }
}
@media (min-width: 765px) {
    .gutenberg-content .wp-block-embed.is-type-video.alignright {
        float: right;
        margin-left: 30px;
        margin-top: 0;
        width: 50%;
    }
}
.gutenberg-content .wp-block-embed.is-type-video.alignfull {
    max-width: 100vw;
    position: relative;
    z-index: 10;
    width: calc(100vw + 4px);
    margin-left: -30px;
    margin-right: -30px;
}
@media (min-width: 765px) {
    .gutenberg-content .wp-block-embed.is-type-video.alignfull {
        margin-left: -50px;
        margin-right: -50px;
    }
}
@media (min-width: 960px) {
    .gutenberg-content .wp-block-embed.is-type-video.alignfull {
        margin-left: -36.35vw;
        margin-right: auto;
    }
}
@media (min-width: 1400px) {
    .gutenberg-content .wp-block-embed.is-type-video.alignfull {
        margin-left: -30vw;
        margin-right: auto;
    }
}
@media (min-width: 1419px) {
    .gutenberg-content .wp-block-embed.is-type-video.alignfull {
        margin-left: calc(-321px - ((100vw - 1259px) / 2));
        margin-right: auto;
    }
}
.gutenberg-content .wp-block-embed.is-type-video.alignfull figcaption {
    background-color: #ffffff;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 15px;
    position: relative;
}
.gutenberg-content .wp-block-embed.is-type-video.alignfull figcaption:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: -1;
    background-color: #ffffff;
}
.gutenberg-content .wp-block-embed.is-type-video.alignfull img {
    width: 100% !important;
}
.gutenberg-content .wp-block-embed.is-type-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gutenberg-content .wp-block-embed.is-type-rich .wp-block-embed__wrapper {
    width: 100%;
}
@media (min-width: 765px) {
    .gutenberg-content .wp-block-embed.is-type-rich.alignleft {
        float: left;
        margin-right: 30px;
        margin-top: 0;
        width: 50%;
    }
}
@media (min-width: 765px) {
    .gutenberg-content .wp-block-embed.is-type-rich.alignright {
        float: right;
        margin-left: 30px;
        margin-top: 0;
        width: 50%;
    }
}
.gutenberg-content .wp-block-embed.is-type-rich.aligncenter {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}
.gutenberg-content .wp-block-embed.is-type-rich iframe {
    max-width: 100%;
}
.gutenberg-content .wp-block-embed.is-provider-documentcloud .wp-block-embed__wrapper {
    width: 100%;
    height: 0;
    position: relative;
    height: 0;
    padding-top: calc(60px + 129%);
}
@media (min-width: 765px) {
    .gutenberg-content .wp-block-embed.is-provider-documentcloud.alignleft {
        float: left;
        margin-right: 30px;
        margin-top: 0;
        width: 50%;
    }
}
@media (min-width: 765px) {
    .gutenberg-content .wp-block-embed.is-provider-documentcloud.alignright {
        float: right;
        margin-left: 30px;
        margin-top: 0;
        width: 50%;
    }
}
.gutenberg-content .wp-block-embed.is-provider-documentcloud.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.gutenberg-content .wp-block-embed.is-provider-documentcloud iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gutenberg-content .wp-block-embed.is-provider-documentcloud figcaption {
    color: #777777;
    font: 12px/1.5 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.2px;
    padding-left: 24px;
    padding-bottom: 15px;
    position: relative;
    margin-top: 15px;
}
.gutenberg-content .wp-block-embed.is-provider-documentcloud figcaption:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    width: 26px;
    height: 26px;
    background: url('/wp-content/themes/cpi/static/img/arrow-up.svg') no-repeat 50% 50%;
}
.gutenberg-content figcaption {
    color: #777777;
    font: 12px/1.5 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.2px;
    padding-left: 24px;
    padding-bottom: 15px;
    position: relative;
    margin-top: 15px;
}
.gutenberg-content figcaption:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    width: 26px;
    height: 26px;
    background: url('/wp-content/themes/cpi/static/img/arrow-up.svg') no-repeat 50% 50%;
}

.wp-block-audio {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    .wp-block-audio {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .wp-block-audio {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.wp-block-audio audio {
    width: 100%;
}
.wp-block-audio figcaption {
    color: #777777;
    font: 12px/1.5 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.2px;
    padding-left: 24px;
    padding-bottom: 15px;
    position: relative;
    margin-top: 15px;
}
.wp-block-audio figcaption:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    width: 26px;
    height: 26px;
    background: url('/wp-content/themes/cpi/static/img/arrow-up.svg') no-repeat 50% 50%;
}

.wp-block-gallery {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
@media (min-width: 765px) {
    .wp-block-gallery {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .wp-block-gallery {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.wp-block-gallery figcaption {
    color: #777777;
    font: 12px/1.5 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.2px;
    padding-left: 24px;
    padding-bottom: 15px;
    position: relative;
}
.wp-block-gallery figcaption:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    width: 26px;
    height: 26px;
    background: url('/wp-content/themes/cpi/static/img/arrow-up.svg') no-repeat 50% 50%;
}

li.blocks-gallery-item {
    padding-left: 0 !important;
    width: 32.0095313741%;
}
li.blocks-gallery-item:nth-of-type(n) {
    margin-right: 1.9857029388%;
}
li.blocks-gallery-item:nth-child(3n),
li.blocks-gallery-item:last-child {
    margin-right: 0;
}
@media (min-width: 960px) {
    li.blocks-gallery-item {
        width: 48.495788207%;
    }
    li.blocks-gallery-item:nth-of-type(n) {
        margin-right: 3.008423586%;
    }
    li.blocks-gallery-item:nth-child(2n),
    li.blocks-gallery-item:last-child {
        margin-right: 0;
    }
}
@media (min-width: 1400px) {
    li.blocks-gallery-item {
        width: 31.5565031983%;
    }
    li.blocks-gallery-item:nth-of-type(n) {
        margin-right: 2.6652452026%;
    }
    li.blocks-gallery-item:nth-child(3n),
    li.blocks-gallery-item:last-child {
        margin-right: 0;
    }
}
li.blocks-gallery-item::before {
    display: none !important;
}
li.blocks-gallery-item figure {
    margin: 0 0 30px 0 !important;
    padding: 0;
    float: none;
    width: auto !important;
}

.wp-block-image {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    .wp-block-image {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .wp-block-image {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.wp-block-image > img {
    display: block;
    width: 100%;
}
.wp-block-image > .alignright img,
.wp-block-image > .alignleft img,
.wp-block-image > .aligncenter img {
    max-width: 100%;
}
@media (min-width: 765px) {
    .wp-block-image > .alignleft {
        float: left;
        margin-right: 30px;
        margin-top: 0;
        width: 50%;
    }
}
@media (min-width: 765px) {
    .wp-block-image > .alignright {
        float: right;
        margin-left: 30px;
        margin-top: 0;
        width: 50%;
    }
}
.wp-block-image.alignfull {
    max-width: 100vw;
    position: relative;
    z-index: 10;
    width: calc(100vw + 4px);
    margin-left: -30px;
    margin-right: -30px;
}
@media (min-width: 765px) {
    .wp-block-image.alignfull {
        margin-left: -50px;
        margin-right: -50px;
    }
}
@media (min-width: 960px) {
    .wp-block-image.alignfull {
        margin-left: -36.35vw;
        margin-right: auto;
    }
}
@media (min-width: 1400px) {
    .wp-block-image.alignfull {
        margin-left: -30vw;
        margin-right: auto;
    }
}
@media (min-width: 1419px) {
    .wp-block-image.alignfull {
        margin-left: calc(-321px - ((100vw - 1259px) / 2));
        margin-right: auto;
    }
}
.wp-block-image.alignfull figcaption {
    background-color: #ffffff;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 15px;
    position: relative;
}
.wp-block-image.alignfull figcaption:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: -1;
    background-color: #ffffff;
}
.wp-block-image.alignfull img {
    width: 100% !important;
}
.wp-block-image figcaption {
    color: #777777;
    font: 12px/1.5 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.2px;
    padding-left: 24px;
    padding-bottom: 15px;
    position: relative;
    margin-top: 15px;
    padding-bottom: 15px;
}
.wp-block-image figcaption:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    width: 26px;
    height: 26px;
    background: url('/wp-content/themes/cpi/static/img/arrow-up.svg') no-repeat 50% 50%;
}

.wp-block-video {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    .wp-block-video {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .wp-block-video {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width: 765px) {
    .wp-block-video.alignleft {
        float: left;
        margin-right: 30px;
        margin-top: 0;
        width: 50%;
    }
}
@media (min-width: 765px) {
    .wp-block-video.alignright {
        float: right;
        margin-left: 30px;
        margin-top: 0;
        width: 50%;
    }
}
.wp-block-video.alignfull {
    max-width: 100vw;
    position: relative;
    z-index: 10;
    width: calc(100vw + 4px);
    margin-left: -30px;
    margin-right: -30px;
}
@media (min-width: 765px) {
    .wp-block-video.alignfull {
        margin-left: -50px;
        margin-right: -50px;
    }
}
@media (min-width: 960px) {
    .wp-block-video.alignfull {
        margin-left: -36.35vw;
        margin-right: auto;
    }
}
@media (min-width: 1400px) {
    .wp-block-video.alignfull {
        margin-left: -30vw;
        margin-right: auto;
    }
}
@media (min-width: 1419px) {
    .wp-block-video.alignfull {
        margin-left: calc(-321px - ((100vw - 1259px) / 2));
        margin-right: auto;
    }
}
.wp-block-video.alignfull figcaption {
    background-color: #ffffff;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 15px;
    position: relative;
}
.wp-block-video.alignfull figcaption:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: -1;
    background-color: #ffffff;
}
.wp-block-video.alignfull img {
    width: 100% !important;
}
.wp-block-video.alignfull video {
    max-width: none;
}
.wp-block-video video {
    display: block;
    max-width: 100%;
    width: 100%;
}
.wp-block-video figcaption {
    color: #777777;
    font: 12px/1.5 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.2px;
    padding-left: 24px;
    padding-bottom: 15px;
    position: relative;
    margin-top: 15px;
}
.wp-block-video figcaption:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    width: 26px;
    height: 26px;
    background: url('/wp-content/themes/cpi/static/img/arrow-up.svg') no-repeat 50% 50%;
}

@media (min-width: 1400px) {
    .gutenberg-content--article
        figure:not(.about-intro__image):not(.article-gallery__source-item):not(.wp-block-embed):not(.wp-block-image):not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull) {
        width: 129.5580110497%;
        clear: both;
        max-width: none;
    }
    .gutenberg-content--article
        figure:not(.about-intro__image):not(.article-gallery__source-item):not(.wp-block-embed):not(.wp-block-image):not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull)
        ~ figcaption {
        width: 26.1049723757%;
        margin-right: -29.5580110497%;
        padding-top: 34px;
        padding-left: 0;
        float: right;
    }
    .gutenberg-content--article
        figure:not(.about-intro__image):not(.article-gallery__source-item):not(.wp-block-embed):not(.wp-block-image):not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull)
        ~ figcaption::before {
        top: 0;
    }
}
@media (min-width: 1400px) {
    .gutenberg-content--article .wp-block-gallery {
        width: 129.5580110497%;
    }
}
@media (min-width: 1400px) {
    .gutenberg-content--article
        .wp-block-table:not(.aligncenter):not(.alignleft):not(.alignright):not(.alignfull) {
        width: 129.5580110497%;
        clear: both;
        max-width: none;
    }
    .gutenberg-content--article
        .wp-block-table:not(.aligncenter):not(.alignleft):not(.alignright):not(.alignfull)
        figcaption {
        width: 20.1492537313%;
        margin-right: 0;
        padding-top: 34px;
        padding-left: 0;
        float: right;
    }
    .gutenberg-content--article
        .wp-block-table:not(.aligncenter):not(.alignleft):not(.alignright):not(.alignfull)
        figcaption::before {
        top: 0;
    }
}
@media (min-width: 1400px) {
    .gutenberg-content--article
        .wp-block-image:not(.alignfull)
        > img:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull) {
        width: 129.5580110497%;
        clear: both;
        max-width: none;
    }
    .gutenberg-content--article
        .wp-block-image:not(.alignfull)
        > img:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull)
        ~ figcaption {
        width: 26.1049723757%;
        margin-right: -29.5580110497%;
        padding-top: 34px;
        padding-left: 0;
        float: right;
    }
    .gutenberg-content--article
        .wp-block-image:not(.alignfull)
        > img:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull)
        ~ figcaption::before {
        top: 0;
    }
}
.gutenberg-content--article .wp-block-embed {
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
}
@media (min-width: 765px) {
    .gutenberg-content--article .wp-block-embed {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .gutenberg-content--article .wp-block-embed {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width: 1400px) {
    .gutenberg-content--article
        .wp-block-embed.is-type-video:not(.aligncenter):not(.alignfull):not(.alignleft):not(.alignright) {
        width: 129.5580110497%;
        clear: both;
        max-width: none;
    }
    .gutenberg-content--article
        .wp-block-embed.is-type-video:not(.aligncenter):not(.alignfull):not(.alignleft):not(.alignright)
        figcaption {
        width: 20.1492537313%;
        margin-right: 0;
        padding-top: 34px;
        padding-left: 0;
        float: right;
    }
    .gutenberg-content--article
        .wp-block-embed.is-type-video:not(.aligncenter):not(.alignfull):not(.alignleft):not(.alignright)
        figcaption::before {
        top: 0;
    }
}
@media (min-width: 1400px) {
    .gutenberg-content--article
        .wp-block-video:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull) {
        width: 129.5580110497%;
        clear: both;
        max-width: none;
    }
    .gutenberg-content--article
        .wp-block-video:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull)
        figcaption {
        width: 20.1492537313%;
        margin-right: 0;
        padding-top: 34px;
        padding-left: 0;
        float: right;
    }
    .gutenberg-content--article
        .wp-block-video:not(.alignleft):not(.alignright):not(.aligncenter):not(.alignfull)
        figcaption::before {
        top: 0;
    }
}
@media (min-width: 960px) {
    .gutenberg-content--article .wp-block-pullquote {
        width: 112.8760529483%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: -12.8760529483%;
    }
}
@media (min-width: 1400px) {
    .gutenberg-content--article .wp-block-pullquote {
        width: 144.3370165746%;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-left: -14.7790055249%;
    }
}

@media (min-width: 765px) {
    .gutenberg-content--page .wp-block-image > .alignleft,
    .gutenberg-content--page .wp-block-image > .alignright {
        width: 25% !important;
    }
}

.home-about-us {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #04284b no-repeat right top;
    background-size: 100% auto;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
@media (min-width: 765px) {
    .home-about-us {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .home-about-us {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .home-about-us {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .home-about-us {
        padding-right: 80px;
    }
}
@media (min-width: 960px) {
    .home-about-us {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media (min-width: 1200px) {
    .home-about-us {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}
@media (min-width: 960px) {
    .home-about-us {
        background-position: right center;
        background-size: 38% auto;
    }
}
.home-about-us::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(4, 40, 75, 0.6) 0%, #04284b 200px, #04284b 100%);
}
@media (min-width: 960px) {
    .home-about-us::before {
        background: linear-gradient(to left, rgba(4, 40, 75, 0.6) 0%, #04284b 32%, #04284b 35%);
    }
}

.home-about-us__inner {
    margin: 0 auto;
    max-width: 1259px;
}

.home-about-us__head {
    margin-bottom: 10px;
    font: 500 36px/1 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
@media (min-width: 765px) {
    .home-about-us__head {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .home-about-us__head {
        margin-bottom: 30px;
    }
}
@media (min-width: 450px) and (max-width: 959px) {
    .home-about-us__head {
        font-size: calc(36px + (84 - 36) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .home-about-us__head {
        font-size: 84px;
    }
}
.home-about-us__head strong {
    color: #0276e8;
}

.home-about-us__text {
    padding-top: 200px;
    position: relative;
    z-index: 2;
}
@media (min-width: 960px) {
    .home-about-us__text {
        width: 66.0047656871%;
        padding: 0;
    }
}

.home-about-us__body {
    color: #ffffff;
    font: 400 16px/1.3 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 600px) and (max-width: 1199px) {
    .home-about-us__body {
        font-size: calc(16px + (22 - 16) * (100vw - 600px) / (1200 - 600));
    }
}
@media (min-width: 1200px) {
    .home-about-us__body {
        font-size: 22px;
    }
}

.home-features {
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: #ecf6f6;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .home-features {
        margin-bottom: 75px;
    }
}
@media (min-width: 1200px) {
    .home-features {
        margin-bottom: 100px;
    }
}
@media (min-width: 600px) {
    .home-features {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (min-width: 960px) {
    .home-features {
        padding-top: 50px;
        padding-bottom: 50px;
        top: -50px;
    }
}

.home-features__head {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .home-features__head {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .home-features__head {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .home-features__head {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .home-features__head {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width: 765px) {
    .home-features__head {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .home-features__head {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .home-features__head {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .home-features__head {
        padding-right: 80px;
    }
}

.home-features__head-inner {
    display: block;
    margin: 0 auto 15px;
    max-width: 1259px;
}

.home-features__list {
    margin: 0;
    overflow: hidden;
}
.home-features__list:focus {
    outline: 0;
}
.home-features__list .flickity-viewport {
    padding-bottom: 30px;
}
.home-features__list .flickity-slider > li:first-of-type {
    position: relative;
    padding-left: 30px;
}
@media (min-width: 960px) {
    .home-features__list .flickity-slider > li:first-of-type {
        padding-left: 80px;
    }
}
@media (min-width: 1419px) {
    .home-features__list .flickity-slider > li:first-of-type {
        padding-left: calc((100vw - 1259px) / 2);
    }
}
.home-features__list .flickity-slider > li {
    padding-left: 30px;
}
@media (min-width: 960px) {
    .home-features__list .flickity-slider > li {
        padding-left: 40px;
    }
}
@media (min-width: 1200px) {
    .home-features__list .flickity-slider > li {
        padding-left: 65px;
    }
}
.home-features__list .flickity-slider > li:last-of-type {
    padding-right: 40px;
}

.home-impact {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .home-impact {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .home-impact {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .home-impact {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .home-impact {
        padding-right: 80px;
    }
}

.home-impact__inner {
    margin: 0 auto;
    max-width: 1259px;
}

.home-impact__head {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .home-impact__head {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .home-impact__head {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .home-impact__head {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .home-impact__head {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.home-impact__item {
    margin-bottom: 40px;
}
@media (min-width: 765px) {
    .home-impact__item {
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .home-impact__item {
        margin-bottom: 75px;
    }
}
@media (min-width: 960px) {
    .home-impact__item--has-image {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .home-impact__item--reverse .home-impact__item-figure {
        -ms-flex-order: 1;
        order: 1;
    }
    .home-impact__item--reverse .home-impact__item-text {
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (min-width: 1300px) {
    .home-impact__item {
        width: 83.0023828435%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 960px) {
    .home-impact__item--has-image .home-impact__item-text {
        -ms-flex-order: 1;
        order: 1;
        width: 61.7553613979%;
    }
}
@media (min-width: 1300px) {
    .home-impact__item--has-image .home-impact__item-text {
        width: 64.1626794258%;
    }
}

.home-impact__item-figure {
    float: right;
    margin-left: 30px;
    position: relative;
}
.home-impact__item-figure img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 960px) {
    .home-impact__item-figure {
        width: 32.0095313741%;
        float: none;
        height: auto;
        margin-left: 0;
        -ms-flex-order: 2;
        order: 2;
    }
    .home-impact__item-figure img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 1300px) {
    .home-impact__item-figure {
        width: 28.3253588517%;
    }
}

.home-impact__item-new {
    position: absolute;
    top: -8px;
    left: -15px;
    background-color: #4fa2ff;
    color: #ffffff;
    display: block;
    font: 500 14px/1 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    letter-spacing: 1.3px;
    margin: 0;
    padding: 9px 12px;
    text-transform: uppercase;
    text-align: center;
}
@media (min-width: 960px) {
    .home-impact__item-new {
        font-size: 15px;
        padding: 12px 18px;
    }
}
@media (min-width: 960px) {
    .home-impact__item-new {
        position: absolute;
        top: -18px;
        right: 15px;
        left: auto;
    }
}

.home-impact__item-head-link {
    display: block;
}
.home-impact__item-head-link:hover .home-impact__item-head {
    color: #0276e8;
}

.home-impact__item-head {
    color: #04284b;
    font: 500 32px/1 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    transition: color 0.3s;
}
@media (min-width: 600px) and (max-width: 1199px) {
    .home-impact__item-head {
        font-size: calc(32px + (64 - 32) * (100vw - 600px) / (1200 - 600));
    }
}
@media (min-width: 1200px) {
    .home-impact__item-head {
        font-size: 64px;
    }
}
.home-impact__item-head strong {
    color: #f35d26;
}

.home-impact__item-overline {
    margin-bottom: 1.25em;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
}
@media (min-width: 765px) {
    .home-impact__item-overline {
        font-size: 13px;
    }
}

.home-impact__item-dek {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font: 400 16px/1.3 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    color: #888888;
}
@media (min-width: 600px) and (max-width: 1199px) {
    .home-impact__item-dek {
        font-size: calc(16px + (22 - 16) * (100vw - 600px) / (1200 - 600));
    }
}
@media (min-width: 1200px) {
    .home-impact__item-dek {
        font-size: 22px;
    }
}
.home-impact__item-dek p {
    margin: 0 0 1em;
}
.home-impact__item-dek p:last-child {
    margin-bottom: 0;
}

.home-impact__read-link {
    color: #0276e8;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-right: 20px;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.home-impact__read-link:hover {
    color: #f35d26;
}
.home-impact__read-link:hover use {
    fill: #f35d26;
}
.home-impact__read-link svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .home-impact__read-link svg {
        top: 0;
    }
}
.home-impact__read-link use {
    fill: #0276e8;
}
.home-impact__read-link svg {
    position: absolute;
    top: -2px;
    right: 0;
}
@media (min-width: 765px) {
    .home-impact__read-link svg {
        top: -1px;
    }
}
.home-impact__read-link svg {
    -ms-transform: none;
    transform: none;
}
.home-impact__read-link:hover svg {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
@media (min-width: 765px) {
    .home-impact__read-link {
        font-size: 13px;
    }
}

.home-outro {
    padding-top: 30px;
}

.home-outro__more-link {
    color: #0276e8;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-right: 20px;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.home-outro__more-link:hover {
    color: #f35d26;
}
.home-outro__more-link:hover use {
    fill: #f35d26;
}
.home-outro__more-link svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .home-outro__more-link svg {
        top: 0;
    }
}
.home-outro__more-link use {
    fill: #0276e8;
}
.home-outro__more-link svg {
    position: absolute;
    top: -2px;
    right: 0;
}
@media (min-width: 765px) {
    .home-outro__more-link svg {
        top: -1px;
    }
}
.home-outro__more-link svg {
    -ms-transform: none;
    transform: none;
}
.home-outro__more-link:hover svg {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
@media (min-width: 765px) {
    .home-outro__more-link {
        font-size: 13px;
    }
}

.home-partners {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .home-partners {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .home-partners {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .home-partners {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .home-partners {
        padding-right: 80px;
    }
}

.home-partners__inner {
    margin: 0 auto;
    max-width: 1259px;
}
@media (min-width: 960px) {
    .home-partners__inner {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.home-partners__head {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .home-partners__head {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .home-partners__head {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .home-partners__head {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .home-partners__head {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.home-partners__text {
    margin-bottom: 30px;
}
@media (min-width: 960px) {
    .home-partners__text {
        width: 23.5107227959%;
        margin-bottom: 0;
    }
}

.home-partners__body {
    color: #04284b;
    font: 400 16px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 600px) and (max-width: 1199px) {
    .home-partners__body {
        font-size: calc(16px + (22 - 16) * (100vw - 600px) / (1200 - 600));
    }
}
@media (min-width: 1200px) {
    .home-partners__body {
        font-size: 22px;
    }
}

.home-partners__logos {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.home-partners__logos > * {
    width: 49.0071485306%;
    margin-bottom: 15px;
    padding-right: 1.9857029388%;
}
@media (min-width: 600px) {
    .home-partners__logos > * {
        width: 32.0095313741%;
    }
}
@media (min-width: 960px) {
    .home-partners__logos {
        width: 74.5035742653%;
        padding-top: 40px;
    }
    .home-partners__logos > * {
        width: 31.5565031983%;
    }
}

.home-roundup {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .home-roundup {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .home-roundup {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .home-roundup {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .home-roundup {
        padding-right: 80px;
    }
}

.home-roundup__inner {
    margin: 0 auto;
    max-width: 1259px;
}

.home-roundup__head {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .home-roundup__head {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .home-roundup__head {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .home-roundup__head {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .home-roundup__head {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.home-roundup__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
@media (min-width: 1200px) {
    .home-roundup__list {
        width: 83.0023828435%;
        margin-left: 8.4988085782%;
    }
}

.home-roundup__list > * {
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    .home-roundup__list > * {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .home-roundup__list > * {
        margin-bottom: 50px;
    }
}
.home-roundup__list > *:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 765px) {
    .home-roundup__list > * {
        width: 49.0071485306%;
        padding-right: 15px;
    }
}
@media (min-width: 1200px) {
    .home-roundup__list > * {
        width: 48.8038277512%;
    }
}

.home-spotlight {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #04284b no-repeat right top;
    background-size: 100% auto;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
@media (min-width: 765px) {
    .home-spotlight {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .home-spotlight {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .home-spotlight {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .home-spotlight {
        padding-right: 80px;
    }
}
@media (min-width: 960px) {
    .home-spotlight {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media (min-width: 1200px) {
    .home-spotlight {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}
@media (min-width: 765px) {
    .home-spotlight {
        background-position: right center;
        background-size: 50% auto;
    }
}
.home-spotlight::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(4, 40, 75, 0.8) 20%, #04284b 200px, #04284b 100%);
}
@media (min-width: 765px) {
    .home-spotlight::before {
        background: linear-gradient(to left, rgba(4, 40, 75, 0.6) 0%, #04284b 48%, #04284b 50%);
    }
}

.home-spotlight__inner {
    margin: 0 auto;
    max-width: 1259px;
}

.home-spotlight__text {
    padding-top: 200px;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .home-spotlight__text {
        width: 49.0071485306%;
        padding: 0;
    }
}

.home-spotlight__overline {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
    margin: 0 0 15px;
}
@media (min-width: 765px) {
    .home-spotlight__overline {
        font-size: 13px;
    }
}

.home-spotlight__head-link {
    display: block;
}
.home-spotlight__head-link:hover .home-spotlight__head {
    color: #0276e8;
}

.home-spotlight__head {
    margin-bottom: 10px;
    font: 500 36px/0.9 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    margin-top: 0 !important;
    color: #ffffff;
    text-transform: uppercase;
    transition: color 0.3s;
}
@media (min-width: 765px) {
    .home-spotlight__head {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .home-spotlight__head {
        margin-bottom: 30px;
    }
}
@media (min-width: 450px) and (max-width: 959px) {
    .home-spotlight__head {
        font-size: calc(36px + (84 - 36) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .home-spotlight__head {
        font-size: 84px;
    }
}

.home-spotlight__dek {
    margin-bottom: 10px;
    color: #ffffff;
    font: 400 16px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 765px) {
    .home-spotlight__dek {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .home-spotlight__dek {
        margin-bottom: 30px;
    }
}
@media (min-width: 600px) and (max-width: 1199px) {
    .home-spotlight__dek {
        font-size: calc(16px + (22 - 16) * (100vw - 600px) / (1200 - 600));
    }
}
@media (min-width: 1200px) {
    .home-spotlight__dek {
        font-size: 22px;
    }
}
.home-spotlight__dek p {
    margin: 0 0 1em;
}
.home-spotlight__dek p:last-of-type {
    margin-bottom: 0;
}

.home-spotlight__read-link {
    color: #4fa2ff;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-right: 20px;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.home-spotlight__read-link:hover {
    color: #ffffff;
}
.home-spotlight__read-link:hover use {
    fill: #ffffff;
}
.home-spotlight__read-link svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .home-spotlight__read-link svg {
        top: 0;
    }
}
.home-spotlight__read-link use {
    fill: #4fa2ff;
}
.home-spotlight__read-link svg {
    position: absolute;
    top: -2px;
    right: 0;
}
@media (min-width: 765px) {
    .home-spotlight__read-link svg {
        top: -1px;
    }
}
.home-spotlight__read-link svg {
    -ms-transform: none;
    transform: none;
}
.home-spotlight__read-link:hover svg {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
@media (min-width: 765px) {
    .home-spotlight__read-link {
        font-size: 13px;
    }
}

.home-topics {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: #faf9f4;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .home-topics {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .home-topics {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .home-topics {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .home-topics {
        padding-right: 80px;
    }
}
@media (min-width: 765px) {
    .home-topics {
        padding-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .home-topics {
        padding-bottom: 80px;
    }
}
@media (min-width: 765px) {
    .home-topics {
        margin-top: 50px;
    }
}

.home-topics__inner {
    margin: 0 auto;
    max-width: 1259px;
}

.home-topics__head {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    padding-top: 30px;
    margin-bottom: 40px;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .home-topics__head {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .home-topics__head {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .home-topics__head {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .home-topics__head {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width: 765px) {
    .home-topics__head {
        padding-top: 0;
        position: relative;
        top: -0.5em;
    }
}

.home-topics__list {
    list-style: none;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.home-topics__item {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    padding-left: 75px;
}
@media (min-width: 765px) {
    .home-topics__item {
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .home-topics__item {
        margin-bottom: 75px;
    }
}
@media (min-width: 450px) {
    .home-topics__item {
        width: 49.0071485306%;
    }
    .home-topics__item:nth-of-type(n) {
        margin-right: 1.9857029388%;
    }
    .home-topics__item:nth-child(2n),
    .home-topics__item:last-child {
        margin-right: 0;
    }
}
@media (min-width: 960px) {
    .home-topics__item {
        width: 32.0095313741%;
    }
    .home-topics__item:nth-of-type(n) {
        margin-right: 1.9857029388%;
    }
    .home-topics__item:nth-child(3n),
    .home-topics__item:last-child {
        margin-right: 0;
    }
}

.home-topics__item-illo-link {
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
    transition: all 0.1s linear;
    margin-top: -10px;
}
.home-topics__item-illo-link:focus {
    outline: 0;
}
.home-topics__item-illo-link:focus figure {
    box-shadow: 0 0 0 3px rgba(2, 118, 232, 0.2);
    opacity: 0.9;
}
.home-topics__item-illo-link:hover {
    opacity: 0.9;
}

.home-topics__item-illo-figure {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.home-topics__item-head {
    margin-bottom: 10px;
}
@media (min-width: 765px) {
    .home-topics__item-head {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .home-topics__item-head {
        margin-bottom: 30px;
    }
}

.home-topics__item-head-link {
    color: #f35d26;
    font: 500 18px/1.375 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    transition: color 0.3s;
}
@media (min-width: 450px) and (max-width: 959px) {
    .home-topics__item-head-link {
        font-size: calc(18px + (28 - 18) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .home-topics__item-head-link {
        font-size: 28px;
    }
}
.home-topics__item-head-link:hover {
    color: #0276e8;
}

.home-topics__sublist {
    list-style: none;
}

.home-topics__subitem {
    margin: 0 0 10px;
}

.home-topics__sublink {
    color: #0276e8;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-right: 20px;
    color: #04284b;
    display: block;
    font: 500 13px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    transition: color 0.3s;
}
.home-topics__sublink svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .home-topics__sublink svg {
        top: 0;
    }
}
.home-topics__sublink use {
    fill: #0276e8;
}
.home-topics__sublink svg {
    position: absolute;
    top: -2px;
    right: 0;
}
@media (min-width: 765px) {
    .home-topics__sublink svg {
        top: -1px;
    }
}
.home-topics__sublink svg {
    -ms-transform: none;
    transform: none;
}
@media (min-width: 600px) {
    .home-topics__sublink {
        font-size: 14px;
    }
}
.home-topics__sublink svg {
    position: relative;
    top: 3px;
    left: 4px;
    opacity: 0;
}
.home-topics__sublink:hover {
    color: #0276e8;
}
.home-topics__sublink:hover svg {
    opacity: 1;
}

.home-topper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1259px;
    position: relative;
    z-index: 3;
}
@media (min-width: 765px) {
    .home-topper--has-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.home-topper__text {
    position: relative;
}
@media (min-width: 765px) {
    .home-topper__text {
        padding: 0 0 75px;
    }
    .home-topper--has-image .home-topper__text {
        z-index: 2;
        padding: 50px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }
}

.home-topper--has-image .home-topper__text-inner {
    background-color: #ffffff;
    padding: 30px 30px;
}
@media (min-width: 450px) {
    .home-topper--has-image .home-topper__text-inner {
        padding: 30px;
    }
}
@media (min-width: 960px) {
    .home-topper--has-image .home-topper__text-inner {
        padding: 40px 0;
    }
}
@media (min-width: 1400px) {
    .home-topper--has-image .home-topper__text-inner {
        padding: 50px 0;
    }
}

@media (min-width: 765px) {
    .home-topper--has-image .home-topper__text {
        width: 40.0071485306%;
    }
    .home-topper--has-image .home-topper__image {
        width: 50.9928514694%;
    }
    .home-topper--has-image .home-topper__text-inner {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.home-topper--no-image .home-topper__text-inner {
    padding: 40px;
    text-align: center;
    margin: 0 auto;
}
@media (min-width: 960px) {
    .home-topper--no-image .home-topper__text-inner {
        width: 83.0023828435%;
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 1200px) {
    .home-topper--no-image .home-topper__text-inner {
        width: 66.0047656871%;
    }
}

.home-topper__image {
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    z-index: 1;
}
@media (min-width: 450px) and (max-width: 764px) {
    .home-topper__image {
        margin-left: 30px;
        margin-right: 30px;
    }
}
.home-topper__image img {
    max-width: none;
    display: block;
    width: 100%;
}

.home-topper__topic {
    margin: 0 0 10px;
}

.home-topper__topic-link {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
    transition: color 0.3s;
}
@media (min-width: 765px) {
    .home-topper__topic-link {
        font-size: 13px;
    }
}
.home-topper__topic-link:hover {
    color: #0276e8;
}

.home-topper__title {
    margin-bottom: 10px;
    color: #04284b;
    transition: color 0.3s;
}
@media (min-width: 765px) {
    .home-topper__title {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .home-topper__title {
        margin-bottom: 30px;
    }
}
.home-topper__title strong {
    color: #0276e8;
}
.home-topper--datapoint .home-topper__title {
    font: 500 36px/1 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
@media (min-width: 600px) and (max-width: 1399px) {
    .home-topper--datapoint .home-topper__title {
        font-size: calc(36px + (96 - 36) * (100vw - 600px) / (1400 - 600));
    }
}
@media (min-width: 1400px) {
    .home-topper--datapoint .home-topper__title {
        font-size: 96px;
    }
}
@media (min-width: 960px) {
    .home-topper--datapoint .home-topper__title {
        line-height: 0.9;
    }
}
.home-topper--article .home-topper__title {
    font: 500 24px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
@media (min-width: 600px) and (max-width: 1399px) {
    .home-topper--article .home-topper__title {
        font-size: calc(24px + (56 - 24) * (100vw - 600px) / (1400 - 600));
    }
}
@media (min-width: 1400px) {
    .home-topper--article .home-topper__title {
        font-size: 56px;
    }
}

.home-topper__title-link {
    color: #04284b;
    display: block;
    transition: color 0.3s;
}
.home-topper__title-link:hover {
    color: #0276e8;
}

.home-topper__dek {
    color: #04284b;
    font: 500 14px/1.4 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    margin: 0 0 15px;
}
@media (min-width: 765px) and (max-width: 959px) {
    .home-topper__dek {
        font-size: calc(14px + (24 - 14) * (100vw - 765px) / (960 - 765));
    }
}
@media (min-width: 960px) {
    .home-topper__dek {
        font-size: 24px;
    }
}
@media (min-width: 960px) {
    .home-topper__dek {
        margin-bottom: 30px;
    }
}

.home-topper__read {
    margin: 0;
}

.home-topper__read-link {
    color: #0276e8;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-right: 20px;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: inline-block;
}
.home-topper__read-link:hover {
    color: #f35d26;
}
.home-topper__read-link:hover use {
    fill: #f35d26;
}
.home-topper__read-link svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .home-topper__read-link svg {
        top: 0;
    }
}
.home-topper__read-link use {
    fill: #0276e8;
}
.home-topper__read-link svg {
    position: absolute;
    top: -2px;
    right: 0;
}
@media (min-width: 765px) {
    .home-topper__read-link svg {
        top: -1px;
    }
}
.home-topper__read-link svg {
    -ms-transform: none;
    transform: none;
}
.home-topper__read-link:hover svg {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
@media (min-width: 765px) {
    .home-topper__read-link {
        font-size: 13px;
    }
}

.home-welcome {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #faf9f4;
}
@media (min-width: 765px) {
    .home-welcome {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .home-welcome {
        padding-top: 80px;
    }
}
@media (min-width: 765px) {
    .home-welcome {
        padding-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .home-welcome {
        padding-bottom: 80px;
    }
}
@media (min-width: 765px) {
    .home-welcome {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .home-welcome {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .home-welcome {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .home-welcome {
        padding-right: 80px;
    }
}

.home-welcome__inner {
    color: #04284b;
    font: 500 18px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin: 0 auto;
    max-width: 1259px;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .home-welcome__inner {
        font-size: calc(18px + (45 - 18) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .home-welcome__inner {
        font-size: 45px;
    }
}
.home-welcome__inner p {
    margin: 0 0 1em;
}
.home-welcome__inner p:last-of-type {
    margin-bottom: 0;
}
.home-welcome__inner em {
    color: #0276e8;
    font-style: italic;
}
.home-welcome__inner a {
    background-image: linear-gradient(#0276e8 0%, #0276e8 100%),
        linear-gradient(transparent 0%, transparent 98%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 2px;
    background-position: 0 100%;
    transition: background 0.1s ease-in-out;
    color: #0276e8;
}
.home-welcome__inner a:hover {
    background-size: 100% 2px, 100% 2px;
}

.member-form {
    background-color: #ecf6f6;
    border-bottom: 1px solid #0276e8;
    border-top: 1px solid #0276e8;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.member-form input[type='number'] {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #ffffff;
}
.member-form input[type='radio'] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.member-form input[type='radio'].focusable:active,
.member-form input[type='radio'].focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.member-form label {
    cursor: pointer;
}
@media (min-width: 450px) {
    .member-form {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 960px) {
    .member-form {
        padding-top: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
        padding-left: 50px;
    }
}

.member-form__intro {
    margin-bottom: 10px;
    color: #04284b;
    font: 18px/1.4 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
@media (min-width: 765px) {
    .member-form__intro {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .member-form__intro {
        margin-bottom: 30px;
    }
}
@media (min-width: 450px) and (max-width: 1199px) {
    .member-form__intro {
        font-size: calc(18px + (24 - 18) * (100vw - 450px) / (1200 - 450));
    }
}
@media (min-width: 1200px) {
    .member-form__intro {
        font-size: 24px;
    }
}

.member-form__controls {
    position: relative;
    margin-bottom: 30px;
}

.member-form__group {
    margin-bottom: 10px;
}
@media (min-width: 765px) {
    .member-form__group {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .member-form__group {
        margin-bottom: 30px;
    }
}

.member-form__group--number {
    width: 100%;
    position: relative;
}
@media (min-width: 600px) {
    .member-form__group--number {
        width: 110px;
    }
}
.member-form__group--number span {
    position: absolute;
    top: 50%;
    left: 10px;
    color: #04284b;
    margin-top: -10px;
    font: 400 20px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    z-index: 2;
}
.member-form__group--number input[type='number'] {
    font: 400 20px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    padding-left: 30px;
}

.member-form__set--radios {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.member-form__group--radio {
    margin: 0 15px 0 0;
}
.member-form__group--radio span {
    padding: 3px 0 5px 0;
    font: 500 18px/1 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (min-width: 960px) {
    .member-form__group--radio span {
        font-size: 20px;
    }
}
.member-form__group--radio input[type='radio'] ~ span {
    color: #04284b;
    border-bottom: 6px solid transparent;
    transition: all 0.3s;
}
.member-form__group--radio input[type='radio']:checked ~ span {
    color: #0276e8;
    border-color: #0276e8;
}
@media (min-width: 1200px) {
    .member-form__group--radio {
        margin-right: 30px;
    }
}

div.member-form__radio-help {
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    div.member-form__radio-help {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    div.member-form__radio-help {
        margin-bottom: 50px;
    }
}
div.member-form__radio-help strong {
    font-weight: 600;
}

.member-form__submit {
    width: 200px;
}
.member-form__submit:focus {
    background-color: #f35d26;
    color: #ffffff;
    outline: 0;
}

@media (min-width: 600px) {
    .member-form__controls {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .member-form__set--number {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 0;
        margin-right: 40px;
    }

    .member-form__set--radios {
        padding-top: 10px;
        width: 70%;
    }
}
.mini-profile {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (min-width: 765px) {
    .mini-profile {
        margin-top: 75px;
        margin-bottom: 75px;
    }
}
@media (min-width: 1200px) {
    .mini-profile {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}
@media (min-width: 765px) {
    .mini-profile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 765px) {
    .mini-profile__inner {
        width: 49.0071485306%;
        text-align: right;
    }
}
@media (min-width: 960px) {
    .mini-profile__inner {
        width: 40.5083399523%;
    }
}
@media (min-width: 1200px) {
    .mini-profile__inner {
        width: 40.5083399523%;
        margin-right: 8.4988085782%;
    }
}

.mini-profile__head {
    color: #04284b;
    font: 400 18px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 8px solid #04284b;
}
@media (min-width: 450px) and (max-width: 959px) {
    .mini-profile__head {
        font-size: calc(18px + (22 - 18) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .mini-profile__head {
        font-size: 22px;
    }
}
.mini-profile__head strong {
    font-weight: 600;
}

.mini-profile__outro-link {
    color: #0276e8;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-right: 20px;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.mini-profile__outro-link:hover {
    color: #f35d26;
}
.mini-profile__outro-link:hover use {
    fill: #f35d26;
}
.mini-profile__outro-link svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .mini-profile__outro-link svg {
        top: 0;
    }
}
.mini-profile__outro-link use {
    fill: #0276e8;
}
.mini-profile__outro-link svg {
    position: absolute;
    top: -2px;
    right: 0;
}
@media (min-width: 765px) {
    .mini-profile__outro-link svg {
        top: -1px;
    }
}
.mini-profile__outro-link svg {
    -ms-transform: none;
    transform: none;
}
.mini-profile__outro-link:hover svg {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
@media (min-width: 765px) {
    .mini-profile__outro-link {
        font-size: 13px;
    }
}

.menu-button {
    border: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}
.menu-button svg {
    display: block;
    width: 30px;
    height: 20px;
    stroke: #04284b;
    -ms-transform: translateY(-1.5px);
    transform: translateY(-1.5px);
    transition: all 0.3s linear;
}
.menu-button span {
    display: none;
}
@media (min-width: 765px) {
    .menu-button span {
        display: block;
        margin-right: 10px;
    }
}
@media (min-width: 960px) {
    .menu-button span {
        margin-right: 12px;
    }
}

.nav {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.1s linear;
    opacity: 0;
    background-color: #faf9f4;
}
@media screen and (min-width: 600px) {
    .admin-bar .nav {
        top: 46px;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar .nav {
        top: 32px;
    }
}
.nav--active {
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    opacity: 1;
    overflow-y: visible;
}

@media (min-width: 0) and (max-width: 599px) {
    body.admin-bar .nav__inner {
        padding-top: 46px;
    }
}
body.nav-is-open {
    overflow: hidden;
    pointer-events: none;
}

.nav__header {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 3;
}
@media (min-width: 765px) {
    .nav__header {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .nav__header {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .nav__header {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .nav__header {
        padding-right: 80px;
    }
}
@media (min-width: 765px) {
    .nav__header {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.nav__header-inner {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1259px;
}

.nav__pages {
    -ms-flex-order: 1;
    order: 1;
}

.nav__pages-list {
    list-style: none;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (min-width: 960px) {
    .nav__pages-list {
        height: 47px;
    }
}

.nav__pages-item {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
}
.nav__pages-item:last-of-type {
    margin-right: 0;
}
@media (min-width: 765px) {
    .nav__pages-item {
        margin-right: 30px;
    }
}

.nav__pages-link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #04284b;
    display: block;
    font: 500 16px/1.2 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: color 0.3s;
}
@media (min-width: 765px) {
    .nav__pages-link {
        font-size: 18px;
    }
}
@media (min-width: 960px) {
    .nav__pages-link {
        font-size: 20px;
    }
}
.nav__pages-link:hover {
    color: #0276e8;
}

.nav__close {
    width: 40px;
    height: 40px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -ms-flex-order: 2;
    order: 2;
    -ms-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
}
.nav__close svg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    stroke: #0276e8;
    transition: stroke 0.3s;
}
.nav__close:focus {
    outline: 0;
}
.nav__close:focus svg {
    stroke: #f35d26;
}

.nav__search {
    margin-bottom: 40px;
}
@media (min-width: 765px) {
    .nav__search {
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .nav__search {
        margin-bottom: 75px;
    }
}

.nav__search-box {
    margin-bottom: 30px;
}

.nav__main {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
}
@media (min-width: 765px) {
    .nav__main {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .nav__main {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .nav__main {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .nav__main {
        padding-right: 80px;
    }
}
@media (min-width: 765px) {
    .nav__main {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .nav__main {
        margin-bottom: 30px;
    }
}

.nav__main-inner {
    margin: 0 auto;
    max-width: 1259px;
}

.nav__subhead {
    color: #04284b;
    font: 500 18px/1.1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 30px;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .nav__subhead {
        font-size: calc(18px + (24 - 18) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .nav__subhead {
        font-size: 24px;
    }
}

.nav__topics-list {
    list-style: none;
}

.nav__topics-item {
    margin-bottom: 40px;
    margin-left: 80px;
    position: relative;
}
@media (min-width: 765px) {
    .nav__topics-item {
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .nav__topics-item {
        margin-bottom: 75px;
    }
}
.nav__topics-item:first-of-type {
    margin-top: 40px;
}
@media (min-width: 765px) {
    .nav__topics-item:first-of-type {
        margin-top: 50px;
    }
}
@media (min-width: 1200px) {
    .nav__topics-item:first-of-type {
        margin-top: 75px;
    }
}
@media (min-width: 600px) {
    .nav__topics-item {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .nav__topics-item:before {
        content: '';
        display: block;
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #4fa2ff;
        z-index: 2;
    }
}
@media (min-width: 765px) {
    .nav__topics-item {
        margin-left: 100px;
    }
}
@media (min-width: 960px) {
    .nav__topics-item {
        margin-left: 110px;
    }
}
@media (min-width: 1200px) {
    .nav__topics-item {
        margin-left: 160px;
    }
}

.nav__topics-item-header {
    margin: 0 0 10px;
    position: relative;
}

.nav__topics-item-illo-link {
    transition: all 0.1s linear;
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: -25px;
}
.nav__topics-item-illo-link:hover {
    opacity: 0.9;
}
@media (min-width: 600px) {
    .nav__topics-item-illo-link {
        width: 80px;
        height: 80px;
        left: -95px;
        margin-top: -40px;
    }
}
@media (min-width: 765px) {
    .nav__topics-item-illo-link {
        width: 85px;
        height: 85px;
        left: -100px;
        margin-top: -42.5px;
    }
}
@media (min-width: 960px) {
    .nav__topics-item-illo-link {
        width: 110px;
        height: 110px;
        left: -125px;
        margin-top: -55px;
    }
}
@media (min-width: 1200px) {
    .nav__topics-item-illo-link {
        width: 130px;
        height: 130px;
        left: -160px;
        margin-top: -65px;
    }
}

.nav__topics-item-illo {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.nav__topics-item-head {
    padding-right: 30px;
}

.nav__topics-item-head,
.nav__topics-sublist {
    background-color: #faf9f4;
    position: relative;
    z-index: 3;
}

.nav__topics-item-head {
    font: 500 24px/1.1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
@media (min-width: 765px) and (max-width: 1399px) {
    .nav__topics-item-head {
        font-size: calc(24px + (48 - 24) * (100vw - 765px) / (1400 - 765));
    }
}
@media (min-width: 1400px) {
    .nav__topics-item-head {
        font-size: 48px;
    }
}

.nav__topics-item-head-link {
    color: #f35d26;
    display: block;
    margin: 0 0 10px;
    transition: color 0.3s;
}
.nav__topics-item-head-link:hover {
    color: #0276e8;
}

.nav__topics-all {
    margin: 0;
}

.nav__topics-all-link {
    color: #0276e8;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-right: 20px;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.nav__topics-all-link:hover {
    color: #f35d26;
}
.nav__topics-all-link:hover use {
    fill: #f35d26;
}
.nav__topics-all-link svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .nav__topics-all-link svg {
        top: 0;
    }
}
.nav__topics-all-link use {
    fill: #0276e8;
}
.nav__topics-all-link svg {
    position: absolute;
    top: -2px;
    right: 0;
}
@media (min-width: 765px) {
    .nav__topics-all-link svg {
        top: -1px;
    }
}
.nav__topics-all-link svg {
    -ms-transform: none;
    transform: none;
}
.nav__topics-all-link:hover svg {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
@media (min-width: 765px) {
    .nav__topics-all-link {
        font-size: 13px;
    }
}
@media (min-width: 0) and (max-width: 599px) {
    .nav__topics-all-link {
        display: none;
    }
}

.nav__topics-sublist {
    border-left: 1px solid #4fa2ff;
    list-style: none;
    margin-left: 3px;
    padding-left: 15px;
}
@media (min-width: 600px) {
    .nav__topics-sublist {
        padding-top: 10px;
        padding-left: 40px;
        border-left: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 0;
        width: 250px;
    }
}

.nav__topics-subitem {
    margin: 0 0 3px;
}
@media (min-width: 960px) {
    .nav__topics-subitem {
        margin-bottom: 5px;
    }
}

.nav__topics-sublink {
    color: #04284b;
    font: 500 14px/1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    transition: color 0.3s;
}
.nav__topics-sublink:hover {
    color: #0276e8;
}
@media (min-width: 960px) {
    .nav__topics-sublink {
        font-size: 16px;
    }
}

.pagination {
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 765px) {
    .pagination {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .pagination {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .pagination {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .pagination {
        padding-right: 80px;
    }
}
.nav__search-pagination .pagination {
    padding-left: 0;
    padding-right: 0;
    margin-top: -1px;
}

.pagination__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1259px;
    position: relative;
}
body.topic-type-blog .pagination__inner {
    border-top: 1px solid #eaeaea;
}

.pagination__number-list {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pagination__item {
    display: block;
}

@media (min-width: 0) and (max-width: 449px) {
    .pagination__number:not(.current):not(.dots) {
        display: none;
    }

    .pagination__item:first-child .pagination__number,
    .pagination__item:last-child .pagination__number {
        display: block;
    }
}
.pagination__number {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: #888888;
    display: block;
    font: 500 14px/1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
}
.pagination__number::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: inherit;
}
.pagination__number--link:hover {
    color: #0276e8;
}
.pagination__number--link:hover::before {
    background-color: #0276e8;
}
.pagination__number.dots {
    padding-left: 0;
    padding-right: 0;
}
.pagination__number.current {
    color: #f35d26;
}
.pagination__number.current::before {
    background-color: #f35d26;
}
@media (min-width: 765px) {
    .pagination__number {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.pagination__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 80px;
    margin: 0;
}
.pagination__controls::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 40px;
    background-color: #eaeaea;
}

.pagination__back,
.pagination__forward {
    width: 40px;
    height: 40px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 3;
}

.pagination__arrow {
    width: 40px;
    height: 40px;
}
.pagination__arrow svg {
    width: 40px;
    height: 40px;
    fill: #f35d26;
    transition: fill 0.3s;
}
.pagination__arrow span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.pagination__arrow span.focusable:active,
.pagination__arrow span.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.pagination__arrow--disabled {
    pointer-events: none;
}
.pagination__arrow--disabled svg {
    fill: #eaeaea;
}
.pagination__arrow--prev,
.pagination__arrow--next {
    fill: #04284b;
}
.pagination__arrow--prev:hover svg,
.pagination__arrow--next:hover svg {
    fill: #0276e8;
}

.pagination--algolia .pagination__controls {
    width: 140px;
}
.pagination--algolia .pagination__controls::before {
    left: 40px;
}
.pagination--algolia .pagination__controls::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
    width: 1px;
    height: 40px;
    background-color: #eaeaea;
}

.ais-pagination--link {
    width: 40px;
    height: 40px;
    color: #04284b;
    cursor: pointer;
    display: block;
}

.ais-pagination--item__page {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #888888;
    display: block;
    font: 500 14px/1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}

.ais-pagination--item {
    display: block;
}
.ais-pagination--item__disabled {
    pointer-events: none;
}
.ais-pagination--item__disabled svg {
    fill: #eaeaea;
}

.related-articles {
    margin-bottom: 40px;
    border-top: 8px solid #0276e8;
    border-bottom: 2px solid #0276e8;
    padding-top: 15px;
}
@media (min-width: 765px) {
    .related-articles {
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .related-articles {
        margin-bottom: 75px;
    }
}
@media (min-width: 765px) {
    .related-articles {
        width: 40.5083399523%;
        border-bottom: 0;
        border-left: 8px solid #0276e8;
        padding-left: 30px;
        margin-left: 1.9857029388%;
        float: right;
    }
}
@media (min-width: 960px) {
    .related-articles {
        width: 48.495788207%;
        border-width: 12px;
        padding-top: 40px;
    }
}
@media (min-width: 1400px) {
    .related-articles {
        width: 55.6629834254%;
        margin-right: -29.5580110497%;
        padding-left: 40px;
    }
}

h3.related-articles__head {
    margin-top: 0;
    margin-bottom: 10px;
    color: #0276e8;
    font: 500 18px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    padding: 0;
}
@media (min-width: 765px) {
    h3.related-articles__head {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    h3.related-articles__head {
        margin-bottom: 30px;
    }
}
@media (min-width: 380px) and (max-width: 1199px) {
    h3.related-articles__head {
        font-size: calc(18px + (24 - 18) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    h3.related-articles__head {
        font-size: 24px;
    }
}

ul.related-articles__items {
    margin: 0;
    padding: 0;
}

li.tz-related {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 10px !important;
    padding: 0 !important;
}
li.tz-related:before {
    display: none !important;
}

h4.tz-related__topic {
    margin: 0 0 10px !important;
    padding: 0 !important;
}

a.tz-related__topic-link {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
    transition: color 0.3s;
    background: none !important;
}
@media (min-width: 765px) {
    a.tz-related__topic-link {
        font-size: 13px;
    }
}
a.tz-related__topic-link:hover {
    color: #0276e8;
}

h3.tz-related__title {
    line-height: 1.2;
    margin: 0 0 5px;
    padding: 0 !important;
}

a.tz-related__title-link {
    font: 500 16px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    color: #04284b;
    display: block;
    transition: color 0.3s;
    background: none !important;
}
@media (min-width: 380px) and (max-width: 1199px) {
    a.tz-related__title-link {
        font-size: calc(16px + (18 - 16) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    a.tz-related__title-link {
        font-size: 18px;
    }
}
a.tz-related__title-link:hover {
    color: #0276e8;
}

.tz-related__text {
    padding-right: 10px;
}
@media (min-width: 960px) {
    .tz-related__text {
        padding-right: 15px;
    }
}

.tz-related__image {
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 960px) {
    .tz-related__image {
        width: 70px;
        height: 70px;
    }
}

.tz-related__image-link {
    display: block;
}
.tz-related__image-link img {
    transition: all 0.1s linear;
    display: block;
}
.tz-related__image-link img:hover {
    opacity: 0.9;
}

a.tz-related__read-link {
    color: #0276e8;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-right: 20px;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: none !important;
}
a.tz-related__read-link:hover {
    color: #f35d26;
}
a.tz-related__read-link:hover use {
    fill: #f35d26;
}
a.tz-related__read-link svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    a.tz-related__read-link svg {
        top: 0;
    }
}
a.tz-related__read-link use {
    fill: #0276e8;
}
a.tz-related__read-link svg {
    position: absolute;
    top: -2px;
    right: 0;
}
@media (min-width: 765px) {
    a.tz-related__read-link svg {
        top: -1px;
    }
}
a.tz-related__read-link svg {
    -ms-transform: none;
    transform: none;
}
a.tz-related__read-link:hover svg {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
@media (min-width: 765px) {
    a.tz-related__read-link {
        font-size: 13px;
    }
}

.search-input {
    position: relative;
}
.search-input input:not([type='submit']):not([type='file']) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    border-bottom: 2px solid #04284b;
    color: #0276e8;
    font: 500 16px/1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0;
}
@media (min-width: 765px) and (max-width: 1199px) {
    .search-input input:not([type='submit']):not([type='file']) {
        font-size: calc(16px + (21 - 16) * (100vw - 765px) / (1200 - 765));
    }
}
@media (min-width: 1200px) {
    .search-input input:not([type='submit']):not([type='file']) {
        font-size: 21px;
    }
}
.search-input input:not([type='submit']):not([type='file'])::-webkit-input-placeholder {
    color: #777777;
}
.search-input input:not([type='submit']):not([type='file'])::-moz-placeholder {
    color: #777777;
}
.search-input input:not([type='submit']):not([type='file']):-ms-input-placeholder {
    color: #777777;
}
.search-input input:not([type='submit']):not([type='file'])::-ms-input-placeholder {
    color: #777777;
}
.search-input input:not([type='submit']):not([type='file'])::placeholder {
    color: #777777;
}
.search-input input:not([type='submit']):not([type='file']):focus {
    border-color: #0276e8;
}
.search-input input:not([type='submit']):not([type='file']):focus::-webkit-input-placeholder {
    color: rgba(119, 119, 119, 0.5);
}
.search-input input:not([type='submit']):not([type='file']):focus::-moz-placeholder {
    color: rgba(119, 119, 119, 0.5);
}
.search-input input:not([type='submit']):not([type='file']):focus:-ms-input-placeholder {
    color: rgba(119, 119, 119, 0.5);
}
.search-input input:not([type='submit']):not([type='file']):focus::-ms-input-placeholder {
    color: rgba(119, 119, 119, 0.5);
}
.search-input input:not([type='submit']):not([type='file']):focus::placeholder {
    color: rgba(119, 119, 119, 0.5);
}
.search-input
    input:not([type='submit']):not([type='file']):focus
    ~ .ais-search-box--magnifier-wrapper
    svg {
    fill: #0276e8;
}
.search-input .ais-search-box--magnifier-wrapper svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    fill: #04284b;
    transition: fill 0.3s;
}

.site-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #04284b;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .site-footer {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .site-footer {
        padding-top: 80px;
    }
}
@media (min-width: 765px) {
    .site-footer {
        padding-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .site-footer {
        padding-bottom: 80px;
    }
}
@media (min-width: 765px) {
    .site-footer {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .site-footer {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .site-footer {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .site-footer {
        padding-right: 80px;
    }
}

.site-footer__inner {
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    max-width: 1259px;
    padding-top: 40px;
    position: relative;
}

.site-footer__logo-link {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 70px;
    height: 70px;
    display: block;
}
.site-footer__logo-link svg {
    width: 100%;
    height: 100%;
    opacity: 0.15;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    transition: opacity 0.3s;
}
@media (min-width: 765px) {
    .site-footer__logo-link {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 40px;
        right: auto;
        bottom: auto;
        left: 0;
    }
}
@media (min-width: 1200px) {
    .site-footer__logo-link {
        width: 75px;
        height: 75px;
    }
}
@media (min-width: 1400px) {
    .site-footer__logo-link {
        width: 85px;
        height: 85px;
    }
}
.site-footer__logo-link:hover svg {
    opacity: 1;
}

.site-footer__groups {
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    .site-footer__groups {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
    }
}

@media (min-width: 765px) {
    .site-footer__left {
        width: 32.0095313741%;
        margin-left: 8.4988085782%;
    }

    .site-footer__right {
        width: 57.5059571088%;
    }
}
@media (min-width: 960px) {
    .site-footer__left {
        width: 32.0095313741%;
    }

    .site-footer__right {
        width: 57.5059571088%;
    }
}
@media (min-width: 765px) {
    .site-footer__right {
        text-align: right;
    }
}

.site-footer__pages-list {
    list-style: none;
    margin: 0 0 40px;
}

.site-footer__pages-item {
    margin: 0 0 10px 0;
    margin-bottom: 15px;
}
@media (min-width: 765px) {
    .site-footer__pages-item {
        margin-bottom: 12px;
    }
}

.site-footer__pages-link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font: 600 16px/1.2 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.3px;
    transition: color 0.3s;
}
.site-footer__pages-link:hover {
    color: #0276e8;
}
@media (min-width: 765px) {
    .site-footer__pages-link {
        font-size: 18px;
    }
}

.site-footer__social {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 40px;
}

.site-footer__social-item {
    margin-right: 10px;
}

.site-footer__social-link {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color 0.3s ease;
}
.site-footer__social-link svg {
    width: 17px;
    height: 17px;
    fill: #04284b;
}
.site-footer__social-link svg path {
    transition: fill 0.3s ease;
}
.site-footer__social-link span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.site-footer__social-link span.focusable:active,
.site-footer__social-link span.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.site-footer__social-link:hover,
.site-footer__social-link:focus {
    background-color: #0276e8;
}
.site-footer__social-link:hover svg,
.site-footer__social-link:focus svg {
    fill: #ffffff;
}
@media (min-width: 960px) {
    .site-footer__social-link {
        width: 40px;
        height: 40px;
    }
    .site-footer__social-link svg {
        width: 19px;
        height: 19px;
    }
}
@media (min-width: 1200px) {
    .site-footer__social-link {
        width: 45px;
        height: 45px;
    }
    .site-footer__social-link svg {
        width: 21px;
        height: 21px;
    }
}

.site-footer__mission {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font: italic 500 16px/1.3 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin: 0 0 30px;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .site-footer__mission {
        font-size: calc(16px + (26 - 16) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .site-footer__mission {
        font-size: 26px;
    }
}

.site-footer__copyright {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: 500 11px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 0.3px;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .site-footer__copyright {
        font-size: calc(11px + (15 - 11) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .site-footer__copyright {
        font-size: 15px;
    }
}
@media (min-width: 765px) {
    .site-footer__copyright {
        margin-left: 8.4988085782%;
    }
}

.btn.site-footer__support-link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-color: #ffffff;
    color: #ffffff;
    width: 200px;
}
.btn.site-footer__support-link:hover {
    border-color: #0276e8;
    background-color: #0276e8;
    color: #ffffff;
}
.btn.site-footer__support-link:focus {
    background-color: #0276e8;
    border-color: transparent;
    color: #ffffff;
}

.site-header {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 3;
}
@media (min-width: 765px) {
    .site-header {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .site-header {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .site-header {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .site-header {
        padding-right: 80px;
    }
}
@media (min-width: 765px) {
    .site-header {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.site-header--tucked,
body.archive.topic-type-blog:not(.paged) .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1259px;
}

.site-header__logo-link {
    outline: 0;
    display: block;
}
.site-header__logo-link:focus {
    outline: 3px solid rgba(2, 118, 232, 0.2);
}
.site-header__logo-link svg {
    display: block;
    width: 140px;
    height: 30.1538461538px;
}
@media (min-width: 960px) {
    .site-header__logo-link svg {
        width: 220px;
        height: 47.3846153846px;
    }
}

.site-header__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 0) and (max-width: 764px) {
    .site-header__nav-item {
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
}
.site-header__nav-link,
.menu-button {
    outline: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #04284b;
    display: block;
    font: 500 16px/1.5 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: all 0.3s linear;
}
.site-header__nav-link:focus,
.menu-button:focus {
    outline: 3px solid rgba(2, 118, 232, 0.2);
}
@media (min-width: 765px) {
    .site-header__nav-link,
    .menu-button {
        font-size: 18px;
    }
}
@media (min-width: 960px) {
    .site-header__nav-link,
    .menu-button {
        font-size: 20px;
    }
}
.site-header__nav-link:hover,
.menu-button:hover {
    color: #0276e8;
}
.site-header__nav-link:hover svg,
.menu-button:hover svg {
    stroke: #0276e8;
}

.site-header__nav-link {
    margin-right: 30px;
}
@media (min-width: 0) and (max-width: 764px) {
    .site-header__nav-link {
        display: none;
    }
}

@media (min-width: 0) and (max-width: 764px) {
    .site-header--tucked.site-header--onlight:not(.site-header--no-image) .site-header__nav-link,
    .site-header--tucked.site-header--onlight:not(.site-header--no-image) .menu-button {
        color: #ffffff;
    }
    .site-header--tucked.site-header--onlight:not(.site-header--no-image)
        .site-header__nav-link
        svg,
    .site-header--tucked.site-header--onlight:not(.site-header--no-image) .menu-button svg {
        stroke: #ffffff;
    }
    .site-header--tucked.site-header--onlight:not(.site-header--no-image)
        .site-header__nav-link:hover,
    .site-header--tucked.site-header--onlight:not(.site-header--no-image) .menu-button:hover {
        color: #ffffff;
        opacity: 0.75;
    }
    .site-header--tucked.site-header--onlight:not(.site-header--no-image)
        .site-header__nav-link:hover
        svg,
    .site-header--tucked.site-header--onlight:not(.site-header--no-image) .menu-button:hover svg {
        color: #ffffff;
    }
}
.site-header--tucked.site-header--ondark .site-header__nav-link,
.site-header--tucked.site-header--ondark .menu-button {
    color: #ffffff;
}
.site-header--tucked.site-header--ondark .site-header__nav-link svg,
.site-header--tucked.site-header--ondark .menu-button svg {
    stroke: #ffffff;
}
.site-header--tucked.site-header--ondark .site-header__nav-link:hover,
.site-header--tucked.site-header--ondark .menu-button:hover {
    color: #ffffff;
    opacity: 0.75;
}
.site-header--tucked.site-header--ondark .site-header__nav-link:hover svg,
.site-header--tucked.site-header--ondark .menu-button:hover svg {
    color: #ffffff;
}

.site-header__donate-button {
    margin: auto;
}
.site-header__donate-button .site-header__nav-link {
    background: #f35d26;
    color: #ffffff;
    padding: 5px 15px;
}
.site-header__donate-button .site-header__nav-link:hover {
    background: #0276e8;
}
@media (max-width: 764px) and (min-width: 0) {
    .site-header__donate-button .site-header__nav-link {
        display: initial;
    }
}

.station-id {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -1em;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .station-id {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .station-id {
        padding-top: 80px;
    }
}
@media (min-width: 765px) {
    .station-id {
        padding-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .station-id {
        padding-bottom: 80px;
    }
}
@media (min-width: 600px) {
    .station-id {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
    }
}

h4.station-id__head {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
    margin: 0 0 10px;
}
@media (min-width: 765px) {
    h4.station-id__head {
        font-size: 13px;
    }
}

.station-id__text {
    color: #04284b;
    font: 300 16px/1.25 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin-top: -1.75em;
}
@media (min-width: 380px) and (max-width: 1399px) {
    .station-id__text {
        font-size: calc(16px + (32 - 16) * (100vw - 380px) / (1400 - 380));
    }
}
@media (min-width: 1400px) {
    .station-id__text {
        font-size: 32px;
    }
}
@media (min-width: 600px) {
    .station-id__text {
        width: 83.0023828435%;
    }
}
@media (min-width: 960px) {
    .station-id__text {
        margin-top: -1.4em;
    }
}

p.station-id__outro {
    margin: 0;
}

a.station-id__outro-link {
    color: #0276e8;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-right: 20px;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #0276e8;
    transition: color 0.3s;
    background: none;
}
a.station-id__outro-link:hover {
    color: #f35d26;
}
a.station-id__outro-link:hover use {
    fill: #f35d26;
}
a.station-id__outro-link svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    a.station-id__outro-link svg {
        top: 0;
    }
}
a.station-id__outro-link use {
    fill: #0276e8;
}
a.station-id__outro-link svg {
    position: absolute;
    top: -2px;
    right: 0;
}
@media (min-width: 765px) {
    a.station-id__outro-link svg {
        top: -1px;
    }
}
a.station-id__outro-link svg {
    -ms-transform: none;
    transform: none;
}
a.station-id__outro-link:hover svg {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
@media (min-width: 765px) {
    a.station-id__outro-link {
        font-size: 13px;
    }
}
a.station-id__outro-link:hover {
    color: #f35d26;
}

.station-id__glyph svg {
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 600px) {
    .station-id__glyph svg {
        width: 45px;
        height: 45px;
    }
}
@media (min-width: 765px) {
    .station-id__glyph svg {
        width: 60px;
        height: 60px;
    }
}
@media (min-width: 960px) {
    .station-id__glyph svg {
        width: 75px;
        height: 75px;
    }
}

.station-id__glyph {
    margin-top: 20px;
}
@media (min-width: 600px) {
    .station-id__glyph {
        width: 15.0119142176%;
        margin-top: 0;
    }
}

@media (min-width: 960px) {
    .gutenberg-content--article .station-id {
        margin-left: -12.8760529483%;
    }
    .gutenberg-content--article .station-id__glyph {
        width: 20.1492537313%;
    }
    .gutenberg-content--article .station-id__glyph svg {
        margin-left: -37.5px;
        position: relative;
        left: 44%;
    }
    .gutenberg-content--article .station-id__text {
        width: 77.1855010661%;
    }
}
@media (min-width: 1400px) {
    .gutenberg-content--article .station-id {
        width: 144.3370165746%;
        margin-left: -14.7790055249%;
    }
    .gutenberg-content--article .station-id__glyph {
        width: 18.0861244019%;
    }
    .gutenberg-content--article .station-id__glyph svg {
        left: 45%;
    }
    .gutenberg-content--article .station-id__text {
        width: 79.5215311005%;
    }
}

.sticky-nav {
    top: 0;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease-out, opacity 0.5s;
    background-color: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 8;
}
@media screen and (min-width: 600px) {
    .admin-bar .sticky-nav {
        top: 46px;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar .sticky-nav {
        top: 32px;
    }
}
@media (min-width: 765px) {
    .sticky-nav {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .sticky-nav {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .sticky-nav {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .sticky-nav {
        padding-right: 80px;
    }
}
body.js-scrolled-to-article-content .sticky-nav {
    opacity: 1;
    pointer-events: auto;
}
@media (min-width: 960px) {
    .sticky-nav {
        padding-left: 0;
        padding-right: 0;
        background-color: transparent;
        box-shadow: none;
    }
}

.sticky-nav__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1259px;
    width: 100%;
}
.sticky-nav__inner .article-share--mobile,
.sticky-nav__inner .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sticky-nav__inner .menu-button {
    background-color: #ffffff;
}
@media (min-width: 960px) {
    .sticky-nav__inner {
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: none;
    }
    .sticky-nav__inner .menu-button {
        padding-left: 20px;
        padding-right: 20px;
        background-color: #ffffff;
    }
}

@media (min-width: 0) and (max-width: 959px) {
    .sticky-nav {
        -ms-transform: translateY(-105%);
        transform: translateY(-105%);
    }

    .js-scrolling-up .sticky-nav {
        background-color: #ffffff;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.support-us-cta {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ecf6f6;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .support-us-cta {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .support-us-cta {
        padding-top: 80px;
    }
}
@media (min-width: 765px) {
    .support-us-cta {
        padding-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .support-us-cta {
        padding-bottom: 80px;
    }
}
@media (min-width: 765px) {
    .support-us-cta {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .support-us-cta {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .support-us-cta {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .support-us-cta {
        padding-right: 80px;
    }
}

.support-us-cta__inner {
    margin: 0 auto;
    max-width: 1259px;
}
@media (min-width: 960px) {
    .support-us-cta__inner {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.support-us-cta__head {
    color: #04284b;
    font: 24px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin: 0 0 30px;
}
@media (min-width: 450px) and (max-width: 959px) {
    .support-us-cta__head {
        font-size: calc(24px + (42 - 24) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .support-us-cta__head {
        font-size: 42px;
    }
}
.support-us-cta__head strong {
    color: #0276e8;
}
@media (min-width: 960px) {
    .support-us-cta__head {
        width: 74.5035742653%;
        margin-bottom: 0;
    }
}

.support-us-cta__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.support-us-cta__btn .btn {
    width: 200px;
    white-space: nowrap;
}
.support-us-cta__btn .btn:focus {
    background-color: #f35d26;
    color: #ffffff;
}

.tz-compact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.tz-compact__primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px;
}
@media (min-width: 600px) {
    .tz-compact__primary {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0;
    }
}

@media (min-width: 380px) and (max-width: 764px) {
    .tz-compact__meta {
        margin-bottom: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 600px) {
    .tz-compact__inner {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 50px;
    }

    .tz-compact__primary {
        width: 66.0047656871%;
        -ms-flex-order: 1;
        order: 1;
    }

    .tz-compact__meta {
        width: 23.5107227959%;
        display: block;
        margin-bottom: 0;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (min-width: 960px) {
    .tz-compact__meta {
        width: 15.0119142176%;
    }
}
.tz-compact__image-link {
    outline: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 15px;
    display: block;
    -ms-flex-order: 2;
    order: 2;
}
.tz-compact__image-link:focus {
    outline: 0;
}
.tz-compact__image-link:focus figure {
    box-shadow: 0 0 0 3px rgba(2, 118, 232, 0.2);
    opacity: 0.9;
}
@media (min-width: 600px) {
    .tz-compact__image-link {
        margin-top: 0;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 0;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 960px) {
    .tz-compact__image-link {
        margin-right: 30px;
    }
}

.tz-compact__image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: all 0.1s linear;
}
.tz-compact__image img {
    display: block;
}
.tz-compact__image:hover {
    opacity: 0.9;
}

.tz-compact__title {
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 0;
}
@media (min-width: 600px) {
    .tz-compact__title {
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0;
    }
}

.tz-compact__title-link {
    color: #04284b;
    display: block;
    font: 500 17px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin: 0;
    padding: 4px 0 0 0;
    transition: all 0.2s;
}
.tz-compact__title-link:hover {
    color: #f35d26;
}
@media (min-width: 960px) {
    .tz-compact__title-link {
        font-size: 19px;
    }
}

.tz-compact__topic,
.tz-compact__date {
    margin: 10px 0 0 0;
}

.tz-compact__date {
    color: #04284b;
    font: 400 13px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}

.tz-compact__topic-link {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
    transition: color 0.3s;
}
@media (min-width: 765px) {
    .tz-compact__topic-link {
        font-size: 13px;
    }
}
.tz-compact__topic-link:hover {
    color: #0276e8;
}

.tz-compact-list li {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid rgba(4, 40, 75, 0.07);
}
.tz-compact-list li:last-of-type {
    border-bottom: 1px solid #eaeaea;
}

.tz-featured {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 230px;
}
@media (min-width: 600px) {
    .tz-featured {
        width: 400px;
    }
}
@media (min-width: 765px) {
    .tz-featured {
        width: 450px;
    }
}

.tz-featured__image-link {
    outline: 0;
}
.tz-featured__image-link:focus {
    outline: 0;
}
.tz-featured__image-link:focus figure {
    box-shadow: 0 0 0 3px rgba(2, 118, 232, 0.2);
    opacity: 0.9;
}

.tz-featured__image {
    transition: all 0.1s linear;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    top: 3px;
}
.tz-featured__image:hover {
    opacity: 0.9;
}
.tz-featured__image img {
    display: block;
}
@media (min-width: 600px) {
    .tz-featured__image {
        width: 70px;
        height: 70px;
    }
}
@media (min-width: 765px) {
    .tz-featured__image {
        width: 100px;
        height: 100px;
    }
}
@media (min-width: 960px) {
    .tz-featured__image {
        width: 135px;
        height: 135px;
        margin-right: 30px;
    }
}

.tz-featured__topic {
    margin: 0 0 8px;
}

.tz-featured__topic-link {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
    transition: color 0.3s;
}
@media (min-width: 765px) {
    .tz-featured__topic-link {
        font-size: 13px;
    }
}
.tz-featured__topic-link:hover {
    color: #0276e8;
}

.tz-featured__title-link {
    color: #04284b;
    display: block;
    font: 500 18px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin: 0 0 10px;
    transition: all 0.3s;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .tz-featured__title-link {
        font-size: calc(18px + (22 - 18) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .tz-featured__title-link {
        font-size: 22px;
    }
}
.tz-featured__title-link:hover {
    color: #f35d26;
}
@media (min-width: 765px) {
    .tz-featured__title-link {
        margin-bottom: 15px;
    }
}
@media (min-width: 960px) {
    .tz-featured__title-link {
        margin-bottom: 20px;
    }
}

.tz-featured__outro {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tz-featured__partners {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 5px 8px 5px 0;
    padding: 0;
}
@media (min-width: 765px) {
    .tz-featured__partners {
        margin-right: 12px;
    }
}

.tz-featured__partner {
    margin: 3px 5px 3px 0;
}
.tz-featured__partner img {
    display: block;
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 600px) {
    .tz-featured__partner img {
        width: 40px;
        height: 40px;
    }
}

.tz-featured__authors {
    font: 400 12px/1.3 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
.tz-featured__authors strong {
    font-weight: 600;
}
@media (min-width: 600px) {
    .tz-featured__authors {
        font-size: 14px;
    }
}

.tz-result__primary {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px;
    width: 100%;
}
@media (min-width: 960px) {
    .tz-result__primary {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0;
    }
}

@media (min-width: 960px) {
    .tz-result__inner {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 50px;
    }

    .tz-result__primary {
        width: 49.0071485306%;
        -ms-flex-order: 1;
        order: 1;
    }

    .tz-result__meta {
        width: 49.0071485306%;
        display: block;
        margin-bottom: 0;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (min-width: 1200px) {
    .tz-result__primary {
        width: 40.5083399523%;
        -ms-flex-order: 1;
        order: 1;
    }

    .tz-result__meta {
        width: 57.5059571088%;
    }
}
.tz-result__image-link {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 15px;
    display: block;
    -ms-flex-order: 2;
    order: 2;
}
@media (min-width: 960px) {
    .tz-result__image-link {
        margin-top: 0;
        margin-right: 30px;
        margin-bottom: 0;
        margin-left: 0;
        -ms-flex-order: 1;
        order: 1;
    }
}

.tz-result__image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: all 0.1s linear;
}
.tz-result__image img {
    display: block;
}
.tz-result__image:hover {
    opacity: 0.9;
}

.tz-result__title {
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 0;
}
@media (min-width: 960px) {
    .tz-result__title {
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0;
    }
}

.tz-result__title-link {
    color: #04284b;
    display: block;
    font: 500 17px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin: 0;
    padding: 4px 0 0 0;
    transition: all 0.2s;
}
.tz-result__title-link:hover {
    color: #f35d26;
}
@media (min-width: 960px) {
    .tz-result__title-link {
        font-size: 19px;
    }
}

.tz-result__author,
.tz-result__topic,
.tz-result__date {
    margin: 10px 0 0 0;
}

.tz-result__date {
    color: #04284b;
    font: 400 13px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}

.tz-result__excerpt {
    margin-top: 15px;
    font: 400 15px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 765px) {
    .tz-result__excerpt {
        font-size: 16px;
    }
}
.tz-result__excerpt em {
    color: #f35d26;
    font-weight: 600;
    font-style: normal;
}

.tz-result-list .tz-result {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid rgba(4, 40, 75, 0.07);
}
.tz-result-list .tz-result:last-of-type {
    border-bottom: 1px solid #eaeaea;
}

.tz-recirc {
    padding: 40px 40px 40px 0;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.tz-recirc:last-of-type {
    margin-bottom: 0;
}
.tz-recirc::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-color: #faf9f4;
    z-index: -1;
}
@media (min-width: 600px) and (max-width: 959px) {
    .tz-recirc {
        margin-bottom: 0;
        width: 50%;
    }
    .tz-recirc:after {
        right: 30px;
    }
}
@media (min-width: 1200px) {
    .tz-recirc {
        margin-bottom: 0;
        width: 50%;
    }
    .tz-recirc:after {
        right: 30px;
    }
}

.tz-recirc__topic {
    margin: 0 0 10px;
}

.tz-recirc__topic-link {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
    transition: color 0.3s;
}
@media (min-width: 765px) {
    .tz-recirc__topic-link {
        font-size: 13px;
    }
}
.tz-recirc__topic-link:hover {
    color: #0276e8;
}

.tz-recirc__title {
    margin-top: 10px;
    margin-bottom: 10px;
    font: 500 32px/0.9 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
@media (min-width: 765px) {
    .tz-recirc__title {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .tz-recirc__title {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media (min-width: 765px) and (max-width: 1399px) {
    .tz-recirc__title {
        font-size: calc(32px + (64 - 32) * (100vw - 765px) / (1400 - 765));
    }
}
@media (min-width: 1400px) {
    .tz-recirc__title {
        font-size: 64px;
    }
}

.tz-recirc__title-link {
    color: #04284b;
    transition: color 0.3s;
}
.tz-recirc__title-link:hover {
    color: #f35d26;
}

.tz-recirc__subtitle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777777;
    font: 500 16px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 380px) and (max-width: 959px) {
    .tz-recirc__subtitle {
        font-size: calc(16px + (21 - 16) * (100vw - 380px) / (960 - 380));
    }
}
@media (min-width: 960px) {
    .tz-recirc__subtitle {
        font-size: 21px;
    }
}

.tz-simple {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tz-simple > :first-child {
    -ms-flex-order: 2;
    order: 2;
}
.tz-simple > :last-child {
    -ms-flex-order: 1;
    order: 1;
}
@media (min-width: 450px) {
    .tz-simple > :first-child {
        -ms-flex-order: 1;
        order: 1;
    }
    .tz-simple > :last-child {
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (min-width: 960px) {
    .tz-simple {
        -ms-flex-align: center;
        align-items: center;
    }
}

.tz-simple__image-link {
    outline: 0;
}
.tz-simple__image-link:focus {
    outline: 0;
}
.tz-simple__image-link:focus figure {
    box-shadow: 0 0 0 3px rgba(2, 118, 232, 0.2);
    opacity: 0.9;
}

.tz-simple__image {
    width: 50px;
    height: 50px;
    transition: all 0.1s linear;
    margin-left: 10px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.tz-simple__image:hover {
    opacity: 0.9;
}
.tz-simple__image img {
    display: block;
}
@media (min-width: 450px) {
    .tz-simple__image {
        width: 70px;
        height: 70px;
        margin-left: 0;
        margin-right: 20px;
    }
}
@media (min-width: 765px) {
    .tz-simple__image {
        width: 100px;
        height: 100px;
    }
}
@media (min-width: 960px) {
    .tz-simple__image {
        width: 135px;
        height: 135px;
        margin-right: 50px;
    }
}

.tz-simple__text {
    -ms-flex-order: 1;
    order: 1;
}
@media (min-width: 450px) {
    .tz-simple__text {
        -ms-flex-order: 2;
        order: 2;
    }
}

.tz-simple__date {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
    margin: 0 0 8px;
}
@media (min-width: 765px) {
    .tz-simple__date {
        font-size: 13px;
    }
}

.tz-simple__topic {
    margin: 0 0 8px;
}

.tz-simple__topic-link {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
    transition: color 0.3s;
}
@media (min-width: 765px) {
    .tz-simple__topic-link {
        font-size: 13px;
    }
}
.tz-simple__topic-link:hover {
    color: #0276e8;
}

.tz-simple__title-link {
    color: #04284b;
    display: block;
    font: 500 18px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin: 0 0 10px;
    transition: all 0.3s;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .tz-simple__title-link {
        font-size: calc(18px + (22 - 18) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .tz-simple__title-link {
        font-size: 22px;
    }
}
.tz-simple__title-link:hover {
    color: #f35d26;
}
@media (min-width: 765px) {
    .tz-simple__title-link {
        margin-bottom: 15px;
    }
}
@media (min-width: 960px) {
    .tz-simple__title-link {
        margin-bottom: 15px;
    }
}
@media (min-width: 1400px) {
    .tz-simple__title-link {
        font-size: 28px;
    }
}

.tz-simple__outro {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tz-simple__partners {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 5px 8px 5px 0;
    padding: 0;
}
@media (min-width: 765px) {
    .tz-simple__partners {
        margin-right: 12px;
    }
}

.tz-simple__partner {
    margin: 3px 5px 3px 0;
}
.tz-simple__partner img {
    display: block;
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 600px) {
    .tz-simple__partner img {
        width: 40px;
        height: 40px;
    }
}

.tz-simple__read {
    margin: 0;
    position: relative;
}

.tz-simple__read-link {
    color: #0276e8;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-right: 20px;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: inline-block;
}
.tz-simple__read-link:hover {
    color: #f35d26;
}
.tz-simple__read-link:hover use {
    fill: #f35d26;
}
.tz-simple__read-link svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .tz-simple__read-link svg {
        top: 0;
    }
}
.tz-simple__read-link use {
    fill: #0276e8;
}
.tz-simple__read-link svg {
    position: absolute;
    top: -2px;
    right: 0;
}
@media (min-width: 765px) {
    .tz-simple__read-link svg {
        top: -1px;
    }
}
.tz-simple__read-link svg {
    -ms-transform: none;
    transform: none;
}
.tz-simple__read-link:hover svg {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
@media (min-width: 765px) {
    .tz-simple__read-link {
        font-size: 13px;
    }
}

.tz-simple-list {
    border-top: 10px solid #0276e8;
    border-right: 10px solid #0276e8;
    padding-top: 40px;
    margin: 0 auto;
}
.tz-simple-list > li {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 0;
    min-height: 150px;
}
@media (min-width: 960px) {
    .tz-simple-list > li {
        padding-right: 10.2392344498%;
    }
}
@media (min-width: 1200px) {
    .tz-simple-list > li {
        padding-bottom: 50px;
    }
}
.tz-simple-list > li:last-of-type .tz-simple {
    padding-bottom: 0;
}
@media (min-width: 960px) {
    .tz-simple-list {
        width: 83.0023828435%;
        border-width: 15px;
        padding-top: 50px;
    }
}

.tz-simple-list-header {
    background-color: #ffffff;
    display: inline-block;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 0;
    position: relative;
    z-index: 3;
}

.tz-simple-list-header + .tz-simple-list {
    margin-top: -56px;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .tz-simple-list-header + .tz-simple-list {
        margin-top: -80px;
    }
}

.tz-roundup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tz-roundup__image-link {
    outline: 0;
}
.tz-roundup__image-link:focus {
    outline: 0;
}
.tz-roundup__image-link:focus figure {
    box-shadow: 0 0 0 3px rgba(2, 118, 232, 0.2);
    opacity: 0.9;
}

.tz-roundup__image {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    transition: all 0.1s linear;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.tz-roundup__image:hover {
    opacity: 0.9;
}
.tz-roundup__image img {
    display: block;
}
@media (min-width: 450px) {
    .tz-roundup__image {
        margin-top: 0;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 0;
        width: 70px;
        height: 70px;
    }
}
@media (min-width: 765px) {
    .tz-roundup__image {
        width: 100px;
        height: 100px;
        margin-right: 25px;
    }
}
@media (min-width: 960px) {
    .tz-roundup__image {
        width: 135px;
        height: 135px;
        margin-right: 30px;
    }
}

.tz-roundup__date {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
    margin: 0 0 8px;
}
@media (min-width: 765px) {
    .tz-roundup__date {
        font-size: 13px;
    }
}

.tz-roundup__topic {
    margin: 0 0 8px;
}

.tz-roundup__topic-link {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
    transition: color 0.3s;
}
@media (min-width: 765px) {
    .tz-roundup__topic-link {
        font-size: 13px;
    }
}
.tz-roundup__topic-link:hover {
    color: #0276e8;
}

.tz-roundup__title-link {
    color: #04284b;
    display: block;
    font: 500 18px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin: 0 0 10px;
    transition: all 0.3s;
}
@media (min-width: 380px) and (max-width: 959px) {
    .tz-roundup__title-link {
        font-size: calc(18px + (22 - 18) * (100vw - 380px) / (960 - 380));
    }
}
@media (min-width: 960px) {
    .tz-roundup__title-link {
        font-size: 22px;
    }
}
.tz-roundup__title-link:hover {
    color: #f35d26;
}
@media (min-width: 765px) {
    .tz-roundup__title-link {
        margin-bottom: 15px;
    }
}
@media (min-width: 960px) {
    .tz-roundup__title-link {
        margin-bottom: 15px;
    }
}

.tz-roundup__read {
    margin: 0;
}

.tz-roundup__read-link {
    color: #0276e8;
    position: relative;
    transition: all 0.1s ease-in-out;
    padding-right: 20px;
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: inline-block;
}
.tz-roundup__read-link:hover {
    color: #f35d26;
}
.tz-roundup__read-link:hover use {
    fill: #f35d26;
}
.tz-roundup__read-link svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: inherit;
}
@media (min-width: 765px) {
    .tz-roundup__read-link svg {
        top: 0;
    }
}
.tz-roundup__read-link use {
    fill: #0276e8;
}
.tz-roundup__read-link svg {
    position: absolute;
    top: -2px;
    right: 0;
}
@media (min-width: 765px) {
    .tz-roundup__read-link svg {
        top: -1px;
    }
}
.tz-roundup__read-link svg {
    -ms-transform: none;
    transform: none;
}
.tz-roundup__read-link:hover svg {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
@media (min-width: 765px) {
    .tz-roundup__read-link {
        font-size: 13px;
    }
}

.tz-roundup-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
@media (min-width: 1200px) {
    .tz-roundup-list {
        width: 83.0023828435%;
        margin-left: 8.4988085782%;
    }
}

.tz-roundup-list > * {
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    .tz-roundup-list > * {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .tz-roundup-list > * {
        margin-bottom: 50px;
    }
}
@media (min-width: 765px) {
    .tz-roundup-list > * {
        width: 49.0071485306%;
        padding-right: 15px;
    }
}
@media (min-width: 1200px) {
    .tz-roundup-list > * {
        width: 48.8038277512%;
    }
}

body.page:not(.page-template-page-compact-archives):not(.page-template-page-search) .grid-lines {
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    height: 100vh;
    pointer-events: none;
    width: 100%;
    z-index: 1;
}
@media (min-width: 765px) {
    body.page:not(.page-template-page-compact-archives):not(.page-template-page-search)
        .grid-lines {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    body.page:not(.page-template-page-compact-archives):not(.page-template-page-search)
        .grid-lines {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    body.page:not(.page-template-page-compact-archives):not(.page-template-page-search)
        .grid-lines {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    body.page:not(.page-template-page-compact-archives):not(.page-template-page-search)
        .grid-lines {
        padding-right: 80px;
    }
}
body.page:not(.page-template-page-compact-archives):not(.page-template-page-search)
    .grid-lines__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1259px;
}
body.page:not(.page-template-page-compact-archives):not(.page-template-page-search)
    .grid-lines__line {
    width: 49.0071485306%;
    height: 100vh;
    border-right: 1px solid rgba(4, 40, 75, 0.07);
    display: block;
}
body.page:not(.page-template-page-compact-archives):not(.page-template-page-search)
    .grid-lines__line:first-of-type {
    border-left: 1px solid rgba(4, 40, 75, 0.07);
}
body.page:not(.page-template-page-compact-archives):not(.page-template-page-search)
    .grid-lines__line--4 {
    display: none;
}
@media (min-width: 765px) {
    body.page:not(.page-template-page-compact-archives):not(.page-template-page-search)
        .grid-lines__line {
        width: 23.5107227959%;
    }
    body.page:not(.page-template-page-compact-archives):not(.page-template-page-search)
        .grid-lines__line--4 {
        display: block;
    }
}

.page-content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .page-content {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .page-content {
        padding-top: 80px;
    }
}
@media (min-width: 765px) {
    .page-content {
        padding-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .page-content {
        padding-bottom: 80px;
    }
}
@media (min-width: 765px) {
    .page-content {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .page-content {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .page-content {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .page-content {
        padding-right: 80px;
    }
}
@media (min-width: 1200px) {
    .page-content {
        padding-top: 120px;
    }
}

.page-content__inner {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1259px;
}

.page-title,
.gutenberg-content--page .basic-text h2 {
    margin-top: 40px;
    margin-bottom: 10px;
    color: #0276e8;
    font: 500 21px/1.1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    padding: 0;
    letter-spacing: 0;
    text-transform: none;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .page-title,
    .gutenberg-content--page .basic-text h2 {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .page-title,
    .gutenberg-content--page .basic-text h2 {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .page-title,
    .gutenberg-content--page .basic-text h2 {
        margin-top: 50px;
    }
}
@media (min-width: 1200px) {
    .page-title,
    .gutenberg-content--page .basic-text h2 {
        margin-top: 75px;
    }
}
@media (min-width: 765px) {
    .page-title,
    .gutenberg-content--page .basic-text h2 {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .page-title,
    .gutenberg-content--page .basic-text h2 {
        margin-bottom: 30px;
    }
}

.page-title {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin-top: 0 !important;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .page-title {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .page-title {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .page-title {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .page-title {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (min-width: 960px) {
    .page-content__row {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.page-main {
    background-color: #ffffff;
    margin-bottom: 30px;
    -ms-flex-order: 1;
    order: 1;
}
@media (min-width: 960px) {
    .page-main {
        width: 66.0047656871%;
        position: relative;
        left: -1px;
    }
}

.page-sidebar {
    background-color: #ffffff;
    border-top: 8px solid #0276e8;
    padding-top: 30px;
    padding-bottom: 40px;
    -ms-flex-order: 2;
    order: 2;
}
.page-sidebar h2 {
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 15px;
    text-transform: none;
}
@media (min-width: 450px) and (max-width: 959px) {
    .page-sidebar h2 {
        font-size: calc(18px + (24 - 18) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .page-sidebar h2 {
        font-size: 24px;
    }
}
@media (min-width: 960px) {
    .page-sidebar h2 {
        margin-bottom: 40px;
    }
}
.page-sidebar p {
    margin-bottom: 30px;
    font: 400 14px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 765px) {
    .page-sidebar p {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .page-sidebar p {
        margin-bottom: 50px;
    }
}
@media (min-width: 450px) and (max-width: 959px) {
    .page-sidebar p {
        font-size: calc(14px + (18 - 14) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .page-sidebar p {
        font-size: 18px;
    }
}
@media (min-width: 960px) {
    .page-sidebar {
        top: 30px;
        width: 23.5107227959%;
        border-right: 8px solid #0276e8;
        max-height: calc(100vh - 60px);
        padding-right: 30px;
        padding-bottom: 0;
        position: -webkit-sticky;
        position: sticky;
    }
}
@media screen and (min-width: 960px) and (min-width: 600px) {
    .admin-bar .page-sidebar {
        top: 76px;
    }
}
@media screen and (min-width: 960px) and (min-width: 783px) {
    .admin-bar .page-sidebar {
        top: 62px;
    }
}

.page-sidebar__list {
    list-style: none;
}

.page-sidebar__item {
    margin: 0 0 10px;
}
@media (min-width: 765px) {
    .page-sidebar__item {
        margin-bottom: 15px;
    }
}
.page-sidebar__item:last-child {
    margin-bottom: 0;
}

.page-sidebar__link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #04284b;
    display: block;
    font: 600 16px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    transition: color 0.3s;
}
@media (min-width: 450px) and (max-width: 959px) {
    .page-sidebar__link {
        font-size: calc(16px + (21 - 16) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .page-sidebar__link {
        font-size: 21px;
    }
}
.page-sidebar__link:hover {
    color: #0276e8;
}
.page-sidebar__link--active {
    color: #f35d26;
}

.about-intro {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #faf9f4;
    margin-left: -30px;
    margin-right: -30px;
}
@media (min-width: 765px) {
    .about-intro {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .about-intro {
        margin-bottom: 50px;
    }
}
.about-intro::after {
    content: '';
    display: table;
    clear: both;
}
@media (min-width: 765px) {
    .about-intro {
        padding-top: 40px;
    }
}
@media (min-width: 765px) {
    .about-intro {
        padding-bottom: 40px;
    }
}
@media (min-width: 765px) {
    .about-intro {
        padding-left: 40px;
    }
}
@media (min-width: 765px) {
    .about-intro {
        padding-right: 40px;
    }
}
@media (min-width: 600px) {
    .about-intro {
        margin-left: 0;
        margin-right: 0;
    }
}

.about-intro__head {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin-top: 0 !important;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .about-intro__head {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .about-intro__head {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .about-intro__head {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .about-intro__head {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width: 765px) {
    .about-intro__head {
        margin-top: -1.5em !important;
    }
}

.about-intro__big-paragraph {
    margin-bottom: 10px;
}
@media (min-width: 765px) {
    .about-intro__big-paragraph {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .about-intro__big-paragraph {
        margin-bottom: 30px;
    }
}
.about-intro__big-paragraph p {
    color: #04284b;
    font: 500 16px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .about-intro__big-paragraph p {
        font-size: calc(16px + (26 - 16) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .about-intro__big-paragraph p {
        font-size: 26px;
    }
}
.about-intro__big-paragraph::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0276e8;
    margin-top: 40px;
}

.about-intro__image {
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    .about-intro__image {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .about-intro__image {
        margin-bottom: 50px;
    }
}
.about-intro__image img {
    display: block;
    max-width: none;
    width: 100%;
}
@media (min-width: 765px) {
    .about-intro__image {
        float: right;
        width: 48.495788207%;
        margin-left: 3.008423586%;
    }
}
@media (min-width: 960px) {
    .about-intro__image img {
        width: 126.5508684864%;
    }
}

.about-intro__intro-text {
    color: #04284b;
    font: 400 18px/1.5 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .about-intro__intro-text {
        font-size: calc(18px + (21 - 18) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .about-intro__intro-text {
        font-size: 21px;
    }
}

.about-intro__secondary {
    margin-top: 40px;
}

body.home .grid-lines {
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    height: 100vh;
    pointer-events: none;
    width: 100%;
    z-index: 1;
}
@media (min-width: 765px) {
    body.home .grid-lines {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    body.home .grid-lines {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    body.home .grid-lines {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    body.home .grid-lines {
        padding-right: 80px;
    }
}
body.home .grid-lines__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1259px;
}
body.home .grid-lines__line {
    width: 49.0071485306%;
    height: 100vh;
    border-right: 1px solid rgba(4, 40, 75, 0.07);
    display: block;
}
body.home .grid-lines__line:first-of-type {
    border-left: 1px solid rgba(4, 40, 75, 0.07);
}
body.home .grid-lines__line--4 {
    display: none;
}
@media (min-width: 765px) {
    body.home .grid-lines__line {
        width: 23.5107227959%;
    }
    body.home .grid-lines__line--4 {
        display: block;
    }
}

.home-section {
    margin-bottom: 50px;
}
@media (min-width: 765px) {
    .home-section {
        margin-bottom: 75px;
    }
}
@media (min-width: 1200px) {
    .home-section {
        margin-bottom: 100px;
    }
}
.home-section.home-topper {
    margin-bottom: 0 !important;
}
.home-section.home-support {
    margin-bottom: 0 !important;
}
.home-section.home-support ~ .home-topics {
    margin-top: 50px;
}
@media (min-width: 765px) {
    .home-section.home-support ~ .home-topics {
        margin-top: 75px;
    }
}
@media (min-width: 1200px) {
    .home-section.home-support ~ .home-topics {
        margin-top: 100px;
    }
}
.home-section:last-of-type {
    margin-bottom: 0;
}

body.tax-author:not(.paged) .archive-content {
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (min-width: 765px) {
    body.tax-author:not(.paged) .archive-content {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    body.tax-author:not(.paged) .archive-content {
        margin-top: 75px;
        margin-bottom: 75px;
    }
}

body.page-template-page-search .site-header::before,
.search-page-topper::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #ecf6f6;
    width: calc(0.9150119142 * (100vw - 60px) + 30px);
    z-index: -1;
}
@media (min-width: 765px) {
    body.page-template-page-search .site-header::before,
    .search-page-topper::before {
        width: calc(0.9150119142 * (100vw - 100px) + 50px);
    }
}
@media (min-width: 960px) {
    body.page-template-page-search .site-header::before,
    .search-page-topper::before {
        width: calc(0.9150119142 * (100vw - 160px) + 80px);
    }
}
@media (min-width: 1419px) {
    body.page-template-page-search .site-header::before,
    .search-page-topper::before {
        width: calc(1152px + (100vw - 1259px) / 2);
    }
}

.search-page-topper {
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
@media (min-width: 765px) {
    .search-page-topper {
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .search-page-topper {
        margin-bottom: 75px;
    }
}
@media (min-width: 765px) {
    .search-page-topper {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .search-page-topper {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .search-page-topper {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .search-page-topper {
        padding-right: 80px;
    }
}

.search-page-topper__inner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    max-width: 1259px;
}
@media (min-width: 765px) {
    .search-page-topper__inner {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .search-page-topper__inner {
        padding-top: 80px;
    }
}
@media (min-width: 765px) {
    .search-page-topper__inner {
        padding-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .search-page-topper__inner {
        padding-bottom: 80px;
    }
}
@media (min-width: 765px) {
    .search-page-topper__inner {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .search-page-topper__inner {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .search-page-topper__inner {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .search-page-topper__inner {
        padding-right: 80px;
    }
}

.search-results__stats {
    margin-bottom: 10px;
}
@media (min-width: 765px) {
    .search-results__stats {
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .search-results__stats {
        margin-bottom: 30px;
    }
}
.search-results__stats .ais-stats--body div {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search-results__feedback {
    color: #0276e8;
    font: 500 13px/1.2 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 765px) {
    .search-results__feedback {
        font-size: 15px;
    }
}
.search-results__feedback--page {
    color: #888888;
}
.search-results__feedback--none {
    color: #f35d26;
}

.ais-search-box {
    position: relative;
}

.search-page-topper__input-wrap {
    width: 80%;
    margin: 0 auto;
}

.ais-search-box--reset-wrapper {
    display: none !important;
}

.search-results .featured-if-no-results {
    display: none;
}
.search-results .ais-hits__empty ~ .feautured-if-no-results {
    display: block;
}

body.page-template-page-support .grid-lines {
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    height: 100vh;
    pointer-events: none;
    width: 100%;
    z-index: 1;
}
@media (min-width: 765px) {
    body.page-template-page-support .grid-lines {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    body.page-template-page-support .grid-lines {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    body.page-template-page-support .grid-lines {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    body.page-template-page-support .grid-lines {
        padding-right: 80px;
    }
}
body.page-template-page-support .grid-lines__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1259px;
}
body.page-template-page-support .grid-lines__line {
    width: 49.0071485306%;
    height: 100vh;
    border-right: 1px solid rgba(4, 40, 75, 0.07);
    display: block;
}
body.page-template-page-support .grid-lines__line:first-of-type {
    border-left: 1px solid rgba(4, 40, 75, 0.07);
}
body.page-template-page-support .grid-lines__line--4 {
    display: none;
}
@media (min-width: 765px) {
    body.page-template-page-support .grid-lines__line {
        width: 23.5107227959%;
    }
    body.page-template-page-support .grid-lines__line--4 {
        display: block;
    }
}

.support-header {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 765px) {
    .support-header {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .support-header {
        padding-top: 80px;
    }
}
@media (min-width: 765px) {
    .support-header {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .support-header {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .support-header {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .support-header {
        padding-right: 80px;
    }
}
@media (min-width: 1200px) {
    .support-header {
        padding-top: 120px;
    }
}

.support-header__inner {
    margin: 0 auto;
    max-width: 1259px;
}

.support-header__head,
.support-header__citation,
.support-header__intro {
    color: #04284b;
    text-align: center;
}

.support-header__head {
    font: 500 32px/0.9 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 15px;
}
@media (min-width: 450px) and (max-width: 1199px) {
    .support-header__head {
        font-size: calc(32px + (96 - 32) * (100vw - 450px) / (1200 - 450));
    }
}
@media (min-width: 1200px) {
    .support-header__head {
        font-size: 96px;
    }
}
.support-header__head strong {
    color: #0276e8;
}

.support-header__citation {
    margin-bottom: 30px;
    display: block;
    font: 16px/1.2 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
@media (min-width: 765px) {
    .support-header__citation {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .support-header__citation {
        margin-bottom: 50px;
    }
}

.support-header__intro {
    margin-bottom: 30px;
    color: #04284b;
    font: 500 16px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 765px) {
    .support-header__intro {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .support-header__intro {
        margin-bottom: 50px;
    }
}
@media (min-width: 380px) and (max-width: 1199px) {
    .support-header__intro {
        font-size: calc(16px + (26 - 16) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .support-header__intro {
        font-size: 26px;
    }
}
@media (min-width: 960px) {
    .support-header__intro {
        max-width: 59%;
    }
}

.support-content__form-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #faf9f4;
    margin-bottom: 40px;
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    z-index: 2;
}
@media (min-width: 765px) {
    .support-content__form-wrap {
        padding-top: 40px;
    }
}
@media (min-width: 765px) {
    .support-content__form-wrap {
        padding-bottom: 40px;
    }
}
@media (min-width: 765px) {
    .support-content__form-wrap {
        padding-left: 40px;
    }
}
@media (min-width: 765px) {
    .support-content__form-wrap {
        padding-right: 40px;
    }
}
@media (min-width: 600px) {
    .support-content__form-wrap {
        margin-left: 0;
        margin-right: 0;
    }
}
.support-content__form-wrap .support-content__member-form-block {
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    .support-content__form-wrap .support-content__member-form-block {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .support-content__form-wrap .support-content__member-form-block {
        margin-bottom: 50px;
    }
}

.support-content__member-form-block h2:first-of-type {
    margin-top: 0 !important;
}
@media (min-width: 765px) {
    .support-content__member-form-block h2:first-of-type {
        margin-top: -1.5em !important;
    }
}

.support-content__member-form-block--above-form {
    color: #04284b;
    font: 500 16px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .support-content__member-form-block--above-form {
        font-size: calc(16px + (26 - 16) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .support-content__member-form-block--above-form {
        font-size: 26px;
    }
}

.support-content__member-form-block--below-form {
    margin-bottom: 0.5em;
}

.support-extra {
    margin-bottom: 50px;
}
@media (min-width: 765px) {
    .support-extra {
        margin-bottom: 75px;
    }
}
@media (min-width: 1200px) {
    .support-extra {
        margin-bottom: 100px;
    }
}

.support-extra__inner {
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    .support-extra__inner {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .support-extra__inner {
        margin-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .support-extra__inner {
        padding-right: 8.4988085782%;
    }
}
@media (min-width: 1200px) {
    .support-extra__inner {
        padding-right: 15.0119142176%;
    }
}

.support-summary {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f35d26;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
@media (min-width: 765px) {
    .support-summary {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .support-summary {
        padding-top: 80px;
    }
}
@media (min-width: 765px) {
    .support-summary {
        padding-bottom: 50px;
    }
}
@media (min-width: 960px) {
    .support-summary {
        padding-bottom: 80px;
    }
}
@media (min-width: 765px) {
    .support-summary {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .support-summary {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .support-summary {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .support-summary {
        padding-right: 80px;
    }
}
.support-summary::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.support-summary__inner {
    margin: 0 auto;
    max-width: 1259px;
}
@media (min-width: 765px) {
    .support-summary__inner {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.support-summary__image {
    position: relative;
    margin: 0 0 30px;
    -ms-flex-order: 2;
    order: 2;
}
.support-summary__image figure {
    width: 100%;
    height: 100%;
}
.support-summary__image figure img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
    position: relative;
    z-index: 2;
}
.support-summary__image figure::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(243, 93, 38, 0.8);
    z-index: 2;
}
@media (min-width: 765px) {
    .support-summary__image {
        position: absolute;
        top: 0;
        right: 0;
        width: 40.5083399523%;
        height: 100%;
        margin-bottom: 0;
    }
}

.support-summary__text {
    color: #ffffff;
    -ms-flex-order: 1;
    order: 1;
}
.support-summary__text h2,
.support-summary__text p {
    color: #ffffff !important;
}
.support-summary__text h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .support-summary__text h2 {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .support-summary__text h2 {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .support-summary__text h2 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .support-summary__text h2 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.support-summary__text p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: 500 16px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 600px) {
    .support-summary__text p {
        font-size: 16px;
    }
}
@media (min-width: 765px) {
    .support-summary__text p {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .support-summary__text p {
        font-size: 20px;
    }
}
@media (min-width: 765px) {
    .support-summary__text {
        width: 57.5059571088%;
    }
}

.article {
    margin: 0;
}

.article-content {
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 765px) {
    .article-content {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .article-content {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .article-content {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .article-content {
        padding-right: 80px;
    }
}
@media (min-width: 0) and (max-width: 959px) {
    .article-content {
        margin-bottom: 80px;
    }
}

.article-content__inner-1 {
    margin: 0 auto;
    max-width: 1259px;
    position: relative;
}

.article-content p.has-drop-cap {
    padding-top: 2em;
}
.article-content p.has-drop-cap:first-letter {
    color: #0276e8;
    float: left;
    font: 500 9em/0.85 'Druk', 'Impact', 'Helvetica Condensed', Helvetica, Arial, sans-serif;
    margin-right: 0.15em;
    margin-bottom: -0.1em;
}

.article-main__partner-desc {
    margin-bottom: 30px;
    font-weight: 500;
    font-family: 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
@media (min-width: 765px) {
    .article-main__partner-desc {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .article-main__partner-desc {
        margin-bottom: 50px;
    }
}
@media (min-width: 600px) {
    .article-main__partner-desc {
        font-size: 16px;
    }
}
@media (min-width: 765px) {
    .article-main__partner-desc {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .article-main__partner-desc {
        font-size: 20px;
    }
}
.article-main__partner-desc b,
.article-main__partner-desc strong {
    font-weight: 500;
}

.article-main__date {
    color: #04284b;
    font: 600 14px/1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.5px;
    margin: 0 0 40px;
    text-transform: uppercase;
}

@media (min-width: 960px) {
    .article-content__inner-1:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(4, 40, 75, 0.07);
        z-index: 2;
    }

    .article-content__inner-2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .article-main,
    .article-sidebar {
        position: relative;
    }

    .article-main {
        width: 66.0047656871%;
        margin-bottom: -80px;
    }
    .article-main::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -25px;
        width: 1px;
        height: 100%;
        background-color: rgba(4, 40, 75, 0.07);
        z-index: 2;
    }

    .article-sidebar {
        width: 23.5107227959%;
        margin-bottom: 20px;
    }
}
@media (min-width: 960px) and (min-width: 960px) {
    .article-sidebar {
        margin-bottom: 0;
    }
}
@media (min-width: 960px) {
    .article-sidebar:before {
        left: 0;
    }
}
@media (min-width: 1400px) {
    .article-sidebar {
        width: 15.0119142176%;
    }

    .article-main {
        width: 57.5059571088%;
        margin-right: 16.9976171565%;
    }
}
.article-recirc {
    margin-top: 50px;
    clear: both;
}
@media (min-width: 765px) {
    .article-recirc {
        margin-top: 75px;
    }
}
@media (min-width: 1200px) {
    .article-recirc {
        margin-top: 100px;
    }
}
@media (min-width: 1400px) {
    .article-recirc {
        width: 129.5580110497%;
    }
}

.article-recirc__head {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 18px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .article-recirc__head {
        font-size: calc(21px + (48 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .article-recirc__head {
        font-size: 48px;
    }
}
@media (min-width: 765px) {
    .article-recirc__head {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .article-recirc__head {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.article-recirc__articles {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.article-main .basic-text .relation-inner {
    clear: both;
}
.article-main .basic-text .relation-inner a img {
    transition: all 0.1s linear;
}
.article-main .basic-text .relation-inner a img:hover {
    opacity: 0.9;
}
.article-main .basic-text .relation-inner header + header {
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
}
.article-main .basic-text .relation-inner header p:first-child {
    margin-bottom: 0;
}
@media (min-width: 450px) {
    .article-main .basic-text .relation-inner header img {
        width: 30px;
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
    }
}
@media (min-width: 600px) {
    .article-main .basic-text .relation-inner header img {
        width: 40px;
    }
}
@media (min-width: 960px) {
    .article-main .basic-text .relation-inner header img {
        width: 50px;
    }
}
.article-main .basic-text .relation-inner a[target='_self'] {
    background: none;
}
.article-main .basic-text .relation-inner p,
.article-main .basic-text .relation-inner li {
    font: 400 13px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
@media (min-width: 960px) {
    .article-main .basic-text .relation-inner p,
    .article-main .basic-text .relation-inner li {
        font-size: 14px;
    }
}
.article-main .basic-text .relation-inner p {
    margin: 0 0 0.75em;
}
.article-main .basic-text .relation-inner blockquote p {
    font: 500 24px/1.1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .article-main .basic-text .relation-inner blockquote p {
        font-size: calc(24px + (45 - 24) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .article-main .basic-text .relation-inner blockquote p {
        font-size: 45px;
    }
}
.article-main .basic-text .relation-inner h2 {
    font: 600 12px/1.2 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    margin: 0 0 5px;
    padding: 0;
    letter-spacing: 0;
}
@media (min-width: 450px) and (max-width: 1399px) {
    .article-main .basic-text .relation-inner h2 {
        font-size: calc(12px + (16 - 12) * (100vw - 450px) / (1400 - 450));
    }
}
@media (min-width: 1400px) {
    .article-main .basic-text .relation-inner h2 {
        font-size: 16px;
    }
}
.article-main .basic-text .relation-inner h2 a {
    color: #04284b;
    border: 0;
    background: none;
    text-transform: none;
}
.article-main .basic-text .relation-inner .authors,
.article-main .basic-text .relation-inner .pubdate {
    font: 400 11px/1.5 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    padding: 0;
    margin: 0;
}
@media (min-width: 960px) {
    .article-main .basic-text .relation-inner .authors,
    .article-main .basic-text .relation-inner .pubdate {
        font-size: 14px;
    }
}
.article-main .basic-text .relation-inner h3 {
    display: inline-block;
    font: 600 11px/1.1 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #f35d26;
    margin: 40px 0 15px;
}
@media (min-width: 765px) {
    .article-main .basic-text .relation-inner h3 {
        font-size: 13px;
    }
}
.article-main .basic-text .relation-inner h4 {
    font: 600 11px/1.375 'MaisonNeue', Arial, Helvetica, Verdana, sans-serif;
}
.article-main .basic-text .relation-inner section + section {
    border-top: 1px solid #eaeaea;
    margin: 1em 0;
    padding-top: 1em;
}
.article-main .basic-text .relation-inner.grid_12,
.article-main .basic-text .relation-inner.grid_16 {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (min-width: 765px) {
    .article-main .basic-text .relation-inner.grid_12,
    .article-main .basic-text .relation-inner.grid_16 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .article-main .basic-text .relation-inner.grid_12,
    .article-main .basic-text .relation-inner.grid_16 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media (min-width: 1400px) {
    .article-main .basic-text .relation-inner.grid_12,
    .article-main .basic-text .relation-inner.grid_16 {
        width: 129.5580110497%;
    }
}
.article-main .basic-text .relation-inner.grid_12 figure,
.article-main .basic-text .relation-inner.grid_16 figure {
    max-width: 100% !important;
    width: 100% !important;
}
.article-main .basic-text .relation-inner:not(.grid_12):not(.grid_16) {
    background-color: #faf9f4;
    border: 0;
    margin-bottom: 1em;
    padding: 30px;
}
.article-main .basic-text .relation-inner:not(.grid_12):not(.grid_16) p,
.article-main .basic-text .relation-inner:not(.grid_12):not(.grid_16) li,
.article-main .basic-text .relation-inner:not(.grid_12):not(.grid_16) table {
    font-size: 11px;
}
@media (min-width: 960px) {
    .article-main .basic-text .relation-inner:not(.grid_12):not(.grid_16) p,
    .article-main .basic-text .relation-inner:not(.grid_12):not(.grid_16) li,
    .article-main .basic-text .relation-inner:not(.grid_12):not(.grid_16) table {
        font-size: 12px;
    }
}
.article-main .basic-text .relation-inner:not(.grid_12):not(.grid_16) figure {
    display: block;
    margin: 10px 0 !important;
    max-width: 100% !important;
}
.article-main .basic-text .relation-inner:not(.grid_12):not(.grid_16) iframe {
    max-width: 100%;
}
@media (min-width: 450px) {
    .article-main .basic-text .relation-inner:not(.grid_12):not(.grid_16) {
        width: 49.0071485306%;
        margin-left: 5.2422557585%;
        float: right;
    }
}
@media (min-width: 765px) {
    .article-main .basic-text .relation-inner:not(.grid_12):not(.grid_16) {
        width: 32.0095313741%;
        margin-left: 1.9857029388%;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
}
@media (min-width: 960px) {
    .article-main .basic-text .relation-inner:not(.grid_12):not(.grid_16) {
        width: 35.6197352587%;
        margin-left: 3.008423586%;
    }
}
@media (min-width: 1400px) {
    .article-main .basic-text .relation-inner:not(.grid_12):not(.grid_16) {
        width: 40.8839779006%;
        margin-right: -29.5580110497%;
    }
}
.article-main .basic-text .DV-annotationView {
    position: relative;
}

@media (min-width: 960px) {
    .archive-main {
        width: 83.0023828435%;
        margin-left: auto;
        margin-right: auto;
    }
}

.archive-main__head {
    margin-bottom: 30px;
    color: #0276e8;
    font: 500 21px/1.1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
}
@media (min-width: 765px) {
    .archive-main__head {
        margin-bottom: 40px;
    }
}
@media (min-width: 1200px) {
    .archive-main__head {
        margin-bottom: 50px;
    }
}
@media (min-width: 380px) and (max-width: 1199px) {
    .archive-main__head {
        font-size: calc(21px + (28 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .archive-main__head {
        font-size: 28px;
    }
}

.archive-main__all-btn {
    margin: 0;
}

.archive-featured-list > * {
    margin-bottom: 40px;
}
@media (min-width: 765px) {
    .archive-featured-list > * {
        margin-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .archive-featured-list > * {
        margin-bottom: 75px;
    }
}

.archive-section {
    margin-bottom: 50px;
}
@media (min-width: 765px) {
    .archive-section {
        margin-bottom: 75px;
    }
}
@media (min-width: 1200px) {
    .archive-section {
        margin-bottom: 100px;
    }
}

.archive-content {
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 765px) {
    .archive-content {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .archive-content {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .archive-content {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .archive-content {
        padding-right: 80px;
    }
}

.archive-content__inner {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1259px;
}

.archive-compact-header {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
}
@media (min-width: 765px) {
    .archive-compact-header {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .archive-compact-header {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .archive-compact-header {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .archive-compact-header {
        padding-right: 80px;
    }
}

.archive-compact-header__title {
    color: #04284b;
    font: 500 24px/1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin: 0 auto 40px;
    max-width: 1259px;
}
@media (min-width: 450px) and (max-width: 959px) {
    .archive-compact-header__title {
        font-size: calc(24px + (56 - 24) * (100vw - 450px) / (960 - 450));
    }
}
@media (min-width: 960px) {
    .archive-compact-header__title {
        font-size: 56px;
    }
}

.archive-compact-content {
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 765px) {
    .archive-compact-content {
        padding-left: 50px;
    }
}
@media (min-width: 960px) {
    .archive-compact-content {
        padding-left: 80px;
    }
}
@media (min-width: 765px) {
    .archive-compact-content {
        padding-right: 50px;
    }
}
@media (min-width: 960px) {
    .archive-compact-content {
        padding-right: 80px;
    }
}
.archive-compact-content--topper {
    padding-top: 30px;
}
@media (min-width: 765px) {
    .archive-compact-content--topper {
        padding-top: 50px;
    }
}
@media (min-width: 960px) {
    .archive-compact-content--topper {
        padding-top: 80px;
    }
}

.archive-compact-content__inner {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1259px;
}

.archive-compact-content + .pagination {
    margin-top: -1px;
}

.archive-compact-head {
    color: #0276e8;
    font: 500 21px/1.1 'LarishNeue', Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 10px;
}
@media (min-width: 380px) and (max-width: 1199px) {
    .archive-compact-head {
        font-size: calc(21px + (28 - 21) * (100vw - 380px) / (1200 - 380));
    }
}
@media (min-width: 1200px) {
    .archive-compact-head {
        font-size: 28px;
    }
}
@media (min-width: 765px) {
    .archive-compact-head {
        margin-bottom: 15px;
    }
}

@media print {
    .site-header,
    .site-header__nav,
    .sticky-nav,
    .article-sidebar,
    .article-share,
    .article-comments__head,
    .article-comments__show,
    .wc-main-form-wrapper,
    .wpdiscuz-front-actions,
    .content__footer {
        display: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    a,
    p,
    li {
        color: black !important;
    }

    picture,
    img {
        page-break-inside: avoid;
    }

    .article-topper {
        position: relative !important;
    }

    .article-topper__inner1::before,
    .article-topper__inner2::before,
    .article-topper__hero::after,
    .article-topper__hero-image::before {
        display: none !important;
    }

    .article-topper__inner2 {
        display: block !important;
    }

    .article-topper__hero,
    .article-topper__header {
        position: relative !important;
        width: 100% !important;
    }

    .article-topper__hero {
        margin-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media print and (min-width: 765px) {
    .article-topper__hero {
        padding-left: 50px;
    }
}
@media print and (min-width: 960px) {
    .article-topper__hero {
        padding-left: 80px;
    }
}
@media print and (min-width: 765px) {
    .article-topper__hero {
        padding-right: 50px;
    }
}
@media print and (min-width: 960px) {
    .article-topper__hero {
        padding-right: 80px;
    }
}
@media print {
    .article-topper--big .article-topper__hero-image,
    .article-topper__hero-image {
        height: auto !important;
        max-width: 100% !important;
        position: static !important;
        z-index: 50;
    }
    .article-topper--big .article-topper__hero-image picture,
    .article-topper--big .article-topper__hero-image img,
    .article-topper__hero-image picture,
    .article-topper__hero-image img {
        display: block;
        height: auto !important;
        max-width: 100%;
        width: auto !important;
    }
}
@media print {
    .article-topper__hero-image {
        width: 250px !important;
    }
}
@media print {
    .article-topper--big .article-topper__hero-image {
        width: 500px !important;
    }
}
@media print {
    .article-topper__title {
        font-size: 45px !important;
    }
}
@media print {
    .article-main {
        margin-bottom: 8em;
        width: auto !important;
    }
}
@media print {
    .article .basic-text a[href^='http'] {
        background: none;
        font-weight: 600;
    }
    .article .basic-text a[href^='http']:after {
        content: ' (' attr(href) ') ';
        font-weight: 400;
    }
}
@media print {
    #comments-container {
        display: block !important;
        height: auto;
    }
}
