@CHARSET "UTF-8";
/*
Theme Name: FEFAC
Theme URI:
Author: The Publishing Bureau
Author URI: http://publishingbureau.co.uk
Description: Custom theme for epruma.eu
Version: 1
License: Proprietary
License URI:
*/
body {
    background-repeat: repeat-y;
    /* background-position: calc(100vw - 180px) 0; */
    background-position: right;
    color: #000000;
    background-size: 50%;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
}
body.public {
    background-image: url('assets/images/Background.png');
}
body.restricted {
    background-color: #EDF8FE;
    background-image: url('assets/images/member_Background.png');
    background-position: calc(100vw - 110px) 250px;
    background-repeat: no-repeat;
}
::selection {
    background-color: #023B73;
    color: #FFF;
}
a {
    color: #003B73;
    text-decoration: underline;
}
a:hover {
    color: #5899E2;
    text-decoration: underline;
}
a.button, button.button {
    background-color: #FFF;
    color: #003B73;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
}
a.button_blue, button.button_blue {
    background-color: #003B73;
    border: 1px solid #023568;
    color: #FFF;
}
a.button_100, button.button_100 {
    display: block;
    width: 100%;
}
a.button_sm, button.button_sm {
    font-size: 14px;
    padding: 1px 10px;
}
a.button_members, button.button_members {
    background-color: transparent !important;
}
.regular {
    font-weight: 400 !important;
}
.semi_bold {
    font-weight: 600 !important;
}
.bold {
    font-weight: 700 !important;
}
h1 {
    color: #003B73;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700 !important;
    line-height: 36px;
}
h2 {
    color: #003B73;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700 !important;
    line-height: 29px;
}
h3 {
    color: #2E5F96;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 29px;
}
h4 {
    color: #838488;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 22px;
}
h5 {
    color: #2E5F96;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 19px;
}
h6 {
    color: #2A2A2A;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 17px;
}
input[type="text"], input[type="email"], textarea, input[type="submit"] {
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
}
.email_back {
    /* Honeypot -- hidden form element */
    display: none !important;
}
ul {
    list-style: none;
    padding-left: 0;
}
ul:not(.navbar-nav):not(.dropdown-menu) li::before {
    content: "•";
    padding-right: 10px;
}
ul li:not(.nav-item) {
    margin-left: 20px;
    text-indent: -16px;
}
.img-fluid, figure.img-fluid img {
    width: 100%;
}
.video_wrapper, .wp-block-embed.fb-video-wrapper > .wp-block-embed__wrapper {
    position: relative;
    margin-top: 45px;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video_wrapper > iframe, .wp-block-embed.fb-video-wrapper > .wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-block-embed.fb-video-wrapper > .wp-block-embed__wrapper {
    margin-top: 0 !important;
}

/* Navigation */
.navigation {
    border-bottom: 2px solid #023B73;
}
.navbar {
    background-color: #FFF;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition:padding 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.navbar.navbar-main {
    height: 114px;
    min-height: 114px;
    padding: .5rem 0;
}
.navbar-brand {
    margin-left: 1rem;
}
.navbar.navbar-members {
    background-color: #5899E2;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar.navbar.navbar-members ul {
    justify-content: space-between;
}
.navbar.navbar.navbar-members ul li {
    margin-right: 30px;
}
.navbar.navbar.navbar-members ul a {
    border-bottom: none;
    color: #FFF;
    margin: 0;
    padding: 0;
}
.navbar > .container {
    height: 100px;
}
.navbar__menus {
    height: 114px;
    width: 100%;
}
.navbar__menus > div {
    height: 50px;
    width: 100%;
}
#navigation_sub_menu {
    background-color: #023B73;
    color: #FFF;
    display: inline-block;
    float: right;
    height: 50px;
    padding: 0 20px 0 10px;
}
#navigation_sub_menu li {
    margin: 0 7px;
    line-height: 50px;
}
#navigation_sub_menu a {
    border: none;
    color: #FFF;
    margin: 0;
    text-decoration: none !important;
}
#navigation_sub_menu i {
    font-size: 16px;
}
.navigation_sub_menu__search_input {
    border-radius: 12px;
    height: 25px;
    line-height: 26px;
    margin-left: 10px;
    padding: 0 5px;
    width: 120px;
}
#navigation_menu {
    background-color: #FFF;
}
.nav-link {
    padding: 0;
}
.navbar .navbar-nav a {
    /* Menu items style */
    color: #003B73;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-left: 15px;
    text-decoration: none;
}
.navbar .navbar-nav > li > a {
    border-bottom: 1px solid #FFF;
    margin-bottom: 2px;
    transition: ease all 1s;
}
.navbar .navbar-nav > li > a:hover {
    /* border-bottom: 1px solid #9DA562; */
}
.navbar .navbar-nav .nav-item a:hover, .navbar .navbar-nav .nav-item.dropdown:hover a {
    /* Menu items style when hovered or when sub-menu is open */
    color: #003B73;
}
.navbar .navbar-nav .nav-item.active a {
    /* Menu item active style */
}
.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu:not(.submenu) {
    /* Open sub menu when menu item is hovered */
    display: block;
}
.navbar .navbar-nav .nav-item.dropdown:hover {
    /* Menu item with drop down style when dropdown is open */
    /* background-color: #000; */
}
.navbar .dropdown-menu {
    /* Dropdown style */
    border-top-left-radius: 0;
    /* background-color: #000; */
    border: none;
    margin: 0;
}
.nav-item form, .nav-item span {
    margin-left: 15px;
}
.nav-item form {
    padding-bottom: 15px;
}
#navigation_menu .dropdown-menu {
    margin-top: -10px !important;
}
.navbar .dropdown-menu .dropdown-item {
    /* Dropdown item style */
    /* color: #003B73 !important; */
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding-left: 5px;
}
.navbar .dropdown-menu .dropdown-item:hover {
    /* Dropdown item hover style */
    background-color: inherit;
}
.restricted .navbar.navbar-main {
    background: rgb(46,95,150);
    background: linear-gradient(90deg, rgba(46,95,150,1) 0%, rgba(2,59,115,1) 100%);
}
.navbar .navbar-nav .nav-item.inverse {
    background: rgb(46,95,150);
    background: linear-gradient(90deg, rgba(46,95,150,1) 0%, rgba(2,59,115,1) 100%);
}
.navbar .navbar-nav .nav-item.inverse .nav-link, .nav-item.inverse a {
    color: #FFF !important;
}
.dropdown-menu-member, .nav-item-member {
    background: #5899E2 !important;
}
.nav-item-member .nav-link {
    color: #FFF !important;
}

