@CHARSET "UTF-8";
body {
    color: #2A2A2A;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 28px;
    overflow-x: hidden;
}
::selection {
    background-color: #00AFAD;
    color: #FFF;
}
.SourceSansPro {
    font-family: 'Source Sans Pro', sans-serif;
}
.RobotoSlab {
    font-family: 'Roboto Slab', serif;
}
.light {
    font-weight: 300 !important;
}
.regular {
    font-weight: 400 !important;
}
.bold {
    font-weight: 700 !important;
}
.italic {
    font-style: italic;
}
h1 {
    color: #034EA2;
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 28px;
}
h2 {
    color: #034EA2;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 28px;
    margin-top: 30px;
}
h3 {
    color: #034EA2;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 28px;
}
h4 {
    color: #2A2A2A;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 28px;
}
h5 {
    color: #2A2A2A;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 28px;
}
h6 {
    color: #2A2A2A;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 28px;
}
a {
    color: #034EA2;
    text-decoration: underline;
}
a:hover {
    color: #00AFAD !important;
}
.has-white-color a, .has-white-color .modern-footnotes-footnote a {
    color: #FFF !important;
}
.has-white-color a:hover, .has-white-color .modern-footnotes-footnote a:hover, .has-white-color .modern-footnotes-footnote--selected a {
    color: #07519F !important;
}

p {
    margin-bottom: 28px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ml-auto {
    margin-left: auto;
}
hr {
    background-color: #0257A5;
    height: 4px !important;
    margin-bottom: 30px;
    margin-top: 45px;
    opacity: 1;
}
.bg__blue {
    background-color: #034EA2;
    color: #FFF !important;
    padding: 15px 15px 0;
}
.bg__blue h2, .bg__blue h3, .bg__blue h4, .bg__blue h5, .bg__blue h6, .bg__blue a {
    color: #FFF;
}
.wp-block-group.bg__blue {
    padding: 45px;
    padding-bottom: 30px;
    margin: 45px 0;
}
.wp-block-separator {
    height: 2px !important;
}
.wp-block-column ul {
    margin-bottom: 28px;
}
.bg__blue > *:last-child {
    margin-bottom: 0;
}
.bg__green {
    background-color: #00AFAD;
    color: #FFF !important;
    padding: 15px 15px 0;
}
.bg__green h2, .bg__green h3, .bg__green h4, .bg__green h5, .bg__green h6 {
    color: #FFF;
}
.bg__green > *:last-child {
    margin-bottom: 0;
}
.bg__orange {
    background-color: #ED8F23;
}
.wp-block-button a, input[type="submit"], a.button, a.button__white, a.button__green {
    background-color: #034EA2;
    border: 2px solid #044EA1;
    border-radius: 100px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 50px;
    text-align: center;
    text-decoration: none;
}
input[type="submit"]:disabled {
    border-color: #E1DEDB;
    background-color: #E1DEDB;
}
.wp-block-button a:hover, input[type="submit"]:hover, a.button:hover {
    color: #FFF;
}
.wp-block-button.w_100, .wp-block-button.w_100 a {
    display: block;
    width: 100%;
}
.bg__blue .wp-block-button a, .wp-block-button.button__white a, input.button__white[type="submit"], a.button__white {
    background-color: transparent;
    border-color: #FFF;
}
.wp-block-button.button__transparent {
    margin: 15px 0 0;
}
.wp-block-button.button__transparent a {
    border: none;
    background: none;
    color: #2A2A2A;
    padding: 0;
}
.wp-block-button.button__green a {
    background-color: #01A0A8;
    border-color: #01A0A8;
}
.wp-block-button.button__green a:hover {
    color: #FFF !important;
}
.wp-block-table table thead {
    background-color: #034EA2;
    color: #FFF;
}
.button__download_ico a {
    background-image: url('../images/ico_download.png');
    background-position: 25px 50%;
    background-repeat: no-repeat;
    padding-left: 75px !important;
}
.buttons__middle {
    align-items: center;
    justify-content: center;
    height: 100%;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #EFF7FF;
}
.wp-block-table table th, .wp-block-table table td {
    padding: 7px 15px;
}
blockquote {
    border-bottom: 5px solid #034EA2;
    border-top: 5px solid #034EA2;
    padding-bottom: 30px;
    padding-top: 30px;
}
blockquote.wp-block-quote {
    background-color: #EFF7FF;
    border-bottom: none;
    border-left: 5px solid #214E9C;
    border-top: none;
    padding-left: 20px;
    padding-right: 20px;
}
.blocks-gallery-grid {
    width: 100%;
}
.blocks-gallery-grid > li:only-child img {
    flex: none !important;
    height: auto;
    margin: 0 auto;
    width: 50% !important;
}
.wp-block-group.group__drop_shadow .wp-block-group__inner-container {
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.38);
    margin: 30px 0;
    padding: 30px;
}
.wp-block-group.group__drop_shadow .wp-block-group__inner-container > *:last-child {
    margin-bottom: 0;
}
.wp-block-group.group__expand_collapse {
    margin-bottom: 30px;
}
.wp-block-group.group__expand_collapse > .wp-block-group__inner-container > *:first-child {
    align-items: center;
    background-color: #034EA2;
    border-radius: 200px;
    color: #FFF !important;
    display: flex;
    font-family: 'Source Sans Pro', sans-serif;
    justify-content: center;
    margin-bottom: 0;
    padding: 15px 20px;
}
.wp-block-group.group__expand_collapse > .wp-block-group__inner-container > *:first-child:hover {
    cursor: pointer;
}
.wp-block-group.group__expand_collapse > .wp-block-group__inner-container > *:first-child > *:first-child {
    flex: 1;
    margin-right: 15px;
}
.wp-block-group.group__expand_collapse > .wp-block-group__inner-container > *:first-child > *:nth-child(2) {
    font-size: 16px;
    font-weight: normal !important;
}
.wp-block-group.group__expand_collapse > .wp-block-group__inner-container > .wp-block-group {
    border-bottom: 1px solid #8B8B8B;
}
.wp-block-group.group__expand_collapse > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
    max-height: 0px;
    overflow:hidden;
    transition: max-height 0.1s ease-in-out;
    padding-top: 30px;
    opacity: 0;
}
.wp-block-group.group__expand_collapse.show > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
    height: auto;
    max-height: 99999px;
    transition: max-height 1s ease-in-out;
    opacity: 1;
}

.group__expand_collapse__prev {
    margin-bottom: 20px;
}
.group__expand_collapse__prev > .wp-block-group__inner-container > *:first-child {
    background-color: #01A0A8;
    color: #FFF;
    margin-bottom: 0;
    padding: 15px 25px;
}
.group__expand_collapse__prev > .wp-block-group__inner-container > *:first-child * {
    margin-bottom: 0;
}
.group__expand_collapse__prev > .wp-block-group__inner-container > *:nth-child(2) {
    background-color: #DCF2F3;
    color: #004A9D;
    padding: 0 35px;
}
.group__expand_collapse__prev > .wp-block-group__inner-container > *:nth-child(2) > *:first-child {
    padding-bottom: 20px;
    padding-top: 35px;
}
.group__expand_collapse__prev > .wp-block-group__inner-container > *:nth-child(2) .wp-block-button__link {
    background-color: #01A0A8 !important;
    border: none;
    border-radius: 0;
    padding: 20px;
}
.group__expand_collapse__prev > .wp-block-group__inner-container > *:nth-child(2) .wp-block-button__link:hover {
    color: #FFF !important;
}

