﻿@charset "UTF-8";

@font-face {
    font-family: "Sentico Sans Bold";
    src: url("../fonts/senticosansdt-bold-webfont.eot") format("embedded-opentype"), url("../fonts/SenticoSansDT-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Sentico Sans Medium";
    src: url("../fonts/senticosansdt-medium-webfont.eot") format("embedded-opentype"), url("../fonts/SenticoSansDT-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Sentico Sans Regular";
    src: url("../fonts/senticosansdt-regular-webfont.eot") format("embedded-opentype"), url("../fonts/SenticoSansDT-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Sentico Sans Light";
    src: url("../fonts/senticosansdt-light-webfont.eot") format("embedded-opentype"), url("../fonts/SenticoSansDT-Light.otf") format("opentype");
}

.cont-fluid-nopad {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#video-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

#video-overlay-text .video-background-dark {
    background: rgba(31, 53, 94,0.6);
}

#video-overlay-text .video-background, #video-overlay-text .video-background-dark {
    margin-bottom: 1.5em;
}

.pagetab {
    padding-top: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.mapcardhead {
    font-size: 1.5em;
    padding-bottom: 0.63em;
}

.mapcontact {
    padding-left: 1.5em;
    padding-top: 1.5em;
    min-height: 20em;
}

.mapstaff {
    padding-bottom: 1.5em;
}

.mapstaff .staffname {
    font-size: 1.25rem;
}

.document__download {
    min-width: 70%;
}

.qumu-embedded-video {
    min-height: 23em;
}

#TableView, #CardView {
    border: 1px solid #908F8F;
}

#RiskRatingType {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: -14px;
    margin-right: -14px;
}

.data-filter-slider {
    max-width: 16em;
}

.filter-shareclass-table__link {
    vertical-align: text-top;
    margin-left: 3px;
}

.filter-line-break {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.filter-line-break span {
    background: #e8f6fc;
    padding: 0 10px;
    font-weight: bold;
}

.card-cover-image {
    background-size: cover;
}

#icon-pointer {
    cursor: pointer;
}

#imagebackgroundtext {
    background: rgba(31, 53, 94,0.6);
    padding-top: 2em;
    padding-bottom: 2em;
    margin-left: 22% !important;
    margin-right: 22% !important;
}

#cardphone ul {
    background-image: url(../gfx/phone.svg);
    background-repeat: no-repeat;
    list-style: none;
    margin-bottom: -1em;
}

#cardphone li {
    margin-left: -0.75em;
}

#cardemail ul {
    background-image: url(../gfx/email.svg);
    background-repeat: no-repeat;
    list-style: none;
    margin-bottom: -1em;
}
/* UI Layout support for IE 10  */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #cardphone ul {
        -ms-background-position-x: right 6em;
    }

    #cardemail ul {
        -ms-background-position-x: right 6em;
    }
}

#cardemail li {
    margin-left: -0.75em;
}

.index_text__heading {
    border-bottom: 1px solid #D8D8D8;
    font-weight: bold;
    color: #0069b4;
    line-height: 1.4;
    margin-top: 0;
}

.slideshow-container-fluid {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.fw-9-1 {
    width: 9.5em;
}

.inline {
    display: inline !important;
}

.tt-u {
    text-transform: uppercase;
}

.user-selector__region-list {
    margin-bottom: -1.0em !important;
}

.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
}

.mySlides {
    display: none;
}

.carouselprev, .carouselnext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.8);
}

.carouselnext {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.carouselprev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.carouselprev:hover, .carouselnext:hover {
    background-color: #332473;
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

.blog-article-download {
    padding-left: 28px;
    padding-right: 28px;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.listing-blockstaff {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 2em;
    padding: 2em 2.285em;
    position: relative;
    width: 100%;
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #0069b4 36%, #5f9cc7 80%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.listing-blockstaff:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(37deg, #1f355e 36%, #4FAAFF 99%);
    content: '';
    opacity: 0.4;
}

.listing-blockstaff__head {
    position: relative;
}

.listing-blockstaff__head + .listing-blockstaff__main {
    margin-top: 2em;
}

.listing-blockstaff__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 7.142em;
    margin-right: 1.857em;
    position: relative;
    width: 7.142em;
}

.listing-blockstaff__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.listing-blockstaff__excerpt {
    margin-bottom: 2em;
}

.listing-blockstaff__excerpt p:first-child {
    margin-top: 0;
}

.listing-blockstaff__excerpt p:last-child {
    margin-bottom: 0;
}

.twitter-tweet {
    background-color: black !important;
}

.EmbeddedTweet-tweetContainer {
    border-radius: 10px !important;
}

.meta__subitem {
    display: flex;
    padding: 0.85714rem;
}

#SearchLink {
    display: none;
}

#dashboard-password {
    display: none;
}

#dashboard-password-button {
    padding-top: 1.85em;
}

#DashSessionRole, #DashOriginalEmail, #DashSessionID, #DashSessionSelectedRole, #DashSessionSelectedLanguage {
    display: none;
}

.meta__value .icon {
    margin-left: 1em;
    margin-right: 0.5em;
}

#JSON_URL {
    display: none;
}

#NonKiidTable {
    margin-top: 14px;
}

#KiidTable {
    display: none;
    margin-top: 14px;
}

#user-actions {
    min-width: 250px;
}

#signinUserButton {
    min-width: 150px;
}

.WatchListTable {
    text-align: left !important;
    line-height: 24px;
    margin-bottom: 3.5em;
}

.WatchListTable thead {
    background-color: #1f355e;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 0.75em;
}

.WatchListTable thead th {
    padding-left: .71429rem !important;
    padding-bottom: .71429rem !important;
    padding-top: .71429rem !important;
}

.WatchListTable tbody td {
    padding-left: .71429rem !important;
    padding-bottom: .71429rem !important;
    padding-top: .71429rem !important;
}

.WatchList-fundtitle {
    margin-top: 3.5em;
}

.WatchList-fundHeader {
    font-weight: bold;
    background-color: #5f9cc7;
    padding-left: .71429rem !important;
    padding-bottom: .71429rem !important;
    padding-top: .71429rem !important;
}

#WatchlistTableButton {
    height: 23px;
    float: right;
    margin-right: 12px;
    margin-top: -5px;
}

#emptyWatchlist {
    text-align: center;
    margin-bottom: 150px;
}

#WatchlistButton {
    display: none;
}

#passReset:hover {
    background-color: yellow;
}

#passReset:hover {
    background-color: yellow;
}

#cs-siteurl {
    display: none;
}

#field-1544031975-Resetcode {
    display: none;
}

#loginButton {
    background-color: #0069b4;
    color: #fff;
}

#createError, #signinError, #passwordError, #resetError, #updateError {
    display: none;
    color: #D80505;
    font-weight: bold;
}

#createSuccess {
    display: none;
    color: #1cce4b;
    font-weight: bold;
}

#passwordSuccess, #resetSuccess, #updateSuccess {
    display: none;
    color: #3aa228;
}

.banner.contact-us .banner-title {
    padding: 20px;
    width: 340px;
}

.banner.contact-us .banner-title h2 {
    margin: 0;
}

.banner.contact-us .banner-summary {
    margin-top: 12px;
    padding-bottom: 10px;
    width: 500px;
}

ul.contact-tabs {
    list-style-type: none;
    border-bottom: 2px solid #422980;
    margin-top: 10px;
    padding: 0 8px;
}

ul.contact-tabs li {
    float: left;
    margin: 0 1px;
    text-align: center;
    width: 152px;
    height: 52px;
    font-size: 14px;
}

ul.contact-tabs li a {
    background-image: url(../gfx/contact-map/contact-tab-bg.png);
    background-repeat: no-repeat;
    color: #252525;
    display: block;
    font-weight: normal;
    width: 152px;
    height: 52px;
    display: table-cell;
    vertical-align: middle;
}

ul.contact-tabs li.current {
    position: relative;
    z-index: 1;
}

ul.contact-tabs li.current a {
    background-image: url(../gfx/contact-map/contact-tab-active-bg.png);
    color: #fff;
    padding-bottom: 25px;
    margin-bottom: -10px;
    -webkit-font-smoothing: antialiased;
}

.contact-page {
    padding: 30px 0 0 30px;
    position: relative;
}

.contact-page h3 {
    color: #272373;
    font-weight: bold;
}

.contact-page .contact-page-header {
    border-bottom: 1px solid #aaa;
    margin: 0 30px 30px 0;
}

.contact-page .contact-page-header.extra-block h3 {
    margin: 20px 0 40px;
}

.contact-page .enquiries {
    position: absolute;
    right: 30px;
    top: 28px;
    width: 300px;
}

.contact-page .enquiries h4 {
    color: #272373;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}

.contact-page .enquiries p {
    font-size: 13px;
    margin: 0;
}

.contact-page .enquiries a {
    color: #272373;
    font-weight: normal;
}

.contact-page .enquiries a:hover {
    text-decoration: underline;
}

.contact-page .contact-page-body {
    padding-bottom: 10px;
}

.contact-page .contact-page-body > h4 {
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
    margin-bottom: 20px;
}

.contact-page .contact-page-body + .contact-page-body > h4 {
    border-top: 1px solid #aaa;
    margin-top: 30px;
    padding-top: 30px;
}

.contact-page .contact-box {
    -webkit-box-shadow: 0 10px 1px rgba(192, 192, 192, 0.3);
    -moz-box-shadow: 0 10px 1px rgba(192, 192, 192, 0.3);
    box-shadow: 0 10px 1px rgba(192, 192, 192, 0.3);
}

.contact-page .contact-box a {
    color: #7973d2;
}

.contact-page .contact-box a:hover {
    color: #4C45AF;
}

.contact-footer {
    background-color: #60606c;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.contact-footer h2 {
    color: #fff;
}

.contact-footer a, .contact-footer address, .contact-footer p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0px;
}

.contact-footer a:hover {
    text-decoration: underline;
}

.contact-footer .wrapper > div {
    padding: 30px;
}

.contact-footer .contact-footer-right {
    background-color: #4f4e58;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 455px;
}

#contactcard_blockhead {
    margin-left: 15px;
    margin-top: -20px;
}

#contactcard_blockhead h4 {
    text-transform: uppercase;
    margin-bottom: -5px;
}

#contactcard_blockhead .address {
    margin-top: 15px;
}

#contactcardblock {
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #0069b4 36%, #0069b4 80%);
    color: #fff !important;
}

#contactcardblock:before {
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../gfx/triangle-b.svg), url(../gfx/triangle-a.svg);
    background-position: 0 100%;
    max-height: 50%;
    margin-top: 32%;
}

#contactcardphone ul, #contactcardmobphone ul {
    background-image: url(../gfx/phone.svg);
    background-repeat: no-repeat;
}

#contactcardfax ul {
    background-image: url(../gfx/fax2.svg);
    background-repeat: no-repeat;
}

#contactcardemail ul {
    background-image: url(../gfx/email.svg);
    background-repeat: no-repeat;
}

#contactcardpdf ul {
    background-image: url(../gfx/pdf.svg);
    background-repeat: no-repeat;
}

#CardStaffHeader {
    margin-left: 15px;
}

#contactcardphone, #contactcardmobphone, #contactcardfax, #contactcardemail, #contactcardpdf {
    margin-left: 15px;
    z-index: 999;
    position: relative;
}

#contactcardblock ul {
    list-style: none;
    margin-bottom: -0.8em;
}

#contactcardblock p {
    font-size: 1.15rem;
}

.contactcardblockmap__image {
    flex-shrink: 0;
    height: 12.142em;
    margin-right: 1.857em;
    position: relative;
    width: 12.142em;
}

#DocumentTableContainer {
    width: 100% !important;
}

#DocumentTable {
    text-align: left !important;
}

#DocumentTable thead {
    background-color: #0070c1;
    color: #fff;
    font-weight: 700;
    font-size: .75em;
}

#DocumentTable tbody tr td {
    padding-left: .71429rem !important;
    padding-bottom: .41429rem !important;
    padding-top: .41429rem !important;
}

#DocumentTable tbody tr:nth-child(even) td {
    border-right: 1px solid #dbdbdb !important;
}

#DocumentTable tbody tr:nth-child(even) td:last-child {
    border-right: none !important;
}

#DocumentTable tbody tr:nth-child(odd) td {
    border-right: 1px solid #dbdbdb !important;
}

#DocumentTable tbody tr:nth-child(odd) td:last-child {
    border-right: none !important;
}

#DocumentTable tbody {
    padding-left: .71429rem !important;
    padding-bottom: .71429rem !important;
    padding-top: .71429rem !important;
}

#DocumentTable tbody tr.odd {
    background-color: #f2f2f2 !important;
}

#DocumentTable tbody tr.even {
    background-color: #ffffff !important;
}

#DocumentTable tbody td:last-child, th:last-child {
    border-right: none !important;
}

#DocumentTable tbody tr:first-child td {
    background-color: #e7e9eb !important;
    text-transform: none;
    color: black;
}

#DocumentTable thead th {
    padding-left: .71429rem !important;
    padding-bottom: .71429rem !important;
    padding-top: .71429rem !important;
}

#DocumentTable_filter {
    display: none;
}

#DocumentTable_rowNum {
    display: none;
}

#DocumentTable_searchType {
    display: none;
}

#DocumentTable_searchClass {
    display: none;
}

#DocumentTable_info {
    display: none;
}

#DocumentTable_paginate {
    padding-bottom: 2rem !important;
    text-align: center !important;
    padding-top: 2rem !important;
}

#FundListView {
    background-color: white;
    margin-top: 14px;
}

#FundTable {
    text-align: left !important;
}

#FundTable thead {
    background-color: #0070c1;
    color: #fff;
    font-weight: 700;
    font-size: .75em;
}

#FundTable tbody tr td {
    padding-left: .71429rem !important;
    padding-bottom: .41429rem !important;
    padding-top: .41429rem !important;
    border-left: none !important;
}

#FundTable tbody {
    padding-left: .71429rem !important;
    padding-bottom: .71429rem !important;
    padding-top: .71429rem !important;
}

#FundTable tbody tr.odd {
    background-color: #e7e9eb !important;
}

#FundTable tbody tr.even {
    background-color: #ffffff !important;
}

#FundTable tbody tr:nth-child(even) td {
    border-right: 1px solid #dbdbdb !important;
}

#FundTable tbody tr:nth-child(even) td:last-child {
    border-right: none !important;
}

#FundTable tbody tr:nth-child(odd) td {
    border-right: 1px solid #dbdbdb !important;
}

#FundTable tbody tr:nth-child(odd) td:last-child {
    border-right: none !important;
}

#FundTable tbody tr:first-child td {
    background-color: #e7e9eb !important;
    text-transform: none;
    color: black;
}

#FundTable thead th {
    padding-left: .71429rem !important;
    padding-bottom: .71429rem !important;
    padding-top: .71429rem !important;
}

#kiid-i-frame {
    width: 100%;
}

.paginate_button {
    color: #1f355e;
    align-items: center;
    border: 1px solid rgba(69, 85, 96, 0.5);
    height: 77.25em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 0.9em;
}

.paginate_button.current {
    background-color: #1f355e;
    border-color: transparent;
    color: #fff;
}

.paginate_button:hover {
    background-color: #1f355e;
    border-color: transparent;
    color: #fff;
}

.paginate_button.previous {
    border-bottom-left-radius: 10em;
    border-top-left-radius: 10em;
    padding-left: 1em;
    padding-right: 1em;
}

.paginate_button.next {
    border-bottom-right-radius: 10em;
    border-top-right-radius: 10em;
    width: 4.333em !important;
    padding-left: 1em;
    padding-right: 1em;
}

.loader__container__loading {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 1;
    visibility: visible;
    z-index: 2000;
}

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
    margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
    display: block;
}

.TableId_filter {
    padding-left: 50px;
}

dataTables_filter {
    padding-left: 150px;
}
/**
     * Add the correct margin in IE 8.
     */
figure {
    margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
    display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
    font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
    font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
    font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
    background-color: #ff0;
    color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
    font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
    font-size: 75%;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
    vertical-align: sub;
    font-size: smaller;
}

sup {
    top: -0.5em;
    vertical-align: super;
    font-size: smaller;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
    display: inline-block;
}

    /**
     * Add the correct display in iOS 4-7.
     */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
    border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
    overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    /**
       * Remove the inner border and padding in Firefox.
       */
    /**
       * Restore the focus styles unset by the previous rule.
       */
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
     * Show the overflow in Edge.
     */
input {
    overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
    overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
    display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
    display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
    display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
    display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
    display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
    display: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 320px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-nopad-x {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.col-nopad-x-l {
    padding-left: 0px !important;
}

.col-nopad-x-r {
    padding-right: 0px !important;
}

.ml-min-1 {
    margin-left: -1em;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-1-1, .col-lg-1-2, .col-lg-2, .col-lg-2-1, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-9-1, .col-lg-10, .col-lg-10-1, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-1-1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-5-1 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-max75 {
    flex: 0 0 75% !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .chart-tooltip__row:not(:last-of-type),
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 2rem !important;
}

.mt-5,
.my-5 {
    margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 2rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 2rem !important;
}

.m-6 {
    margin: 2.5rem !important;
}

.mt-6,
.my-6 {
    margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 2.5rem !important;
}

.m-7 {
    margin: 3rem !important;
}

.mt-7,
.my-7 {
    margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 3rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 3rem !important;
}

.m-8 {
    margin: 3.5rem !important;
}

.mt-8,
.my-8 {
    margin-top: 3.5rem !important;
}

.mr-8,
.mx-8 {
    margin-right: 3.5rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 3.5rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 3.5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 2rem !important;
}

.pt-5,
.py-5 {
    padding-top: 2rem !important;
}

.pr-5,
.px-5 {
    padding-right: 2rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
    padding-left: 2rem !important;
}

.p-6 {
    padding: 2.5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 2.5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 2.5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 2.5rem !important;
}

.p-7 {
    padding: 3rem !important;
}

.pt-7,
.py-7 {
    padding-top: 3rem !important;
}

.pr-7,
.px-7 {
    padding-right: 3rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 3rem !important;
}

.pl-7,
.px-7 {
    padding-left: 3rem !important;
}

.p-8 {
    padding: 3.5rem !important;
}

.pt-8,
.py-8 {
    padding-top: 3.5rem !important;
}

.pr-8,
.px-8 {
    padding-right: 3.5rem !important;
}

.pb-8,
.py-8 {
    padding-bottom: 3.5rem !important;
}

.pl-8,
.px-8 {
    padding-left: 3.5rem !important;
}

.py-9 {
    padding-top: 3.5rem !important;
    margin-bottom: -3.5rem !important;
}

.mt-8-remove {
    margin-top: -3.5rem !important;
}

.loadermovedown {
    top: 32.5rem;
}

.hideoverflow {
    overflow: hidden;
}

.filter-header-row {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}

.filter-header-row .btn-default {
    position: relative;
    float: right;
    max-height: 3em;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
    white-space: nowrap;
}

.btn-default-floatleft {
    float: left !important;
}

.available-filters-container {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
    background-color: #0069B4;
    color: white;
    padding-top: 0.75em;
    display: none;
}

.available-filters-container.is-active {
    display: block;
}

.blog-header-text {
    line-height: 1em !important;
}

.available-filter-item {
    font-family: "Sentico Sans Regular", sans-serif;
    align-items: center;
    border-color: transparent;
    border-radius: 10px;
    border-style: solid;
    border-width: 0px;
    display: inline-flex;
    font-size: 1rem;
    justify-content: space-between;
    line-height: 1.2;
    padding-left: 0.7em;
    padding-bottom: 0.75em;
    padding-top: 0.75em;
    padding-right: 0.7em;
    text-align: center;
    text-decoration: none;
    margin-bottom: 0.5em;
    background-color: rgba(0, 31, 91, 0.2);
    border: 1px solid #FFFFFF;
    margin-right: 0.5em;
    margin-bottom: 0.75em;
}

.available-filter-item.is-active {
    background-color: #001F5B;
}

.search-filters .available-filter-item.is-active {
    background-color: rgba(0, 1, 51, 0.5);
}

.available-filters-container .row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.selected-filters-container.is-active {
    display: block;
}

.selected-filters-container {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
    background-color: #0069B4;
    color: white;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    display: none;
}

.selected-filters-title {
    padding-bottom: 1em;
    padding-top: 0.5em;
}

.btn-selected-filter.is-active {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn-selected-filter {
    display: none;
    font-family: "Sentico Sans Regular", sans-serif;
    -ms-flex-align: center;
    align-items: center;
    border-color: transparent;
    border-radius: 10px;
    border-style: solid;
    border-width: 0px;
    font-size: 1rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.2;
    padding-left: 0.7em;
    padding-bottom: 0.75em;
    padding-top: 0.75em;
    padding-right: 0.7em;
    text-align: center;
    text-decoration: none;
    margin-bottom: 0.5em;
    background-color: #001F5B;
}

.btn-selected-filter a {
    padding-left: 1em;
    display: flex;
}

.btn-selected-filter a:hover {
    cursor: pointer !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}

.flickity-button-icon {
    fill: #333;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from, .irs-to, .irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs {
    height: 55px;
}

.irs-with-grid {
    height: 75px;
}

.irs-line {
    height: 10px;
    top: 33px;
    background: #EEE;
    background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
    border: 1px solid #CCC;
    border-radius: 16px;
    -moz-border-radius: 16px;
}

.irs-line-left {
    height: 8px;
}

.irs-line-mid {
    height: 8px;
}

.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 10px;
    top: 33px;
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
    background: #428bca;
    background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
}

.irs-bar-edge {
    height: 10px;
    top: 33px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 27px;
    height: 27px;
    border: 1px solid #AAA;
    background: #DDD;
    background: linear-gradient(to bottom, white 0%, gainsboro 20%, white 100%);
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
    background: #FFF;
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}

.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}

.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
    margin-top: -25em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}

.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
    animation-delay: -1.1s;
}

.modal-spinner .rect3 {
    animation-delay: -1.0s;
}