.navbar .navbar-nav > li > a {
    border-color: transparent;
}
#navigation_members_menu .dropdown-menu {
    background-color: #5899E2;
    margin-left: -10px;
    padding-left: 10px;
}
#navigation_members_menu .dropdown-menu .dropdown-item {
    color: #FFF !important;
    padding-bottom: .25rem;
    padding-top: .25rem;
}


footer {
    background-color: #003B73;
    color: #FFF;
    font-size: 12px;
}
footer a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

main {
    margin-top: 114px;
}
main.pb_no_top_margin {
    margin-top: 84px;
}
body.member {
    margin-top: 38px;
}
main .no_header {
    margin-top: 30px;
}

.default__header {
    background-image: url('assets/images/bg_header_default.png');
    background-repeat: no-repeat;
    background-position: right 50% bottom 50px;
    background-size: cover;
    margin-bottom: 50px;
}
.default__header h1 {
    color: #FFF;
    margin-top: 50px;
}
.default__header p {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
}
.default_header__text_small p {
    font-size: 18px;
}
.default__header__image > img {
    height: auto;
    width: calc(100% - 30px);
}
.default__header__image > div:not(.modal) {
    background-color: #FFF;
    border: 2px solid #023B73;
    margin-top: 30px;
}
.default__header__image__hover:hover {
    cursor: pointer;
}
.default__no_header__documents {
    background-color: #2E5F96;
    margin-top: 30px;
    padding: 30px;
}
.default__no_header__documents h2, .default__no_header__documents ul li::before {
    color: #FFF;
}
.default__no_header__documents a, .default__no_header__documents a:hover {
    color: #FFF;
}
.wp-block-column > div {
    height: 100%;
}
.wp-block-column > .wp-block-group {
    /* margin-bottom: -70px; */
}
.wp-block-group[class*="pb_box_"] {
    margin-top: 50px;
    padding: 30px;
}
.wp-block-group.pb_box_blue_grey_bg {
    background-color: #E9EFF4;
}
.wp-block-group.pb_box_blue_grey_bg h2 {
    color: #2E5F96;
    font-size: 16px;
}
.wp-block-group.pb_box_blue_bg {
    background-color: #2E5F96;
    color: #FFF;
}
.wp-block-group.pb_box_blue_bg h1, .wp-block-group.pb_box_blue_bg h2, .wp-block-group.pb_box_blue_bg h3, .wp-block-group.pb_box_blue_bg h4, .wp-block-group.pb_box_blue_bg h5, .wp-block-group.pb_box_blue_bg h6 {
    color: #FFF;
}
.wp-block-group.pb_box_dark_blue_bg {
    background-color: #003B73;
    color: #FFF;
}
.wp-block-group.pb_box_dark_blue_bg h1, .wp-block-group.pb_box_dark_blue_bg h2, .wp-block-group.pb_box_dark_blue_bg h3, .wp-block-group.pb_box_dark_blue_bg h4, .wp-block-group.pb_box_dark_blue_bg h5, .wp-block-group.pb_box_dark_blue_bg h6 {
    color: #FFF;
}
.wp-block-group.pb_box_green_bg {
    background-color: #9DA562;
    color: #FFF;
}
.wp-block-group.pb_box_green_bg h1, .wp-block-group.pb_box_green_bg h2, .wp-block-group.pb_box_green_bg h3, .wp-block-group.pb_box_green_bg h4, .wp-block-group.pb_box_green_bg h5, .wp-block-group.pb_box_green_bg h6 {
    color: #FFF;
}
.wp-block-group.pb_box_light_blue_bg {
    background-color: #5899E2;
    color: #FFF;
}
.wp-block-group.pb_box_light_blue_bg h1, .wp-block-group.pb_box_light_blue_bg h2, .wp-block-group.pb_box_light_blue_bg h3, .wp-block-group.pb_box_light_blue_bg h4, .wp-block-group.pb_box_light_blue_bg h5, .wp-block-group.pb_box_light_blue_bg h6 {
    color: #FFF;
}
.wp-block-image img {
    height: auto;
}