.wp-block-group.group__expand_collapse.group__expand_collapse__green > .wp-block-group__inner-container > *:first-child {
    background-color: #01A0A8;
}
.wp-block-group.group__expand_collapse.group__expand_collapse__green > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
    background-color: #DCF2F3;
    padding: 15px;
}
.wp-block-group.group__expand_collapse.group__expand_collapse__green .wp-block-button {
    margin: 20px;
}
.wp-block-group.group__expand_collapse.group__expand_collapse__green .wp-block-button a {
    background-color: #01A0A8;
    border: none;
    padding: 20px;
}
.pb_landing_page_2021__child h2 {
    margin-top: 0 !important;
}
.pb_landing_page_2021__child__navigation h3 {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.pb_landing_page_2021__child__navigation h3 .pb_landing_page_2021__child__navigation__close {
    display: none;
}
.pb_landing_page_2021__child__navigation h3.open .pb_landing_page_2021__child__navigation__close {
    display: block;
}
.pb_landing_page_2021__child__navigation h3.open .pb_landing_page_2021__child__navigation__open {
    display: none;
}
.pb_landing_page_2021__child__navigation__content {
}

.colour__green {
    color: #119B9C !important;
}
input:not([type="submit"]), textarea {
    background-color: #F1F2F3 !important;
    border: none !important;
    border-radius: 10px !important;
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.img-fluid {/*, .wp-block-image.size-large img {*/
    height: auto !important;
    width: 100% !important;
}
.wp-block-image img {
    height: auto;
}
.pb_js_match_height {
    content: 'xs';
}

/* For object-fit, the container (or image) needs to have width/height */
img.img-contain, .img-contain img {
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
}
img.img-cover, .img-cover img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}
.img-mobile img, .img-mobile .wp-block-image.size-large img, img.img-mobile {
    display: block;
    height: auto !important;
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
}
input[type="text"], input[type="email"], textarea, input[type="submit"] {

}
.email_back {
    /* Honeypot -- hidden form element */
    display: none !important;
}
.pb_content li {
    list-style-image: url('../images/dot.png');
}
.video_wrapper {
    position: relative;
    margin-top: 45px;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video_wrapper >  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Navbar */
.navbar {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    -webkit-transition:padding 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100vw;
}
.navbar.stuck {
    background-color: rgba(1, 1, 1, 0.9);
}
.navbar-brand img {
    height: 46px;
    width: 154px;
}
/* Menu */
.dropdown {
    position: static;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    position: absolute;
    left: 50px;
    right: 50px;
}
.dropdown-menu > ul {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0;
}
#navigation_menu {
    background-color: rgba(0, 0, 0, 0.75);
    height: 0;
    left: 0;
    opacity: 0;
    overflow: scroll;
    padding: 20px;
    position: absolute;
    top: 0;
    transition: height 0s ease-in-out 1s, opacity 0.2s ease-in-out;
    width: 100vw;
}
#navigation_menu.show {
    height: 100vh;
    opacity: 1;
    transition: height 0s ease-in-out, opacity 0.2s ease-in-out;
}
#navigation_menu img {
    height: 46px;
    width: 154px;
}
#navigation_menu .navbar-nav {
    margin-top: 20px;
}
.nav-link, .dropdown-item {
    /* Menu items style */
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.nav-link {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}
.nav-link__expander {
    background: url(../images/menu_down.png) no-repeat center;
    display: inline-block;
    height: 15px;
    transition: all 0.3s ease 0s;
    width: 20px;
}
#navigation_menu > ul > li > a:hover {
    /* First level menu items style when hovered */
    color: #FFF;
}
.dropdown-menu__excerpt {
    color: #0261AE;
    font-size: 20px;
    display: none;
    padding: 35px;
}
.dropdown-menu {
    /* Remove margin of dropdown menu so it can remain open on hover */
    margin-top: 0;
}
.nav-item.dropdown.show .nav-link__expander {
    transform: rotate(180deg);
}
.nav-item.dropdown.show > .dropdown-menu {
    /* Open sub menu when menu item is hovered */
    display: block;
}
.dropdown-item {
    background-size: 0 !important;
}

#social_menu {
    display: flex;
}
#social_menu__toggler {
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,1);
    cursor: pointer;
    display: block;
    height: 28px;
    position: relative;
    width: 28px;
}
#social_menu__toggler::before {
    background: #FFFFFF;
    border-radius: 5px;
    bottom: -50%;
    content: '';
    height: 2px;
    left: -50%;
    margin: auto;
    position: absolute;
    right: -50%;
    top: -50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 14px;
}
#social_menu__toggler::after {
    background: #FFFFFF;
    border-radius: 5px;
    bottom: -50%;
    content: '';
    height: 14px;
    left: -50%;
    margin: auto;
    position: absolute;
    right: -50%;
    top: -50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 2px;
}
#social_menu.show #social_menu__toggler::after {
    height: 0px;
}
.social_menu__list {
    list-style: none;
    opacity: 0;
    padding-left: 15px;
    transition: all 0.4s ease-in-out;
}
#social_menu.show .social_menu__list {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
.social_menu__list li {
    font-size: 0;
}
.social_menu__list a {
    background-color: #FFF;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 22px !important;
    display: inline-block;
    height: 30px;
    text-decoration: none;
    transition: none !important;
    width: 30px;
}
.social_menu__list a:not(:first-child) {
    margin-left: -30px;
    transition: all 0.2s ease-in-out;
}
#social_menu.show .social_menu__list a:not(:first-child) {
    margin-left: 15px;
    transition: all 0.2s ease-in-out;
}
.social_menu__list__twitter {
    background-image: url('../images/twitter.svg');
}
.social_menu__list__twitter:hover {
    background: #55ACEE;
    background-image: url('../images/twitter_hover.svg');
}
.social_menu__list__facebook {
    background-image: url('../images/facebook.svg');
}
.social_menu__list__facebook:hover {
    background: #3B5999;
    background-image: url('../images/facebook_hover.svg');
}
.social_menu__list__instagram {
    background-image: url('../images/instagram.png');
}
.social_menu__list__instagram:hover {
    background: #E4405F;
    background-image: url('../images/instagram_hover.png');
}
.social_menu__list__linkedin {
    background-image: url('../images/linkedin.svg');
}
.social_menu__list__linkedin:hover {
    background: #0077B5;
    background-image: url('../images/linkedin_hover.svg');
}
.social_menu__list__youtube {
    background-image: url('../images/youtube.png');
}
.social_menu__list__youtube:hover {
    background: #FF0000;
    background-image: url('../images/youtube_hover.png');
}