.modal-spinner .rect4 {
    animation-delay: -0.9s;
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.ws_accessible-hide {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ws_dashed-border {
    border-color: #455560;
    -o-border-image: url(../../images/svg/dashed-border.svg) 1 round;
    border-image: url(../../images/svg/dashed-border.svg) 1 round;
    border-style: dashed;
    border-width: 1px;
}

.ws_feature-bg {
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #1f355e 36%, #4965F1 80%);
    color: #fff;
    position: relative;
}

.ws_feature-bg:before, .ws_feature-bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    padding-bottom: 12.5%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.ws_feature-bg:before {
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../gfx/triangle-a.svg);
    background-position: 0% 100%;
}

.ws_feature-bg:after {
    bottom: 0;
    right: 0;
    width: 66.66%;
    background-image: url(../gfx/triangle-b.svg);
    background-position: 100% 100%;
}

.ws_fill {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ws_fit-bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.ws_main-book {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 400;
}

.wf-main-book-active .ws_main-book {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.ws_main-light {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 300;
}

.wf-main-light-active .ws_main-light {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.ws_main-medium {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
}

.wf-main-medium-active .ws_main-medium {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.ws_main-bold {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
}

.wf-main-bold-active .ws_main-bold {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.ws_gradient {
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #1f355e 36%, #4965F1 80%);
}

.ws_inline-list {
    font-size: 0;
}

.ws_inline-list li {
    display: inline-block;
    font-size: 1rem;
    margin-top: 0.425em;
    margin-bottom: 0.425em;
}

.ws_inline-list--spaced {
    font-size: 0;
}

.ws_inline-list--spaced li {
    display: inline-block;
    font-size: 1rem;
    margin-top: 0.425em;
    margin-bottom: 0.425em;
    margin-left: 0.425em;
    margin-right: 0.425em;
}

.ws_normalised-list {
    margin: 0;
    padding: 0;
}

.ws_normalised-list li {
    list-style-type: none;
}

.ws_img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.ws_shadow {
    position: relative;
}

.ws_shadow:after {
    bottom: 1.5em;
    box-shadow: 0 1.25em 2.5em black;
    content: '';
    height: 5%;
    left: 5%;
    position: absolute;
    right: 5%;
    transform: translate3d(0, 0, 0);
    width: 90%;
    z-index: -1;
}

.ws_uppercase {
    letter-spacing: 0.0875em;
    text-transform: uppercase;
}

/* Forms/Field: */
.icon {
    fill: currentColor;
    height: 1rem;
    pointer-events: none;
    vertical-align: baseline;
    width: 1rem;
}

.icon--xs {
    height: 0.71429rem;
    width: 0.71429rem;
}

.icon--sm {
    height: 1.42857rem;
    width: 1.42857rem;
}

.icon--md {
    height: 1.71429rem;
    width: 1.71429rem;
}

.icon--lg {
    height: 2rem;
    width: 2rem;
}

.icon--xl {
    height: 4.42857rem;
    width: 4.42857rem;
}

.icon--flip-x {
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.icon--flip-y {
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.strip {
    font-size: 1rem;
    position: relative;
}

.strip__footer {
    margin-top: 1.5em;
    font-size: 1.2rem;
}

div.navigation-internal__container .container-fluid {
    background-color: white;
}

.strip .container-fluid {
    background-color: white;
}

.strip--transparent .container-fluid {
    background-color: transparent;
}

.strip--white, .strip--white .container-fluid {
    background-color: #FFFFFF !important;
    background-image: none !important;
}

.strip--highlight, .strip--highlight .container-fluid {
    background-color: #F3F4F5 !important;
    background-image: none !important;
}

.strip--highlight--gradient, .strip--highlight--gradient .container-fluid {
    background-image: linear-gradient(37deg, #afb8be 36%, #e4e9ef 70%) !important;
}

.strip--light, .strip--light .container-fluid {
    background-color: #e3f0f8 !important;
    background-image: none !important;
}

.strip--light--gradient, .strip--light--gradient .container-fluid {
    background-image: linear-gradient(37deg, #8bc9ef 36%, #c3d8f1 70%) !important;
}

.strip--aegonblue, .strip--aegonblue .container-fluid, .strip--aegonblue-ng, .strip--aegonblue-ng .container-fluid {
    background-color: #0069b4 !important;
    color: #fff !important;
}

.strip--aegonblue, .strip--aegonblue .container-fluid {
    background-image: linear-gradient(37deg, #0069b4 36%, #5f9cc7 70%) !important;
}

.dark {
    color: #455560 !important;
}

.light {
    color: #fff !important;
}

.text-orange {
    color: #f27d00;
}

.text-orange {
    color: #f27d00;
}

.background-orange {
    background-color: #f27d00 !important;
}

.strip--orange, .strip--orange .container-fluid {
    background-color: #f27d00 !important;
    color: #fff !important;
    background-image: none !important;
}

.strip--aegonblue--darker-ng, .strip--aegonblue--darker-ng .container-fluid {
    background-color: #074f83 !important;
    color: #fff !important;
}

.strip--aegonblue--darker, .strip--aegonblue--darker .container-fluid {
    background-color: #0069b4 !important;
    background-image: linear-gradient(37deg, #024a7e 36%, #4687b5 70%) !important;
    color: #fff !important;
}

.strip--orange--gradient, .strip--orange--gradient .container-fluid {
    background-image: linear-gradient(37deg, #bb670d 36%, #c08a28 70%) !important;
    color: #fff !important;
}

.strip--feature {
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #0069b4 36%, #5f9cc7 70%);
    color: #fff;
    position: relative;
}

.strip--feature:before, .strip--feature:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    padding-bottom: 12.5%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.strip--feature:before {
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../gfx/triangle-a.svg);
    background-position: 0% 100%;
}

.strip--feature:after {
    bottom: 0;
    right: 0;
    width: 66.66%;
    background-image: url(../gfx/triangle-b.svg);
    background-position: 100% 100%;
}

.strip--feature-no-triangle:before, .strip--feature-no-triangle:after {
    display: none;
}

.strip--feature .container-fluid {
    background-color: #0069b4;
}

.strip--dark .container-fluid {
    background-color: #1f355e;
    color: #fff;
}

.strip--filter .container-fluid {
    background-color: #e8f6fc;
    color: #fff;
}

.strip--border-top {
    border-top: 2px solid;
}

.strip--border-bottom {
    border-bottom: 2px solid;
}

.strip--no-overflow {
    overflow: hidden;
}

.strip__head {
    margin-bottom: 2.25em;
}

.strip__heading {
    margin-top: 0;
    margin-bottom: 0;
}

.strip__heading + .strip__intro {
    margin-top: 1.5em;
}

.strip__heading + .strip__maintext {
    margin-top: 1.5em;
}

.strip__intro {
    font-size: 1.2rem;
}

.strip__intro p:first-child {
    margin-top: 0;
}

.strip__intro p:last-child {
    margin-bottom: 0;
}

.strip__image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.strip__image--fade {
    opacity: 0.25;
}

.strip__remove, .strip__remove:visited {
    border-radius: 3px;
    padding: 0.25em;
    position: absolute;
    right: 0.75em;
    top: 0.75em;
    transition: 0.14s;
}

.strip__remove:hover, .strip__remove:focus {
    background-color: #fff;
    color: #1f355e;
}

.strip__remove-icon {
    display: block;
    height: 1.25em;
    width: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.h1 {
    font-family: "Sentico Sans Bold", sans-serif;
    font-size: 3.247rem;
    line-height: 5rem;
}

.wf-main-medium-active .h1 {
    font-family: "Sentico Sans Bold", "Sentico Sans Bold", sans-serif;
}

.h2 {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
}

.strip__heading .h2 {
    padding-bottom: 0.5em;
}

.wf-main-medium-active .h2 {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.h3 {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    font-size: 1.57143rem;
    line-height: 1.3;
}

.wf-main-bold-active .h3 {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.h4 {
    font-size: 1.42857rem;
    line-height: 1.3;
}

.h5 {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.3;
}

.wf-main-bold-active .h5 {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.h6 {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    font-size: 0.85714rem;
    line-height: 1.3;
}

.wf-main-bold-active .h6 {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.h7 {
    font-size: 1.57143rem;
    line-height: 1.3;
}

.h8 {
    font-size: 1.28571rem;
    line-height: 1.3;
}

.h9 {
    font-size: 1.14286rem;
    line-height: 1.3;
}

.small {
    font-size: 0.85714rem;
    line-height: 1.5;
}

.medium {
    font-size: 1rem;
}

.large {
    font-size: 1.28571rem;
    line-height: 1.255;
}

.xlarge {
    font-size: 1.71429rem;
    line-height: 1.375;
}

b,
strong {
    font-weight: normal;
}

small {
    font-size: 0.875em;
    line-height: 1.25;
}

strong {
    font-family: "Sentico Sans Regular", sans-serif;
}

.wf-main-bold-active strong {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

hr {
    border-style: solid;
    border-width: 0 0 1px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text--light {
    color: #fff;
}

.text--dark {
    color: #D8D8D8;
}

.flex-grow {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.flex-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.link-underline, .link-underline:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

.wf-main-bold-active .link-underline, .wf-main-bold-active .link-underline:visited {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.link-underline:hover, .link-underline:focus {
    text-decoration: none;
}

.word-wrap {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
}

.border-top {
    border-top: 1px solid currentColor;
}

.border-top--medium {
    border-top-color: #D8D8D8;
}

.border-top--light {
    border-top-color: rgba(255, 255, 255, 0.5);
}

.border-right {
    border-right: 1px solid currentColor;
}

.border-right--medium {
    border-right-color: #D8D8D8;
}

.border-right--light {
    border-right-color: rgba(255, 255, 255, 0.5);
}

.border-bottom {
    border-bottom: 1px solid currentColor;
}

.border-bottom--medium {
    border-bottom-color: #D8D8D8;
}

.border-bottom--light {
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.border-left {
    border-left: 1px solid currentColor;
}

.border-left--medium {
    border-left-color: #D8D8D8;
}

.border-left--light {
    border-left-color: rgba(255, 255, 255, 0.5);
}

.highlight {
    position: relative;
}

.highlight:before {
    content: '';
    position: absolute;
}

.highlight--x:before {
    background-color: #1AA2DD;
    bottom: 0;
    left: 0;
    top: 0;
    width: 6px;
}

.highlight--y:before {
    background-color: #1AA2DD;
    height: 6px;
    left: 0;
    right: 0;
    top: 0;
}

.highlight--x-end:before {
    background-color: #0069b4;
    bottom: 0;
    right: 0;
    top: 0;
    width: 6px;
}

.highlight--y-end:before {
    background-color: #1f355e;
    height: 6px;
    left: 0;
    right: 0;
    bottom: 0;
}

.highlight--primary:before {
    background-color: #1f355e;
}

.highlight--secondary:before {
    background-color: #0069b4;
}

.highlight--tertiary:before {
    background-color: #0069B4;
}

.clickable {
    cursor: pointer;
}

.print-page-break {
    page-break-before: always;
}

.print-no-page-break-inside {
    page-break-inside: avoid;
}

body.js .js-hide {
    display: none !important;
}

.z-1 {
    z-index: 10 !important;
}

.z-2 {
    z-index: 20 !important;
}

.z-3, .navigation-internal__container.stuck {
    z-index: 30 !important;
}

.z-4 {
    z-index: 40 !important;
}

.z-5 {
    z-index: 50 !important;
}

.z-6 {
    z-index: 60 !important;
}

.z-7 {
    z-index: 70 !important;
}

.z-8 {
    z-index: 80 !important;
}

.z-9 {
    z-index: 90 !important;
}

.navigation-responsive__content {
    z-index: 1000 !important;
}

.colour--brand-primary {
    color: #1f355e !important;
}

.background--brand-primary {
    background-color: #1f355e !important;
}

.colour--brand-secondary {
    color: #0069b4 !important;
}

.background--brand-secondary {
    background-color: #0069b4 !important;
}

.colour--brand-tertiary {
    color: #0069B4 !important;
}

.background--brand-tertiary {
    background-color: #0069B4 !important;
}

.colour--brand-tertiary_alt {
    color: #4965F1 !important;
}

.background--brand-tertiary_alt {
    background-color: #4965F1 !important;
}

.colour--brand-light {
    color: #E8E8F1 !important;
}

.background--brand-light {
    background-color: #E8E8F1 !important;
}

.colour--grey-welldark {
    color: #1f355e !important;
}

.background--grey-welldark {
    background-color: #1f355e !important;
}

.colour--grey-dark {
    color: #455560 !important;
}

.background--grey-dark {
    background-color: #455560 !important;
}

.colour--grey-semidark {
    color: #908F8F !important;
}

.background--grey-semidark {
    background-color: #908F8F !important;
}

.colour--grey-medium {
    color: #D8D8D8 !important;
}

.background--grey-medium {
    background-color: #D8D8D8 !important;
}

.colour--grey-semilight {
    color: #E7E9EB !important;
}

.background--grey-semilight {
    background-color: #E7E9EB !important;
}

.colour--grey-light {
    color: #F3F4F5 !important;
}

.background--grey-light {
    background-color: #F3F4F5 !important;
}

.colour--black-base {
    color: #000 !important;
}

.background--black-base {
    background-color: #000 !important;
}

.colour--white-base {
    color: #fff !important;
}

.background--white-base {
    background-color: #fff !important;
}

.colour--status-success {
    color: #63A700 !important;
}

.colour--status-nochange {
    transform: rotate(90deg);
    color: #afa2a080 !important;
}

.background--status-success, .background--status-nochange {
    background-color: #63A700 !important;
}

.colour--status-info {
    color: #5bc0de !important;
}

.background--status-info {
    background-color: #5bc0de !important;
}

.colour--status-warning {
    color: #f0ad4e !important;
}

.background--status-warning {
    background-color: #f0ad4e !important;
}

.colour--status-danger {
    color: #E84B37 !important;
}

.background--status-danger {
    background-color: #E84B37 !important;
}

.newsaccordion .container-fluid {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.newsaccordion .col-md-10 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.accordion {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    font-size: 1.14286rem;
}

    .accordion:not(:last-child) {
        margin-bottom: 1.125em;
    }

.accordion__item {
    margin-bottom: 1.5625em;
}

.accordion__trigger, .accordion__trigger:visited {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 1.0625em 1.75em;
    text-decoration: none;
}

.accordion__trigger-text {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    color: #1f355e;
    font-size: 1.25em;
    line-height: 1.3;
}

.wf-main-bold-active .accordion__trigger-text {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.accordion__label-icon {
    fill: url(#gradient-a);
    height: 1.625em;
    margin-right: 0.925em;
    width: 1.625em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.accordion__trigger-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 0.625em;
    margin-left: 1em;
    transition: transform 0.14s;
    width: 0.9375em;
    margin-left: auto;
}

.is-active .accordion__trigger-icon {
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.accordion__content {
    padding: 0 1.75em 1.375em;
}

.accordion__content p:first-child {
    margin-top: 0;
}

.accordion__content p:last-child {
    margin-bottom: 0;
}

.article-meta {
    font-size: 1.14286rem;
}

.article-meta__icon {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1.325em;
    margin-right: 0.75em;
    width: 1.325em;
}

.article-meta__label {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    letter-spacing: 0.0875em;
    line-height: 1;
}

.article-meta__title {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    font-size: 0.75em;
    letter-spacing: 0.0875em;
    line-height: 1;
    margin-right: 0.75em;
}

.wf-main-medium-active .article-meta__label {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.author {
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #0069b4 36%, #5f9cc7 80%);
    color: #fff;
    font-size: 1.14286rem;
    position: relative;
}

.author__image {
    background-color: #D8D8D8;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 9.975em;
    overflow: hidden;
    position: relative;
    width: 6.875em;
}

.author__name {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: bold;
    font-size: 16px;
    border-right: 1px solid #FFFFFF;
    padding-right: 0.35em;
}

.wf-main-medium-active .author__name {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.author_info {
    padding-top: 1em;
    padding-bottom: 1em;
}

.author__title {
    padding-left: 0.35em;
    font-size: 16px;
}

.author__description {
    font-size: 0.875em;
    padding-top: 1em;
}

    .author__description p:first-child {
        margin-top: 0;
    }

    .author__description p:last-child {
        margin-bottom: 0;
    }

*, *:before, *:after {
    box-sizing: border-box;
}

html {
    font-size: 14px;
    line-height: 1.5;
}

body {
    font-family: "Sentico Sans Light", sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "calt" 1, "dlig" 1, "kern" 1;
    font-feature-settings: "calt" 1, "dlig" 1, "kern" 1;
    line-height: 1.15;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.wf-main-book-active body {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

body ::-moz-selection {
    background-color: #000;
    color: #fff;
}

body ::selection {
    background-color: #000;
    color: #fff;
}

body.modal-is-active {
    overflow: hidden;
}

a,
a:visited {
    color: inherit;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    text-decoration: none;
}

.site {
    position: relative;
}

.container-fluid:not(.container-fluid--full-width) {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid--full-width {
    padding-left: 0;
    padding-right: 0;
}

.btn-default, .modal a.close-modal, body .kv-overlay .kv-close-button {
    overflow: hidden;
    position: relative;
    will-change: transform;
}

.btn-default:before, .modal a.close-modal:before, body .kv-overlay .kv-close-button:before {
    bottom: -1px;
    content: '';
    left: -1em;
    opacity: 0;
    position: absolute;
    right: -1em;
    top: -1px;
    -ms-transform: skew(-20deg) scaleX(0);
    transform: skew(-20deg) scaleX(0);
    transition: transform 0.175s, opacity 0.175s 0.0875s;
}

.btn-default:hover, .modal a.close-modal:hover, body .kv-overlay .kv-close-button:hover, .btn-default:focus, .modal a.close-modal:focus, body .kv-overlay .kv-close-button:focus {
    transition: color 0.175s, background-color 0.05833s 0.15556s;
}

.btn-default:hover:before, .modal a.close-modal:hover:before, body .kv-overlay .kv-close-button:hover:before, .btn-default:focus:before, .modal a.close-modal:focus:before, body .kv-overlay .kv-close-button:focus:before {
    opacity: 1;
    -ms-transform: skew(-20deg) scaleX(1);
    transform: skew(-20deg) scaleX(1);
    transition: transform 0.175s, opacity 0.05833s;
}

.btn-default, .modal a.close-modal, body .kv-overlay .kv-close-button, .btn-default:visited, .modal a.close-modal:visited, body .kv-overlay .kv-close-button:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    -ms-flex-align: center;
    align-items: center;
    border-color: transparent;
    border-radius: 10em;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.2;
    padding: 1.0425em 2.25em;
    text-align: center;
    text-decoration: none;
}

.btn-default--person-block {
    font-size: 0.75rem !important;
}

.wf-main-bold-active .btn-default, .wf-main-bold-active .modal a.close-modal, .modal .wf-main-bold-active a.close-modal, .wf-main-bold-active body .kv-overlay .kv-close-button, body .kv-overlay .wf-main-bold-active .kv-close-button, .wf-main-bold-active .btn-default:visited, .wf-main-bold-active .modal a.close-modal:visited, .modal .wf-main-bold-active a.close-modal:visited, .wf-main-bold-active body .kv-overlay .kv-close-button:visited, body .kv-overlay .wf-main-bold-active .kv-close-button:visited {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.btn-colour--orange, .btn-colour--orange:visited {
    background-color: #f27d00 !important;
}

.btn-colour--lightblue, .btn-colour--lightblue:visited {
    background-color: #e3f0f8 !important;
    color: #000 !important;
}

.btn-default--logIn-content {
    top: 2px;
    font-size: 12px;
    line-height: 13px;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.btn-colour--gray, .btn-colour--gray:visited {
    background-color: #F3F4F5 !important;
    color: #000 !important;
}

.btn-default--logIn-content {
    top: 2px;
    font-size: 12px;
    line-height: 13px;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.btn-default--logIn-primary, .btn-default--logIn-primary:visited {
    background-color: #0069B4 !important;
    color: #fff;
    z-index: 40;
}

.btn-default--logIn-primary:before, .btn-default--logIn-primary:visited:before {
    background-color: #1983cf;
}

.btn-default--primary, .btn-default--primary:visited {
    background-color: #1f355e;
    color: #fff;
    z-index: 15;
}

.btn-default--primary:before, .btn-default--primary:visited:before {
    background-color: #0069B4;
}

.btn-default--primary.is-active, .btn-default--primary.slide-toggle-open, .btn-default--primary:hover, .btn-default--primary:focus {
    background-color: #0069B4;
}

.btn-default--secondary, .modal a.close-modal, body .kv-overlay .kv-close-button, .btn-default--secondary:visited, .modal a.close-modal:visited, body .kv-overlay .kv-close-button:visited {
    background-color: #1f355e;
    color: #fff;
}

.btn-default--warning, .btn-default--warning:visited {
    background-color: #E84B37;
    color: #fff;
}

.btn-default--linkonly, .btn-default--linkonly:visited {
    background-color: #1f355e;
    color: #fff;
}

.btn-default--secondary:before, .modal a.close-modal:before, body .kv-overlay .kv-close-button:before, .btn-default--secondary:visited:before, .modal a.close-modal:visited:before, body .kv-overlay .kv-close-button:visited:before {
    background-color: #0069b4;
}

.btn-default--secondary.is-active, .modal a.is-active.close-modal, body .kv-overlay .is-active.kv-close-button, .btn-default--secondary.slide-toggle-open, .modal a.slide-toggle-open.close-modal, body .kv-overlay .slide-toggle-open.kv-close-button, .btn-default--secondary:hover, .modal a.close-modal:hover, body .kv-overlay .kv-close-button:hover, .btn-default--secondary:focus, .modal a.close-modal:focus, body .kv-overlay .kv-close-button:focus {
    background-color: #1f355e;
}

.btn-default--tertiary, .btn-default--tertiary:visited {
    background-color: #0069B4;
    color: #fff;
}

.btn-default--tertiary:before, .btn-default--tertiary:visited:before {
    background-color: #0069b4;
}

.btn-default--tertiary.is-active, .btn-default--tertiary.slide-toggle-open, .btn-default--tertiary:hover, .btn-default--tertiary:focus {
    background-color: #0069b4;
}

.btn-default--light-primary, .btn-default--light-primary:visited {
    background-color: #fff;
    color: #1f355e;
}

.btn-default--light-primary:before, .btn-default--light-primary:visited:before {
    background-color: #1f355e;
}

.btn-default--light-primary.is-active, .btn-default--light-primary.slide-toggle-open, .btn-default--light-primary:hover, .btn-default--light-primary:focus {
    background-color: #1f355e;
    color: #fff;
}

.btn-default--light-secondary, .btn-default--light-secondary:visited {
    background-color: #fff;
    color: #0069b4;
}

.btn-default--light-secondary:before, .btn-default--light-secondary:visited:before {
    background-color: #1f355e;
}

.btn-default--light-secondary.is-active, .btn-default--light-secondary.slide-toggle-open, .btn-default--light-secondary:hover, .btn-default--light-secondary:focus {
    background-color: #0069b4;
    color: #fff;
}

.btn-default--hollow-light, .btn-default--hollow-light:visited {
    border-color: #fff;
    border-width: 1px;
    color: #fff;
}

.btn-default--hollow-light:before, .btn-default--hollow-light:visited:before {
    background-color: #fff;
}

.btn-default--hollow-light.is-active, .btn-default--hollow-light.slide-toggle-open, .btn-default--hollow-light:hover, .btn-default--hollow-light:focus {
    background-color: #fff;
    color: #0069b4;
}

.btn-default--hollow, .btn-default--hollow:visited {
    border-color: #908F8F;
    border-width: 1px;
    color: #908F8F;
}

.btn-default--hollow:before, .btn-default--hollow:visited:before {
    background-color: #908F8F;
}

.btn-default--hollow.is-active, .btn-default--hollow.slide-toggle-open, .btn-default--hollow:hover, .btn-default--hollow:focus {
    background-color: #908F8F;
    color: #fff;
}

.btn-default--hollow-dark, .btn-default--hollow-dark:visited {
    border-color: #455560;
    border-width: 1px;
    color: #455560;
}

.btn-default--hollow-dark:before, .btn-default--hollow-dark:visited:before {
    background-color: #455560;
}

.btn-default--hollow-dark.is-active, .btn-default--hollow-dark.slide-toggle-open, .btn-default--hollow-dark:hover, .btn-default--hollow-dark:focus {
    background-color: #455560;
    color: #fff;
}

#DocumentTableContainer .btn-default {
    background-color: #f27d00;
}

#FundsPartialView .btn-default {
    background-color: #f27d00;
}

.btn-default--small, .btn-default--small:visited {
    padding: 0.6675em 2em;
}

.btn-default--factsheet, .btn-default--factsheet:visited {
    padding: 0.3675em 1.2em;
}

.btn-default--circular, .modal a.close-modal, body .kv-overlay .kv-close-button, .btn-default--circular:visited, .modal a.close-modal:visited, body .kv-overlay .kv-close-button:visited {
    height: 2.28571rem;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 2.28571rem;
}

.btn-default--circular-large, .btn-default--circular-large:visited {
    height: 3.28571rem;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 3.28571rem;
    will-change: transform;
}

.btn-default--circular-large:before, .btn-default--circular-large:visited:before {
    will-change: transform;
}

.btn-default--block, .btn-default--block:visited {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 0;
}

.btn-default--large, .btn-default--large:visited {
    border-radius: 8px;
    font-size: 1rem;
    padding: 0.9275em 1.5em;
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-default--min-width, .btn-default--min-width:visited {
    min-width: 19.42em;
}

.btn-default--offset-y {
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.btn-default--user-actions, .btn-default--user-actions:visited {
    padding-left: 1.65em;
    padding-right: 1.65em;
    height: 2.386rem;
}

.btn-default--user-actions .icon--xs {
    transition: 0.14s;
}

.btn-default--user-actions.is-active .icon--xs {
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.btn-default.is-loading, .modal a.is-loading.close-modal, body .kv-overlay .is-loading.kv-close-button, .btn-default.is-loading:visited, .modal a.is-loading.close-modal:visited, body .kv-overlay .is-loading.kv-close-button:visited {
    opacity: 0.75;
    pointer-events: none;
    transition: opacity 0.14s;
}

.btn-default[disabled], .modal a.close-modal[disabled], body .kv-overlay .kv-close-button[disabled], .btn-default[disabled]:visited, .modal a.close-modal[disabled]:visited, body .kv-overlay .kv-close-button[disabled]:visited, .btn-default[disabled]:hover, .modal a.close-modal[disabled]:hover, body .kv-overlay .kv-close-button[disabled]:hover, .btn-default[disabled]:focus, .modal a.close-modal[disabled]:focus, body .kv-overlay .kv-close-button[disabled]:focus {
    background-color: #908F8F;
    color: white;
    cursor: default;
    pointer-events: none;
}

.btn-default[disabled]:before, .modal a.close-modal[disabled]:before, body .kv-overlay .kv-close-button[disabled]:before, .btn-default[disabled]:visited:before, .modal a.close-modal[disabled]:visited:before, body .kv-overlay .kv-close-button[disabled]:visited:before, .btn-default[disabled]:hover:before, .modal a.close-modal[disabled]:hover:before, body .kv-overlay .kv-close-button[disabled]:hover:before, .btn-default[disabled]:focus:before, .modal a.close-modal[disabled]:focus:before, body .kv-overlay .kv-close-button[disabled]:focus:before {
    display: none;
}

.btn-default__text {
    position: relative;
    z-index: 1;
}

.btn-default__text + .btn-default__icon {
    margin-left: 2em;
}

.btn-default__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    will-change: transform;
    z-index: 1;
}

.btn-default__icon + .btn-default__text {
    margin-left: 0.75em;
}

.btn-default__icon + .btn-default__icon {
    margin-left: 0.75em;
}

.btn-default--share, .btn-default--share:visited {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    min-height: 24px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 24px;
    min-width: 24px;
}

.btn-default--user-select, .btn-default--user-select:visited {
    height: 2.386rem;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 1.25em;
    padding-right: 1.25em;
    width: 100%;
}

.btn-default--user-select .btn-default__text {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    margin-left: 1em;
    text-transform: none;
}

.wf-main-medium-active .btn-default--user-select .btn-default__text {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.btn-default--user-select .btn-default__icon {
    margin-left: auto;
}

.btn-default__flag {
    border-radius: 50%;
    display: block;
    height: 1.14286rem;
    overflow: hidden;
    position: relative;
    width: 1.14286rem;
}

.btn-default__flag img {
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-loc__flag {
    border-radius: 50%;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    position: relative;
    width: 22px;
    margin-right: 1em;
    margin-bottom: -6px;
}

.btn-loc__flag img {
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-default__download-type-icon {
    height: 2.285em;
    position: relative;
    width: 2em;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-default__download-type-icon + .btn-default__download-info {
    margin-left: 1em;
}

.btn-default__download-info {
    margin-right: 1em;
    position: relative;
    z-index: 1;
}

.btn-default__download-icon {
    height: 1.142em;
    margin-left: auto;
    position: relative;
    width: 1.142em;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btn-default__download-title {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    display: block;
    line-height: 1.25;
}

.btn-default--download, .btn-default--download:visited {
    color: #fff;
    background-color: #001F5B;
}

.btn-default--download.is-active, .btn-default--download.slide-toggle-open, .btn-default--download:hover, .btn-default--download:focus {
    background-color: #fff;
    color: #001F5B;
}

.btn-default--download:before, .btn-default--download:visited:before {
    background-color: #fff;
}

.wf-main-bold-active .btn-default__download-title {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.btn-default__download-type {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 400;
    display: block;
    line-height: 1.25;
}

.wf-main-book-active .btn-default__download-type {
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

+ .btn-default, + .modal a.close-modal, + body .kv-overlay .kv-close-button {
    margin-left: 1.5em;
}

.btn-toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.28571rem;
    cursor: pointer;
}

.card-view-single {
    margin-top: 1.5em;
    display: inline-flex;
    font-size: 1.28571rem;
    cursor: pointer;
    border-bottom-right-radius: 10em;
    border-top-right-radius: 10em;
    padding-right: 0.833em;
    background-color: #0069b4;
    color: #fff;
    border-bottom-left-radius: 10em;
    border-top-left-radius: 10em;
    padding-left: 0.833em;
    padding-bottom: 0.45em;
    padding-top: 0.45em;
}

.btn-toggle__option, .btn-toggle__option:visited {
    border: 1px solid #908F8F;
    color: #1f355e;
    padding: 0.44em;
}

.btn-toggle__option:first-child, .btn-toggle__option:visited:first-child {
    border-bottom-left-radius: 10em;
    border-top-left-radius: 10em;
    padding-left: 0.833em;
    border-right-color: transparent;
}

.btn-toggle__option:last-child, .btn-toggle__option:visited:last-child {
    border-bottom-right-radius: 10em;
    border-top-right-radius: 10em;
    padding-right: 0.833em;
    border-left-color: transparent;
}

.btn-toggle__option:hover, .btn-toggle__option:focus {
    background-color: #E7E9EB;
}

.btn-toggle__option.is-active, .btn-toggle__option.is-active:visited {
    background-color: #0069b4;
    border-color: transparent;
    color: #fff;
}

.btn-toggle__icon {
    display: block;
    height: 1em;
    width: 1em;
}

.btn-inline-group {
    overflow: hidden;
    position: relative;
    will-change: transform;
}

.btn-inline-group:before {
    bottom: -1px;
    content: '';
    left: -1em;
    opacity: 0;
    position: absolute;
    right: -1em;
    top: -1px;
    -ms-transform: skew(-20deg) scaleX(0);
    transform: skew(-20deg) scaleX(0);
    transition: transform 0.175s, opacity 0.175s 0.0875s;
}

.btn-inline-group:hover, .btn-inline-group:focus {
    transition: color 0.175s, background-color 0.05833s 0.15556s;
}

.btn-inline-group:hover:before, .btn-inline-group:focus:before {
    opacity: 1;
    -ms-transform: skew(-20deg) scaleX(1);
    transform: skew(-20deg) scaleX(1);
    transition: transform 0.175s, opacity 0.05833s;
}

.btn-inline-group, .btn-inline-group:visited {
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    -ms-flex-align: stretch;
    align-items: stretch;
    opacity: 0.8;
    background-color: #f27d00;
    border-radius: 8px;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.85714rem;
    text-decoration: none;
}

    .btn-inline-group:before, .btn-inline-group:hover, .btn-inline-group:focus {
        background-color: #0069b4;
    }

.btn-inline-group--tab-top, .btn-inline-group--tab-top:visited {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-inline-group--tab-bottom, .btn-inline-group--tab-bottom:visited {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-inline-group__group {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 0.626em 1em;
    position: relative;
    z-index: 1;
}

.btn-inline-group__group--highlight {
    background-color: rgba(255, 255, 255, 0.175);
    transition: background-color 0.14s;
}

.attention .btn-inline-group__group--highlight {
    background-color: #0069b4;
}

.btn-inline-group__icon + .btn-inline-group__label,
.btn-inline-group__icon + .btn-inline-group__icon {
    margin-left: 0.5em;
}

.btn-inline-group__label {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
}

.wf-main-bold-active .btn-inline-group__label {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.btn-inline-group__label + .btn-inline-group__icon {
    margin-left: 0.5em;
}

.btn-inline-group__count {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    font-size: 1.333em;
    transition: 0.315s;
}

.wf-main-bold-active .btn-inline-group__count {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.attention .btn-inline-group__count {
    animation: update_count 0.315s ease-out;
    animation-fill-mode: forwards;
}

.attention--reverse .btn-inline-group__count {
    animation-direction: reverse;
}

@keyframes update_count {
    0% {
        transform: translate3d(0, 0, 0);
        animation-timing-function: ease-in-out;
    }

    50% {
        transform: translate3d(0, -100%, 0);
    }

    50.001% {
        transform: translate3d(0, 100%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
        animation-timing-function: ease-in-out;
    }
}

.insights-cards {
    margin-left: -2em !important;
    margin-right: 0em !important;
}

.article-filter-stick {
    position: sticky;
    top: 0px;
    z-index: 50 !important;
}

.card-insights {
    flex-direction: unset !important;
    min-height: 12em;
    background-color: white !important;
    padding-left: 2em;
}

.card-info {
    background-color: #F3F4F5;
}

.card-default, .hotspot-default {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.14286rem;
    position: relative;
    text-align: left;
    width: 100%;
}

.card-default {
    background-color: #F3F4F5;
}

.hotspot-card {
    padding-bottom: 2em;
}

.hotspot-card.col-md-3 .hotspot-default__link, .hotspot-card.col-md-3 .hotspot-card-text {
    font-size: 95% !important;
}

.hotspot-icon {
    background-color: red;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.14286rem;
    position: relative;
    width: 100%;
}

.hotspot-media {
    min-height: 17em;
    z-index: 10 !important;
    background: rgba(31, 53, 94,0.6);
}

.hotspot-default__header {
    white-space: nowrap;
}

.hotspot-default__header, .hotspot-default__media-wrapper {
    cursor: pointer;
}

.hotspot-default__media-wrapper {
      background-color: #0069b4;
}

.hotspot-default__icon {
    fill: currentColor;
    height: 1.5rem;
    pointer-events: none;
    vertical-align: baseline;
    width: 1.5rem;
}

.card-default--white {
    background-color: #fff;
}

.card-default--transparent-dark {
    background-color: rgba(28, 28, 28, 0.5);
}

.card-default--timeline, .card-default--timeline-basic {
    display: block;
}

.card-details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 1.5em;
}

.card-default--timeline-basic {
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #0069b4 36%, #5f9cc7 80%);
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fff;
}

.card-default__inner--timeline {
    min-height: 12.07143rem;
}

.card-default__inner-wrap {
    width: 100%;
}

.card-default__media {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.card-default__media--video .kv-packshot-holder,
.card-default__media--video .kv-packshot {
    max-width: 100% !important;
    width: 100% !important;
}

.card-default__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-default__main--x {
    padding-left: 1.375em;
    padding-right: 1.375em;
}

.card-default__main--y {
    padding-bottom: 1.375em;
    padding-top: 1.375em;
}

.card-default__block--x {
    padding-left: 1.375em;
    padding-right: 1.375em;
}

.card-default__block--x:not(:last-child) {
    margin-bottom: 2.25em;
}

.card-default__block--y {
    padding-bottom: 1.375em;
    padding-top: 1.375em;
}

.card-default__label {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    color: #455560;
    display: inline-block;
    font-size: 0.625em;
    line-height: 1;
    text-transform: uppercase;
}

.wf-main-bold-active .card-default__label {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.card-default__label--alternate {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    color: #908F8F;
    font-size: 0.75em;
}

.wf-main-medium-active .card-default__label--alternate {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.card-default__large-label {
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    font-size: 0.875em;
}

.wf-main-medium-active .card-default__large-label {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.card-default__heading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    color: #0069b4;
    font-size: 1.125em;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 1em;
}

.wf-main-medium-active .card-default__heading {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.card-default__heading--strong {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    font-size: 1.25em;
}

.wf-main-bold-active .card-default__heading--strong {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.card-default__heading--timeline {
    color: #1f355e;
    font-size: 1.25em;
    line-height: 1.4;
}

.card-default__heading--timeline .card-default__icon {
    display: none;
}

.card-default__intro {
    font-size: 0.875em;
}

.card-default__manager {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    color: #1f355e;
    font-size: 1.125em;
}

.wf-main-medium-active .card-default__manager {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.card-default__link, .card-default__link:visited {
    text-decoration: none;
    position: relative;
}

.hover .card-default__link,
.focus .card-default__link, .card-default__link:hover, .card-default__link:focus {
    text-decoration: underline;
}

.card-default__meta {
    color: #455560;
    display: block;
    font-size: 0.725em;
    text-transform: uppercase;
}

.card-default__stat-icon {
    height: 1.75em;
    width: 2.375em;
}

.card-default__stat-heading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    font-size: 1.375em;
}

.wf-main-bold-active .card-default__stat-heading {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.card-default .meta__label {
    color: #1f355e;
}

.carousel {
    margin-bottom: 2.5em;
}

.carousel--xl {
    display: block;
    text-align: center;
}

.carousel--xl:after {
    content: 'flickity';
    display: none;
}

.carousel--xl [class*="col-"] {
    min-height: 100%;
}

.carousel .flickity-prev-next-button {
    background-color: #1f355e;
    color: red;
    height: 3rem;
    top: 16.07143rem;
    -ms-transform: none;
    transform: none;
    width: 3rem;
}

.carousel .flickity-prev-next-button:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../gfx/icon_arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px 14px;
    content: '';
}

.carousel .flickity-prev-next-button .flickity-button-icon {
    display: none;
}

.carousel .flickity-prev-next-button.previous {
    left: auto;
    right: 100%;
}

.carousel .flickity-prev-next-button.previous:before {
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.carousel .flickity-prev-next-button.next {
    right: auto;
    left: 100%;
}

.carousel .flickity-page-dots {
    -ms-flex-align: center;
    align-items: center;
    background-color: #1f355e;
    border-radius: 10em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2em;
    margin-top: 1.642em;
    padding-left: 1.142em;
    padding-right: 1.142em;
    position: static;
    width: auto;
}

.carousel .flickity-page-dots .dot {
    background-color: transparent;
    border: 1px solid #fff;
    height: 0.857em;
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
    width: 0.857em;
}

.carousel .flickity-page-dots .dot:not(:first-child) {
    margin-left: 0.375em;
}

.carousel .flickity-page-dots .dot:not(:last-child) {
    margin-right: 0.375em;
}

.carousel .flickity-page-dots .dot.is-selected {
    background-color: #fff;
}

.chart-tooltip__key {
    position: relative;
    padding-left: 40px;
}

.chart-tooltip__key:before {
    width: 34px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: currentColor;
}

.data-table {
    overflow: auto;
    white-space: nowrap;
}

.data-table__table {
    border-collapse: collapse;
    font-size: 0.85714rem;
    width: 100%;
}

.data-table__table th,
.data-table__table td {
    padding: 1em 1.5em;
}

.data-table__table th:not(:first-child),
.data-table__table td:not(:first-child) {
    text-align: center;
}

.data-table__table th {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    background-color: #1f355e;
    color: #fff;
}

.data-table__table th.left-align {
    text-align: left;
}

.wf-main-bold-active .data-table__table th {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.data-table__table tbody tr:nth-child(even) {
    background-color: #E7E9EB;
}

.document {
    padding: 0.5em;
}

.featured-articles {
    font-size: 1.14286rem;
    overflow: hidden;
}

.featured-articles__item {
    float: left;
    overflow: hidden;
    position: relative;
    width: 50%;
}

.featured-articles__image {
    position: relative;
    transition: 0.315s;
}

.featured-articles__image:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.125);
    content: '';
    opacity: 0;
    transition: 0.315s;
    z-index: 1;
}

.hover .featured-articles__image,
.focus .featured-articles__image {
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}

.hover .featured-articles__image:before,
.focus .featured-articles__image:before {
    opacity: 1;
}

.hover .card-cover-image, .focus .card-cover-image {
    opacity: 0.9;
}

.featured-articles__image .image-fill {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-articles__inner {
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #0069b4 36%, #5f9cc7 80%);
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.35em;
    padding-top: 1.35em;
    position: relative;
    z-index: 2;
}

.featured-articles__label {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    display: inline-block;
    font-size: 0.625em;
    line-height: 1;
}

.wf-main-bold-active .featured-articles__label {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.featured-articles__heading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.22;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 1em;
}

.wf-main-medium-active .featured-articles__heading {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.featured-articles__meta {
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    display: block;
    font-size: 0.725em;
    text-transform: uppercase;
}

.featured-articles__block--x {
    padding-left: 1.375em;
    padding-right: 1.375em;
}

.featured-articles__block--x:not(:last-child) {
    margin-bottom: 2.25em;
}

.featured-articles__block--y {
    padding-bottom: 1.375em;
    padding-top: 1.375em;
}

.facts-figures {
    background-color: #F3F4F5;
    font-size: 1.14286rem;
}

.facts-figures__body {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    padding-bottom: 1.125em;
    padding-top: 1.125em;
}

.facts-figures__item, .facts-figures__item_H {
    max-width: 25%;
    padding-left: 0.75em;
    padding-right: 0.75em;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 0.75em;
    padding-top: 0.75em;
    text-align: left;
    border-left: 1px solid #D8D8D8;
    margin: 1.5rem 0
}

.facts-figures__item_H {
    border-left: none !important;
    background-color: #0069b4;
    color: #fff;
}

.facts-figures__body h2 {
    margin-block-start: 0.1em;
    font-size: 2.5em !important;
}

.facts-figures__body h2 {
    margin-block-end: -0.83em;
}

.facts-figures__body h3 {
    margin-block-end: -0.83em;
}

.facts-figures__item .FactFigLink, .facts-figures__item_H .FactFigLink {
    padding-top: 0.5em;
    width: 100%;
    text-align: right;
    padding-bottom: 1em;
}

.facts-figures__item:first-child {
    border-left: none;
    border-top: none;
}

.fund-overview {
    background-color: #F3F4F5;
    font-size: 1.14286rem;
}

.fund-overview__head {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 7.8125em;
    flex-basis: 7.8125em;
    font-size: 1.375em;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.wf-main-bold-active .fund-overview__head {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.fund-overview__head:after {
    border-style: solid;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
}

.fund-overview__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1.125em;
    padding-top: 1.125em;
}

.fund-overview__item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0.75em;
    padding-top: 0.75em;
    text-align: center;
}

.fund-overview__label {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 400;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    font-size: 0.75em;
    line-height: 1.08;
    margin-bottom: 0.42857rem;
    margin-top: 0;
}

.wf-main-book-active .fund-overview__label {
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.fund-overview__data {
    font-size: 1.25em;
    margin-bottom: 0;
    margin-top: 0;
}

.fund-table {
    font-size: 1.14286rem;
}

.fund-table__row {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fund-table__row--heading {
    background-color: #1f355e;
    color: #fff;
}

.fund-table__tbody .fund-table__row:nth-child(odd) {
    background-color: #E7E9EB;
}

.fund-table__cell {
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0.71429rem;
    padding-top: 0.71429rem;
}

.fund-table__cell--data {
    font-size: 0.875em;
}

.fund-table__cell--heading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    font-size: 0.75em;
}

.wf-main-bold-active .fund-table__cell--heading {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.fund-table__heading, .fund-table__data {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 0.57143rem 1.71429rem;
    text-align: left;
    vertical-align: middle;
}

.fund-table__heading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    background-color: #1f355e;
    color: #fff;
    font-size: 0.75em;
}

.wf-main-bold-active .fund-table__heading {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.fund-table .btn-default, .fund-table .modal a.close-modal, .modal .fund-table a.close-modal, .fund-table body .kv-overlay .kv-close-button, body .kv-overlay .fund-table .kv-close-button, .fund-table .btn-default:visited, .fund-table .modal a.close-modal:visited, .modal .fund-table a.close-modal:visited, .fund-table body .kv-overlay .kv-close-button:visited, body .kv-overlay .fund-table .kv-close-button:visited {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.fund-table__highlight {
    background-color: #E7E9EB;
}

.fund-table__remove-link, .fund-table__remove-link:visited {
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fund-table__removeable {
    background-color: #0069B4;
    color: #fff;
    display: none;
    position: relative;
}

.fund-table__removeable:before {
    border-color: transparent transparent #0069B4 transparent;
    border-style: solid;
    border-width: 0 0.35714rem 0.35714rem 0.35714rem;
    bottom: 100%;
    content: '';
    height: 0;
    position: absolute;
    right: 21px;
    width: 0;
    z-index: 100;
}

.fund-table__removeable-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fund-table__sortable-icon {
    height: 0.5em;
    width: 0.666em;
}

.fund-table__link-container {
    line-height: 1.3;
}

.fund-table__link, .fund-table__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    color: #1f355e;
    display: inline;
    line-height: 1;
    position: relative;
}

.wf-main-medium-active .fund-table__link, .wf-main-medium-active .fund-table__link:visited {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.fund-table__link:hover, .fund-table__link:focus {
    text-decoration: underline;
}

.fund-table__link-icon {
    bottom: 0.2em;
    display: block;
    height: 0.71429rem;
    margin-left: 0.35em;
    position: absolute;
    right: -1em;
    width: 0.5rem;
}

.fund-table__cell--sortable {
    cursor: pointer;
}

.fund-table__cell--sortable[data-fund-finder-order="asc"] .fund-table__sorting {
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.fund-table__sorting-trigger, .fund-table__sorting-trigger:visited {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.fund-table__sorting-trigger:before, .fund-table__sorting-trigger:after, .fund-table__sorting-trigger:visited:before, .fund-table__sorting-trigger:visited:after {
    background-color: currentColor;
    bottom: -2px;
    content: '';
    height: 2px;
    position: absolute;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.14s;
    width: 50%;
}

.fund-table__sorting-trigger:before, .fund-table__sorting-trigger:visited:before {
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.fund-table__sorting-trigger:after, .fund-table__sorting-trigger:visited:after {
    left: 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.fund-table__cell--sortable:hover .fund-table__sorting-trigger:before, .fund-table__cell--sortable:hover .fund-table__sorting-trigger:after,
.is-active .fund-table__sorting-trigger:before,
.is-active .fund-table__sorting-trigger:after, .fund-table__sorting-trigger:hover:before, .fund-table__sorting-trigger:hover:after {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.icon-cta {
    font-size: 1.14286rem;
}

.icon-cta__item {
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 0 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 1.0625em;
    padding-top: 1.0625em;
}

.icon-cta__item.hover, .icon-cta__item.focus, .icon-cta__item.is-active {
    background-color: #e3f0f8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.icon-cta__item.hover.icon-cta__item,
.icon-cta__item.hover + .icon-cta__item, .icon-cta__item.focus.icon-cta__item,
.icon-cta__item.focus + .icon-cta__item, .icon-cta__item.is-active.icon-cta__item,
.icon-cta__item.is-active + .icon-cta__item {
    border-left-color: transparent;
}

.icon-cta__icon-image {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    height: 7.5em;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    will-change: transform;
}

.icon-cta__icon-container {
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #0069b4 36%, #5f9cc7 80%);
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    height: 7.5em;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 7.5em;
    will-change: transform;
}

.icon-cta__icon_nocircle-container {
    align-items: center;
    display: flex;
    height: 7.5em;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 7.5em;
    will-change: transform;
}

.icon-cta__image-container {
    align-items: center;
    display: flex;
    height: 7.5em;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    will-change: transform;
}

.icon-cta__icon-container:before {
    background-color: #fff;
    border-radius: 50%;
    bottom: 4px;
    content: '';
    left: 4px;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: 0.14s;
    will-change: transform;
}

.icon-cta__icon-container--highlight:before {
    background-color: #F3F4F5;
}

.icon-cta__icon-container--light:before {
    background-color: #E8E8F1;
}

.hover .icon-cta__icon-container:before,
.focus .icon-cta__icon-container:before,
.is-active .icon-cta__icon-container:before {
    opacity: 0;
}

.img-const {
    width: 7.5em !important;
}
.text-white .icon-cta__icon-container {
    background: transparent;
    border: 4px solid #fff;
}

.text-white .icon-cta__icon-container:before {
    display: none;
}

.icon-cta__icon {
    fill: url(#gradient-a);
    height: 3.875em;
    position: relative;
    transition: 0.14s;
    width: 3.875em;
}

.hover .icon-cta__icon,
.focus .icon-cta__icon,
.is-active .icon-cta__icon {
    fill: #fff;
}

.is-active .icon-cta__icon_nocircle-container .icon-cta__icon {
    fill: #0069b4 !important;
}

.text-white .icon-cta__icon {
    fill: #fff;
}

.icon-cta__heading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    color: #1f355e;
    font-size: 0.875em;
}

.wf-main-bold-active .icon-cta__heading {
    font-family: "Sentico Sans Regular", "Sentico Sans Regular", sans-serif;
}

.text-white .icon-cta__heading {
    color: #fff;
}

.icon-cta__excerpt {
    font-size: 0.875em;
}

.icon-cta__excerpt p:first-child {
    margin-top: 0;
}

.icon-cta__excerpt p:last-child {
    margin-bottom: 0;
}

.icon-cta__btn .btn-default__icon {
    transition: 0.14s;
}

.is-active .icon-cta__btn:before {
    opacity: 1;
    -ms-transform: skew(-20deg) scaleX(1);
    transform: skew(-20deg) scaleX(1);
    transition: transform 0.175s, opacity 0.05833s;
}

.is-active .icon-cta__btn .btn-default__icon {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.image-block {
    font-size: 1.14286rem;
    margin-bottom: 2em;
}

.image-block__media {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    height: 8.75em;
    padding: 1em;
    position: relative;
}

.image-block__image {
    left: 50%;
    max-width: 85%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.image-block__heading {
    color: #1f355e;
}

.image-block__link, .image-block__link:visited {
    text-decoration: none;
}

.hover .image-block__link,
.focus .image-block__link, .image-block__link:hover, .image-block__link:focus {
    text-decoration: underline;
}

.image-block--compact {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.125em;
    margin-left: 0.5625em;
    margin-right: 0.5625em;
    width: 8.75em;
}

.image-block--compact .image-block__media {
    background-color: transparent;
    border: none;
    min-height: 5.625em;
}

.image-block--compact .image-block__content {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.75em 0.75em;
}

.image-block--compact .image-block__heading {
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
}

.info-block {
    font-size: 1.14286rem;
}

.info-block__heading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1em;
    margin-bottom: 0.625em;
    margin-top: 0;
}

.wf-main-bold-active .info-block__heading {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.info-block__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1.375em;
    margin-right: 1em;
    width: 1.375em;
}

.info-block__content {
    font-size: 0.875em;
}

.info-block__content p:first-child {
    margin-top: 0;
}

.info-block__content p:last-child {
    margin-bottom: 0;
}

.link, .link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.85714rem;
    line-height: 1.2;
    text-decoration: none;
}

.wf-main-medium-active .link, .wf-main-medium-active .link:visited {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.link--primary {
    color: #1f355e;
}

.link__icon + .link__text {
    margin-left: 0.5em;
}

.link:hover .link__text,
.link:focus .link__text {
    text-decoration: underline;
}

.link__text + .link__icon {
    margin-left: 0.5em;
}

.list-filter {
    background-color: #F3F4F5;
    font-size: 1.14286rem;
}

.article-list {
    background-color: #e8f6fc;
}

.search-filter {
    background-color: #e8f6fc !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    color: #000 !important;
}

.list-filter__heading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.45;
    margin-bottom: 0;
    margin-top: 0;
}

.list-filter__select {
    font-family: "Sentico Sans Regular", sans-serif;
    font-size: 0.975em;
    line-height: 2.05;
    margin-bottom: 0;
    margin-top: 0;
}

.list-filter__select .btn-default__icon {
    margin-left: 0.75em;
}

.filter-action {
    color: #0069B4 !important;
}

.filter-action.is-active {
    color: #001F5B !important;
}

.filter-action.is-active .icon {
    transform: scaleY(-1);
}

.wf-main-bold-active .list-filter__heading {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.listing-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 2em;
    padding: 2em 2.285em;
    position: relative;
    width: 100%;
}

.listing-block:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(37deg, #1f355e 36%, #4FAAFF 99%);
    content: '';
    opacity: 0.4;
}

.listing-block__head {
    position: relative;
}

.listing-block__head + .listing-block__main {
    margin-top: 2em;
}

.listing-block__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 7.142em;
    margin-right: 1.857em;
    position: relative;
    width: 7.142em;
}

.listing-block__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.listing-block__excerpt {
    margin-bottom: 2em;
}

.listing-block__excerpt p:first-child {
    margin-top: 0;
}

.listing-block__excerpt p:last-child {
    margin-bottom: 0;
}

.loader {
    border-radius: 50%;
    border: 6px solid #E7E9EB;
    height: 5.07143rem;
    left: 50%;
    position: absolute;
    top: 12.5rem;
    -ms-transform: translate(-50%, 0) rotate(80deg);
    transform: translate(-50%, 0) rotate(80deg);
    width: 5.07143rem;
}

.loader--centred {
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%) rotate(80deg);
    transform: translate(-50%, -50%) rotate(80deg);
}

.loader.is-active {
    animation: rotate 1.375s ease-in-out infinite;
}

.loader__container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 0;
    visibility: hidden;
    z-index: 220;
}

.loader__container.is-active {
    opacity: 1;
    visibility: visible;
}

.loader svg {
    display: block;
    left: -0.42857rem;
    position: absolute;
    top: -0.42857rem;
    -ms-transform: scaleX(-1) rotate(110deg);
    transform: scaleX(-1) rotate(110deg);
}

.loader__path {
    stroke-dasharray: 200;
    stroke-dashoffset: 550;
}

.is-active .loader__path {
    animation: draw 1.375s ease-in-out infinite;
}


@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(70deg);
    }

    40% {
        transform: translate(-50%, -50%) rotate(-10deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(430deg);
    }
}

@keyframes draw {
    0%, 45% {
        stroke-dashoffset: 550;
    }

    80%, 100% {
        stroke-dashoffset: 150;
    }
}

.main-search {
    background-color: #fff;
    border-radius: 10em;
    bottom: 0;
    font-size: 1.14286rem;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.14s, width 0.315s 0.14s, visibility 0.315s 0.14s;
    visibility: hidden;
    width: 2.92857rem;
    z-index: 55;
}

.resp-search {
    background-color: #fff;
    border-radius: 10em;
    font-size: 1.14286rem;
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 3px;
}

.search-is-active .main-search {
    opacity: 1;
    transition: width 0.315s;
    visibility: visible;
    width: 100%;
}

.main-search__trigger {
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    width: 2.92857rem;
}

.search-is-active .main-search__trigger {
    visibility: hidden;
}

.main-search__fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.main-search__input, .resp-search__input {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    border: none;
    color: #455560;
    height: 100%;
    line-height: normal;
    padding-left: 3.5em;
    padding-right: 3.5em;
    transition: 0.14s 0s;
    width: 100%;
}

.main-search__input {
    position: absolute;
    background-color: transparent;
    opacity: 0;
    font-size: 0.75em;
}

.wf-main-medium-active .main-search__input {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.main-search__input::-ms-clear {
    display: none;
    height: 0;
    pointer-events: none;
    width: 0;
}

.search-is-active .main-search__input {
    opacity: 1;
    transition: 0.14s 0.315s;
}

.main-search__label-icon, .resp-search__label-icon {
    color: #1f355e;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-search__label-icon, .resp-search__label-icon {
    left: 1.0625em;
}

.resp-search__label-icon {
    left: 2.0625em;
}

.main-search__close, .main-search__close:visited {
    color: #1f355e;
    position: absolute;
    right: 1em;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-search__close-icon {
    height: 0.75em;
    width: 0.75em;
}

.meta {
    font-size: 1.14286rem;
    margin-top: 1em;
    margin-bottom: 1em;
}

.meta__heading {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0.85714rem;
    color: #1f355e;
    border-bottom: 1px solid #D8D8D8;
}

.meta__list {
    margin-top: 0;
    margin-bottom: 0;
}

.meta__item {
    display: -ms-flexbox;
    display: flex;
    padding: 0.85714rem;
}

.meta__item:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
}

.meta__item_price {
    display: -ms-flexbox;
    display: flex;
}

.meta__label {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 0.75em;
    hypens: auto;
    margin-right: 0.5em;
    margin-top: 0.2125em;
    overflow-wrap: break-word;
    text-transform: uppercase;
    word-break: break-word;
    word-wrap: break-word;
}

.wf-main-medium-active .meta__label {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.meta__value {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    font-size: 0.75em;
    flex-basis: 50%;
    margin-left: 0;
}

.blocker {
    z-index: 1150;
}

.modal {
    margin-top: 7em;
    background-color: #F3F4F5;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    max-width: 1000px;
    padding: 0.42857rem 0.21429rem 0rem 0rem;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.modal:before {
    background-color: #1AA2DD;
    content: '';
    height: 6px;
    left: 2.42857rem;
    position: absolute;
    right: 6.21429rem;
    top: 0;
    z-index: 5;
}

.modal a.close-modal {
    position: absolute;
}

.modal a.close-modal:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../gfx/icon_x.svg) 50% 50% no-repeat;
    content: '';
}

.modal a.close-modal, .modal a.close-modal:visited {
    background: #0069b4;
    color: #0069b4;
    height: 2.28571rem;
    right: 4.28571rem;
    text-indent: 1000px;
    top: 0;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 2.28571rem;
    z-index: 10;
}

.blocker {
    background-color: rgba(0, 0, 0, 0.5);
}

.panel-image-content {
    color: #fff;
    font-size: 1.14286rem;
}

.panel-image-content__content {
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #0069b4 36%, #5f9cc7 80%);
}

.panel-imagecrop-content__content {
    background-color: #0069b4;
}

.panel-image-content__inner {
    padding: 4.375em;
    width: 100%;
}

.panel-image-content__excerpt {
    max-width: 24.125em;
}

.panel-image-content__excerpt p:first-child {
    margin-top: 0;
}

.panel-image-content__excerpt p:last-child {
    margin-bottom: 0;
}

.person-block {
    font-size: 1.14286rem;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}

.person-block__media {
    background-color: #E7E9EB;
    padding-bottom: 133.33%;
    position: relative;
    will-change: transform;
}

.person-block__overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.14s;
}

.hover .person-block__overlay,
.focus .person-block__overlay {
    opacity: 1;
}

.person-block__overlay-bg {
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #0069b4 36%, #5f9cc7 80%);
    color: #fff;
    position: relative;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.68;
}

.person-block__overlay-bg:before, .person-block__overlay-bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    padding-bottom: 12.5%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.person-block__overlay-bg:before {
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../gfx/triangle-a.svg);
    background-position: 0% 100%;
}

.person-block__overlay-bg:after {
    bottom: 0;
    right: 0;
    width: 66.66%;
    background-image: url(../gfx/triangle-b.svg);
    background-position: 100% 100%;
}

.person-block__overlay-bg:before, .person-block__overlay-bg:after {
    transition: 0.315s;
}

.person-block__overlay-bg:before {
    padding-bottom: 30%;
}

.person-block__overlay-bg:after {
    padding-bottom: 20%;
}

.hover .person-block__overlay-bg:before {
    padding-bottom: 45%;
}

.hover .person-block__overlay-bg:after {
    padding-bottom: 30%;
    width: 50%;
}

.person-block__heading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    color: #1f355e;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 0;
}

.wf-main-medium-active .person-block__heading {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.person-block__link, .person-block__link:visited {
    transition: color 0.14s;
}

.hover .person-block__link,
.focus .person-block__link, .person-block__link:hover, .person-block__link:focus {
    color: #0069B4;
}

.person-block__subheading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    color: #1f355e;
    font-size: 0.75em;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 0;
}

.wf-main-medium-active .person-block__subheading {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.person-info {
    font-size: 1.14286rem;
}

.person-info__name {
    margin-top: -0.53em;
    margin-bottom: -0.3em;
}

.person-info__media {
    position: relative;
    margin-bottom: 1.5em;
}

.person-info__media .image-fill {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.person-info__form-trigger .icon {
    transition: 0.14s;
}

.person-info__form-trigger.slide-toggle-open .icon {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.person-info__subheading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    font-size: 1.25em;
}

.wf-main-medium-active .person-info__subheading {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.person-info__excerpt {
    font-size: 0.875em;
}

.progress {
    background-color: #908F8F;
    font-size: 1.14286rem;
    height: 1.125em;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: transform 0.14s;
    will-change: transform;
    z-index: 500;
}

.progress:not(.is-active) {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform 0.14s, visibility 0s 0.14s;
    visibility: hidden;
}

.progress__bar {
    background-color: #1f355e;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.property-list {
    margin-top: 1em;
}

.property-list__item {
    margin-bottom: 2.5em;
}

.property-list__media-wrapper {
    position: relative;
    padding-bottom: 66%;
}

.property-list__heading {
    font-size: 1rem;
}

.property-list__link, .property-list__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1f355e;
    position: relative;
}

.wf-main-bold-active .property-list__link, .wf-main-bold-active .property-list__link:visited {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.property-list__link:hover, .property-list__link:focus {
    text-decoration: underline;
}

.property-list__link-icon {
    bottom: 0.25em;
    position: absolute;
    right: -1.125em;
    width: 0.6em;
    height: 0.75em;
}

.quote {
    font-size: 1.14286rem;
}

.quote__content {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 300;
    font-size: 1.375em;
    font-style: italic;
    line-height: 1.45;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.wf-main-light-active .quote__content {
    font-family: "Gotham 3r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.rte-container {
    font-size: 16px;
}

.rte-container > h1,
.rte-container > h2,
.rte-container > h3,
.rte-container > h4,
.rte-container > h5,
.rte-container > h6 {
    margin-bottom: 1.07143rem;
    margin-top: 1.07143rem;
}

.rte-container > h1 {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    font-size: 3.42857rem;
    line-height: 1.2;
}

.wf-main-medium-active .rte-container > h1 {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.rte-container > h2 {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
}

.wf-main-medium-active .rte-container > h2 {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.rte-container > h3 {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    font-size: 1.57143rem;
    line-height: 1.3;
}

.wf-main-bold-active .rte-container > h3 {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.rte-container > h4 {
    font-size: 1.42857rem;
    line-height: 1.3;
}

.rte-container > h5 {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.3;
}

.wf-main-bold-active .rte-container > h5 {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.rte-container > h6 {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    font-size: 0.85714rem;
    line-height: 1.3;
}

.wf-main-bold-active .rte-container > h6 {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.rte-container > ul,
.rte-container > ol {
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-left: 2em;
}

.rte-container > ul li,
.rte-container > ol li {
    list-style-type: none;
}

.rte-container > ul li,
.rte-container > ol li {
    line-height: 1.5;
    list-style-type: none;
    padding-left: 2em;
    position: relative;
}

.rte-container > ul li:not(:last-child),
.rte-container > ol li:not(:last-child) {
    margin-bottom: 0.5em;
}

.rte-container > ul li > ul,
.rte-container > ul li > ol,
.rte-container > ol li > ul,
.rte-container > ol li > ol {
    margin: 0;
    padding: 0;
    margin: 1em;
}

.rte-container > ul li > ul li,
.rte-container > ul li > ol li,
.rte-container > ol li > ul li,
.rte-container > ol li > ol li {
    list-style-type: none;
}

.rte-container > ul li:before {
    background-color: currentColor;
    border-radius: 50%;
    content: '';
    height: 0.21429rem;
    left: 0;
    top: 0.625em;
    width: 0.21429rem;
}

.rte-container > ul li > ul li {
    list-style-type: none;
}

.rte-container > ul li > ul li:before {
    border-radius: 0;
    height: 3px;
    top: 0.75em;
    -ms-transform: none;
    transform: none;
}

.rte-container > ol {
    counter-reset: list;
}

.rte-container > ol li {
    counter-increment: list;
}

.rte-container > ol li > ol {
    counter-reset: list;
}

.rte-container > ol li > ol li:before {
    content: counter(list) ".";
}

.rte-container > ol li:before {
    content: counter(list) ".";
    left: 0;
    position: absolute;
    top: 0.025em;
}

.rte-container table {
    border-collapse: collapse;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 1px;
    width: 100%;
}

.rte-container table[style] {
    width: 100% !important;
}

.rte-container table[border] {
    border: none !important;
    border-collapse: collapse !important;
    border-color: transparent !important;
}

.rte-container th,
.rte-container td {
    padding: 1.14286rem;
    vertical-align: top;
}

.rte-container th p:first-child,
.rte-container td p:first-child {
    margin-top: 0;
}

.rte-container th p:last-child,
.rte-container td p:last-child {
    margin-bottom: 0;
}

.rte-container th,
.rte-container td[data-heading]:before {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    background-color: #E7E9EB;
    color: #1f355e;
    font-size: 0.857em;
    text-align: left;
    vertical-align: top;
}

.wf-main-bold-active .rte-container th, .wf-main-bold-active
.rte-container td[data-heading]:before {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.rte-container td[data-heading]:before {
    margin: 0 -1.14286rem 1.14286rem;
    padding: 1em 1.25em;
}

.rte-container img {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

.rte-container img[style*="height"] {
    height: auto !important;
}

.rte-container a[href],
.rte-container a[href]:visited {
    color: #0069b4;
}

.rte-container a[href]:hover,
.rte-container a[href]:focus {
    text-decoration: underline;
}

.rte-container .link--external, .rte-container .link--external:visited {
    display: inline-block;
    margin-right: 0.125em;
    padding-right: 1.125em;
    position: relative;
}

.rte-container .link--external:after, .rte-container .link--external:visited:after {
    background-image: url(/includes/images/svg/icon_external-link.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    width: 1em;
}

.rte-container a:empty {
    display: none !important;
}

.rte-container blockquote {
    font-style: italic;
    border-style: solid;
    border-width: 1px 0;
    font-size: 1.875em;
    margin: 1em 0;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.rte-container blockquote p:first-child {
    margin-top: 0;
}

.rte-container blockquote p:last-child {
    margin-bottom: 0;
}

.search-results {
    font-size: 1.14286rem;
}

.search-results__item {
    padding-bottom: 2rem !important;
    padding-top: 1rem !important;
}

.search-results__item:first-of-type {
    margin-top: -2rem !important;
}

.search-results__item:last-of-type {
    border-bottom: none !important;
}

.search-result-item {
    display: flex;
}

.search-result-item .search-result-image {
    height: 100%;
    background-position: 50% 0;
    background-size: cover;
}

.search-result-item .search-result-image-border {
    height: 100%;
    background-position: 50% 0;
    background-size: cover;
    border: 1px solid rgb(216, 216, 216);
}

.search-result-item .search-result-text-image {
    margin-left: 15px;
}

.search-results__heading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.5;
}

.wf-main-bold-active .search-results__heading {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.search-results__link, .search-results__link:visited {
    display: block;
    color: #1f355e;
}

.search-results__type {
    font-size: 0.95em;
    margin-bottom: 0.5rem;
}

.search-results__link:hover, .search-results__link:focus {
    color: #0069B4;
    text-decoration: underline;
}

.search-results__excerpt {
    font-size: 0.875em;
}

.search-results__excerpt p:first-child {
    margin-top: 0;
}

.search-results__excerpt p:last-child {
    margin-bottom: 0;
}

.social-sharing {
    border-color: #E7E9EB;
    border-style: solid;
    border-width: 1px 0;
    font-size: 1.14286rem;
}

.social-sharing__heading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    color: #1f355e;
    font-size: 1.625em;
    line-height: 1.23;
    margin-bottom: 0;
    margin-top: 0;
}

.wf-main-medium-active .social-sharing__heading {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.status {
    border-color: cyan;
    border-style: solid;
    border-width: 0 4px;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.14286rem;
    padding-bottom: 4px;
    padding-top: 4px;
    padding: 1.5em 1em;
    position: relative;
}

.status:before, .status:after {
    background-color: red;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
}

.status:before {
    top: 0;
}

.status:after {
    bottom: 0;
}

.status--info {
    border-left-color: #1f355e;
    border-right-color: #4965F1;
    color: #1f355e;
}

.status--info:before, .status--info:after {
    background: linear-gradient(to right, #1f355e 0%, #4965F1 100%);
}

.status__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1.25em;
    margin-bottom: 0.35em;
    margin-right: 1em;
    margin-top: 0.35em;
    width: 1.625em;
}

.status__message {
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    font-size: 0.875em;
}

.wf-main-medium-active .status__message {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.status__message p {
    margin: 0;
}

[data-tab].is-active [data-tab-item] {
    display: none;
    opacity: 0;
    transition: opacity 0.2s;
}

[data-tab].is-active [data-tab-item].is-displayed {
    display: block !important;
    opacity: 1;
}

#cs-unavailable {
    text-align: center;
}

#cs-unavailable a {
    font-weight: bold !important;
    text-decoration: underline;
}

#cs-unavailable a:hover {
    cursor: pointer;
}

#cs-unavailable img {
    margin-right: auto;
    margin-left: auto;
    max-width: 48px;
}

#cs-unavailable .selectors {
    display: flex;
    padding-left: 7%;
}

[data-tab].is-active [data-tab-item].is-active {
    display: block;
}

[data-tab].is-active [data-tab-item].is-visible {
    opacity: 1;
    min-height: 25em;
}

.timeline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.14286rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 57.14286rem;
    position: relative;
}

.timeline:before {
    background-color: #1f355e;
    bottom: 0;
    content: '';
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px;
}

.timeline__row {
    z-index: 1;
}

.timeline__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.timeline__label {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    bottom: 0;
    font-size: 1.25em;
    position: absolute;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 10;
}

.wf-main-bold-active .timeline__label {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.timeline__label:before {
    background-color: #1f355e;
    content: '';
    height: 2px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6.14286rem;
}

.timeline__label:after {
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #1f355e;
    content: '';
    height: 1.05em;
    position: absolute;
    top: 50%;
    width: 1.05em;
}

.timeline__label-inner {
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 0.5em 1em;
    position: relative;
}

.timeline__label-inner--primary {
    background-color: #1f355e;
}

.timeline__label-inner--secondary {
    background-color: #0069b4;
}

.timeline__end {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    background-color: #1f355e;
    border-radius: 10em;
    color: #fff;
    display: inline-block;
    font-size: 1.625em;
    line-height: 1;
    padding: 0.55em 1em;
}

.wf-main-bold-active .timeline__end {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.tooltip {
    background-color: #F3F4F5;
    border-radius: 6px;
    color: #455560;
    font-size: 1.14286rem;
    margin-top: 1.25em;
    opacity: 0;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 100%;
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    transition: transform 0.14s, opacity 0.14s, visibility 0s 0.14s;
    visibility: hidden;
}

.tooltip.is-active {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: transform 0.14s, opacity 0.14s;
    visibility: visible;
}

.tooltip:before {
    border-color: transparent transparent #F3F4F5 transparent;
    border-style: solid;
    border-width: 0 0.75em 0.75em 0.75em;
    bottom: 100%;
    content: '';
    height: 0;
    position: absolute;
    right: 1.5em;
    width: 0;
}

.tooltip__row:not(:first-child) {
    padding-top: 0.5em;
}

.tooltip__row:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 0.5em;
}

.user-selector__sign-in {
    background-color: white;
    border-radius: 4px;
}

.user-selector__create-link, .user-selector__create-link:visited {
    color: #0069b4;
}

.user-selector__create-link:hover, .user-selector__create-link:focus {
    text-decoration: underline;
}

.user-selector__hr {
    border-color: #D8D8D8;
}

.user-selector__heading, .user-selector__nocontentheading {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    color: #1f355e;
    line-height: 1.125;
    margin-bottom: 1.5em;
    margin-top: 0;
}

.user-selector__nocontentheading {
    color: #0069b4 !important;
}

.wf-main-bold-active .user-selector__heading {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.user-selector__country-list {
    column-gap: 0;
    margin-left: -0.71429rem;
}

.user-selector__info {
    display: none;
}

.vertical-tab {
    border: 1px solid #D8D8D8;
    font-size: 1.14286rem;
}

.text-block-index {
    border: none !important;
}

.vertical-tab__list {
    margin: 0;
    padding: 0;
}

.vertical-tab__list li {
    list-style-type: none;
}

vertical-tab-tbindex__list li {
    list-style-type: none;
}

.vertical-tab__item {
    border-bottom: 1px solid #D8D8D8;
    display: -ms-flexbox;
    display: flex;
}

.vertical-tab-tbindex__item {
    display: -ms-flexbox;
    display: flex;
}

.vertical-tab__link, .vertical-tab__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    -ms-flex-align: center;
    align-items: center;
    background-color: #E7E9EB;
    color: #1f355e;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75em;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.834em 1.21429rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.vertical-tab-tbindex__link, .vertical-tab-tbindex__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    letter-spacing: 0.0875em;
    -ms-flex-align: center;
    align-items: center;
    color: #1f355e;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.834em 1.21429rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.wf-main-bold-active .vertical-tab__link, .wf-main-bold-active .vertical-tab__link:visited {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.vertical-tab__link:hover, .vertical-tab__link:focus {
    background-color: #F3F4F5;
}

.vertical-tab__link--trigger, .vertical-tab__link--trigger:visited {
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #0069b4 36%, #5f9cc7 80%);
    color: #fff;
}

.vertical-tab__link--trigger .vertical-tab__icon {
    color: #fff;
}

.vertical-tab__link--trigger.slide-toggle-open .vertical-tab__icon {
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.vertical-tab__icon {
    color: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: 0.14s;
}

.vertical-tab__item-content {
    padding: 2.75em 3.25em;
}

.vertical-tab-tbindex__item-content {
    padding-left: 2.75em;
}

body .kv-overlay .kv-shadow {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}

body .kv-overlay .kv-shadow:before {
    background-color: #1f355e;
    content: '';
    height: 6px;
    left: 2.42857rem;
    position: absolute;
    right: 6.21429rem;
    top: 0;
    z-index: 5;
}

body .kv-overlay .kv-player,
body .kv-overlay .kv-video,
body .kv-overlay .kv-kv-player {
    background-color: #F3F4F5 !important;
}

body .kv-overlay .kv-close-button {
    position: absolute;
}

body .kv-overlay .kv-close-button:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../gfx/icon_x.svg) 50% 50% no-repeat;
    content: '';
}

body .kv-overlay .kv-close-button, body .kv-overlay .kv-close-button:visited {
    background: #0069b4;
    color: #0069b4;
    height: 2.28571rem;
    -ms-transform: translateX(-4.28571rem);
    transform: translateX(-4.28571rem);
    width: 2.28571rem;
    z-index: 10;
}

body .kv-overlay .kv-smoke {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.welcome-message {
    font-size: 1.14286rem;
}

.welcome-message__wrap {
    max-width: 33.92857rem;
}

.welcome-message__icon {
    color: #1f355e;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.welcome-message__text {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.wf-main-bold-active .welcome-message__text {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.welcome-message__cta {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer {
    position: relative;
    background-color: #1F355E;
    color: #fff;
}

.footer .footer-text {
    text-align: justify;
}

.footer__rule {
    border-color: #ffffff;
}

.footer__logo {
    height: 3.28571rem;
    width: 12.21429rem;
}

.header-bar {
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #0069b4 36%, #5f9cc7 80%);
    color: #fff;
    font-size: 1.5rem;
}

.header-bar__wrapper {
    position: relative;
    z-index: 90;
}

.header-bar__wrapper--absolute {
    left: 0;
    right: 0;
    top: 0;
}

.header-bar__logo {
    display: block;
    height: 2.5625em;
    width: 8.625em;
}

.header-bar__logo-link, .header-bar__logo-link:visited {
    padding-left: 25px;
    display: block;
}

.header-bar__logo-icon {
    display: block;
}

.header-bar__trigger, .header-bar__trigger:visited {
    text-decoration: none;
}

.header-bar__trigger-text {
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    font-size: 1rem;
}

.wf-main-bold-active .header-bar__trigger-text {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.header-bar__trigger-icon {
    width: 2.21429rem;
    height: 1.21429rem;
}

.header-bar__print-date {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    font-size: 0.85714rem;
}

.wf-main-bold-active .header-bar__print-date {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.header_subhead {
    font-family: 'Sentico Sans Regular', Helvetica, Sentico Sans Regular, Lucida, sans-serif;
    font-weight: bold;
    font-size: 25px;
}

.bk-grey {
    background-color: #b7b7b7 !important;
}

.bk-black {
    background-color: #000 !important;
}

.bk-black .card-default__heading {
    color: #fff !important;
}

.bk-black .card-default__meta {
    color: #fff !important;
}

.text-white {
    color: #fff !important;
}

.form-field.form-field--block-checkbox {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0.28571rem;
    margin-top: 0.28571rem;
}

[class*="col-"]:nth-child(odd):not(:last-child) .form-field.form-field--block-checkbox {
    margin-right: 0.28571rem;
}

[class*="col-"]:nth-child(even) .form-field.form-field--block-checkbox {
    margin-left: 0.28571rem;
}

.form-field__block-checkbox-label:hover {
    cursor: pointer;
}

.form-field__input--select {
    cursor: pointer;
}

.form-field__input--block-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form-field__block-checkbox-label {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-color: currentColor;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    color: #455560;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75em;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.333;
    min-height: 4.5em;
    padding: 1em;
    text-align: center;
}

.wf-main-medium-active .form-field__block-checkbox-label {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.form-field__input--block-checkbox:focus + .form-field__block-checkbox-label, .form-field__block-checkbox-label:hover, .form-field__block-checkbox-label:focus {
    box-shadow: 0 0 5px #1f355e;
}

.form-field__input--block-checkbox:checked + .form-field__block-checkbox-label {
    background-color: #0069B4;
    border-color: transparent;
    color: #fff;
}

.form-field--error .form-field__block-checkbox-label {
    color: #D80505;
}

.form-field__input--checkbox, .form-field__input--radio {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form-field__input--checkbox:focus + .form-field__radiocheckbox-label:before,
.form-field__input--radio:focus + .form-field__radiocheckbox-label:before,
.form-field__input--checkbox + .form-field__radiocheckbox-label:hover:before,
.form-field__input--radio + .form-field__radiocheckbox-label:hover:before {
    box-shadow: 0 0 5px 0px #1f355e;
}

.form-field--error .form-field__input--checkbox:focus + .form-field__radiocheckbox-label:before, .form-field--error
.form-field__input--radio:focus + .form-field__radiocheckbox-label:before, .form-field--error
.form-field__input--checkbox + .form-field__radiocheckbox-label:hover:before, .form-field--error
.form-field__input--radio + .form-field__radiocheckbox-label:hover:before {
    box-shadow: 0 0 5px #D80505;
}

.form-field__radiocheckbox-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.875em;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 2.428em;
    position: relative;
}

.form-field__radiocheckbox-label:before {
    background-color: #fff;
    border-color: #0069b4;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    content: '';
    height: 1.214em;
    left: 5px;
    position: absolute;
    top: 0;
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    transition: 0.14s;
    width: 1.214em;
}

.form-field--error .form-field .form-field__radiocheckbox-label,
.form-field.form-field--error .form-field__radiocheckbox-label {
    color: #D80505;
}

.form-field--error .form-field .form-field__radiocheckbox-label:before,
.form-field.form-field--error .form-field__radiocheckbox-label:before {
    border-color: #D80505;
}

.form-field--success .form-field .form-field__radiocheckbox-label:before,
.form-field.form-field--success .form-field__radiocheckbox-label:before {
    border-color: #379D70;
}

.form-field__radiocheckbox-label--radio:before {
    border-radius: 50%;
}

.form-field__input--checkbox:checked + .form-field__radiocheckbox-label:before {
    border-width: 5px;
}

.form-field__input--radio:checked + .form-field__radiocheckbox-label:before {
    border-width: 5px;
}

ul.form-field--group, ol.form-field--group {
    margin: 0;
    padding: 0;
}

ul.form-field--group li, ol.form-field--group li {
    list-style-type: none;
}

.form-field {
    font-size: 1.14286rem;
}

.form-field.form-field--compact-checkbox {
    margin-bottom: 0;
}

.form-field__input--compact-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form-field__compact-checkbox-label {
    font-size: 0.875em;
    padding: 0.3215em 0.75em 0.3215em 0.25em;
    padding: 0.3215em 0 0.3215em 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.575;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    cursor: pointer;
}

.form-field__input--compact-checkbox:focus + .form-field__compact-checkbox-label, .form-field__compact-checkbox-label:hover, .form-field__compact-checkbox-label:focus {
    box-shadow: 0 0 1px #1f355e;
    background-color: #F3F4F5;
    z-index: 1;
}

.form-field__input--compact-checkbox:checked + .form-field__compact-checkbox-label {
    background-color: #0069B4;
    border-color: transparent;
    color: #fff;
}

.form-field__input--compact-checkbox:checked + .form-field__compact-checkbox-label .form-field__compact-checkbox-icon {
    -ms-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    color: #fff;
}

.form-field__input--compact-checkbox:checked:focus + .form-field__compact-checkbox-label,
.form-field__input--compact-checkbox:checked + .form-field__compact-checkbox-label:hover {
    background-color: #0070c1;
}

.form-field__compact-checkbox-icon {
    color: #0069b4;
    display: block;
    height: 1.125em;
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition: 0.14s;
    width: 1.125em;
}

.form--dark {
    color: #fff;
}

.form__fieldset {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.form-field {
    font-size: 1.14286rem;
}

.form-field:not(.form-field--no-margin) {
    margin-bottom: 1.5em;
}

#hideRoleSel {
    display: none;
}

.form-field__input-container {
    position: relative;
}

.form-field__input--default, #DashInvType, #DashLanguage, #RespRegSel, #RespCtySel, #RespCtySelReg, #field-1288823298-, #field-1480384400-, #RespNewRegSel, #RespNewCtySel {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 400;
    -webkit-appearance: none;
    border: 1px solid #D8D8D8;
    color: inherit;
    display: block;
    font-size: 1rem;
    height: 3em;
    padding: 0.6435em 0.75em;
    position: relative;
    width: 100%;
}

.wf-main-book-active .form-field__input--default {
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.form-field__input--default:not(.form-field__input--multi-line) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-field__input--default:hover {
    border-color: #b8b8b8;
}

.form-field__input--default:focus {
    outline: none;
    box-shadow: 0 0 1px #1f355e;
}

.form-field__input--default:-ms-input-placeholder {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 400;
    color: #455560;
}

.form-field__input--default::placeholder {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 400;
    color: #455560;
}

.wf-main-book-active .form-field__input--default:-ms-input-placeholder {
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.wf-main-book-active .form-field__input--default::placeholder {
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.form-field--max-width .form-field__input--default {
    max-width: 30em;
}

.form-field__input--textarea {
    max-height: 25em;
    min-height: 10em;
    resize: vertical;
}

.form-field--group .form-field:not(.form-field--no-margin) {
    margin-bottom: 1.07143rem;
}

.form-field__label {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    color: #1f355e;
    color: inherit;
    display: block;
    font-size: 0.85714rem;
    margin-bottom: 0.75em;
}

.wf-main-medium-active .form-field__label {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.form-field__group-label {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    color: #1f355e;
    display: block;
    font-size: 1.14286rem;
    margin-bottom: 1.14286rem;
}

.wf-main-bold-active .form-field__group-label {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.form-field__group-label--alt {
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    color: #1f355e;
    font-size: 0.75em;
    margin-bottom: 0.75em;
}

.form-field__group-sub-label {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
}

.wf-main-book-active .form-field__group-sub-label {
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.form-field__group-trigger, .form-field__group-trigger:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid currentColor;
    color: #1f355e;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.857em;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wf-main-bold-active .form-field__group-trigger, .wf-main-bold-active .form-field__group-trigger:visited {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.form-field__group-trigger .icon, .form-field__group-trigger:visited .icon {
    transition: 0.14s;
}

.form-field__group-trigger.slide-toggle-open, .form-field__group-trigger.slide-toggle-open:visited {
    color: #0069B4;
}

.form-field__group-trigger.slide-toggle-open .icon, .form-field__group-trigger.slide-toggle-open:visited .icon {
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.form-field__group-trigger:hover, .form-field__group-trigger:focus {
    color: #0069B4;
}

.form-field__required-flag {
    color: #D80505;
}

.form-field__message {
    display: none;
    font-size: 0.875em;
    margin-top: 0.5em;
}

.form-field__password-toggle, .form-field__password-toggle:visited {
    color: #0069b4;
    display: block;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 0.75em;
    white-space: nowrap;
}

.form-field__password-toggle:hover, .form-field__password-toggle:focus {
    text-decoration: underline;
}

.form-field--error .form-field__label {
    color: #D80505;
}

.form-field--error .form-field__input {
    border-color: #D80505;
    color: #D80505;
    padding-right: 1.875em;
}

.form-field--error .form-field__input:-ms-input-placeholder {
    color: #D80505;
}

.form-field--error .form-field__input::placeholder {
    color: #D80505;
}

.form-field--error .form-field__input:focus {
    box-shadow: 0 0 1px #D80505;
}

.form-field--error .form-field__message--error {
    color: #D80505;
    display: block;
}

.form-field--success .form-field__input {
    border-color: #379D70;
    padding-right: 1.875em;
}

.form-field--success .form-field__status-label--success {
    color: #379D70;
    display: block;
}

.inline-search {
    display: -ms-flexbox;
    display: flex;
    font-size: 1.14286rem;
    height: 2.625em;
}

.inline-search--small {
    font-size: 0.90rem;
}

.inline-search__input {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    border: none;
    border-bottom-left-radius: 10em;
    border-top-left-radius: 10em;
    padding-left: 1.5625em;
    padding-right: 1.5625em;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 2.57143rem;
    width: 100%;
}

.wf-main-medium-active .inline-search__input {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.inline-search__input::-ms-clear {
    display: none;
    height: 0;
    pointer-events: none;
    width: 0;
}

.inline-search__input:focus {
    outline: none;
}

.inline-search__input--border {
    border-style: solid;
    border-color: #455560;
    border-width: 1px 0 1px 1px;
}

.inline-search__submit {
    overflow: hidden;
    position: relative;
    will-change: transform;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f27d00;
    border-bottom-right-radius: 10em;
    border-top-right-radius: 10em;
    border: none;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 2.57143rem;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.5625em;
}

.inline-search__submit:before {
    bottom: -1px;
    content: '';
    left: -1em;
    opacity: 0;
    position: absolute;
    right: -1em;
    top: -1px;
    -ms-transform: skew(-20deg) scaleX(0);
    transform: skew(-20deg) scaleX(0);
    transition: transform 0.175s, opacity 0.175s 0.0875s;
}

.inline-search__submit:hover, .inline-search__submit:focus {
    transition: color 0.175s, background-color 0.05833s 0.15556s;
}

.inline-search__submit:hover:before, .inline-search__submit:focus:before {
    opacity: 1;
    -ms-transform: skew(-20deg) scaleX(1);
    transform: skew(-20deg) scaleX(1);
    transition: transform 0.175s, opacity 0.05833s;
}

.inline-search__submit:before {
    background-color: #0069B4;
}

.inline-search__submit.is-active, .inline-search__submit.slide-toggle-open, .inline-search__submit:hover, .inline-search__submit:focus {
    background-color: #0069B4;
}

.inline-page-search__submit {
    overflow: hidden;
    position: relative;
    will-change: transform;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1f355e;
    border-bottom-right-radius: 10em;
    border-top-right-radius: 10em;
    border: none;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    height: 2.57143rem;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 12px;
    text-transform: uppercase;
}

.inline-page-search__submit:before {
    bottom: -1px;
    content: '';
    left: -1em;
    opacity: 0;
    position: absolute;
    right: -1em;
    top: -1px;
    -ms-transform: skew(-20deg) scaleX(0);
    transform: skew(-20deg) scaleX(0);
    transition: transform 0.175s, opacity 0.175s 0.0875s;
}

.inline-page-search__submit:hover, .inline-page-search__submit:focus {
    transition: color 0.175s, background-color 0.05833s 0.15556s;
}

.inline-page-search__submit:hover:before, .inline-page-search__submit:focus:before {
    opacity: 1;
    -ms-transform: skew(-20deg) scaleX(1);
    transform: skew(-20deg) scaleX(1);
    transition: transform 0.175s, opacity 0.05833s;
}

.inline-page-search__submit:before {
    background-color: #0069B4;
}

.inline-page-search__submit.is-active, .inline-page-search__submit.slide-toggle-open, .inline-page-search__submit:hover, .inline-page-search__submit:focus {
    background-color: #0069B4;
}

.inline-search__icon {
    display: block;
    height: 1.25em;
    width: 1.25em;
    z-index: 1;
}

#article-search .inline-search__icon {
    display: block;
    height: 1.25em;
    width: 1.25em;
    z-index: 1;
    position: absolute;
    margin-top: -25px;
    margin-left: 20px;
}

.algolia-autocomplete {
    display: block !important;
    width: 100%;
}

.algolia-autocomplete .aa-input,
.algolia-autocomplete .aa-hint {
    padding-left: 1.5625em;
    width: 100%;
}

.algolia-autocomplete .aa-hint {
    color: #D8D8D8;
}

.algolia-autocomplete .aa-dropdown-menu {
    font-size: 1rem;
    color: #1f355e;
    left: 1.5625em !important;
    right: 0 !important;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    padding: 0.5em 0;
}

.algolia-autocomplete .aa-suggestion {
    cursor: pointer;
    display: block;
    padding: 0.425em 1em;
}

.algolia-autocomplete .aa-suggestion.aa-cursor {
    background-color: #1f355e;
    color: #fff;
}

.algolia-autocomplete .aa-suggestion p {
    margin: 0;
}

.algolia-autocomplete .aa-em {
    background-color: rgba(0, 105, 180, 0.1);
    display: inline-block;
    font-style: normal;
    white-space: pre !important;
}

.form-field__input--pill-radio {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form-field__pill-radio-label {
    border-radius: 10em;
    color: #1f355e;
    display: inline-block;
    font-size: 0.875em;
    line-height: 1.2;
    padding: 0.5425em 0.71429rem;
    cursor: pointer;
}

.form-field__input--pill-radio:focus + .form-field__pill-radio-label, .form-field__pill-radio-label:hover, .form-field__pill-radio-label:focus {
    text-decoration: underline;
}

.form-field__input--pill-radio:checked + .form-field__pill-radio-label {
    background-color: #0069b4;
    color: #fff;
    text-decoration: none;
}

.form-field__input--range.irs-with-grid {
    height: 84px;
}

.form-field__input--range .irs-line {
    background: transparent;
    border-color: #455560;
    height: 13px;
}

.form-field__input--range .irs-bar {
    background: #0069B4;
    height: 13px;
}

.form-field__input--range .irs-line-left,
.form-field__input--range .irs-line-mid,
.form-field__input--range .irs-line-right {
    height: 11px;
}

.form-field__input--range .irs-slider {
    background: radial-gradient(ellipse at center, #fff 32.5%, #0069B4 34%, #0069B4 100%);
    border: 1px solid white;
    box-shadow: none;
}

.form-field__input--range .irs-from,
.form-field__input--range .irs-to,
.form-field__input--range .irs-single {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    background-color: #0069B4;
    border-radius: 10px;
    font-size: 0.85714rem;
    padding: 0.25em 1em;
}

.wf-main-medium-active .form-field__input--range .irs-from, .wf-main-medium-active
.form-field__input--range .irs-to, .wf-main-medium-active
.form-field__input--range .irs-single {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.form-field__input--range .irs-from:before,
.form-field__input--range .irs-to:before,
.form-field__input--range .irs-single:before {
    border-color: #0069B4 transparent transparent transparent;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.form-field__input--range .irs-grid-pol {
    background: #455560;
    height: 11px;
}

.form-field__input--range .irs-grid-pol.small {
    display: none;
}

.form-field__range-label {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 0.98714rem;
    padding-top: 1em;
    padding-bottom: 1em;
}

.wf-main-medium-active .form-field__range-label {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.styled-select .styled-select__text {
}

.styled-select {
    display: block;
    font-size: 1.14286rem;
    position: relative;
    text-align: left;
    min-width: 12.125em;
}

.styled-select--large {
    font-size: 1.5rem;
}

.styled-select--large .styled-select__text {
    padding-bottom: 0.6175em;
    padding-top: 0.6175em;
}

.styled-select__text {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 400;
    -webkit-appearance: none;
    border: 1px solid #D8D8D8;
    color: inherit;
    display: block;
    font-size: 1rem;
    height: 3em;
    padding: 0.6435em 2em;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding-right: 3.25em;
}

.wf-main-book-active .styled-select__text {
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.styled-select__text:not(.form-field__input--multi-line) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.styled-select__text:hover {
    border-color: #b8b8b8;
}

.styled-select__text:focus {
    outline: none;
    box-shadow: 0 0 1px #1f355e;
}

.styled-select__text:-ms-input-placeholder {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 400;
    color: #455560;
}

.styled-select__text::placeholder {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 400;
    color: #455560;
}

.wf-main-book-active .styled-select__text:-ms-input-placeholder {
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.wf-main-book-active .styled-select__text::placeholder {
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.form-field--error .styled-select__text {
    border-color: #D80505;
    color: #D80505;
}

.form-field--success .styled-select__text {
    border-color: #379D70;
}

.styled-select__icon {
    color: #1f355e;
    height: 0.625em;
    position: absolute;
    right: 1.5em;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.875em;
}

.form-field--error .styled-select__icon {
    color: #D80505;
}

.styled-select__input {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    visibility: visible;
    width: 100%;
    z-index: 1;
}

.styled-select__input:focus + .styled-select__text,
.styled-select__input:hover + .styled-select__text {
    box-shadow: 0 0 1px #1f355e;
}

.form-field--error .styled-select__input:focus + .styled-select__text,
.form-field--error .styled-select__input:hover + .styled-select__text {
    box-shadow: 0 0 1px #D80505;
}

.styled-select--rounded .styled-select__text {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    font-size: 0.75em;
    border-color: currentColor;
    border-radius: 10em;
    color: #455560;
}

.wf-main-medium-active .styled-select--rounded .styled-select__text {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.form-field--error .styled-select--rounded .styled-select__text {
    border-color: #D80505;
    color: #D80505;
}

.styled-select--rounded .styled-select__icon {
    color: currentColor;
}

#SortDropdown, #DropdownType, #PageType, #BlockType, #ContentType, #SelectedExpire {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    font-size: 0.75em;
    border-radius: 10em;
    color: #455560;
    -webkit-appearance: none;
    border: 1px solid #455560;
    height: 3em;
    padding: 0.6435em 2em;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding-right: 3.25em;
}

#CheckOrphanedDiv {
    float: right;
}

#SortDropdown:active, #DropdownType:active, #PageType:active, #BlockType:active {
    outline: none !important;
    border: none !important;
}

#SortDropdown:focus, #DropdownType:focus, #PageType:focus, #BlockType:focus {
    outline: none !important;
}

.sort-dropdown {
    display: block;
    font-size: 1.14286rem;
    position: relative;
    text-align: left;
    min-width: 12.125em;
}

.sort-dropdown .styled-select__icon {
    height: 0.5em;
}

.title-bk-color {
    background: rgba(31, 53, 94,0.6);
}

.header {
    background-color: #0069b4;
    background-image: linear-gradient(37deg, #0069b4 36%, #5f9cc7 70%);
    color: #fff;
    position: relative;
    font-size: 1.2rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-bar__wrapper--absolute + .header {
}

.header-bar__wrapper--fixed + .header {
    padding-top: 10.92857rem;
}

.header.header--print {
    padding-top: 7.14286rem;
}

.header__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.header__intro {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
}

.wf-main-medium-active .header__intro {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.header-background-image:before, .header-background-image:after {
    background-image: none !important;
    background-position: initial !important;
    padding-bottom: 0 !important;
    height: 100%;
}

.image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    background-color: #0069b4;
}

.imagemap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.image-fill {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.image-no-offset {
    background-position: 0% !important;
}

.image-fill-crop {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    clip-path: polygon(0 0,100% 0, 67% 100%, 0 100%);
}

.image-fill-contain {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -1px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.image-fill.contain {
    background-position: 100% 0;
    background-size: contain;
}

.image-fill--size-auto {
    background-position: 50% 3.57143rem;
    background-size: auto;
}

.image-overlay:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    content: '';
    z-index: 1;
}

.image-overlay--1:before {
    opacity: 0.1;
}

.image-overlay--2:before {
    opacity: 0.2;
}

.image-overlay--3:before {
    opacity: 0.3;
}

.image-overlay--4:before {
    opacity: 0.4;
}

.image-overlay--5:before {
    opacity: 0.5;
}

.image-overlay--6:before {
    opacity: 0.6;
}

.image-overlay--7:before {
    opacity: 0.7;
}

.image-overlay--8:before {
    opacity: 0.8;
}

.image-overlay--9:before {
    opacity: 0.9;
}

.pagination {
    display: inline-block;
    font-size: 1.14286rem;
}

.pagination__list {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pagination__item {
    position: relative;
}

.pagination__item:not(:first-child) {
    margin-left: -1px;
}

.pagination__item:hover, .pagination__item:focus-within {
    z-index: 1;
}

.pagination__link, .pagination__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(69, 85, 96, 0.5);
    color: #1f355e;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75em;
    height: 2.25em;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    width: 2.5em;
}

.wf-main-bold-active .pagination__link, .wf-main-bold-active .pagination__link:visited {
    font-family: "Gotham 7r", "Gotham A", "Gotham B", "Sentico Sans Regular", sans-serif;
}

.pagination__item:not(:first-child) .pagination__link, .pagination__item:not(:first-child) .pagination__link:visited {
    border-left-width: 0;
}

.pagination__link--previous, .pagination__link--previous:visited, .pagination__link--next, .pagination__link--next:visited {
    width: 4.333em;
}

.pagination__link--previous, .pagination__link--previous:visited {
    border-bottom-left-radius: 10em;
    border-top-left-radius: 10em;
}

.pagination__link--next, .pagination__link--next:visited {
    border-bottom-right-radius: 10em;
    border-top-right-radius: 10em;
}

.pagination__link.is-inactive, .pagination__link.is-inactive:visited {
    color: rgba(69, 85, 96, 0.5);
}

.pagination__link.is-active, .pagination__link[href]:hover, .pagination__link[href]:focus {
    background-color: #0069b4;
    border-color: transparent;
    color: #fff;
}

.pagination__icon {
    height: 0.75em;
    width: 0.75em;
}

.navigation-primary {
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 16px;
}

.navigation-primary__list {
    margin: 0;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 0.6875em;
    padding-top: 0.6875em;
}

.navigation-primary__list li {
    list-style-type: none;
}

.navigation-primary__link {
    font-family: "Sentico Sans Light", sans-serif;
    font-weight: 600;
    letter-spacing: 0.0875em;
    text-transform: capitalize;
    border-radius: 10em;
    display: block;
    font-size: 13px;
    line-height: 1.2;
    padding: 0.5425em 0.8em;
    text-align: center;
    text-decoration: none;
}

.navigation-primary__link.is-active, .navigation-primary__link[href]:hover, .navigation-primary__link[href]:focus {
    background-color: #1f355e;
}

.navigation-secondary {
    font-size: 1.14286rem;
}

.navigation-secondary__list {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
}

.navigation-secondary__list li {
    list-style-type: none;
}

.navigation-secondary__link, .navigation-secondary__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    border-radius: 10em;
    display: inline-block;
    font-size: 0.9em;
    padding: 0.3325em 0.75em;
    text-decoration: none;
}

.wf-main-medium-active .navigation-secondary__link, .wf-main-medium-active .navigation-secondary__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
}

.navigation-secondary__link[href]:hover, .navigation-secondary__link[href]:focus {
    text-decoration: underline;
}

.navigation-secondary__link.is-active, .navigation-secondary__link.is-active:visited {
    background-color: #0069B4;
}

.navigation-footer {
    font-size: 1.14286rem;
}

.navigation-footer__list {
    margin: 0;
    padding: 0;
}

.navigation-footer__list li {
    list-style-type: none;
}

.navigation-footer__link, .navigation-footer__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    font-size: 0.625em;
    letter-spacing: 0.333em;
    text-transform: uppercase;
}

.wf-main-medium-active .navigation-footer__link, .wf-main-medium-active .navigation-footer__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
}

.navigation-footer__link:hover, .navigation-footer__link:focus {
    text-decoration: underline;
}

[data-sticky-wrapper]:not(.is-visible) {
    display: none;
}

.navigation-internal {
    background-color: #E7E9EB;
    border-radius: 1.5em;
    font-size: 1.14286rem;
    margin-top: -24px;
    padding-left: 3.125em;
    padding-right: 3.125em;
}

.stuck .navigation-internal {
    border-radius: 0;
}

.navigation-internal__spacer, .navigation-internal__wrapper {
    height: 3.42857rem;
}

.navigation-internal__container .container-fluid {
    height: 3.42857rem;
}

.navigation-internal__container.stuck {
    background-color: #E7E9EB;
}

.navigation-internal__container.stuck .container-fluid {
    background-color: #E7E9EB !important;
    background-image: none !important;
}

.stuck .navigation-internal {
    margin-top: 0;
}

.navigation-internal__list {
    margin: 0;
    padding: 0;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation-internal__list li {
    list-style-type: none;
}

.navigation-internal__item {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.navigation-internal__trigger, .navigation-internal__trigger:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    -ms-flex-align: center;
    align-items: center;
    color: #1f355e;
    font-size: 0.875em;
    height: 3.42857rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
}

.wf-main-medium-active .navigation-internal__trigger, .wf-main-medium-active .navigation-internal__trigger:visited {
    font-family: "Sentico Sans Regular", sans-serif;
}

.navigation-internal__trigger-icon {
    transition: transform 0.14s;
}

.slide-toggle-open .navigation-internal__trigger-icon {
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.navigation-internal__link, .navigation-internal__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    color: #1f355e;
    font-size: 0.875em;
    text-decoration: none;
}

.wf-main-medium-active .navigation-internal__link, .wf-main-medium-active .navigation-internal__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
}

.navigation-internal__text {
    position: relative;
    z-index: 1;
}

.navigation-responsive {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    position: fixed;
    transition: visibility 0s 0.315s;
    visibility: hidden;
}

.menu-is-active .navigation-responsive {
    transition: visibility 0s;
    visibility: visible;
}

.navigation-responsive__overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(28, 28, 28, 0.5);
    opacity: 0;
    transition: 0.14s;
}

.menu-is-active .navigation-responsive__overlay {
    opacity: 1;
}

.menu-is-active .navigation-responsive__overlay:hover {
    opacity: 0.75;
}

.navigation-responsive__content {
    background-color: #0069b4;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.315s;
    width: 66.666%;
}

.menu-is-active .navigation-responsive__content {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.navigation-responsive__head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.navigation-responsive__head .col-12 {
    height: 4.35714rem;
}

.navigation-responsive__main {
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
    padding-left: 2.71429rem;
    padding-right: 2.71429rem;
}

.navigation-responsive__primary-list {
    margin: 0;
    padding: 0;
    font-size: 0.85714rem;
    margin-left: -1em;
}

.navigation-responsive__primary-list li {
    list-style-type: none;
}

.navigation-responsive__primary-item:not(:last-child) {
    margin-bottom: 1.325em;
}

.navigation-responsive__primary-link, .navigation-responsive__primary-link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    border-radius: 10em;
    display: inline-block;
    padding: 0.3325em 1em;
    text-decoration: none;
}

.wf-main-bold-active .navigation-responsive__primary-link, .wf-main-bold-active .navigation-responsive__primary-link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
}

.navigation-responsive__primary-link:hover, .navigation-responsive__primary-link:focus {
    background-color: #1f355e;
}

.navigation-responsive__primary-link.is-active, .navigation-responsive__primary-link.is-active:visited {
    background-color: #1f355e;
}

.navigation-responsive__secondary-list {
    margin: 0;
    padding: 0;
    font-size: 0.85714rem;
}

.navigation-responsive__secondary-list li {
    list-style-type: none;
}

.navigation-responsive__secondary-item:not(:last-child) {
    margin-bottom: 1em;
}

.navigation-responsive__secondary-link, .navigation-responsive__secondary-link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

.wf-main-medium-active .navigation-responsive__secondary-link, .wf-main-medium-active .navigation-responsive__secondary-link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
}

.navigation-responsive__secondary-link:hover, .navigation-responsive__secondary-link:focus {
    text-decoration: underline;
}

.navigation-responsive__action {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.navigation-responsive__action:first-child {
    margin-right: 1em;
}

.navigation-responsive__hr {
    border-color: rgba(255, 255, 255, 0.125);
}

.navigation-tertiary {
    font-size: 1.14286rem;
}

.navigation-tertiary__trigger, .navigation-tertiary__trigger:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    font-size: 0.75em;
    padding-bottom: 1.1675em;
    padding-top: 1.1675em;
    position: relative;
    text-decoration: none;
    top: 1px;
}

.wf-main-bold-active .navigation-tertiary__trigger, .wf-main-bold-active .navigation-tertiary__trigger:visited {
    font-family: "Sentico Sans Regular", sans-serif;
}

.navigation-tertiary__icon {
    transition: transform 0.14s;
}

.slide-toggle-open .navigation-tertiary__icon {
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.navigation-tertiary__list {
    margin: 0;
    padding: 0;
    background-color: #1f355e;
}

.navigation-tertiary__list li {
    list-style-type: none;
}

.navigation-tertiary__link, .navigation-tertiary__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    letter-spacing: 0.0875em;
    text-transform: uppercase;
    display: block;
    font-size: 0.75em;
    padding: 1.1675em 7px;
    text-decoration: none;
    cursor: pointer;
}

.wf-main-bold-active .navigation-tertiary__link, .wf-main-bold-active .navigation-tertiary__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
}

.navigation-tertiary__link.is-active, .navigation-tertiary__link:hover, .navigation-tertiary__link:focus {
    background-color: #0069B4;
}

.filter-table {
    font-size: 1.14286rem;
}

.wf-main-medium-active .filter-table__link, .wf-main-medium-active .filter-table__link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
}

.filter-table__row--heading {
    background-color: #1f355e;
    color: #fff;
}

.filter-table__row {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.filter-table__cell--sortable {
    cursor: pointer;
}

.filter-table__cell--heading {
    font-family: "Sentico Sans Regular", sans-serif;
}

.filter-table__cell--heading {
    font-weight: 700;
    font-size: .75em;
}

.filter-table__tbody .filter-table__row:nth-child(odd) {
    background-color: #e7e9eb;
}

.filter-table__cell--data {
    font-size: .875em;
}

.filter-table__cell--size {
    flex-basis: 130px;
    justify-content: flex-start;
    flex-grow: 0;
}

.filter-table__cell--download {
    flex-basis: 90px;
    justify-content: flex-start;
    justify-content: flex-start;
    max-width: 100px;
}

.filter-table__cell {
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: .71429rem;
    padding-top: .71429rem;
}

.filter-table__link, .filter-table__link:visited {
    font-family: Sentico Sans Regular,sans-serif;
    font-weight: 500;
    color: #001e32;
    display: inline;
    line-height: 1;
    position: relative;
}

.filter-table__shareclass_count {
    margin-left: 3px;
    color: #f27d00;
}

.filter-table__shareclass_count:hover {
    cursor: pointer !important;
}

.filter-table__link-container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.bold-link, .bold-link:visited {
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    color: #001e32;
    display: inline;
    line-height: 1;
    position: relative;
    font-size: 16px;
}

.normal-link {
    font-family: "Sentico Sans Regular", sans-serif;
    color: #001e32 !important;
    display: inline;
    line-height: 1;
    position: relative;
    text-decoration: underline;
    font-weight: 500;
}

.meta__item_title {
    background-color: #001e32;
    color: #fff;
}

.bk-grey-gradient {
    background-image: linear-gradient(#F8F8F8,#727272);
}

.color-dark-grey {
    color: #666666;
}

.float-left {
    float: left;
}

.clearfix {
    clear: both;
}

.border-white {
    border: 1px solid white;
}

.form-fieldRow {
    width: 49%;
    display: inline-block;
    margin: 10px 0px;
}

.form-field {
    clear: both;
    overflow: hidden;
}

.form-field.form-field--checkbox {
    padding-bottom: 5.5px;
    padding-left: 2.5px;
}

.form-field__radiocheckbox-label.form-field__radiocheckbox-label--checkbox {
    padding-top: 3.5px;
}

.form-field__radiocheckbox-label.form-field__radiocheckbox-label--radio {
    padding-top: 3.5px;
}

.form-field input[type="checkbox"] {
    background: transparent url(https://kamescapital-pardot.s3-eu-west-1.amazonaws.com/includes/img/checkbox.gif) no-repeat center center;
    float: left;
    height: 35px;
    padding: 20px;
    width: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.form-field input[type="checkbox"]:checked {
    background: transparent url(https://kamescapital-pardot.s3-eu-west-1.amazonaws.com/includes/img/checkbox-checked.gif) no-repeat center center;
}

.form-row {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.6em;
    margin: 0 0 10px 0;
}

#pardot-form label {
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    margin-top: 8px;
}

#pardot-form .submit {
    margin-top: 20px;
}

#pardot-form p.submit input[type="submit"] {
    background: #000 url(https://kamescapital-pardot.s3-eu-west-1.amazonaws.com/includes/img/icons/btn-chevron-light.png) no-repeat 90% 50%;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    position: relative;
    padding: 15px 60px 15px 20px;
    line-height: 1em;
    text-align: left;
    text-decoration: none;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
}

#pardot-form .pd-text input {
    background-color: #fff;
    border: 3px solid #c4c4c4;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    width: 280px;
}

#pardot-form .pd-text label, #pardot-form .pd-select label {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 0px;
}

#pardot-form .pd-select select {
    background-color: #fff;
    border: 3px solid #c4c4c4;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    width: 305px;
}

.CheckboxHeaders {
    color: #3b287a;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 120%;
}

.text-color-purple {
    color: #1f355e;
}

.form-thank-you {
    font-size: 18px;
}

.lh-15 {
    line-height: 1.5;
}

@media (max-width: 564px) {
    .card-insights {
        width: 100% !important;
    }
}

@media (max-width: 430px) {
    .col-map-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .mapcontact {
        min-height: 5em;
    }
}

@media (min-width: 1099px) {
    .card-insights {
        width: 50% !important;
    }
}

@media (max-width: 729px) {
    .hotspot-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 730px) and (max-width: 1001px) {
    .hotspot-card.col-2 {
        flex: 0 0 49.1% !important;
        max-width: 49.1% !important;
    }
}

@media (min-width: 730px) and (max-width: 1147px) {
    .hotspot-card.col-4 {
        flex: 0 0 49.8% !important;
        max-width: 49.8% !important;
    }
}

@media (min-width: 730px) and (max-width: 930px) {
    .hotspot-card {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .hotspot-card.col-1 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 930.1px) and (max-width: 1109px) {
    .hotspot-card.col-md-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (min-width: 2300px) {
    .card-insights {
        width: 33.333333% !important;
    }
}

@media (max-width: 898.98px) and (min-width: 501px) {

    .article-meta__item {
        padding: 0.25em 1.25em 0.25em 0em;
        display: flex;
        display: -ms-flexbox;
        -ms-flex-align: center;
        align-items: center;
    }

    .article-meta__itemtitle {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        padding: 1em 1.25em 0.25em 0em;
    }
}

@media (max-width: 722px)
{
    .tab-button .dot {
        margin-left: -1px;
        margin-right: -1px;
        height: 13px;
        width: 13px;
    }
}

@media (max-width: 729.98px) {
    .tl-s {
        grid-template-columns: 100% !important;
    }

    .timelinesingle {
        width: 99% !important;
        left: 0px !important;
    }

    .timelinesingle span {
        left: 6% !important;
        right: 15% !important;
        top: 35% !important;
    }

    .timelinesingle2, .timelinesingle3, .timelinesingle4 {
        top: -5px !important;
    }

    .timelinesingle3 {
        top: -10px !important;
    }

    .timelinesingle4 {
        top: -15px !important;
    }
}

@media (max-width: 896px) {
    .facts-figures__item {
        border-top: 1px solid #D8D8D8;
    }
}

@media (max-width: 435px) {
    .facts-figures__item, .facts-figures__item_H {
        max-width: 100%;
        position: relative;
        border-left: none;
        padding-bottom: 0em;
        margin: 0 !important;
    }
}

@media (max-width: 699px) {
    .col-staff-block {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 699px) and (max-width: 896px) {
    .col-staff-block {
        flex: 0 0 33% !important;
        max-width: 33% !important;
    }
}

@media (min-width: 896px) {
    .col-staff-block {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media (min-width: 1738px) {
    .col-article-card {
        flex: 0 0 33.3333% !important;
        max-width: 33.3333% !important;
    }
}

@media (min-width: 3045px) {
    .col-article-card {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media (max-width: 1053px) {
    .col-article-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.blog-article {
    max-width: 1300px !important;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}

@media (min-width: 1314px) {

    .blog-article {
        padding-left: 0px !important;
    }
}

@media (min-width: 439px) {

    .article-meta__item {
        padding: 0.25em 0em
    }

    .header__media.image {
        min-height: 22rem;
    }

    .header--image {
        min-height: 50%;
    }

    .header--image-500 {
        min-height: 50%;
    }

    .header--image-700 {
        min-height: 50%;
    }

    .facts-figures__body {
        padding-bottom: 0em;
        padding-top: 0em;
    }

    .facts-figures__item, .facts-figures__item_H {
        max-width: 100%;
        position: relative;
        border-left: none;
        padding-bottom: 0em;
        margin: 0 !important;
    }

    .container {
        max-width: 440px;
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }

    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 2rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 2rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 2rem !important;
    }

    .m-sm-6 {
        margin: 2.5rem !important;
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 2.5rem !important;
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 2.5rem !important;
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2.5rem !important;
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 2.5rem !important;
    }

    .m-sm-7 {
        margin: 3rem !important;
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 3rem !important;
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 3rem !important;
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 3rem !important;
    }

    .m-sm-8 {
        margin: 3.5rem !important;
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 3.5rem !important;
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 3.5rem !important;
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 3.5rem !important;
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 3.5rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 2rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2rem !important;
    }

    .p-sm-6 {
        padding: 2.5rem !important;
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2.5rem !important;
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2.5rem !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2.5rem !important;
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 2.5rem !important;
    }

    .p-sm-7 {
        padding: 3rem !important;
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 3rem !important;
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 3rem !important;
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 3rem !important;
    }

    .p-sm-8 {
        padding: 3.5rem !important;
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 3.5rem !important;
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 3.5rem !important;
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 3.5rem !important;
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 3.5rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .header-image-blog {
        min-height: 25%;
        padding-bottom: 13.75em;
        margin-bottom: 2rem !important;
    }
}

@media (min-width: 1001px) {
    .hotspot-card.col-2 {
        flex: 0 0 49.9% !important;
        max-width: 49.9% !important;
    }
}

@media (min-width: 1148px) {
    .hotspot-card.col-4 {
        flex: 0 0 24.9% !important;
        max-width: 24.9% !important;
    }
}

@media (min-width: 599px) {

    .blog-article-meta-side {
        display: none !important;
    }

    .blog-article-meta-summary {
        display: block !important;
    }

    .article-meta__item {
        padding: 0.25em 0em
    }

    .flow-blocks-3__item {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .facts-figures__item, .facts-figures__item_H {
        max-width: 100%;
        position: relative;
        flex: 0 0 100%;
    }

    .facts-figures__item:first-child {
        border-top: none;
    }

    .facts-figures__item:first-child {
        border-top: none;
    }

    .container {
        max-width: 600px;
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-3-1 {
        -ms-flex: 0 0 29.16%;
        flex: 0 0 29.16%;
        max-width: 29.16%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-article-card {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-04 {
        margin-left: 4%;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }

    .offset-top-1 {
        margin-top: 1em;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 2rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 2rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 2rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 2rem !important;
    }

    .m-md-6 {
        margin: 2.5rem !important;
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 2.5rem !important;
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 2.5rem !important;
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 2.5rem !important;
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 2.5rem !important;
    }

    .m-md-7 {
        margin: 3rem !important;
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 3rem !important;
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 3rem !important;
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 3rem !important;
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 3rem !important;
    }

    .m-md-8 {
        margin: 3.5rem !important;
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 3.5rem !important;
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 3.5rem !important;
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 3.5rem !important;
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 3.5rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 2rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 2rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 2rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 2rem !important;
    }

    .p-md-6 {
        padding: 2.5rem !important;
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 2.5rem !important;
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 2.5rem !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2.5rem !important;
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 2.5rem !important;
    }

    .p-md-7 {
        padding: 3rem !important;
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 3rem !important;
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 3rem !important;
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 3rem !important;
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 3rem !important;
    }

    .p-md-8 {
        padding: 3.5rem !important;
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 3.5rem !important;
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 3.5rem !important;
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 3.5rem !important;
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 3.5rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .card-default--timeline, .card-default--timeline-basic {
        max-width: 22.14286rem;
    }

    .fund-overview__item:not(:last-child) {
        border-right: 1px solid #D8D8D8;
    }

    .panel-image-content__row {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-height: 30.75em;
    }

    .person-info__media {
        padding-bottom: 133.33%;
    }

    .status {
        -ms-flex-align: center;
        align-items: center;
        padding: 1.375em 1.625em;
    }

    .status__icon {
        margin-right: 1.75em;
    }

    .timeline__row {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
    }

        .timeline__row:not(:first-child):not(:last-child) {
            margin-top: 1em;
        }

        .timeline__row:not(:last-child):not(:first-child) {
            margin-bottom: 1em;
        }

        .timeline__row:first-child {
            margin-bottom: 5em;
        }

        .timeline__row:last-child {
            margin-top: 5em;
        }

    .timeline__item {
        width: 50%;
    }

        .timeline__item:first-child {
            top: -7.14286rem;
        }

        .timeline__item:last-child {
            top: 7.14286rem;
        }

    .timeline__item--left {
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 5.35714rem;
    }

    .timeline__item--right {
        padding-left: 5.35714rem;
    }

    .timeline__item--left .timeline__label {
        right: -5.35714rem;
    }

        .timeline__item--left .timeline__label:before {
            right: 0;
        }

        .timeline__item--left .timeline__label:after {
            right: 0;
            -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
        }

    .timeline__item--right .timeline__label {
        left: -5.35714rem;
    }

        .timeline__item--right .timeline__label:before {
            left: 0;
        }

        .timeline__item--right .timeline__label:after {
            left: 0;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .vertical-tab__navigation {
        border-right: 1px solid #D8D8D8;
    }

    .vertical-tab__item:last-child {
        border-bottom: none;
    }

    .vertical-tab__link.is-active, .vertical-tab__link.is-active:visited {
        background-color: #0069b4;
        background-image: linear-gradient(37deg, #0069b4 36%, #5f9cc7 80%);
        color: #fff;
    }

        .vertical-tab__link.is-active .vertical-tab__icon {
            color: #fff;
        }

    .vertical-tab-tbindex__link.is-active, .vertical-tab-tbindex__link.is-active:visited {
        background-color: #d3eef9;
        color: #0069B4;
        font-weight: 700;
        margin-right: 6px;
    }

    .vertical-tab-tbindex__icon {
        display: none;
    }

    .vertical-tab-tbindex__item.active {
        background-color: #0069B4 !important;
    }

    .active-strip {
        width: 1%;
        border-style: solid;
        border-color: white;
        background-color: white;
    }

    .form__step {
        padding-left: 2.14286rem;
        position: relative;
    }

        .form__step:before {
            font-family: "Sentico Sans Regular", sans-serif;
            font-weight: 700;
            font-size: 1.57143rem;
            line-height: 1.3;
            content: attr(data-form-step) ".";
            left: 0;
            position: absolute;
            top: 0;
        }

    .wf-main-bold-active .form__step:before {
        font-family: "Sentico Sans Regular", sans-serif;
    }

    .navigation-tertiary__link, .navigation-tertiary__link:visited {
        padding-left: 2.083em;
        padding-right: 2.083em;
    }
}

@media (min-width: 899px) {

    .article-meta__item {
        padding: 0.25em 1em
    }

    .article-meta__itemtitle {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        padding: 1em 1.25em 0.25em 1em;
    }

    .blog-article-meta-side {
        display: block !important;
    }

    .blog-article-meta-summary {
        display: none !important;
    }

    .btn-filter-col {
        float: left;
    }

    .btn-filter {
        min-width: 6.5em;
    }

    .btn-filter .btn-default__text {
        padding-left: 1.5em !important;
        padding-right: 1.5em !important;
    }

    .flow-blocks-3__item {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .card-height {
        min-height: 400px;
    }

    .pl-9 {
        padding-left: 4rem !important;
    }

    .pr-9 {
        padding-right: 4rem !important;
    }

    .show-min {
        display: none;
    }

    .show-max {
        display: block;
    }
   
    .facts-figures__item, .facts-figures__item_H {
        max-width: 50%;
        position: relative;
        border-left: 1px solid #D8D8D8;
        margin-top: 1.5em !important;
        margin-bottom: 1.5em !important;
    }

    .container {
        max-width: 900px;
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-1-1 {
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
    }

    .col-lg-1-2 {
        -ms-flex: 0 0 13%;
        flex: 0 0 13%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-2-1 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-mw-2 {
        min-width: 20%;
    }

    .col-mw-3 {
        min-width: 30%;
    }

    .col-mw-4 {
        min-width: 40%;
    }

    .col-mw-5 {
        min-width: 50%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-3-1 {
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
        max-width: 29%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-45 {
        -ms-flex: 0 0 37.33333%;
        flex: 0 0 37.33333%;
        max-width: 37.33333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-5-1 {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .form-field--radio {
        padding-left: 2px;
        padding-bottom: 4px;
        padding-top: 2px;
    }

    .col-location {
        min-width: 32.5em;
        flex: 0 0 67%;
        max-width: 67%;
    }

    .col-region {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-7-1 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-9-1 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-10-1 {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-11-1 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .header-image-blog {
        min-height: 450px !important;
        margin-bottom: 2rem !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 2rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2rem !important;
    }

    .m-lg-6 {
        margin: 2.5rem !important;
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2.5rem !important;
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2.5rem !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2.5rem !important;
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 2.5rem !important;
    }

    .m-lg-7 {
        margin: 3rem !important;
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 3rem !important;
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 3rem !important;
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 3rem !important;
    }

    .m-lg-8 {
        margin: 3.5rem !important;
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 3.5rem !important;
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 3.5rem !important;
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 3.5rem !important;
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 3.5rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 2rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2rem !important;
    }

    .p-lg-6 {
        padding: 2.5rem !important;
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2.5rem !important;
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 2.5rem !important;
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2.5rem !important;
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 2.5rem !important;
    }

    .p-lg-7 {
        padding: 3rem !important;
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 3rem !important;
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 3rem !important;
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 3rem !important;
    }

    .p-lg-8 {
        padding: 3.5rem !important;
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 3.5rem !important;
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 3.5rem !important;
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 3.5rem !important;
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 3.5rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .strip {
        z-index: 1;
    }

    .strip--fade-1 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-1 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.0526316);
        content: '';
    }

    .strip--fade-1 .container-fluid .row {
        position: relative;
    }

    .strip--fade-2 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-2 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.105263);
        content: '';
    }

    .strip--fade-2 .container-fluid .row {
        position: relative;
    }

    .strip--fade-3 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-3 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.157895);
        content: '';
    }

    .strip--fade-3 .container-fluid .row {
        position: relative;
    }

    .strip--fade-4 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-4 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.210526);
        content: '';
    }

    .strip--fade-4 .container-fluid .row {
        position: relative;
    }

    .strip--fade-5 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-5 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.263158);
        content: '';
    }

    .strip--fade-5 .container-fluid .row {
        position: relative;
    }

    .strip--fade-6 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-6 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.315789);
        content: '';
    }

    .strip--fade-6 .container-fluid .row {
        position: relative;
    }

    .strip--fade-7 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-7 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.368421);
        content: '';
    }

    .strip--fade-7 .container-fluid .row {
        position: relative;
    }

    .strip--fade-8 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-8 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.421053);
        content: '';
    }

    .strip--fade-8 .container-fluid .row {
        position: relative;
    }

    .strip--fade-9 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-9 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.473684);
        content: '';
    }

    .strip--fade-9 .container-fluid .row {
        position: relative;
    }

    .strip--fade-10 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-10 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.526316);
        content: '';
    }

    .strip--fade-10 .container-fluid .row {
        position: relative;
    }

    .strip--fade-11 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-11 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.578947);
        content: '';
    }

    .strip--fade-11 .container-fluid .row {
        position: relative;
    }

    .strip--fade-12 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-12 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.631579);
        content: '';
    }

    .strip--fade-12 .container-fluid .row {
        position: relative;
    }

    .strip--fade-13 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-13 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.684211);
        content: '';
    }

    .strip--fade-13 .container-fluid .row {
        position: relative;
    }

    .strip--fade-14 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-14 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.736842);
        content: '';
    }

    .strip--fade-14 .container-fluid .row {
        position: relative;
    }

    .strip--fade-15 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-15 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.789474);
        content: '';
    }

    .strip--fade-15 .container-fluid .row {
        position: relative;
    }

    .strip--fade-16 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-16 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.842105);
        content: '';
    }

    .strip--fade-16 .container-fluid .row {
        position: relative;
    }

    .strip--fade-17 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-17 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.894737);
        content: '';
    }

    .strip--fade-17 .container-fluid .row {
        position: relative;
    }

    .strip--fade-18 .container-fluid {
        background-color: transparent;
        position: relative;
    }

    .strip--fade-18 .container-fluid:before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.947368);
        content: '';
    }

    .strip--fade-18 .container-fluid .row {
        position: relative;
    }

    .author__body, .author__body_card {
        bottom: 0;
        right: 0;
        text-align: right;
        margin-right: 2rem;
        margin-left: -2em;
    }

    .author__body {
        position: absolute;
    }

    .btn-default--user-select, .btn-default--user-select:visited {
        width: 12.28571rem;
    }

    .document {
        padding: 1em;
    }

    .document__title {
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
        padding-right: 1em;
    }

    .document__type {
        -ms-flex-preferred-size: 22.5%;
        flex-basis: 22.5%;
        padding-right: 1em;
    }

    .document__action {
        -ms-flex-preferred-size: 22.5%;
        flex-basis: 22.5%;
    }

    .featured-articles__image {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .featured-articles__inner {
        bottom: 0;
        left: 0;
        min-height: 12.14286rem;
        padding-bottom: 1.75em;
        position: absolute;
        -ms-transform: translateY(0.75em);
        transform: translateY(0.75em);
        transition: 0.14s;
        width: 25.85714rem;
    }

    .bondtalk__inner {
        min-height: 6.14286rem !important;
        width: 14.85714rem !important;
    }

    .hover .featured-articles__inner,
    .focus .featured-articles__inner {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .fund-overview {
        display: -ms-flexbox;
        display: flex;
    }

    .facts-figures {
        display: -ms-flexbox;
        display: flex;
    }

    .fund-overview__head {
        background-image: linear-gradient(to right, #0069b4 36%, #5f9cc7 99%);
    }

    .fund_accordion_text {
        display: inline;
    }

    .fund-overview__head:after {
        border-color: transparent transparent transparent #5f9cc7;
        border-width: 15px 0 15px 15px;
        left: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    div[id*='capabilitiesdivider-'] {
        border-color: #D8D8D8;
    }

    .content-two-column .col-lg-6:first-child {
        border-right: 1px solid #E7E9EB;
        padding-right: 2.14286rem;
    }

    .content-two-column .col-lg-6:last-child {
        padding-left: 2.14286rem;
    }

    .content-two-column .col-noborder {
        border-right: none !important;
    }

    .timeline__item--left {
        padding-right: 8.28571rem;
    }

    .timeline__item--right {
        padding-left: 8.28571rem;
    }

    .timeline__item--left .timeline__label {
        right: -8.28571rem;
    }

    .timeline__item--right .timeline__label {
        left: -8.28571rem;
    }

    .timeline__item--left .timeline__label-inner {
        right: 6.14286rem;
    }

    .timeline__item--right .timeline__label-inner {
        left: 6.14286rem;
    }

    .vertical-tab__link, .vertical-tab__link:visited {
        min-height: 8.333em;
        padding-left: 3.333em;
        padding-right: 3.333em;
    }

    .header--image {
        min-height: 50rem;
    }

    .header--image-500 {
        min-height: 500px;
    }

    .header--image-700 {
        min-height: 700px;
    }

    .header-image-blog {
        max-width: 1300px;
        object-fit: contain;
        max-height: 50px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 13.75em;
    }

    .header--offset {
        padding-bottom: 13.75em;
        margin-bottom: -13.75em;
    }

    .header--offset-sm {
        padding-bottom: 7.75em;
        margin-bottom: -7.75em;
    }

    .navigation-internal__list {
        height: 3em;
    }

    .navigation-internal__link, .navigation-internal__link:visited {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        text-align: center;
    }

        .navigation-internal__link:focus {
            background-color: #D8D8D8;
        }

        .navigation-internal__link.is-active, .navigation-internal__link:hover {
            background-color: #1f355e;
            color: #fff;
        }
}

@media (min-width: 1000px) {

    #card-fullwidth {
        display: block;
    }

    #card-minwidth {
        display: none;
    }

    .col-map-card {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-map {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .document__download {
        -ms-flex-preferred-size: 77.5%;
        flex-basis: 77.5%;
        padding-right: 1em;
    }

    .document__download_title {
        font-size: 20px;
        font-weight: bold;
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .document__download_FileSize {
        font-size: 16px;
        margin-bottom: 1rem !important;
        margin-bottom: 0.25rem !important;
    }
}

@media (min-width: 1199px) {

    .flow-blocks-3__item {
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
    }

    .col-filter-top-buttons {
        display: none;
    }

    .facts-figures__item, .facts-figures__item_H {
        max-width: 25%;
        position: relative;
        border-left: 1px solid #D8D8D8;
        margin-top: 1.5em !important;
        margin-bottom: 1.5em !important;
    }

    .container {
        max-width: 1200px;
    }

    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }

    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 2rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 2rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 2rem !important;
    }

    .m-xl-6 {
        margin: 2.5rem !important;
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2.5rem !important;
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2.5rem !important;
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2.5rem !important;
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 2.5rem !important;
    }

    .m-xl-7 {
        margin: 3rem !important;
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 3rem !important;
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 3rem !important;
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 3rem !important;
    }

    .m-xl-8 {
        margin: 3.5rem !important;
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 3.5rem !important;
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 3.5rem !important;
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 3.5rem !important;
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 3.5rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .mb-none {
        margin-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 2rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 2rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 2rem !important;
    }

    .p-xl-6 {
        padding: 2.5rem !important;
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2.5rem !important;
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2.5rem !important;
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2.5rem !important;
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 2.5rem !important;
    }

    .p-xl-7 {
        padding: 3rem !important;
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 3rem !important;
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 3rem !important;
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 3rem !important;
    }

    .p-xl-8 {
        padding: 3.5rem !important;
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 3.5rem !important;
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 3.5rem !important;
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 3.5rem !important;
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 3.5rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }

    .container,
    .container-fluid
    [class*="col-"] {
        padding-left: 14px;
        padding-right: 14px;
    }

    .row {
        margin-left: -14px;
        margin-right: -14px;
    }

    .card-default {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .featured-articles__item {
        padding-bottom: 17.5%;
    }

    .featured-articles__item--first {
        padding-bottom: 35%;
    }

    .featured-articles__item--first--right {
        padding-bottom: 35%;
        float: right;
    }

    .list-filter {
        margin-left: -14px;
        margin-right: -14px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .panel-image-content {
        margin-left: 14px;
        margin-right: 14px;
    }

    .navigation-secondary__item:not(:first-child) {
        margin-left: 0.5em;
    }

    .navigation-secondary__item:not(:last-child) {
        margin-right: 0.5em;
    }

    .navigation-tertiary__list {
        margin-left: -14px;
        margin-right: -14px;
    }

    .blog-header-text {
        font-size: 3rem;
        text-align: left;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    @page {
        size: auto;
    }
}

@media (max-width: 898.98px) {

    .blog-content {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

        .blog-content .rte-container .container {
            max-width: 100% !important;
        }

    .btn-filter-col {
        margin-left: 11px;
        margin-right: 15px;
    }

    .btn-filter {
        margin-top: 1em;
        width: 100% !important;
    }

    .hr {
        display: none;
    }

    .rhm-1 {
        margin-top: -0.5rem !important;
    }

    .modal {
        width: 100%;
    }

    .map-container {
        padding-top: 0;
        display: block;
        height: auto
    }

        .map-container.expanded [data-map] {
            float: none;
        }

    .embed-form {
        width: 100%;
        overflow-y: scroll;
        overflow-x: scroll;
    }

    embed {
        max-width: 500px;
    }

        embed #pardot-form label {
            width: 90% !important;
        }

        embed #pardot-form .pd-text input, #pardot-form .pd-select select, #pardot-form .pd-textarea textarea {
            width: 90% !important;
        }

    .map-container.expanded [data-map] {
        left: 0;
        float: none;
        margin-left: 0%;
    }

    .map-container [data-map] {
        height: 350px;
        position: relative !important
    }

    .map-container__info-panel {
        width: 100%;
        height: auto;
        overflow: auto;
        position: relative
    }

    .map-container__toggle {
        display: none
    }

    .map-container__location .carousel .flickity-prev-next-button {
        display: inline-flex;
    }

        .map-container__location .carousel .flickity-prev-next-button.next {
            left: 85% !important;
        }

        .map-container__location .carousel .flickity-prev-next-button.previous {
            left: 5% !important;
        }

    .map-container__content {
        height: 100%
    }

    .align-bottom {
        position: relative !important;
    }

    .show-min {
        display: block;
    }

    .show-max {
        display: none;
    }

    .col-filter-header {
        padding-bottom: 1em;
    }

    .col-filter-section {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        display: block !important;
        padding-left: 14px !important;
    }

    .filter-search {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-bottom: 1em;
    }

    .filter-search-text {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-bottom: 1em;
    }

    .filter-header-row {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .filter-header-row .justify-content-end {
        padding-top: 1.5rem !important;
        padding-bottom: 1rem !important;
    }

    .available-filters-container, .selected-filters-container {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .col-filter-bottom-buttons {
        flex: 0 0 95% !important;
        max-width: 95% !important;
        padding-left: 24px !important;
        margin-left: 0em !important;
    }

    .col-filter-bottom-buttons .btn-default {
        width: 100% !important;
        margin-top: 1em;
    }

    .list-filter .btn-default {
        margin-left: 15px;
        margin-right: 15px;
    }

    #hideheader {
        display: none;
    }

    .strip--fade-1 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-2 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-3 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-4 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-5 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-6 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-7 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-8 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-9 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-10 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-11 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-12 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-13 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-14 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-15 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-16 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-17 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .strip--fade-18 .container-fluid {
        background-color: rgba(33, 32, 120, 0.1) !important;
    }

    .accordion__trigger, .accordion__trigger:visited {
        padding-left: 1em;
        padding-right: 1em;
    }

    .accordion__content {
        padding-left: 1em;
        padding-right: 1em;
    }

    .author__head, .card__head {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .author__head, {
        margin-left: 0 !important;
    }

    .author__body, .author__body_card {
        bottom: 0;
        right: 0;
        text-align: right;
        margin-right: 2rem;
        margin-left: -2em;
        padding-bottom: 0.5em;
    }

    .author__body {
        position: absolute;
    }

    .author__description {
        margin-bottom: 0px !important;
    }

    body.menu-is-active, body.filter-is-active {
        overflow: hidden;
    }

    .btn-default--circular-large, .btn-default--circular-large:visited {
        height: 2.28571rem;
        width: 2.28571rem;
    }

    .carousel--md {
        display: block;
        text-align: center;
    }

        .carousel--md:after {
            content: 'flickity';
            display: none;
        }

        .carousel--md [class*="col-"] {
            min-height: 100%;
        }

    .carousel .flickity-prev-next-button {
        display: none;
    }

    .featured-articles__image {
        padding-bottom: 56.25%;
        height: 0;
    }

    .featured-articles__inner {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .bondtalk__inner {
        min-height: 6.14286rem !important;
        width: 14.85714rem !important;
        bottom: 0;
        left: 0;
        min-height: 6.14286rem;
        position: absolute;
        transform: translateY(0.75em);
        transition: 0.14s;
        width: 14.85714rem;
    }

    .hover .bondtalk__inner,
    .focus .bondtalk__inner {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .fund-overview__head {
        background-image: linear-gradient(to top, #1f355e 36%, #4965F1 99%);
        margin-bottom: 1em;
    }

        .fund-overview__head:after {
            border-color: #1f355e transparent transparent transparent;
            border-width: 15px 15px 0 15px;
            left: 50%;
            top: 100%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .fund-overview__head {
        padding-bottom: 1em;
        padding-top: 1em;
    }

    .icon-cta__item--expander:nth-of-type(even) {
        border-color: #D8D8D8;
    }

    .icon-cta__item {
        padding-bottom: 2em;
    }

    .icon-cta__icon-container {
        height: 6.25em;
        width: 6.25em;
    }

    .icon-cta__icon {
        height: 3.25em;
        width: 3.25em;
    }

    .list-filter__head {
        border-bottom: 1px solid rgba(69, 85, 96, 0.5);
    }

    .list-filter__overlay {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        position: fixed;
        transition: 0.14s;
        transition: opacity 0.14s, visibility 0s 0.14s;
        visibility: hidden;
        z-index: 150;
    }

    .filter-is-active .list-filter__overlay {
        opacity: 1;
        transition: opacity 0.14s;
        visibility: visible;
    }

    .list-filter__overlay:hover {
        cursor: pointer;
        opacity: 0.75;
    }

    .list-filter__container {
        background-color: #F3F4F5;
        bottom: 0;
        max-width: 100%;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 0;
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: transform 0.315s, visibility 0s 0.315s;
        visibility: hidden;
        width: 21.42857rem;
        z-index: 200;
    }

    .filter-is-active .list-filter__container {
        -ms-transform: translateX(0);
        transform: translateX(0);
        transition: transform 0.315s;
        visibility: visible;
    }

    .modal {
        padding: 1.42857rem;
        margin-top: -20em;
    }

    .modal:before {
        left: 1.42857rem;
        right: 2.14286rem;
    }

    .modal a.close-modal, .modal a.close-modal:visited {
        right: 0;
    }

    .panel-image-content__image {
        padding-bottom: 100%;
    }

    .vertical-tab__item-content {
        padding: 1.25em 0;
    }

    body .kv-overlay .kv-shadow:before {
        left: 1.42857rem;
        right: 2.14286rem;
    }

    body .kv-overlay .kv-close-button, body .kv-overlay .kv-close-button:visited {
        right: 0;
    }

    .header-bar__logo {
        height: 2em;
        width: 6.75em;
    }

    .header-bar {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .header-bar__wrapper--absolute + .header,
    .header-bar__wrapper--fixed + .header {
        padding-top: 5.14286rem;
    }

    .header__intro {
        font-size: 1em;
    }

    .stuck .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navigation-internal {
        padding-left: 1.875em;
        padding-right: 1.875em;
    }

    .navigation-internal__list {
        border-top: 1px solid #D8D8D8;
        padding-bottom: 0.8125em;
        padding-top: 0.8125em;
    }

    .navigation-internal__item:not(:last-child) {
        margin-bottom: 0.325em;
    }

    .navigation-internal__link, .navigation-internal__link:visited {
        padding: 0.10825em 0.825em;
        border-radius: 10em;
        display: inline-block;
    }

    .navigation-internal__link:hover {
        background-color: #1f355e;
        color: #fff;
    }

    .hidden-xs {
        display: none !important;
    }

    .header-bar__logo-link {
        padding-left: 0px;
    }

    .fundpage_funddesc {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}

@media (max-width: 438.98px) {

    .article-meta__item {
        padding: 0.25em 1.25em 0.25em 0em;
        display: flex;
        display: -ms-flexbox;
        -ms-flex-align: center;
        align-items: center;
    }

    .article-meta__itemtitle {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        padding: 1em 1.25em 0.25em 0em;
    }

    .blog-article-meta-side {
        display: none !important;
    }

    .blog-article-meta-summary {
        display: block !important;
    }

    .container,
    .container-fluid,
    [class*="col-"] {
        padding-left: 7px;
        padding-right: 7px;
    }

    .row {
        margin-left: -7px;
        margin-right: -7px;
    }

    .card-default {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .carousel--xs {
        display: block;
        text-align: center;
    }

    .carousel--xs:after {
        content: 'flickity';
        display: none;
    }

    .carousel--xs [class*="col-"] {
        min-height: 100%;
    }

    .list-filter {
        margin-left: -7px;
        margin-right: -7px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .panel-image-content {
        margin-left: 7px;
        margin-right: 7px;
    }

    .navigation-tertiary__list {
        margin-left: -7px;
        margin-right: -7px;
    }

    .strip .container-fluid img {
        width: 100%;
        height: auto;
    }

    .blog-header-text {
        text-align: center;
        font-size: 1.75rem;
    }

    .header-image-blog {
        min-height: 50%;
        padding-bottom: 13.75em;
        padding-top: 0rem !important;
    }
}

@media (min-width: 730px) and (max-width: 1086px) {

    .tl-s {
        grid-template-columns: 50% 50% !important;
    }

    .timelinesingle {
        width: 49% !important;
    }

    .timelinesingle span {
        left: 32% !important;
        right: 10% !important;
    }

    .timelinesingle1 span, .timelinesingle3 span {
        left: 16% !important;
        right: 25% !important;
    }

    .timelinesingle1, .timelinesingle3 {
        left: 50px !important;
    }

    .timelinesingle2, .timelinesingle4 {
        left: -50px !important;
    }

    .timelinesingle3, .timelinesingle4 {
        top: -5px !important;
    }
}

@media (min-width: 439px) and (max-width: 598.98px) {

    .blog-header-text {
        font-size: 2rem;
    }

    .blog-article-meta-side {
        display: none !important;
    }

    .blog-article-meta-summary {
        display: block !important;
    }

    .article-meta__item {
        padding: 0.25em 1.25em 0.25em 0em;
        display: flex;
        display: -ms-flexbox;
        -ms-flex-align: center;
        align-items: center;
    }

    .article-meta__itemtitle {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        padding: 1em 1.25em 0.25em 0em;
    }

    .container,
    .container-fluid,
    [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .card-default {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .list-filter {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 1em;
    }

    .panel-image-content {
        margin-left: 15px;
        margin-right: 15px;
    }

    .navigation-tertiary__list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .navigation-tertiary__link, .navigation-tertiary__link:visited {
        padding-left: 15px;
        padding-right: 15px;
    }

    .strip .container-fluid img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 599px) and (max-width: 898.98px) {

    .blog-header-text {
        font-size: 2.5rem;
    }

    .blog-article-meta-side {
        display: none !important;
    }

    .blog-article-meta-summary {
        display: block !important;
    }

    .card-insights {
        width: 100% !important;
    }

    .container,
    .container-fluid,
    [class*="col-"] {
        padding-left: 14px;
        padding-right: 14px;
    }

    .row {
        margin-left: -14px;
        margin-right: -14px;
    }

    .card-default {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .card-default--last-third {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .card-default--last-third .card-default__media-wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-order: 2;
        order: 2;
        position: relative;
    }

    .card-default--last-third .card-default__media {
        position: static;
    }

    .card-default--last-third .card-default__main {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-order: 1;
        order: 1;
    }

    .featured-articles {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .featured-articles__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .featured-articles__item--first {
        width: 100%;
    }

    .featured-articles__image {
        -ms-flex-preferred-size: 14.28571rem;
        flex-basis: 14.28571rem;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding-bottom: 0;
    }

    .header-card, .header-card-img {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .list-filter {
        margin-left: -14px;
        margin-right: -14px;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 1em;
    }

    .panel-image-content {
        margin-left: 14px;
        margin-right: 14px;
    }

    .panel-image-content__inner {
        padding: 2em;
    }

    .timeline__item--left .timeline__label-inner {
        right: 3.28571rem;
    }

    .timeline__item--right .timeline__label-inner {
        left: 3.28571rem;
    }

    .vertical-tab__link, .vertical-tab__link:visited {
        min-height: 7.25em;
        padding-left: 2em;
        padding-right: 2em;
    }

    .navigation-tertiary__list {
        margin-left: -14px;
        margin-right: -14px;
    }

    .strip .container-fluid img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 899px) and (max-width: 1198.98px) {

    .blog-header-text {
        font-size: 2.75rem;
    }

    .article-meta__item {
        padding: 0.25em 1em
    }

    .article-meta__itemtitle {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        padding: 1em 1.25em 0.25em 1em;
    }

    .col-filter-section {
        padding-left: 14px !important;
        flex: 0 0 70% !important;
        max-width: 70% !important;
    }

    .col-filter-bottom-buttons .ml-5 {
        margin-left: 0.5rem !important;
    }

    .col-filter-bottom-buttons {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }


    .container,
    .container-fluid,
    [class*="col-"] {
        padding-left: 14px;
        padding-right: 14px;
    }

    .row {
        margin-left: -14px;
        margin-right: -14px;
    }

    .card-default {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .featured-articles__item {
        padding-bottom: 25%;
    }

    .featured-articles__item--first {
        padding-bottom: 50%;
    }

    .list-filter {
        margin-left: -14px;
        margin-right: -14px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .panel-image-content {
        margin-left: 14px;
        margin-right: 14px;
    }

    .navigation-tertiary__list {
        margin-left: -14px;
        margin-right: -14px;
    }
}

@media (min-width: 899px) and (max-width: 1020px) {
    .col-filter-bottom-buttons .ml-5 {
        margin-left: 0.1rem !important;
    }

    .col-filter-bottom-buttons .fw-9-1 {
        width: 8.5em;
    }
}

@media (max-width: 598.98px) {

    .author__info {
        margin-top: 1em;
    }

    .vertical-tab-tbindex__item-content {
        padding-left: 0em;
    }

    .vertical-tab-tbindex__item {
        background-color: #E7E9EB !important;
        border-bottom: 1px solid #D8D8D8;
        border-left: 1px solid #D8D8D8;
        border-right: 1px solid #D8D8D8;
    }

    .vertical-tab-tbindex__link:hover {
        background-color: #F3F4F5;
    }

    .card-default__main--x {
        padding-left: 0.75em;
        padding-right: 0.75em;
    }

    .card-default__main--y {
        padding-bottom: 0.75em;
        padding-top: 0.75em;
    }

    .carousel--sm {
        display: block;
        text-align: center;
    }

    .carousel--sm:after {
        content: 'flickity';
        display: none;
    }

    .carousel--sm [class*="col-"] {
        min-height: 100%;
    }

    .carousel [class*="col-"] {
        min-height: 0;
    }

    .featured-articles__item {
        float: none;
        height: auto;
        width: auto;
    }

        .featured-articles__item:not(.featured-articles__item--first) {
            display: none;
        }

    .fund-overview__item {
        padding-left: 1em;
        padding-right: 1em;
        width: 50%;
    }

        .fund-overview__item:not(:first-child):not(:nth-child(2)) {
            margin-top: 1.25em;
        }

        .fund-overview__item:nth-child(odd) {
            border-right: 1px solid #D8D8D8;
        }

    .image-block--compact {
        margin-bottom: 0.406em;
        margin-left: 0.203em;
        margin-right: 0.203em;
    }

    .listing-block {
        padding-left: 1.428em;
        padding-right: 1.428em;
    }

    .panel-image-content__inner {
        padding: 1.25em;
    }

    .person-block__overlay {
        padding-left: 0.25em;
        padding-right: 0.25em;
    }

    .person-info__media {
        padding-bottom: 94%;
    }

    .rte-container table {
        display: block;
        overflow-x: auto;
    }

    .timeline {
        margin-left: 0.85714rem;
        margin-right: 0.42857rem;
    }

        .timeline:before {
            left: 0;
            margin-left: 0;
        }

    .timeline__item {
        margin-bottom: 1em;
        margin-top: 1em;
        padding-left: 1.92857rem;
    }

    .timeline__label {
        left: -1.92857rem;
    }

        .timeline__label:before {
            left: 0;
        }

        .timeline__label:after {
            left: 0;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .timeline__label-inner {
        left: 1.42857rem;
    }

    .timeline__end {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .welcome-message__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .welcome-message__icon {
        height: 1.625em;
        width: 1.625em;
    }

    .welcome-message__text {
        font-family: "Sentico Sans Regular", sans-serif;
        font-weight: 500;
        font-size: 0.875em;
    }

    .wf-main-medium-active .welcome-message__text {
        font-family: "Sentico Sans Regular", sans-serif;
    }

    .welcome-message__cta {
        width: 100%;
    }

    .form-field__input--default {
        font-size: 1.14286rem;
    }

    .styled-select__text {
        font-size: 1.14286rem;
    }

    .pagination {
        font-size: 1.42857rem;
    }

    .pagination__item:not(.pagination__item--arrow):not(.pagination__item--dots):not(.pagination__item--first-page):not(.pagination__item--last-page):not(.pagination__item--current) {
        display: none;
    }

    .pagination__link--previous, .pagination__link--previous:visited, .pagination__link--next, .pagination__link--next:visited {
        width: 3em;
    }

    .navigation-responsive__content {
        width: 100%;
    }

    .navigation-tertiary {
        height: 3.0625em;
    }

    .strip .container-fluid img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1198.98px) {

    .insights-cards {
        margin-left: -14px !important;
        margin-right: -14px !important;
    }

    .carousel--lg {
        display: block;
        text-align: center;
    }

        .carousel--lg:after {
            content: 'flickity';
            display: none;
        }

        .carousel--lg [class*="col-"] {
            min-height: 100%;
        }
}

@media (max-width: 909px) {
    .filter-search {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .filter-search-text {
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media (max-width: 863px) {

    .video-container {
        background-color: #FFFFFF !important;
    }

    #video-overlay-text {
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    #video-overlay-text .video-background-dark {
        background: unset;
    }

    #video-overlay-text .video-background, #video-overlay-text .video-background-dark {
        margin-bottom: 3.5em;
    }

    #video-overlay-text span {
        color: #000 !important;
    }

    #video-overlay-text .video-overlay-button {
        padding-bottom: 2em !important;
    }
}

@media (max-width: 999.98px) {

    #card-fullwidth {
        display: none;
    }

    #card-minwidth {
        display: block;
    }

    .col-map {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-map-card {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1197px) {
    .filter-search-text {
        font-size: 14px;
    }

    .filter-search {
    }

    .col-filter-header {
        font-size: 14px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.card-default__main--y-1 {
    padding-bottom: 0.75em;
    padding-top: 0.75em;
}

.quick-links {
    background-color: #f3f4f5;
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 1.0em;
    width: 100%;
}

.quick-links__title {
    color: black;
    font-size: 0.625rem;
    text-transform: uppercase;
}

.quick-links__link-text {
    color: black;
    font-size: 1.125em;
    line-height: 225%;
}

.quick-links__link, .quick-links__link:visited {
    text-decoration: none;
    position: relative;
}

.hover .quick-links__link,
.focus .quick-links__link, .quick-links__link:hover, .quick-links__link:focus {
    text-decoration: underline;
}

.carousel-article-page-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin-right: 14px;
    overflow: hidden;
}

.carousel-article-page-container-last {
    margin-right: 0px;
}

.carousel-article-page-container__image {
    background-color: #0069B4;
    height: 82%;
}

.carousel-article-page-container__text {
    background-color: #F3F4F5;
    height: 18%;
    padding: 14px;
}

.carousel-article-page-container__title, .carousel-article-page-container__title:visited {
    text-decoration: none;
    position: relative;
}

.hover .carousel-article-page-container__title, .focus .carousel-article-page-container__title, .carousel-article-page-container__title:hover, .carousel-article-page-container__title:focus {
    text-decoration: underline;
}

.lang-selector {
    -webkit-appearance: none;
    font-family: "Sentico Sans Regular", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    background-color: #1F355E;
    color: white;
    height: 2.386rem;
    outline: none;
    padding-left: 1.25rem;
    padding-right: 4rem;
    line-height: 1rem;
    border-radius: 10em;
    border-width: 0px;
    cursor: pointer;
    background-image: linear-gradient(#0069B4, #0069B4);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.175s, color 0.175s;
}

.lang-selector--small {
    padding-right: 5rem;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

.lang-selector:hover {
    background-size: 100% 100%;
}

#lang-selector_down-arrow {
    fill: white;
    width: 8%;
    height: auto;
}

#lang-selector_down-arrow--small {
    fill: white;
    height: auto;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

p {
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.mp3-mp4block {
    background-color: #f3f4f5;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-bottom: 1.0em;
}

.mp3-mp4block__image {
    background-color: #f3f4f5;
}

.mp3-mp4block__description {
    color: black;
    font-size: 1.3em;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    padding-left: 14px;
    padding-right: 14px;
}

.mp3-mp4block__link-text {
    color: #212078;
    font-size: 1.125em;
    padding-left: 14px;
    padding-right: 14px;
}

    .mp3-mp4block__link-text, .mp3-mp4block__link-text:visited {
        text-decoration: none;
        position: relative;
    }

        .mp3-mp4block__link-text:hover, .mp3-mp4block__link-text:focus {
            text-decoration: underline;
            cursor: pointer;
        }

.flow-blocks__container {
    display: flex;
    flex-wrap: wrap;
}

.flow-blocks-3__item {
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    padding-left: 0.75em;
    padding-right: 0.75em;
    width: 100%;
}

#popup-redirecturl, #popup-redirectnewtab {
    display: none;
}

#warning-popup {
    display: none;
    width: 60%;
    max-width: 1000px;
}

body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s,visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s,visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

    .fancybox-error p {
        margin: 0;
        padding: 0;
        color: #444;
        font-size: 16px;
        line-height: 20px
    }

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30,30,30,.6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none
}

.lightbox__actions .row {
    margin-top: 2em !important;
    float: right;
}

#lightbox__action_agree {
    margin-left: 0.75em;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30,30,30,.6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide > .fancybox-loading {
    border: 6px solid hsla(0,0%,39%,.4);
    border-top: 6px solid hsla(0,0%,100%,.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 700;
    text-align: center
}

.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center
}

.fancybox-share p:first-of-type {
    margin-right: -10px
}

.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    transition: all .2s
}

.fancybox-share_button:focus, .fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3)
}

.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom
}

.fancybox-share input {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: none
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1)
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}

.map-container {
    height: 54em;
    position: relative;
    width: 100%;
    overflow: hidden
}

.map-container [data-map] {
    margin-left: 35%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .2s ease-in-out
}

.map-container.expanded [data-map] {
    position: absolute;
    overflow: auto;
    float: right;
}

.map-container__info-panel {
    float: left;
    width: 35%;
    transition: all .2s ease-in-out;
    overflow: hidden;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%
}

.expanded .map-container__info-panel {
    transform: translateZ(0)
}

.map-container__toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
    z-index: 1;
    margin: 5px;
    width: 30px;
    height: 30px
}

.accessible-hide {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.map-container__toggle .icon {
    width: 2em !important;
    height: 2em !important;
    height: 100%
}

.map-container__content {
    background-color: #f3f4f5;
    width: 100%
}

.map-container__intro {
    width: 90%;
    margin: 0 auto;
    border-top: 6px solid #0069b4;
    transition: all .2s ease-in-out
}

    .map-container__intro.offset {
        transform: translate3d(-115%,0,0);
        display: none
    }

.map-container__intro-title {
    font-weight: bold;
    font-size: 1.33333rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: left;
}

.map-container__filters-title {
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: left;
}

.filter-options__item {
    text-transform: uppercase;
    display: block;
    margin: 10px 0;
}

    .filter-options__item img.active {
        display: none;
    }

    .filter-options__item img {
        width: 65px;
        height: 65px;
        fill: #0069b4;
    }

    .filter-options__item span {
        color: #0069b4;
        display: block;
        margin-top: 10px;
        font-weight: bold;
        font-size: .84em;
    }

    .filter-options__item.active img.active, .filter-options__item.hover img.active {
        display: inline-block;
        background-color: transparent !important;
    }

    .filter-options__item.active {
        background-color: transparent !important;
    }

        .filter-options__item.active img.initial, .filter-options__item.hover img.initial {
            display: none;
        }

.filter-options .btn, .filter-options .btn:visited {
    background-color: #0069b4 !important;
    color: #fff;
    border: 2px solid #0069b4;
    cursor: pointer;
    border-radius: 25px;
    display: block;
    font-size: .88889rem;
    padding: 15px 60px;
    position: relative;
    text-decoration: none;
    text-align: center;
    transition: .14s;
}

.filter-options .btn.active:hover {
    color: #fff;
    border: 2px solid #1f355e;
    background-color: #1f355e !important;
}

.filter-options .btn {
    font-size: 1.11111rem !important;
}

.map-container__intro p {
    text-align: left;
}

.map-container__location {
    overflow: hidden;
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.map-container__filters-title {
    text-transform: uppercase;
    border-bottom: 2px solid #a2aab0;
    padding-bottom: 5px
}

.wf-SenticoSansDT-Medium-active .map-container__filters-title {
    font-family: "Sentico Sans Regular", sans-serif;
}

.map-container .gm-style-iw {
    font-family: "Sentico Sans Regular", sans-serif;
    font-size: 1rem;
    text-align: center
}

.wf-SenticoSansDT-Medium-active .map-container .gm-style-iw {
    font-family: "Sentico Sans Regular", sans-serif;
}

.map-container .gm-style-iw p {
    margin: 0;
    padding: 10px 0
}

.map-container .gm-style-iw.gm-style-iw-c {
    padding-bottom: 12px !important;
    padding-right: 12px !important
}

.map-container .gm-style-iw-d {
    overflow: hidden !important
}

.map-container .gm-style-iw-t:after {
    background: #000;
    box-shadow: none;
    border-top-color: #000
}

.location-details {
    padding: 0 20px;
    text-align: left;
}

.location-details__sector {
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    overflow: hidden;
}

.location-details__sector span {
    font-family: "Sentico Sans Regular", sans-serif;
    color: #0069b4;
    text-transform: uppercase;
    float: left;
    margin-left: 20px;
    font-weight: bold;
}

.location-details__sector img.icon {
    float: left;
    width: auto;
    height: auto;
    fill: #0069b4;
}

.location-details__downloads {
    padding: 20px 0;
}

.location-details__downloads a.btn {
    text-align: left;
    background-color: #0069b4;
    color: #fff;
    border: 2px solid #0069b4;
    cursor: pointer;
    border-radius: 25px;
    display: block;
    font-weight: bold;
    padding: 15px 60px;
    position: relative;
    text-decoration: none;
    text-align: center;
    transition: .14s;
}

.location-details__downloads a.btn:hover {
    color: #fff;
    border: 2px solid #1f355e;
    background-color: #1f355e !important;
}

.location-details address {
    font-style: normal;
    margin-top: 20px;
    text-align: left;
}

.location-details a.back {
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
    color: #0069b4;
}

.zoom-controls {
    bottom: 50px !important;
    right: 10px !important
}

.location-details a.back:after {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../gfx/arrow.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
    top: 50%;
    margin-top: -12px;
    background-size: 100%;
    transform: rotate(180deg);
}

.btn--icon .icon {
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%;
    width: 20px;
    height: 20px;
    fill: #fff;
}

.carousel .flickity-prev-next-button {
    background-color: #0069b4;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 45px;
    height: 44px;
    border: none;
}

.carousel .flickity-viewport {
    transition: height .2s;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.map-container__location .carousel .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: hsla(0,0%,100%,.75);
    cursor: pointer;
    transform: translateY(-50%);
    background-color: #0069b4;
}

    .map-container__location .carousel .flickity-prev-next-button.previous {
        left: 20px;
    }

    .map-container__location .carousel .flickity-prev-next-button.next {
        left: 330px;
    }

.map-container__location .carousel .flickity-page-dots {
    width: auto;
    background-color: #0069b4;
    border-radius: 15px;
    padding: 5px;
    bottom: 5px;
    left: 50%;
    transform: translateY(-70px);
}

.map-container__location .carousel {
    margin-bottom: -3em;
}

.flickity-slider .carousel__slide {
    margin-right: 20px;
    max-width: 100%;
}

.fundpage_funddesc {
    padding-left: 200px;
    padding-right: 200px;
    font-size: 16px;
}

    .fundpage_funddesc ul {
        list-style-image: url(../gfx/bulletpoint.png);
        margin: 0;
        padding: 0;
    }

    .fundpage_funddesc li {
        margin-top: 1.5rem;
        margin-left: 2.5rem;
    }

.intro {
    font-family: "Sentico Sans Regular", sans-serif;
    font-size: 18px;
}

tr:first-child td {
    background-color: #0069b4;
    color: #fff;
    border: none;
    text-transform: uppercase;
}

tr:first-child td {
    border-top: #0069b4;
    border-bottom: #0069b4;
}

tr:nth-child(odd) td:first-child {
    border-left: 1px solid #ffffff;
}

tr:nth-child(odd) td:last-child {
    border-right: 1px solid #ffffff;
}

tr:nth-child(even) td:first-child {
    border-left: 1px solid #f2f2f2;
}

tr:nth-child(even) td:last-child {
    border-right: 1px solid #f2f2f2;
}

tr:nth-child(even) td {
    border-right: 1px solid #dbdbdb;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

td, th {
    padding: .75rem 10px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.FundTable tbody tr:first-child td {
    background-color: #fff;
    color: black;
    text-transform: none;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #e8e8e8;
}

.WatchListTable tbody tr:first-child td {
    background-color: #fff;
    color: black;
    text-transform: none;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #e8e8e8;
}

.WatchListTable tbody tr:first-child td:last-child {
    border-right: 1px solid #ffffff;
}

video {
    width: 100%;
    height: auto;
}

.undervideotext {
    margin-top: 1.5em;
}

.data-table tbody tr:first-child td {
    background-color: #fff;
    color: black;
    text-transform: none;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #e8e8e8;
}

.data-table tbody tr:first-child td:last-child {
    border-right: 1px solid #ffffff;
}

.data-table tbody tr:last-child td {
    border-bottom: 1px solid #ffffff;
}

.fundpage_funddesc tr:first-child td {
    background-color: #0069b4;
    padding: 1rem 10px;
    color: #fff;
    border: none;
    text-transform: uppercase;
}

.fundpage_funddesc tr:nth-child(even) td {
    border-right: 1px solid #dbdbdb;
}

.fundpage_funddesc td, th {
    padding: .75rem 10px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.fundpage_funddesc tr:nth-child(even) {
    background-color: #f2f2f2;
}

.fundpage_funddesc tr:nth-child(even) td:last-child {
    border-right: 1px solid #f2f2f2;
}

.fundpage_funddesc tr:nth-child(even) td:first-child {
    border-left: 1px solid #f2f2f2;
}

.fundpage_funddesc tr:nth-child(odd) td:last-child {
    border-right: 1px solid #ffffff;
}

.fundpage_funddesc tr:nth-child(odd) td:first-child {
    border-left: 1px solid #ffffff;
}

.fundpage_funddesc tr:first-child td {
    border-top: #0069b4;
    border-bottom: #0069b4;
}

.logincontrols {
    margin-left: auto !important;
    margin-right: auto !important;
}

.loginpanel {
    background: rgba(255,255,255,0.5);
    padding-left: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 4em;
    width: 23em;
}

#LoginImage {
    min-height: 33em;
}

.strip ul {
    list-style-image: url(../gfx/bulletpoint.png);
}

.strip ul li ul {
    list-style-image: url(../gfx/bulletpointsmall.png);
}

[class^="strip--"] ul {
    list-style-image: url(../gfx/bulletpoint.png);
}

[class^="strip--"] ul li ul {
    list-style-image: url(../gfx/bulletpointsmall.png);
}

ul.region-people, ul#navigation-tertiary, ul.pagination__list, ul#navigation-internal {
    list-style-image: none !important;
}

#bondtalklogo {
    background-image: url(../gfx/bondtalk-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 31px;
    margin-top: -1em;
}

.btn-fill {
    display: block;
}

.archivetable {
    margin-bottom: 3em;
}

#loaderSearch__container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.align-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.timelinemultifirst {
    z-index: 10;
    clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 50%, 85% 0);
}

.timelinemultifirst span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 80%;
}

.mh-16 {
    min-height: 16em;
}

.animation-element {
    opacity: 0;
    position: relative;
}

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 800ms linear;
    -webkit-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    transition: all 800ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.tl-s {
    grid-template-columns: 25% 25% 25% 25%;
}

.timelinesinglefirst {
    z-index: 10;
    clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 50%, 85% 0);
}

.timelinesingle span {
    position: absolute;
    max-width: 90%;
    left: 26%;
    right: 15%;
}

.timelinesingle1 span {
    left: 16%;
    right: 25%;
}

.timelinesingle {
    width: 24%;
    display: inline-block;
    clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 50%, 85% 0);
    min-height: 220px;
}

.timelinesingle1 {
    z-index: 25;
    left: 100px;
}

.timelinesingle2 {
    z-index: 20;
    left: 50px;
}

.timelinesingle3 {
    z-index: 15;
}

.timelinesingle4 {
    z-index: 10;
    left: -50px;
}

.article-meta__back {
    padding-left: 0rem !important;
}

.fund_accordion_item {
    margin-bottom: 20px;
}

.fund_accordion_title {
    padding: 15px;
    background: #182846;
    color: #fff;
    font-wight: 700;
    cursor: pointer;
    font-size: 20px;
    position: relative;
}

.fund_accordion_title span.arrow {
   
    background-image: url(../gfx/icon_arrow-down.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    right: 20px;
    color: #fff;
    top: 0;
    margin: auto;
    bottom: 0;
    transition: all 0.5s;
}

.fund_accordion_title.active span.arrow {
    transform: rotate(180deg);
}

.fund_accordion_details {
    
    padding-top: 15px;

    display: none;

}

.linkedin-logo {
    height: 32px;
}

.fund_accordion_item:first-child .fund_accordion_details {
    display: block;
}

.tab-line {
    border-top-style: solid;
    color: #0069B4;
}

.tab-row {
    margin-bottom: -2em;
}

.tab-header, .tab-header-active {
    font-weight: bold;
    opacity: 65%;
    cursor: pointer;
}

.tab-header-active {
    opacity: 100%;
}

.tab-button {
    z-index: 200;
}

.show-max-text {
    display: block;
}

.show-min-text {
    display: none;
}

.opacity-none {
    opacity: 1;
}

.opacity-50 {
    opacity: 0.5;
}