.columns-fill-gap {
    gap: 0;
}
.columns-fill-gap figure {
    display: flex !important;
    height: 100%;
    margin: 0 !important;
    width: 100%;
}
.columns-fill-gap figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* Home */
.home__header {
    position: relative;
}
.home__header__content {
    color: #FFF;
    display: flex;
    height: 100%;
    padding-bottom: 20px;
}
.home__header__content > div {
    background-color: rgba(0, 59, 115, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 35px;
}
.home__header__content h1 {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}
.home__header__content h2 {
    color: #FFF;
}
.home__header__links > div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.home__header__links > div > a {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.home__header__links > div > span {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 3px;
    padding-left: 10px;
}
.home__latest_news {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(238,249,254,1) 50%, rgba(237,248,254,1) 100%);
    padding-bottom: 30px;
    padding-top: 30px;
}
.home__latest_news__item__image {
    border: 1px solid #023B73;
    height: 169px;
    overflow: hidden;
}
.home__latest_news__item__image img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.home__latest_news__item__title {
    height: 70px;
    margin-top: 15px;
}
.home__latest_news__item__details {
    align-items: center;
    border-top: 1px solid #003B73;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.home__latest_news__item__details a {
    font-weight: 500;
    text-decoration: none;
}
.home__content .wp-block-columns {
    margin-bottom: 0 !important;
}
.home__content .wp-block-column:nth-child(2) {
    background-color: #5899E2;
    color: #FFF;
    padding: 45px 45px 45px 45px;
}
.home__content .wp-block-column:nth-child(2) h2 {
    border-bottom: 2px solid #FFF;
    color: #FFF;
    margin-bottom: 15px;
}
.home__content .wp-block-column:nth-child(2) a {
    color: #FFF;
    text-decoration: none;
}
.home__events {
    margin-top: 30px;
}
.home__events__events {
    background-color: rgba(0, 59, 115, 1.000);
    color: #FFF;
    flex-direction: column;
    height: 100%
    left: 0;
}
.home__events__events h2 {
    color: #FFF;
}
.home__events__events p {
    border-bottom: 1px solid #FFF;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.home__events__events .events__event__day, .home__events__events .events__event__month, .home__events__events a {
    color: #FFF;
    text-decoration: none;
}
.home__links {
    background-image: url('assets/images/home_gear_background.png');
    background-size: cover;
    padding-bottom: 160px;
    padding-top: 80px;
}
/*.home__flowchart_chart {
    position: relative;
    text-align: center;
}
.home__flowchart_chart > div {
    border: 1px solid red;
    color: #FFF;
    height: calc(100vw - 34px);
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    width: 100%;
}
.home__flowchart_chart > div > div {
    border: 1px solid green;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.home__flowchart_chart .big {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 700;
}
.home__flowchart_chart .small {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 15px;
    margin-top: 15px;
}*/
.home__links__link, .home__links__link:hover {
    color: #FFF;
    text-decoration: none;
}
.home__links__link > div {
    padding: 20px;
}
.home__links__link h3 {
    color: #FFF;
}
.home__links__link img {
    display: block;
    margin: 0 auto;
    width: 80%;
}
.home__links__resources {
    background-color: #3587A4;
}
.home__links__priorities {
    background-color: #2E5F96;
}
.home__links__statistics {
    background-color: #5899E2;
}

/* Board */
.board__member__name {
    color: #838488;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.board__member__position {
    color: #2E5F96;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.board__member__organisation {
    color: #2A2A2A;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

/* Members */
.members__section .members__section__heading {
    color: #FFF;
    padding: 10px;
    text-align: center;
}
.members__section:nth-child(3n+1) .members__section__heading {
    background-color: #2E5F96;
}
.members__section:nth-child(3n+2) .members__section__heading {
    background-color: #3587A4;
}
.members__section:nth-child(3n+3) .members__section__heading {
    background-color: #5899E2;
}
.members__section__member {
    background-color: #FFF;
}
a.members__section__member {
    text-decoration: none;
}
.members__section__member__image, .members__section__member__image_none {
    align-items: center;
    display: flex;
    height: 150px;
    justify-content: center;
    padding: 15px;
}
.members__section__member__image_none {
    border: 1px solid #023B73;
    color: #2E5F96;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.members__section__member__image img {
    max-width:100%;
}
.members__section__member__title {
    color: #2A2A2A;
    /* font-size: 14px; */
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}

/* Our team */
.team_member {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.team_member__name {
    color: #838488;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
}
.team_member__position {
    color: #2E5F96;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.team_member__organisation {
    color: #2A2A2A;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.team_member__contact {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-top: auto;
}
.team_member > *:nth-last-child(2) {
    margin-bottom: 15px;
}

/* Grid (About our industry, Resources) */
.grid__sub_page {
    margin-bottom: 30px;
}
.grid__sub_page > div {
    color: #FFF;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 220px;
    padding: 15px;
}
.grid__sub_page:nth-child(6n+1) > div {
    background-color: #2E5F96;
}
.grid__sub_page:nth-child(6n+2) > div {
    background-color: #3587A4;
}
.grid__sub_page:nth-child(6n+3) > div {
    background-color: #5899E2;
}
.grid__sub_page:nth-child(6n+4) > div {
    background-color: #9DA562;
}
.grid__sub_page:nth-child(6n+5) > div {
    background-color: #003B73;
}
.grid__sub_page:nth-child(6n+5) > div {
    background-color: #003B73;
}
.grid__sub_page:nth-child(6n+6) > div {
    background-color: #9A9B9F;
}
.grid__sub_page h2 {
    color: #FFF;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
}
.grid__sub_page > div > div {
    margin-top: auto;
    text-align: right;
}
.grid__sub_page > div > div a {
    color: #FFF !important;
    text-decoration: none;
}

/* About our industry */
.about_our_industry .default__header {
    background-image: url('assets/images/bg_header_about_our_industry.png');
}
.about_our_industry__child {
    margin-top: 30px;
}

/* Priorities */
.priorities .grid__sub_page {
    text-decoration: none;
}
.priorities .grid__sub_page:nth-child(4n+1) > div {
    background-color: #426FA0;
}
.priorities .grid__sub_page:nth-child(4n+2) > div {
    background-color: #3487A4;
}
.priorities .grid__sub_page:nth-child(4n+3) > div {
    background-color: #003B73;
}
.priorities .grid__sub_page:nth-child(4n+4) > div {
    background-color: #5899E2;
}
.priorities .grid__sub_page h2 {
    height: 30px;
}
.priorities .grid__sub_page img {
    display: inline-block;
    height: auto;
    margin: 10px auto 0;
    width: 75%;
}
.priorities__header {
    background-image: url('assets/images/bg_header_default.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    min-height: 400px;
}
.priorities__header h1 {
    color: #FFF;
    margin-top: 50px;
}
.priorities__header p {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}
.priorities__header__text_small p {
    font-size: 18px;
}
.priorities__header__image {
    align-items: center;
    display: flex;
    justify-content: center;
}
.priorities__header__image > img {
    height: auto;
    width: 50%;
}
.priorities__priority .grid__sub_page {
    text-decoration: none;
}

/* News */
.news__search input {
    border: 1px solid #023B73;
    border-radius: 20px;
    color: #023B73;
    padding: 0 5px;
    width: 70%;
}
.news__search button {
    background-color: #FFF;
    border: none;
    color: #023B73;
}
.news__search a {
    text-decoration: none;
}
.news__item h3 a {
    color: #2E5F96;
    text-decoration: none;
}
.news__item__excerpt {
    border-bottom: 1px solid #2680EB;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.news__item__footer {
    display: flex;
    justify-content: space-between;
}
.news__item__footer a {
    color: #003B73;
    font-weight: 600;
    text-decoration: none;
}

/* Publications */
.resources__resource {
    margin-bottom: 30px;
}
.resources__resource h3 {
    font-size: 16px;
    margin-bottom: 0;
    text-decoration: underline;
}
.resources__resource p {
    margin-bottom: 5px;
}
.resources__resource a {
    text-decoration: none;
}

/* Events */
.events__event__day {
    color: #2E5F96;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
}
.events__event__month {
    color: #2E5F96;
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 23px;
}
.events__event h2 {
    color: #2E5F96;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}
.events__event__read_more > div {
    border-top: 1px solid #2E5F96;
    padding-top: 10px;
}
.events__event__read_more a {
    text-decoration: none;
}
.events_event_page h1 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 30px;
}
.events_event_page h2 {
    color: #2E5F96;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-top: 20px;
}

/* Contact */
.contact_header p:not(:nth-child(2)) {
    font-size: 18px;
}
.contact__body {
    background-color: #E9EFF4;
    padding: 30px 15px;
}
#contact_form label {
    color: #838488;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
#contact_form input, #contact_form textarea {
    border: 1px solid #023B73;
    border-radius: 0;
}

/* Sign in form */
#pb_signin_form {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
#pb_signin_form .checkbox {
  font-weight: 400;
}
#pb_signin_form .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
#pb_signin_form .form-control:focus {
  z-index: 2;
}
#pb_signin_form input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#pb_signin_form input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#pb_signin_form__errors {
    color: red;
}