footer {
    background-image: url('../images/footer_bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    padding-left: 3.5%;
    padding-right: 3.5%;
    z-index: 9999;
}
footer h2 {
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
}
footer p {
    font-size: 20px;
    line-height: 24px;
}
.footer__sitemap a {
    color: #FFF;
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.footer__social a {
    color: #FFF;
    font-size: 24px;
    margin-right: 15px;
}

main {
}

/* Home */
#hfa_home .wp-block-cover {
    min-height: 100vh !important;
}
#hfa_home .wp-block-cover h1 {
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    padding: 0 30px;
}
#hfa_home .wp-block-cover p {
    margin-bottom: 30px;
    text-align: center;
}
#hfa_home .wp-block-cover .wp-block-buttons {
    display: flex;
    justify-content: center;
}
#hfa_home .wp-block-cover .wp-block-buttons a {
    background-color: rgb(5, 94, 161)!important;
    border: none;
    color: #FFF !important;
    transition: all 0.4s ease;
}
#hfa_home .wp-block-cover .wp-block-buttons a:hover {
    background-color: rgb(4, 108, 187)!important;
}
#hfa_home .pb_landing_page_2021__container__scroller {
    width: 100% !important;
    z-index: 9999;
}
.hfa_homme__content {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.hfa_homme__content__grid {
    display: grid;
    grid-gap: 30px;
    padding: 100px 30px;
}
.hfa_homme__content__grid__item {
    background-color: #FFF;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    color: #FFF;
}
.hfa_homme__content__grid__item > div {
    background-color: rgba(0, 69, 133, 0.70)!important;
    height: 100%;
    padding: 20px 20px 120px;
    width: 100%;
}
.hfa_homme__content__grid__item:nth-child(6n + 3) > div {
    background-color: rgba(5, 131, 132, 0.70)!important;
}
.hfa_homme__content__grid__item h2 {
    color: #FFF;
    font-weight: bold;
    margin-top: 0;
}
.hfa_homme__content__grid__item a {
    color: #FFF;
}

/* Default */
.pb_default_header {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 225px;
}
.pb_default_header > .row {
    background-color: rgba(0, 0, 0, 0.25);
    min-height: 100%;
}
.pb_default_header__col {
    position: relative;
}
.pb_default_header__col h1 {
    bottom: 0;
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin-top: 95px;
    position: absolute;
}
.pb_default_header__col h1 > span {
    display: block;
}
.pb_default_header__col h1 > span:first-child {
    font-size: 30px;
}
.pb_default_header__col h1 > span:first-child::after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 2px;
    background: #FFFFFF;
}
.pb_default_header__col h1 > span:last-child {
    font-size: 20px;
    margin-top: 0;
}
.pb_grid_four_columns > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    grid-row-gap: 15px;
}
.pb_grid_four_columns > .wp-block-group__inner-container > .wp-block-group {
    background-color: #EEEEEE;
    padding: 15px;
}
.pb_grid_four_columns > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
}
.pb_grid_four_columns.pb_grid_four_columns__align_last_bottom > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > *:last-child {
    margin-top: auto;
}
.pb_grid_four_columns > .wp-block-group__inner-container > .wp-block-group p {
    margin-bottom: 0;
}

.pb_members__member {
    display: flex;
    margin-bottom: 15px;
    height: 150px;
}
.pb_members__member > div {
    flex: 5;
    word-break: break-all;
}
.pb_members__member > div:first-child {
    align-items: center;
    background-color: #EEEEEE;
    display: flex;
    flex: 3;
    justify-content: center;
    margin-right: 30px;
    padding: 30px;
}
.pb_members__member img {
    max-height: 110px;
    max-width: 100%;
}

.contact__map {
    min-height: 500px;
}

.pb_landing_page_2021__section {
    background-position: 30% top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    padding: 0;
    margin: 0;
}
.pb_landing_page_2021__container {
    min-height: 100vh;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    width: 100%;
}
.pb_landing_page_2021__container__half {
    background-color: rgba(255, 255, 255, 0.9);
}
h2.pre_bordered {
    margin-bottom: 25px;
    position: relative;
}
h2.pre_bordered::before {
    background-color: #214E9C;
    content: '';
    height: 2px;
    left: -30px;
    position: absolute;
    top: 21px;
    width: 25px;
}
h2.pre_bordered__white {
    color: #FFF !important;
}
h2.pre_bordered__white::before {
    background-color: #FFF !important;
}
.pb_landing_page_2021__container__content {
    font-weight: bold;
    margin-bottom: 90px;
}
.pb_landing_page_2021__container__content__white {
    color: #FFF !important;
}
.pb_landing_page_2021__container__view_more {
    margin-bottom: 100px;
    margin-top: 30px;
    position: relative;
}
.pb_landing_page_2021__container__scroller {
    display: none;
}
#pb_landing_page_2021__hero {
    padding-top: 100px;
}
#pb_landing_page_2021__hero .pb_landing_page_2021__container {
    min-height: calc(100vh - 100px);
}
#pb_landing_page_2021__key_materials {
    background-image: url('../images/key_materials_bg.png');
}
#pb_landing_page_2021__infographics {
    background-image: url('../images/sky.png');
}
#pb_landing_page_2021__infographics .pb_landing_page_2021__container__scroller {
    color: #FFF;
}
#pb_landing_page_2021__video {
    background-image: url('../images/video_block_bg.png');
}
.pb_landing_page_2021__key_materials__orange {
    background-color: #ED8F23;
    height: 395px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pb_landing_page_2021__key_materials__list > .col {
    padding: 30px;
}
.pb_landing_page_2021__key_materials__material {
    height: 224px;
    margin: 0 auto;
    position: relative;
    width: 224px;
}
.pb_landing_page_2021__key_materials__material > div:first-child {
    height: 100%;
    width: 100%;
}
.pb_landing_page_2021__key_materials__material:hover > div:first-child {
    background-color: #0433ff;
    position: relative;
}
.pb_landing_page_2021__key_materials__material div:first-child img {
    flex: 1 0 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    opacity: 1;
    position: relative;
    width: 100%;
}
.pb_landing_page_2021__key_materials__material:hover div:first-child img {
    filter: grayscale(100%) contrast(1);
    mix-blend-mode: unset;
}
.pb_landing_page_2021__key_materials__material:hover div:first-child::before {
    background-color: #0433ff;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position:  absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.pb_landing_page_2021__key_materials__material h3 {
    bottom: 30px;
    color: #FFF;
    font-size: 18px;
    left: 30px;
    line-height: 22px;
    position: absolute;
    right: 30px;
    text-align: center;
    text-shadow: 6px 6px 20px #000000;
    transform: translateY(50%);
    transition: bottom .2s ease;
    z-index: 999;
}
.pb_landing_page_2021__key_materials__material:hover h3 {
    bottom: 50%;
    font-size: 22px;
    left: 15px;
    line-height: 26px;
    right: 15px;
}
.pb_landing_page_2021__infographics__resource > div {
    display: none;
}

#pb_landing_page_2021__quick_facts {
    background-size: cover;
}
#pb_landing_page_2021__quick_facts .pb_landing_page_2021__container__half {
    background-color: rgba(39, 163, 164, 0.9);
}
#pb_landing_page_2021__quick_facts a {
    color: #FFF !important;
}
#pb_landing_page_2021__newsletter {
    background-color: #00AFAD;
}
#pb_landing_page_2021__newsletter .pb_landing_page_2021__container {
    color: #FFF;
    min-height: auto !important;
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}
#pb_landing_page_2021__newsletter input[type="email"] {
    border-radius: 2px !important;
    padding: 0 10px;
}
#pb_landing_page_2021__newsletter .pb_landing_page_2021__container p {
    font-size: 20px;
    line-height: 25px;
    max-width: 600px;
}
#pb_landing_page_2021__opeds .pb_landing_page_2021__container__half {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
}
#pb_landing_page_2021__opeds .pb_landing_page_2021__container__half h3 a {
    color: #FFF !important;
    text-decoration: none !important;
}
#pb_landing_page_2021__opeds .pb_landing_page_2021__container__half h3 a:hover {
    text-decoration: underline !important;
}
.pb_landing_page_2021__opeds__list {
    padding-bottom: 100px;
}
.pb_landing_page_2021__opeds__list__item__details {
    text-transform: capitalize;
}
#pb_landing_page_2021__related_resources .pb_landing_page_2021__container__half {
    background-color: rgba(39, 163, 164, 0.7);
    color: #FFF;
}
#pb_landing_page_2021__related_resources .pb_landing_page_2021__container__half ul {
    list-style: none;
    padding-left: 0;
}
#pb_landing_page_2021__related_resources .pb_landing_page_2021__container__half ul li {
    border-bottom: 2px solid #5AB3B2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#pb_landing_page_2021__related_resources .pb_landing_page_2021__container__half ul li a {
    color: #FFF !important;
    text-decoration: none;
}


.pb_landing_page_2021__child .pb_default_header__col h1::before {
    content: "";
    display: block;
    left: -18px;
    position: relative;
    width: 15px;
    height: 2px;
    background: #FFFFFF;
    top: 29px;
}
.pb_landing_page_2021__child__scroll_to_top {
    height: 0;
    position: sticky;
    top: 92vh;
}
.pb_landing_page_2021__child__scroll_to_top a {
    background: #054EA2;
    border: 1px solid #FFF;
    border-radius: 100px;
    color: #FFF;
    display: block;
    font-size: 1.2em;
    line-height: 50px;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9999;
}
.pb_landing_page_2021__child__side_bar {
    position: sticky;
    top: 150px;
}
.pb_landing_page_2021__child__navigation {
    border: 1px solid #245292;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
}
.pb_landing_page_2021__child__navigation h3 {
    font-size: 20px;
    margin-bottom: 16px;
}
.pb_landing_page_2021__child__navigation__content {
    display: none;
}
.pb_landing_page_2021__child__navigation__content__h2 a, .pb_landing_page_2021__child__navigation__content__h3 a {
    color: #2A2A2A;
    display: block;
    text-decoration: none;
    padding: 8px 0;
}
.pb_landing_page_2021__child__navigation a:hover {
    text-decoration: none;
}
.pb_landing_page_2021__child__navigation__content__h2:not(:first-child) a {
    border-top: 1px solid #245292;
}
.pb_landing_page_2021__child__navigation__content__h2 a {
    font-size: 18px;
}
.pb_landing_page_2021__child__navigation__content__h3 a:before {
    content: '\2022 ';
    margin-right: 10px;
}
.pb_landing_page_2021__child__pdf > * {
    display: block;
}
.pb_landing_page_2021__child__pdf img {
    background-color: #023E83;
    padding: 15px;
    margin-bottom: 30px;
}
.pb_landing_page_2021__child__pdf a {
    font-size: 16px;
}
.pb_landing_page_2021__child__pdf select {
    border: 2px solid #245292;
    border-radius: 0;
    color: #245292;
    font-weight: bold;
    margin-bottom: 15px;
}
#pb_landing_page_2021__section__popup .modal-header {
    border-bottom: none;
}
#pb_landing_page_2021__section__popup h6 {
    color: #034EA2;
}
#pb_landing_page_2021__section__popup .pb_landing_page_2021__section__popup__details__share a {
    color: #2A2A2A;
    display: inline-block;
    line-height: 1 !important;
    text-decoration: none;
    text-transform: uppercase;
    word-break: break-all;
}
.pb_landing_page_2021__section__popup__thumbnail {
    margin-bottom: 15px;
}

#publications__menu {
    display: none;
}
#publications__menu__select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/responsive-menu-light.png') no-repeat right center;
    border: none;
    border-bottom: solid 2px #00A9B1;
    border-radius: 0px!important;
    border-top: solid 2px #00A9B1;
    color: #00A9B1;
    display: block;
    margin-bottom: 10px;
    padding: 8px;
    padding-right: 30px!important;
    width: 100%;
}

.publications__publication {
    border-bottom: solid 1px #0157a5;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.publications__publication__title {
    margin-bottom: 0;
}
.publications__publication__title a {
    color: #333;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
}
.publications__publication__date {
    color: #999999;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.publications__publication__link {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.publications__publication__download {
    border: 1px solid #333;
    display: inline-block;
    color: #333;
    padding: 5px 10px;
    text-decoration: none;
}
.publications__publication__download:hover {
    border-color: #00AFAD;
}
.publications__paginator {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.publications__paginator > * {
    margin: 0 8px;
}
.publications__paginator > i {
    color: #769FCA;
}
.publications__infographic > div {
    background: #DADADA;
    height: 100%;
    position: relative;
}
.publications__infographic > div > div {
    position: absolute;
    width: 100%;
}
.publications__infographic__eye {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFF;
    display: flex;
    font-size: 50px;
    justify-content: center;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.2s ease;
    width: 100%;
}
.publications__infographic:hover .publications__infographic__eye {
    background-color: rgba(0, 0, 0, 0.5);
}
.publications__infographic__excerpt {
    background-color: #F3F3F3;
    bottom: 0%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease;
}
.publications__infographic__excerpt > div {
    padding: 10px;
}
.publications__infographic:hover .publications__infographic__excerpt {
    max-height: 100%;
}
#publications__infographic__popup a {
    display: inline-block;
    margin-top: 30px;
}

.newsletter__form {
    align-items: center;
    padding: 30px 15px !important;
}
.newsletter__form.m-0 {
    padding: 0 !important;
}
.newsletter__form a {
    color: #FFF !important;
}
.newsletter__form__inputs {
    display: flex;
}
.newsletter__form__inputs input[type="email"] {
    flex: 1;
    margin-right: 15px;
    min-width: 0;
    padding: 0 15px;
}
.newsletter__form__inputs input[type="submit"] {
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
    font-size: 16px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.newsletter__form__inputs input[type="submit"]:disabled {
    color: #E1DEDB;
}
#newsletter__popup .modal-content {
    background-color: #064EA2;
    color: #FFF;
}
#newsletter__popup .d-xl-flex {
    align-items: flex-start !important;
    flex-direction: column !important;
}
#newsletter__popup .d-xl-flex > * {
    margin-bottom: 15px !important;
}