/* Members home */
.members_area__info_box {
    padding-top: 15px;
}
.members_area__info_box__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.members_area__info_box__header h2 {
    margin-bottom: 0;
}
.members_area__info_box__meeting_calendar {
    background-color: #2E5F96;
    padding: 15px 25px;
}
.members_area__info_box__meeting_calendar h2 {
    color: #FFF;
}
.members_area__info_box__meeting_calendar a {
    color: #FFF;
    text-decoration: none;
}
.members_area__news__item {
    margin-bottom: 25px;
}
.members_area__news__item p {
    border-bottom: 1px solid #5E86AA;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.members_area__news__item div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.members_area__news__item a {
    text-decoration: none;
}
.members_area__meetings__meeting {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.members_area__meetings__meeting__day {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 40px;
}
.members_area__meetings__meeting__month {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 23px;
}
.members_area__meetings__meeting__name {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.members_area__links > .col > div {
    background-color: #2E5F96;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 177px;
    padding: 10px;
}
.members_area__links > .col:nth-child(2) > div {
    background-color: #3587A4;
}
.members_area__links > .col:nth-child(3) > div {
    background-color: #5899E2;
}
.members_area__links > .col:nth-child(4) > div {
    background-color: #9DA562;
}
.members_area__links > .col:nth-child(5) > div {
    background-color: #9A9B9F;
}
.members_area__links h5, .members_area__links a {
    color: #FFF;
    text-decoration: none;
}
.members_area__links h5 {
    font-size: 15px;
}

/* Member news */
.members_news__item {
    margin-bottom: 30px;
}
.members_news__item > p {
    border-bottom: 1px solid #6E92B3;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.members_news__item > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.members_news__item > div > a {
    text-decoration: none;
}
.members_news .news__search form button, .members_area__working_group form button {
    background-color: transparent;
}

/* Meeting calendar */
.members_area thead tr th {
    border-bottom: none;
    background-color: #2E5F96 !important;
}
.members_area thead th {
    font-weight: normal;
}
.members_area tbody td {
    border-bottom: 1px solid #2E5F96;
}

.members_area_decision_bodies__table_toggle {
    background-color: #003B73;
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
.members_area_decision_bodies__table_toggle:hover {
    color: #FFF;
}
.members_area_decision_bodies__document {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}


.safs {
    font-family: 'Montserrat', sans-serif;
}
.safs h1, .safs h2, .safs h3, .safs h4, .safs h5, .safs h6 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.safs hr {
    background-color: #FFAD47;
}
.safs__dark_blue {
    color: #123267 !important;
}
.safs_subtitle {

}
.safs__orange {
    color: #E6351B !important;
}
.safs__back_button {
    background-color: #FFF;
    color: #123267;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 13px;
}
.safs .wp-block-button__link {
    background-color: #FFF;
    border: 1px solid #123267;
    border-radius: 0;
    color: #123267;
    font-size: 16px;
    font-weight: bold;
}
.safs__download_pdf .wp-block-button__link:hover {
    border-color: #5899E2;
    color: #5899E2;
}


.safs {
    font-family: 'Montserrat', sans-serif;
}
.safs__header {
    background-color: #123267;
    background-size: cover;
    color: #FFF !important;
    min-height: 368px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.safs__header__heading {
    text-align: center;
    margin-bottom: 25px;
}
.safs__header__heading h1 {
    color: #FFF !important;
    display: inline;
    font-family: 'Montserrat', sans-serif;
    opacity: 1;
}
.safs__header__heading hr {
    margin: 0 auto;
    width: 100%;
}
.safs__header__text {
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.safs__header_v {
    color: #FFAD47;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    text-align: center;
}
.safs__header__secondary_image {
    aspect-ratio: 1;
    background-color: #FFF;
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
}
.safs__header__secondary_image img {
    height: auto;
    margin-top: 25%;
    width: 100%;
}
.safs__content {
    background-color: #FFF;
    padding-bottom: 30px;
    padding-top: 30px;
}


.safs__strategies {
    background-color: #123267;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
}
.safs__strategies__heading {
    text-align: center;
    margin-bottom: 30px;
}
.safs__strategies__heading h1 {
    border-bottom: 1px solid #FFAD47;
    color: #FFF;
    display: inline;
}
.safs__strategies__links__link {
    color: #003B73;
    display: block;
    height: 100vw;
    width: 100vw;
}
.safs__strategies__links__link__container {
    border: 1px solid transparent;
    border-radius: 50%;
    display: block;
    margin-left: 30px;
    margin-top: 30px;
    height: calc(100% - 60px);
    transition: ease all .2s;
    width: calc(100% - 60px);
}
.safs__strategies__links__link:first-child .safs__strategies__links__link__container {
    border: 1px solid #FFAD47;
}
.safs__strategies__links__link__container__inner {
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 50%;
    height: calc(100% - 20px);
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    transition: ease all .2s;
    width: calc(100% - 20px);
}
.safs__strategies__links__link__container__inner > div {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: ease all 0.2s;
    width: 100%;
}
.safs__strategies__links__link__container__inner img {
    height: auto;
    width: 50vw;
}
.safs__strategies__links__link__container__inner p,
.safs__strategies__links__link__container__inner span {
    height: 0;
    opacity: 0;
    transition: ease all 0.2s;
}
.safs__strategies__links__link__container__inner p {
    font-size: 12px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.safs__strategies__links__link:hover {
    color: #003B73;
}
.safs__strategies__links__link__container:hover {
    border: 1px solid transparent !important;
}
.safs__strategies__links__link__container:hover .safs__strategies__links__link__container__inner {
    border-radius: 0;
    margin-left: 0;
    margin-top: 0;
    height: 100%;
    width: 100%;
}
.safs__strategies__links__link__container:hover .safs__strategies__links__link__container__inner > div {
    top: 25px;
    transform: translateY(0);
}
.safs__strategies__links__link__container:hover .safs__strategies__links__link__container__inner p,
.safs__strategies__links__link__container:hover .safs__strategies__links__link__container__inner span {
    height: auto;
    opacity: 1;
}

/* Touch screen, no mouse */
@media (hover: none) {
    .safs__strategies__links__link__container__inner span {
        height: auto;
        opacity: 1;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .safs__strategies {
        aspect-ratio: 2.12;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .safs__strategies__links {
        display: flex;
        padding-left: 0;
        padding-right: 0;
    }
    .safs__strategies__links__link {
        height: 25vw;
        width: 25vw;
    }
    .safs__strategies__links__link__container__inner img {
        height: auto;
        width: 12vw;
    }
}

.pxbase_case_study__category_filter {
    border: 1px solid  #123267;
    color: #123267;
    display: inline-block;
    font-weight: bold;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 5px 12px;
}
.pxbase_case_study__category_filter.active {
    background-color: #123267;
    color: #FFF;
}
.pxbase_case_study__category_filter.pxbase_case_study__category_filter_environment {
    border-color: #437A3A;
    color: #437A3A;
}
.pxbase_case_study__category_filter.pxbase_case_study__category_filter_environment.active {
    background-color: #437A3A;
    color: #FFF;
}
.pxbase_case_study__category_filter.pxbase_case_study__category_filter_animal_health {
    border-color: #1C82C2;
    color: #1C82C2;
}
.pxbase_case_study__category_filter.pxbase_case_study__category_filter_animal_health.active {
    background-color: #1C82C2;
    color: #FFF;
}
.pxbase_case_study__category_filter.pxbase_case_study__category_filter_animal_welfare {
    background-color: #FFF;
    border-color: #3587A4;
    color: #3587A4;
}
.pxbase_case_study__category_filter.pxbase_case_study__category_filter_animal_welfare.active {
    background-color: #3587A4;
    color: #FFF;
}
.safs__strategy__case_study {
    margin-bottom: 30px;
}
.safs__strategy__case_study > div {
    aspect-ratio: 1;
    /* background-color: #3587A4; */
    color: #FFF;
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.safs__strategy__case_study.safs__strategy__case_study_environment > div {
    background-color: #437A3A;
}
.safs__strategy__case_study.safs__strategy__case_study_animal_health > div {
    background-color: #1C82C2;
}
.safs__strategy__case_study.safs__strategy__case_study_animal_welfare > div {
    background-color: #3587A4;
}

.safs__strategy__case_study h6, .safs__strategy__case_study a, .safs__strategy__case_study a:hover {
    color: #FFF;
    font-weight: bold;
}
.safs__strategy__case_study h6 {
    border-bottom: 1px solid #FFAD47;
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 15px;
}
.safs__strategy__case_study > div > p {
    flex: 1;
}


.safs__case_study {
    padding-top: 3rem !important;
}
.safs__case_study h1 {
    border-bottom: 2px solid #FFAD47;
    font-size: 32px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.safs__case_study__right_column {
    background: #2e5f96;
    padding-bottom: 3rem !important;
}
.safs__case_study__right_column a {
    background-color: #FFF;
    color: #123267;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 13px;
}
.safs__case_study__right_column__box {
    background-color: #FFF;
    margin-top: 20px;
    padding: 20px;
}
.safs__case_study__right_column__box h5 {
    border-bottom: 1px solid #FFAD47;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #FFAD47;
    padding-bottom: 10px;
}
.safs__case_study__right_column__box h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: italic;
    margin-top: 15px;
    padding-bottom: 10px;
}
.safs__case_study__challenge_type {
    font-weight: bold;
}
.safs__case_study__challenge_type:nth-child(3n+2) {
    color: #437A3A;
}
.safs__case_study__challenge_type:nth-child(3n + 3) {
    color: #5899E2;
}
.safs__case_study__challenge_type:nth-child(3n + 4) {
    color: #3587A4;
}
.safs__case_study__right__ambition {
    display: flex;
    margin-bottom: 10px;
}
.safs__case_study__right__ambition__tag span {
    align-items: center;
    background: url('assets/images/ambition_tag.png') red;
    background-size: cover;
    color: #FFF;
    display: flex;
    font-weight: bold;
    height: 30px;
    justify-content: center;
    margin-right: 15px;
    margin-top: 5px;
    width: 42px;
}
.ambition_1 .safs__case_study__right__ambition__tag span {
    background: url('assets/images/ambition_tag.png') #437A3A;
    background-size: cover;
}
.ambition_2 .safs__case_study__right__ambition__tag span {
    background: url('assets/images/ambition_tag.png') #1C82C2;
    background-size: cover;
}
.ambition_3 .safs__case_study__right__ambition__tag span {
    background: url('assets/images/ambition_tag.png') #34C0A6;
    background-size: cover;
}
.ambition_4 .safs__case_study__right__ambition__tag span {
    background: url('assets/images/ambition_tag.png') #FF4420;
    background-size: cover;
}
.ambition_5 .safs__case_study__right__ambition__tag span {
    background: url('assets/images/ambition_tag.png') #A62A97;
    background-size: cover;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body {
        background-position: calc(100vw - 300px) 0;
        background-size: 25%;
    }

    .navbar.navbar-main {
        height: 114px;
        min-height: 114px;
        padding: .5rem 1rem;
        padding-top: 0;
    }
    .dropdown-menu {
        -webkit-box-shadow: 4px 4px 17px -6px rgba(0,0,0,0.75);
        -moz-box-shadow: 4px 4px 17px -6px rgba(0,0,0,0.75);
        box-shadow: 4px 4px 17px -6px rgba(0,0,0,0.75);
    }
    .has-submenu {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        padding-top: 0;
    }
    .has-submenu span:nth-child(2) {
        font-size: 18px;
    }
    .restricted #navigation_menu, .restricted #navigation_sub_menu {
        background-color: transparent;
    }
    .restricted .navbar .navbar-nav > li > a, .restricted .navbar .navbar-nav > li >  a:hover {
        color: #FFF !important;
    }

    .default__header__container {
        min-height: 370px;
    }
    .default__header p:last-child {
        padding-bottom: 70px;
    }
    .default__header__image {
        /* display: flex; */
        position: relative;
    }
    .default__header__image > img {
        position: absolute;
        bottom: 0;
    }

    .home__header__content {
        left: 25%;
        padding-top: 20px;
        position: absolute;
        top: 0;
        width: 65%;
    }
    .home__header__content > div {
        background-color: rgba(0, 59, 115, 0.8);
    }
    .home__header__content h1 {
        font-size: 32px;
    }
    .home__header__content h2 {
        font-size: 20px;
    }
    .home__header__links > div > a {
        font-size: 14px;
    }
    .home__header__links > div > span {
        font-size: 18px;
        margin-top: 1px;
    }

    .home__content .wp-block-column:nth-child(2) {
        padding-bottom: 0;
    }
    .home__header__links {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }
    .home__header__links > div {
        justify-content: center;
    }

    .home__latest_news__item__image {
        height: 120px;
    }
    .home__latest_news__item__title {
        font-size: 14px;
        height: 90px;
    }
    .home__latest_news__item__details {
        font-size: 12px;
    }
    .home__content .wp-block-column:nth-child(2) {
        padding: 20px;
    }
    .wp-block-column > .wp-block-group {
        margin-bottom: -25px;
    }
    .home__content .wp-block-column:nth-child(2) h2 {
        font-size: 24px;
    }

    .home__events {
        margin-top: 0;
        position: relative;
    }
    .home__events__events h2 {
        font-size: 22px;
    }
    .events__event__day {
        font-size: 18px;
        line-height: 20px;
    }
    .events__event__month {
        font-size: 16px;
    }
    .home__events__events {
        background-color: transparent;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    .home__events__events p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
        padding-bottom: 5px;
    }
    .home__events__events a {
        font-size: 14px;
    }
    /* .home__flowchart_chart {
        padding: 0;
    }
    .home__flowchart_chart > div {
        height: 290px;
        width: 100%;
    }
    .home__flowchart_chart .big {
        font-size: 35px;
        line-height: 40px;
    }
    .home__flowchart_chart .small {

    } */

    .members__section__member__image, .members__section__member__image_none {
        height: 100px;
    }
    .members__section__member__title {
        font-size: 14px;
    }
    .contact__body {
        padding: 30px 120px 30px 90px;
    }
    .members_area__links > .col > div {
        height: 150px;
    }

    .safs__header {
        padding: 0;
    }
    .safs__header__inner {
        align-items: center;
        display: flex;
        height: 368px;
        padding-bottom: 35px;
        padding-top: 35px;
    }
    .safs__header__inner > *:first-child {
        flex: 1;
        padding-right: 15px;
    }
    .safs__header__inner > *:nth-child(2) {
    }
    .safs__header__inner > *:last-child {
        align-self: flex-start;
        padding-left: 15px;
    }
    .safs__header__heading, .safs__header__text {
        text-align: left;
    }
    .safs__header__heading hr {
        margin-left: 0;
    }
    .safs__header_v {
        text-align: left;
    }
    .safs__header__secondary_image {
        height: 240px;
        width: 240px;
    }
    .safs__case_study {
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) calc(50% + 120px), rgba(46,95,150,1) calc(50% + 120px), rgba(46,95,150,1) 100%);
        padding-bottom: 3rem !important;
    }
    .safs__case_study__right_column {
        padding-bottom: 0 !important;
    }
    .safs__case_study__right_column > *:first-child {
        margin-top: 0 !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .members_area__links > .col > div {
        height: 162px;
    }
    .home__header__content {
        left: 45%;
        width: 45%;
    }
    .home__header__content h1 {
        font-size: 2.5rem;
    }
    .home__header__content h2 {
        font-size: 22px;
    }

    .home__latest_news__item__image {
        height: 158px;
    }
    .home__latest_news__item__title {
        font-size: 16px;
        height: 80px;
    }
    .home__latest_news__item__details {
        font-size: 16px;
    }
    .home__content .wp-block-column:nth-child(2) {
        padding: 45px;
    }
    .home__content .wp-block-column:nth-child(2) h2 {
        font-size: 2rem;
    }

    .home__events__events h2 {
        font-size: 2rem;
    }
    .events__event__day {
        font-size: 40px;
        line-height: 40px;
    }
    .events__event__month {
        font-size: 23px;
    }

    .safs__case_study {
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) calc(50% + 160px), rgba(46,95,150,1) calc(50% + 160px), rgba(46,95,150,1) 100%);
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    body.restricted {
        background-position: calc(100vw - 200px) 250px;
    }
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .home__header__content h2 {
        font-size: 2rem;
    }
    .home__header__links > div > a {
        font-size: 16px;
        line-height: 1.3;
    }
    .members_area__links > .col > div {
        height: 198px;
    }
    .home__latest_news__item__image {
        height: 169px;
    }
    .home__events__events p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .home__events__events a {
        font-size: 16px;
    }

    .safs__case_study {
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) calc(50% + 190px), rgba(46,95,150,1) calc(50% + 190px), rgba(46,95,150,1) 100%);
    }

    /* .safs__case_study__left_column__inner {
        margin-left: auto;
        max-width: 760px !important;
    }
    .safs__case_study__right_column__inner {
        max-width: 380px !important;
    } */
}

@media (min-width: 1500px) {
    body.restricted {
        background-position: calc(100vw - 330px) 250px;
    }
}

/* Touch screen, no mouse */
@media (hover: none) {
}

/* Hamburger button animation */
.navbar-toggler {
    border: none;
    background: transparent !important;
}
.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}
.navbar-toggler .icon-bar {
    background-color: #000;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}
.restricted .navbar-toggler .icon-bar {
    background-color: #FFF;
}
.bg-dark .navbar-toggler .icon-bar {
    background-color: #FFF;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

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

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

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


@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

.safs_print_only_area {
    display: none;
}
@media print {
    /* .safs_no_print_area, .navigation, footer, .safs__download_pdf {
        display: none !important;
        height: 0 !important;
        overflow: hidden !important;
        width: 0 !important;
    }
    main {
        margin-top: 0 !important;
        padding: 0;
    }
    .safs_print_area, .safs_print_only_area {
        display: block !important;
    }
    .ambition_1 .safs__case_study__right__ambition__tag span {
        color: #437A3A;
    }
    .ambition_2 .safs__case_study__right__ambition__tag span {
        color: #1C82C2;
    }
    .ambition_3 .safs__case_study__right__ambition__tag span {
        color: #34C0A6;
    }
    .ambition_4 .safs__case_study__right__ambition__tag span {
        color: #FF4420;
    }
    .ambition_5 .safs__case_study__right__ambition__tag span {
        color: #A62A97;
    } */
}
.submenu_indicator {
    font-size: 18px;
}

/* Shorthand */
.fefac__blocks__container {
    align-items: flex-start !important;
    color: #000;
    line-height: 1.5;
    min-height: 100vh;
    padding: 0 !important;
}
.fefac__blocks__container__container {
    min-height: 100vh !important;
}
@media (min-width:576px) {
    .fefac__blocks__container .container {
        max-width: 540px !important;
    }
}
@media (min-width:768px) {
    .fefac__blocks__container .container {
        max-width: 720px !important;
    }
}
@media (min-width:992px) {
    .fefac__blocks__container .container {
        max-width: 960px !important;
    }
}
@media (min-width:1200px) {
    .fefac__blocks__container .container {
        max-width: 1140px !important;
    }
}
@media (min-width:1800px) {
    .fefac__blocks__container .container {
        max-width: 1760px !important;
    }
}
.fefac__blocks__container > .wp-block-cover {
    padding: 0;
}
.fefac__blocks__container h1 {
    font-size: calc(1em + 4.5vmin) !important;
}
.fefac__blocks__container h2 {
    font-size: calc(1em + 3.5vmin) !important;
}
.fefac__blocks__container p, .fefac__blocks__container > .wp-block-cover p,
.fefac__blocks__container ul, .fefac__blocks__container > .wp-block-cover ul,
.fefac__blocks__container ol, .fefac__blocks__container > .wp-block-cover ol {
    color: #000;
    line-height: 2;
}
.fefac__blocks__container > .wp-block-group,
.fefac__blocks__container > .wp-block-cover > .wp-block-cover__inner-container > .wp-block-group {
    align-items: center;
    display: flex;
    min-height: 445px;
    padding-bottom: calc(54px - 1.5rem);
    padding: calc(84px - 1.5rem) 0;
}
.fefac__blocks__goto_top a.wp-block-button__link {
    background-color: rgba(255, 255, 255, 0.5) !important;
    color: #000 !important;
    font-size: 11px;
    text-transform: uppercase;
}
.fefac__blocks__goto_top a.wp-block-button__link::before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    position: relative;
    top: 8px;
    margin-bottom: 4px;
    transform: rotate(-45deg);
    width: 16px;
    margin-left: -8px;
}
.fefac__block__sticky {
    position: sticky;
    top: 185px;
}
.fefac__block__gallery figure {
    width: 100% !important;
    height: auto;
}
@media (min-width:992px) {
    .fefac__block__gallery {
        position: -webkit-sticky; /* For Safari */
        position: sticky;
        top: 185px;
        z-index: 10;
    }
    .fefac__block__gallery figure {
        display: none !important;
    }
    .fefac__block__gallery figure.active {
        display: block !important;
    }
}
@media (max-width:782px) {
    .wp-block-columns > .wp-block-column:first-child {
        order: 2;
    }
    .wp-block-columns > .wp-block-column:last-child {
        order: 1;
    }
}
.fb-blocks-bg-columns {
    padding-top: 90px !important;
}

.has-flblue-background-color {
    background-color: #5899E2 !important;
}
.has-flblue-color {
    color: #5899E2 !important;
}

.has-fdzblue-background-color {
    background-color: #2E5F96 !important;
}
.has-fdzblue-color {
    color: #2E5F96 !important;
}

.has-fdblue-background-color {
    background-color: #023B73 !important;
}
.has-fdblue-color {
    color: #023B73 !important;
}

.has-fseaweed-background-color {
    background-color: #207C98 !important;
}
.has-fseaweed-color {
    color: #207C98 !important;
}

.has-fsblue-background-color {
    background-color: #3587A4 !important;
}
.has-fsblue-color {
    color: #3587A4 !important;
}

.has-fmossgreen-background-color {
    background-color: #9DA461 !important;
}
.has-fmossgreen-color {
    color: #9DA461 !important;
}