.newsletter__newsletters__item {
    text-decoration: none;
}
.newsletter__newsletters__item h5 {
    color: #034EA2;
}
.newsletter__newsletters__item span {
    color: #8B8B8B;
}
.newsletter__archive {
    background-color: #F7F7F7;
}
.newsletter__archive__item {
    margin-bottom: 45px;
    text-decoration: none;
}
.newsletter__archive__item > div {
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEDED;
    min-height: 100%;
}
.newsletter__archive__item__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newsletter__archive__item__details span {
   color: #8B8B8B;
}
.newsletter__articles hr {
    background-color: #8B8B8B !important;
    height: 1px !important;
}
.newsletter__articles__item {
    text-decoration: none;
    margin-bottom: 30px;
}
.newsletter__articles__item > div {
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEDED;
    min-height: 100%;
}
.newsletter__articles__item__tag {
    color: #00AFAD !important;
    font-size: 16px;
    text-transform: uppercase;
}
.newsletter__articles__item__details h5 {
    color: #034EA2;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
}
.newsletter__articles__item__details span {
    display: block;
    color: #8B8B8B;
    font-size: 16px;
    margin-top: 10px;
}
.hfa_newsletter_registration h6 {
    font-size: 24px;
    margin-bottom: 12px;
}
.hfa_newsletter_registration input[type="email"] {
    border-radius: 10px !important;
    margin-bottom: 15px;
    padding: 6px 15px;
    width: 100% !important;
}
.hfa_newsletter_registration input[type="submit"] {
    margin-top: 15px;
    width: 100%;
}
.newsletter__child__back {
    text-decoration: none;
}
.newsletter__child__back > div {
    align-items: center;
    background-color: #ED9029;
    color: #FFF;
    display: flex;
    font-size: 20px;
    padding: 30px;
}
.newsletter__child__back > div > *:first-child {
    font-size: 30px;
    padding-right: 15px;
}

.container-404 {
    padding-top: 15px;
}

.pb_sitemap__map a {
    text-decoration: none;
}
.pb_sitemap__map > li {
    margin-bottom: 40px;
    width: 100%;
}
.pb_sitemap__map > li > a {
    color: #0157a5;
    font-weight: bold;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .pb_js_match_height {
        content: 'sm';
    }
    .navbar-expand-sm .pb-toggle {
        display: none;
    }
    .navbar-expand-sm #navigation_menu {
        background-color: transparent;
        height: auto;
        opacity: 1;
        position: static;
        width: auto;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .img-mobile img, .img-mobile .wp-block-image.size-large img, img.img-mobile {
        width: 100% !important;
    }
    .pb_js_match_height {
        content: 'md';
    }
    .bg__md__orange {
        background-color: #ED8F23;
    }
    .navbar-expand-md .pb-toggle {
        display: none;
    }
    .navbar-expand-md #navigation_menu {
        background-color: transparent;
        height: auto;
        opacity: 1;
        position: static;
        width: auto;
    }
    #navigation_menu > ul > li > ul.dropdown-menu > li > ul > li > a {
        padding-left: 1.5rem;
    }

    .wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
        align-items: flex-end;
        justify-content: flex-start;
    }
    .blocks-gallery-grid > li:only-child img {
        flex: 1 !important;
        height: auto;
        margin: none;
        width: 100% !important;
    }

    #hfa_home .wp-block-cover__inner-container {
        max-width: 70%;
        margin-left: 50px;
    }
    #hfa_home .wp-block-cover h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 30px;
        text-align: left;
        padding: 0;
    }
    #hfa_home .wp-block-cover p {
        font-size: 26px;
        text-align: left;
    }
    #hfa_home .wp-block-cover .wp-block-buttons {
        justify-content: flex-start;
    }
    .hfa_homme__content__grid {
        grid-template-columns: auto auto;
    }
    .hfa_homme__content__grid__item > div {
        padding: 40px !important;
    }
    .hfa_homme__content__grid__item:nth-child(1), .hfa_homme__content__grid__item:nth-child(2) {
        grid-column-end: span 2;
    }

    .pb_landing_page_2021__section {
        background-position: center;
        display: flex;
        padding: 0;
        margin: 0;
    }
    .pb_landing_page_2021__container {
        min-height: 100vh;
        padding-top: 120px;
        width: 100%;
    }
    .pb_landing_page_2021__container__half {
        width: 50%;
    }
    .pb_landing_page_2021__container__half__right {
        margin-left: 50%;
    }
    .pb_landing_page_2021__container__scroller {
        bottom: 15px;
        display: block;
        font-size: 40px;
        position: absolute;
        text-align: center;
        width: calc(100% - 60px);
    }
    .pb_landing_page_2021__container__scroller__white {
        color: #FFF;
    }
    #pb_landing_page_2021__hero {
        padding-top: 100px;
    }
    #pb_landing_page_2021__hero .pb_landing_page_2021__container {
        padding-top: 0;
    }
    #pb_landing_page_2021__hero .pb_landing_page_2021__container > div {
        margin-bottom: 82px;
    }
    .pb_landing_page_2021__key_materials__orange {
        bottom: 0;
        height: auto;
        width: 50%;
    }
    .pb_landing_page_2021__key_materials__material {
        height: 339px;
        width: 339px;
    }
    .pb_landing_page_2021__section__popup__thumbnail {
        margin-bottom: 0;
    }

    .newsletter__archive__item > div {
        padding-bottom: 45px;
    }

    .pb_sitemap__map > li {
        float: left;
        padding-right: 30px;
        width: calc(50% - 30px);
    }
    .pb_sitemap__map li:nth-child(2n + 3) {
        clear: left;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .pb_js_match_height {
        content: 'lg';
    }
    .navbar-expand-lg .pb-toggle {
        display: none;
    }
    .navbar-expand-lg #navigation_menu {
        background-color: transparent;
        height: auto;
        opacity: 1;
        position: static;
        width: auto;
    }
    #hfa_home .wp-block-cover h1 {
        font-size: 60px;
        line-height: normal;
    }
    #hfa_home .wp-block-cover p {
        font-size: 28px;
    }
    .hfa_homme__content__grid {
        grid-template-columns: calc(25% - 22.5px) calc(25% - 22.5px) calc(25% - 22.5px) calc(25% - 22.5px);
    }
    .hfa_homme__content__grid__item:nth-child(1) {
        grid-row-start: span 2;
        grid-column-end: span 2;
    }

    .pb_landing_page_2021__key_materials__orange {
        width: calc(33% + 10px);
    }
    .pb_landing_page_2021__key_materials__material {
        height: 269px;
        width: 269px;
    }
    .pb_landing_page_2021__key_materials__material h3 {
        bottom: 40px;
        font-size: 22px;
        line-height: 26px;
    }
    .pb_landing_page_2021__key_materials__material:hover h3 {
        font-size: 26px;
        line-height: 31px;
    }

    #publications__menu__select {
        display: none;
    }
    #publications__menu {
        display: flex;
        list-style: none;
        padding-left: 0;
    }
    #publications__menu li {
        margin-right: 30px;
    }
    #publications__menu li a {
        border-bottom: 2px solid transparent;
        color: #0157a5;
        font-size: 22px;
        letter-spacing: 1px;
        padding-bottom: 8px;
        padding-top: 4px;
        text-decoration: none;
        transition: all .3s ease;
    }
    #publications__menu li a:hover {
        border-bottom: 2px solid #0157a5;
        color: #0157a5 !important;
        padding-bottom: 0;
    }
    #publications__menu li.active a {
        background-color: #0157a5!important;
        border-bottom: none !important;
        color: #FFF;
        padding: 4px 20px;
    }
    #publications__menu li.active a:hover {
        color: #FFF !important;
    }
    .newsletter__articles__item__details span {
        margin-top: 0;
    }
    .pb_sitemap__map > li {
        width: calc(25% - 30px);
    }
    .pb_sitemap__map li:nth-child(2n + 3) {
        clear: none;
    }
    .pb_sitemap__map li:nth-child(4n + 5) {
        clear: left;
    }
    .pb_landing_page_2021__child__scroll_to_top a {
        margin-right: -85px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .pb_js_match_height {
        content: 'xl';
    }
    h1 {
        font-size: 58px;
        line-height: 62px;
    }
    h2 {
        font-size: 42px;
        line-height: 50px;
    }
    h3 {
        font-size: 30px;
        line-height: 36px;
    }
    h4 {
        font-size: 24px;
        line-height: 30px;
    }
    h5 {
        font-size: 22px;
        line-height: 28px;
    }
    h6 {
        font-size: 20px;
        line-height: 24px;
    }

    .navbar-expand-xl .pb-toggle {
        display: none;
    }
    .navbar-expand-xl #navigation_menu {
        align-items: start;
        background-color: transparent;
        display: flex;
        height: auto;
        opacity: 1;
        overflow: hidden;
        padding: 0;
        position: static;
        width: auto;
    }
    .navbar {
        padding: 20px 50px;
    }
    #navigation_menu img {
        display: none;
    }
    .nav-link {
        /* margin-left: 25px; */
    }
    .nav-link__expander {
        display: none;
    }
    .nav-item.dropdown > .dropdown-menu {
        background-color: rgba(209, 210, 209, 0.9);
        display: flex;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s;
    }
    .nav-item.dropdown:hover > .dropdown-menu {
        /* Open sub menu when menu item is hovered */
        max-height: 9999px;
        transition: max-height 3s;
    }
    .dropdown-menu__excerpt {
        display: block;
        flex: 35;
    }
    .dropdown-menu > ul {
        flex: 65;
        padding: 15px;
        padding-bottom: 5px;
    }
    .dropdown-menu > ul > li {
        float: left;
        padding: 19px !important;
        width: 25%;
    }
    .dropdown-menu.has_excerpt > ul > li {
        width: 33%;
    }
    .dropdown-item {
        background-size: cover !important;
        background-position: 50%;
        font-size: 24px !important;
        height: 170px;
        padding: 0;
    }
    .dropdown-item span {
        align-items: center;
        padding: 0;
        background: rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        height: 100%;
        line-height: 30px;
        padding: 15px;
        text-align: center;
        transition: all 0.2s ease;
        white-space: normal;
        width: 100%;
    }
    .dropdown-item:hover span {
        background: transparent;
        color: transparent;
    }
    #social_menu__toggler {
        margin-left: 20px;
        margin-top: 28px;
    }
    #social_menu {
        align-items: center;
        flex-direction: column;
    }
    .social_menu__list {
        margin-top: 70px;
        padding-left: 22px;
        position: absolute;
        z-index: 9999;
    }
    .social_menu__list a {
        display: block;
        margin-left: 0 !important;
    }
    .social_menu__list a:not(:first-child) {
        margin-top: -30px;
    }
    #social_menu.show .social_menu__list a:not(:first-child) {
        margin-top: 5px;
    }

    .pb_default_header {
        height: 540px;
    }
    .pb_default_header__col {
        margin-left: calc(3.5% + 50px);
        margin-right: calc(3.5% + 50px);
    }
    .pb_default_header__col h1 {
        bottom: 18%;
    }
    .pb_default_header__col h1 > span:last-child {
        margin-top: 20px;
    }
    .pb_default_header__col h1 > span:first-child {
        font-size: 53px;
    }
    .pb_default_header__col h1 > span:last-child {
        font-size: 32px;
    }

    .pb_grid_four_columns > .wp-block-group__inner-container {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
    .pb_grid_four_columns > .wp-block-group__inner-container > .wp-block-group h3 {
        font-size: 22px;
        line-height: 24px;
    }
    .hfa_homme__content__grid__item:first-child > div {
        padding: 60px !important;
    }
    .hfa_homme__content__grid__item:not(:first-child) > div > h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .pb_landing_page_2021__container {
        font-size: 0.9em;
        padding-left: 100px;
        padding-right: 100px;
    }
    .pb_landing_page_2021__container h4 {
        font-size: 20px;
        line-height: 24px;
    }
    h2.pre_bordered {
        margin-bottom: 28px;
    }
    h2.pre_bordered::before {
        left: -100px;
        top: 40px;
        width: 95px;
    }
    .pb_landing_page_2021__container__scroller {
        width: calc(100% - 120px);
    }
    #pb_landing_page_2021__hero {
        padding-top: 100px;
    }
    #pb_landing_page_2021__hero .pb_landing_page_2021__container {
        padding-top: 15px;
    }
    .pb_landing_page_2021__key_materials__orange {
        width: 35%;
    }
    .pb_landing_page_2021__key_materials__material {
        height: 363px;
        width: 363px;
    }
    .pb_landing_page_2021__key_materials__material h3 {
        bottom: 70px;
        font-size: 32px;
        line-height: 38px;
    }
    .pb_landing_page_2021__key_materials__material:hover h3 {
        font-size: 36px;
        line-height: 43px;
    }
    #pb_landing_page_2021__newsletter .pb_landing_page_2021__container p {
        font-size: 42px;
        line-height: 50px;
    }
    #pb_landing_page_2021__related_resources .pb_landing_page_2021__container__half ul li {
        font-size: 28px;
    }
    .hfa_homme__content__grid {
        width: 1140px;
        margin: 0 auto;
    }

    .pb_landing_page_2021__child .container {
        max-width: 1140px !important;
    }
    .pb_landing_page_2021__child .pb_default_header__col h1 {
        font-family: 'Roboto Slab', serif;
        font-size: 58px;
        width: 50%;
    }
    .pb_landing_page_2021__child .pb_default_header__col h1::before {
        content: "";
        display: block;
        left: -110px;
        position: relative;
        width: 95px;
        height: 2px;
        background: #FFFFFF;
        top: 52px;
    }
    .container-404 {
        width: 80%;
    }
}

/* Extra extra large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
    .pb_landing_page_2021__container {
        padding-left: 120px;
        padding-right: 120px;
    }
    h2.pre_bordered::before {
        left: -120px;
        width: 115px;
    }
    .pb_landing_page_2021__container__scroller {
        width: calc(100% - 240px);
    }
    .pb_landing_page_2021__key_materials__orange {
        width: 35.5%;
    }
    .pb_landing_page_2021__key_materials__material {
        height: 400px;
        width: 400px;
    }
    .pb_landing_page_2021__key_materials__material h3 {
        font-size: 34px;
        line-height: 41px;
    }
    .pb_landing_page_2021__key_materials__material:hover h3 {
        font-size: 38px;
        line-height: 46px;
    }
    .hfa_homme__content__grid {
        width: 80%;
    }
}

@media all and (-ms-high-contrast:none) {
    .social_menu__list {
        margin-top: 15px;
        margin-left: -3px;
        padding-left: 0;
    }
}

/* Touch screen, no mouse */
@media (hover: none) {
}
/* NOT Touch screen, yes mouse */
@media not all and (hover: none) {
    .hfa_homme__content__grid__item > div > *:not(:first-child) {
        opacity: 0;
        transition: all 0.2s ease;
    }
    .hfa_homme__content__grid__item:hover > div > *:not(:first-child) {
        opacity: 1;
    }
    .pb_landing_page_2021__section {
        background-attachment: fixed;
    }
}

/* Hamburger button animation */
.pb-toggle {
    align-self: flex-start;
    border: none;
    background: transparent !important;
    z-index: 999;
}
.pb-toggle:focus {
    outline: none;
    background: transparent !important;
}
.pb-toggle .icon-bar {
    background-color: #FFF;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}
.pb-home .pb-toggle .icon-bar {
    background-color: #FFF;
}
.bg-dark .pb-toggle .icon-bar {
    background-color: #FFF;
}
.pb-toggle .icon-bar {
    display: block;
    width: 42px;
    height: 4px;
    border-radius: 1px;
}
.pb-toggle .icon-bar+.icon-bar {
    margin-top: 8px;
}
.icon-bar:nth-child(2) {
    width: 42px;
    transition: ease all .2s;
}
.pb-toggle:hover>.icon-bar:nth-child(2) {
    width: 42px;
    transition: ease all .2s;
}

.pb-toggle:active>.icon-bar:nth-child(2) {
    width: 42px;
    transition: ease all .2s;
}

.pb-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.pb-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
    width: 0;
    transition: ease all .2s;
}

.pb-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(12px, -12px);
    transition: ease all .2s;
}

/* Pet Health */
a.colour-none, *.colour-none > a {
    color: inherit !important;
}
a.no-underline, *.no-underline > a {
    text-decoration: none !important;
}
.pb_pet_health_2022__body .navbar {
    position: absolute;
    z-index: 9999;
}
.pb_pet_health_2022 {
    font-size: 15px;
    line-height: 23px;
}
.pb_pet_health_2022 .row.pb_content > .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pb_pet_health_2022 h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 52px;
    font-weight: bold;
    line-height: 58px;
    margin-bottom: 0;
}
.pb_pet_health_2022 h2 {
    color: #2A2A2A;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 10px;
}
.pb_pet_health_2022 h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 33px;
    font-weight: bold;
    line-height: 40px;
}
.pb_pet_health_2022 h3.pet {
    border-bottom: 1px solid #BCBDBD;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
}
.pb_pet_health_2022 h3.pet::after {
    border-left: 1px solid #BCBDBD;
    content: '';
    display: block;
    height: 15px;
    left: 50%;
    position: relative;
    top: 15px;
    width: 1px;
}
.pb_pet_health_2022 h3.pet.pet-white, .pb_pet_health_2022 h3.pet.pet-white::after {
    border-color: #FFF;
    color: #FFF;
}
.pb_pet_health_2022 h4 {
    color: #2A2A2A;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
    line-height: 38px;
    margin-bottom: 10px;
}
.pb_pet_health_2022 h5 {
    color: #034EA2;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    line-height: 36px;
}
.pb_pet_health_2022 .pb_default_header {
    height: 100vh;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.pb_pet_health_2022 .pb_default_header > div {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pb_pet_health_2022 .pb_default_header > div:first-child {
    background-position: center !important;
    background-size: cover;
    transition: all 0.5s ease-in-out;
}
.pb_pet_health_2022 .pb_default_header:hover > div:first-child {
    height: 105vh;
}
.pb_pet_health_2022 .pb_default_header > div:last-child {
    padding-top: 15vh;
}
.pb_pet_health_2022 .pb_default_header .container-fluid {
    padding: 0 5%;
}
.pb_pet_health_2022 .pb_default_header h1 {
    color: #FFF !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 58px;
    font-weight: 900;
    line-height: 68px;
}
.pb_pet_health_2022 .pb_default_header ul {
    list-style: none;
    padding-left: 0;
}
.pb_pet_health_2022 .pb_default_header a {
    background-color: #70707090;
    border: 1px solid #FFF;
    border-radius: 22px;
    color: #FFF;
    display: flex;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.pb_pet_health_2022 .pb_default_header a > span:first-child {
    align-items: center;
    background-color: #FFF;
    border-radius: 20px;
    color: #6B797C;
    display: flex;
    font-size: 20px;
    justify-content: center;
    height: 24px;
    margin-left: 2px;
    margin-top: 2px;
    width: 24px;
}
.pb_pet_health_2022 .pb_default_header a > span:first-child i {
    font-size: 18px;
}
.pb_pet_health_2022 .pb_default_header a > span:nth-child(2) {
    flex: 1;
    text-align: center;
}
.pb_pet_health_2022 .pb_default_header a.active, .pb_pet_health_2022 .pb_default_header a:hover {
    background-color: #FFF;
    color: #000 !important;
    font-weight: bold;
}
.pb_pet_health_2022 .pb_default_header a.active > span:first-child, .pb_pet_health_2022 .pb_default_header a:hover > span:first-child {
    background-color: #034EA2;
    color: #FFF;
}
.pb_pet_health_2022 .pb_default_header a.download_pdf_button {
    display: inline-block;
    font-size: 14px;
    float: right;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}
.pb_pet_health_2022__page_navigation__menu {
    font-size: 14px;
    line-height: 21px;
}
.pb_pet_health_2022__page_navigation__menu li a.download_pdf_button {
    border: 1px solid #034794;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.pb_pet_health_2022 .pb_default_header a.download_pdf_button > span:first-child {
    display: none;
}

.pb_pet_health_2022__menu {
    display: none;
}
.pb_pet_health_2022 .wp-block-pullquote.pet {
    border: 1px solid #767677 !important;
    padding: 0 !important;
}
.pb_pet_health_2022 .wp-block-pullquote.pet blockquote {
    background-color: #FFF !important;
}
.pb_pet_health_2022 .wp-block-pullquote.pet.pullquote-dark blockquote {
    background-color: #303030 !important;
}
.pb_pet_health_2022 .wp-block-pullquote blockquote {
    border: none;
    margin-bottom: 0;
    padding: 50px 15px;
}
.pb_pet_health_2022 .wp-block-pullquote p, .wp-block-pullquote.pet blockquote p {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 26px !important;
    margin-bottom: 5px;
    padding-bottom: 0 !important;

}
.pb_pet_health_2022 .wp-block-pullquote blockquote p::before {
    content: '“';
    color: #0E5495;
    display: block;
    font-family: Staatliches;
    font-size: 128px;
    height: 25px;
}
.pb_pet_health_2022 .wp-block-pullquote.has-white-color blockquote p::before, .has-white-color .wp-block-pullquote blockquote p::before {
    color: #FFF !important;
}
.pb_pet_health_2022 .off-border, .wp-block-pullquote {
    position: relative;
}
.wp-block-pullquote blockquote > p:last-child {
    margin-bottom: 0;
}
.pb_pet_health_2022 .off-border::before, .wp-block-pullquote.pet::before {
    border: 1px solid #BBBBBB;
    bottom: 20px;
    content: '';
    height: 100%;
    left: 20px;
    width: 100%;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.15s ease-in-out;
    z-index: -1;
}
.pb_pet_health_2022 .off-border:hover::before, .wp-block-pullquote.pet:hover::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.pb_pet_health_2022 ul li {
    margin-bottom: 11px;
}
.pet-ul-white li {
    list-style-image: none !important;
}
.ms-5 {
    margin-left: 0!important;
}
.p-5 {
    padding: 0!important;
}
.pe-5 {
    padding-right: 0!important;
}
.ps-5 {
    padding-left: 0!important;
}
.gx-6 {
    --bs-gutter-x: 5rem;
}
.wp-block-group.border {
    padding: 15px!important;
}
/* Bigger phones (portrait) */
@media (min-width: 370px) {
    .pb_pet_health_2022__pb_default_header {
        margin-bottom: 130px !important;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .pb_pet_health_2022 .pb_default_header {
        z-index: 9998;
    }
    .pb_pet_health_2022__pb_default_header {
        font-size: 58px;
        line-height: 64px;
        margin-bottom: 8px;
    }
    .pb_pet_health_2022__page_navigation {
        border-left: 1px solid #B5B5B5;
        position: relative;
    }
    .pb_pet_health_2022__page_navigation__first {
        height: calc(100vh - 220px);
        padding: 30px 15px 15px 30px;
        position: fixed;
        top: 10px;
        width: 246px;
    }
    .pb_pet_health_2022__page_navigation h2 {
        color: #034EA2;
        font-size: 26px !important;
        font-weight: normal;
        margin-bottom: 10px !important;
        margin-top: 0;
    }
    .pb_pet_health_2022__page_navigation__menu {
        list-style: none;
        padding-left: 0;
    }
    .pb_pet_health_2022__page_navigation__menu li {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .pb_pet_health_2022__page_navigation__menu li a {
        color: #000 !important;
        text-decoration: none;
    }
    .pb_pet_health_2022__page_navigation__menu li a.active {
        color: #034EA2 !important;
        font-weight: bold;
    }
    .pb_pet_health_2022__page_navigation__menu li a:hover {
        text-decoration: underline;
    }
    .pb_pet_health_2022__page_navigation__menu .download_pdf_button span:first-child {
        margin-right: 10px;
    }
    .pb_pet_health_2022__page_navigation__first__second {
        position: fixed;
        bottom: 75px;
        width: 246px;
        text-align: center;
    }
    .pb_pet_health_2022__page_navigation__first__second a {
        background-color: #075297;
        border-radius: 25px;
        color: #FFF;
        display: inline-block;
        font-size: 30px;
        line-height: 50px;
        text-align: center;
        width: 50px;
    }
    .pb_pet_health_2022 h1 {
        font-size: 54px;
        line-height: 70px;
    }
    /* .pb_pet_health_2022 h1#overview {
        margin-left: 10%;
        margin-right: 10%;
    } */
    .pb_pet_health_2022 h2 {
        font-size: 54px;
        line-height: 70px;
    }
    .pb_pet_health_2022 h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 28px;
    }
    .pb_pet_health_2022 h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .pb_pet_health_2022 h4 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 28px;
    }
    .pb_pet_health_2022 h5 {
        font-size: 21px;
        line-height: 28px;
    }
    .pb_pet_health_2022 .pb_default_header a {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 30px;
        width: 400px;
    }
    .pb_pet_health_2022 .pb_default_header > div:last-child {
        padding-top: 30vh;
    }
    .pb_pet_health_2022 .pb_default_header ul {
        display: block;
        float: right;
    }
    .pb_pet_health_2022__menu {
        background-color: #FFF;
        display: block;
        position: fixed;
        top: -150px;
        transition: top 0.35s ease-in-out;
        width: 100%;
        z-index: 9999;
    }
    .pb_pet_health_2022__menu.show {
        top: 0;
    }
    .pb_pet_health_2022__menu ul {
        border-bottom: 1px solid #BFBFBF;
        display: flex;
        list-style: none;
        margin-bottom: 0;
        width: 100%;
    }
    .pb_pet_health_2022__menu ul li {
        flex: 1;
        text-align: center;
    }
    .pb_pet_health_2022__menu ul li a {
        color: #8B8B8B;
        text-decoration: none;
    }
    .pb_pet_health_2022__menu ul li a.active {
        color: #2A2A2A;
        font-weight: bold;
    }
    .pb_pet_health_2022__menu__pages {
        font-size: 14px;
        line-height: 61px;
        padding: 0 2.5%;
    }
    .pb_pet_health_2022__menu__sections {
        background-color: #FFF;
        padding: 0 10%;
    }
    .pb_pet_health_2022__menu__sections a {
        align-items: center;
        display: flex;
        font-size: 12px;
        height: 100%;
        justify-content: center;
        line-height: 18px;
        padding: 10px;
    }
    .pb_pet_health_2022__menu__sections li:not(:last-child) {
        border-right: 1px solid #BFBFBF;
    }
    .wp-block-columns.with-lottie:not(.pb_lottie_no_min_height) > .wp-block-column > *:first-child {
        height: 212px !important;
        margin-bottom: 30px;
    }
    .p-5 {
        padding: 3rem!important;
    }
    .pe-5 {
        padding-right: 3rem!important;
    }
    .ps-5 {
        padding-left: 3rem!important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .pb_pet_health_2022 .pb_default_header a {
        font-size: 18px;
        line-height: 42px;
    }
    .pb_pet_health_2022 .pb_default_header a > span:first-child {
        height: 34px;
        margin-left: 4px;
        margin-top: 4px;
        width: 34px;
    }
    .pb_pet_health_2022__menu {
        height: 74px;
    }
    .pb_pet_health_2022__menu__pages {
        font-size: 16px;
        line-height: 73px;
    }
    .pb_pet_health_2022__menu__sections {
        font-size: 14px;
    }

    .pb_pet_health_2022__page_navigation > div {
        width: 291px;
    }
}

/* Extra extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
    .pb_pet_health_2022__page_navigation > div {
        width: 336px;
    }
    .pb_pet_health_2022__page_navigation {
    }
}
