@CHARSET "UTF-8";
body {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}
::selection {
    background-color: #000;
    color: #FFF;
}
a {
    color: #B81E2B;
}
a:hover {
    color: #B81E2B;
}
.has-white-color a, .has-white-color a:hover {
    color: #FFF;
}
.wp-block-button a, a.button, input[type="submit"].button {
    background-color: #FFF;
    border: 1px solid #3C3C3C;
    border-radius: 10px;
    color: #B81E2B;
    font-size: 18px;
    padding: 3px 60px;
    text-decoration: none;
    text-transform: uppercase;
}
.wp-block-button.button-100, .wp-block-button.button-100 a, a.button-100 {
    display: block;
    text-align: center;
    width: 100%;
}
.wp-block-button.button-white a, a.button-white {
    border-color: #FFF;
    color: #FFF;
}
.wp-block-button a:hover, a.button:hover, input[type="submit"].button:hover {
    background-color: #B81E2B;
    border-color: #B81E2B;
    color: #FFF;
}
.thin {
    font-weight: 100 !important;
}
.extra-light {
    font-weight: 200 !important;
}
.light {
    font-weight: 300 !important;
}
.regular {
    font-weight: 400 !important;
}
.medium {
    font-weight: 500 !important;
}
.semi-bold {
    font-weight: 600 !important;
}
.bold {
    font-weight: 700 !important;
}
.black {
    font-weight: 900 !important;
}
.uppercase {
    text-transform: uppercase;
}
h1 {
    color: #B81E2B;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 2rem;
}
h2 {
    color: #494948;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 2rem;
}
h2.bordered-red {
    border-bottom: 1px solid #AE1B28;
    display: table;
    margin: 0 auto 60px;
}
h2.bordered-white {
    border-bottom: 1px solid #FFF;
    display: table;
    margin: 0 auto 60px;
}
h3 {
    color: #B81E2B;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 2rem;
}
h4 {
    color: #494948;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 2rem;
}
h5 {
    color: #494948;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 2rem;
}
h6 {
    color: #B81E2B;
    font-size: 18px;
    line-height: 22px;
}
.img-fluid, .wp-block-image.size-large img {
    height: auto !important;
    width: 100% !important;
}
/* 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%;
}
input[type="text"], input[type="email"], textarea, input[type="submit"] {

}

/* Styling classes */
.drop-shadow {
    box-shadow: 10px 10px 10px #00000029;
}
.montserrat {
    font-family: Montserrat, sans-sans-serif;
}
.pt60 {

    font-size: 60px;
}
.red {
    color: #B81E2B;
}

.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;
} */
.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%;
}
.min-h-100 {
    min-height: 100vh;
}

/* Navbar */
.navbar {
    flex-wrap: wrap;
    height: 52px;
    padding: 0;
    -webkit-transition:padding 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 9990;
}
.navbar.stuck {
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 80px;
}
.navbar-brand {
    margin-right: 0;
}
.navbar-brand img {
    width: 100px;
    height: 68px;
}
/* Menu */
.dropdown {
    position: static;
}
.dropdown-toggle::after {
    content: none;
}
.dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    left: 0;
    margin-top: -20px !important;
    padding: 0;
    padding-top: 20px;
    top: 98% !important;
}
.dropdown-menu > div {
    background-color: #FFF;
    margin: 0 auto;
    max-width: 1510px;
    /* padding: 15px; */
}
.dropdown-menu-item > div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    /* margin: 15px; */
    margin-bottom: 15px;
    padding: 0;
}
.dropdown-menu-item > div a {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFF;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    height: 100%;
    justify-content: center;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.dropdown-menu-item > div a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
}
.dropdown-submenu {
    position: relative;
}
#navigation_menu {
    transition: height 0s ease-in-out 1s, opacity 0.2s ease-in-out;
}
#navigation_menu.show {
    background: #FFF;
    height: 0;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100vw;
}
#navigation_menu.show {
    height: 100vh;
    opacity: 1;
    transition: height 0s ease-in-out, opacity 0.2s ease-in-out;
}
.nav-link {
    display: inline-block !important;
}
#navigation_menu > ul > li > a {
    padding: 5px;
}
#navigation_menu > ul > li.pb_fediaf_member_login a {
    border: 1px solid #AE1B28;
    color: #AE1B28;
    margin-bottom: 10px;
}
#navigation_menu > ul > li > a:hover {
    /* First level menu items style when hovered */
}
#navigation_menu > ul > li.show > a {
    /* First level menu items with sub-menu style when active*/
}
#navigation_menu > ul > li > ul.dropdown-menu > li > a:hover {
    /* Second level menu items style when hovered */
    background-color: black;
}
#navigation_menu > ul > li > ul.dropdown-menu > li.show > a {
    /* Second level menu items with sub-menu  style when hovered */
}
#navigation_menu > ul > li > ul.dropdown-menu > li > ul > li > a {
    padding-left: 3rem;
}
#navigation_menu > ul > li > ul.dropdown-menu > li > ul > li > a:hover {
    /* Third level menu items with sub-menu style when active*/
    background-color: black;
}
#navigation_menu > ul > li > ul.dropdown-menu {
    /* Remove margin of dropdown menu so it can remain open on hover */
    margin-top: 0;
}
#navigation_menu > ul li.nav-item.dropdown:hover > .dropdown-menu {
    /* Open sub menu when menu item is hovered */
    display: block;
}
#navigation_menu > ul li.nav-item.dropdown > .dropdown-menu > li.dropdown-submenu > .dropdown-menu {
    margin-left: 0;
}
#navigation_menu > ul li.nav-item.dropdown > .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu {
    /* Open second sub menu when sub menu item is hovered */
    display: block;
}
.navbar form input {
    background-image: url('../images/magnifying-glass-solid.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 18px;
    border: 1px solid #9C9D9C;
    border-radius: 100px;
    padding-left: 35px;
}
/* Hamburger button animation */
.pb-toggle {
    border: none;
    background: transparent !important;
    margin-top: -22px;
    z-index: 999;
}
.navbar-expand .pb-toggle {
    display: none;
}
.pb-toggle:focus {
    outline: none;
    background: transparent !important;
}
.pb-toggle .icon-bar {
    background-color: #000;
    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: 22px;
    height: 2px;
    border-radius: 1px;
}
.pb-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

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

.pb-toggle:active>.icon-bar:nth-child(2) {
    width: 22px;
    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(4px, -4px);
    transition: ease all .2s;
}

/* WordPress blocks */
[class^="wp-block"] {
}
.wp-block-image.w-100 img {
    width: 100%;
}
.wp-block-pullquote {
    border: 2px solid #AE1B28;
    border-left: none;
    border-right: none;
    padding: 15px 30px;
}
.wp-block-pullquote blockquote {
    margin: 30px 0;
}
.wp-block-pullquote p {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 36px;
    margin-bottom: 0;
}

main {
    padding-bottom: 150px;
}
main > .container-fluid.px-0 {
    overflow-x: hidden;
}

/* Footer */
footer {
    background-image: url('../images/footerbg.png');
    background-position: top center;
    background-size: cover;
    color: #FFF;
}
footer h2 {
    color: #FFF;
    font-size: 35px;
}
footer a, footer a:hover {
    color: #FFF;
}
footer .fab {
    color: #FFF;
    font-size: 21px;
    margin-right: 10px;
}

/* Home */
.pb_fediaf_home_hero {
    height: calc(100vh - 52px);
}
.pb_fediaf_home_hero .wp-block-cover__inner-container {
    max-width: 1530px;
}
.pb_fediaf_home_hero .wp-block-cover__inner-container h3 {
    color: #FFF;
}
.pb_fediaf_home_hero .wp-block-cover__inner-container h1 {
    color: #FFF;
    font-size: 30px !important;
    line-height: 40px !important;
    text-transform: uppercase;
}
.pb_fediaf_home_hero p {
    color: #FFF !important;
}
.pb_fediaf_home_hero .button-white a {
    background-color: transparent !important;
}
.pb_fediaf_homepage_focus_area {
    margin-top: 3rem;
}
.pb_fediaf_homepage_focus_area_item {
    margin-bottom: 3rem;
}
.pb_fediaf_homepage_focus_area_item > div {
    background-size: cover;
    background-position: center;
    height: 350px;
}
.pb_fediaf_homepage_focus_area_item > div > div {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding: 15px;
}
.pb_fediaf_homepage_focus_area_item__title {
    display: none;
    font-weight: 200;
    text-align: center;
}
.pb_fediaf_homepage_focus_area_item__content {
    display: flex;
    font-family: Montserrat, sans-serif;
    flex: 1;
    flex-direction: column;
    height: 100%;
}
.pb_fediaf_homepage_focus_area_item__content__title {
    border-bottom: 1px solid #FFF;
    font-size: 30px;
    font-weight: 200;
    line-height: 36px;
    margin-bottom: 15px;
    padding-bottom: 8px;
}
.pb_fediaf_homepage_focus_area_item__content__read_more {
    margin-top: auto;
}
.pb_fediaf_homepage_focus_area_item__content__read_more a {
    border: 1px solid #FFF;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px 10px;
}
.pb_fediaf_homepage_news_item {
    color: #494948;
    margin-bottom: 30px;
    text-decoration: none;
}
.pb_fediaf_homepage_news_item:last-child {
    margin-bottom: 15px;
}
.pb_fediaf_homepage_news_item__image {
    aspect-ratio: 16 / 9;
    background-color: #A91B27;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    box-shadow: 10px 10px 10px #00000029;
    margin-bottom: 1.5rem;
    overflow: hidden;
    width: auto;
}
.pb_fediaf_homepage_news_item__title {
    color: #494948;
    font-size: 20px !important;
    line-height: 24px;
    margin-bottom: .5rem;
}
.pb_fediaf_homepage_news_item__category {
    color: #B81E2B !important;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: .5rem;
    text-transform: uppercase;
}
.pb_fediaf_homepage_news_item__post_date {
    color: #2A2A2A;
    font-size: 18px;
}

.pb_fediaf_page__banner {
    background-position: 87% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
}
.pb_fediaf_page__banner * {
    height: 100%;
}
.pb_fediaf_page__banner__heading {
    align-items: center;
    color: #FFF;
    display: flex;
    text-shadow: 0px 3px 6px #00000029;
}
.pb_fediaf_page__breadcrumbs {
    visibility: hidden;
}

/* Members */
.pb_fediaf_page__members__member {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    margin-bottom: 3rem;
}
.pb_fediaf_page__members__member__image {
    align-items: center;
    display: flex;
    height: 218px;
    justify-content: center;
    margin-bottom: 1rem;
    min-height: 200px;
    border: 1px solid #707070;
    width: auto;
}
.pb_fediaf_page__members__member__image img {
    max-height: 70%;
    max-width: 70%;
}
.pb_fediaf_page__members__member__content > *:first-child {
    color: #B81E2B;
    text-transform: uppercase;
}

/* Fact sheets */
.pb_fediaf__fact_sheet {
    display: flex;
    margin-bottom: 3rem;
}
.pb_fediaf__fact_sheet__thumbnail {
    border: 1px solid #B81E2B;
    box-shadow: 10px 10px 10px #00000029;
}

/* News */
.pb_fediaf__news_item {
    display: block;
    margin-bottom: 3rem;
    text-decoration: none !important;
}
.pb_fediaf__news_item__image {
    aspect-ratio: 16 / 9;
    background-color: #AE1B28;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 10px 10px 10px #00000029;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: hidden;
}
.pb_fediaf__news_item__excerpt {
    color: #494948;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
}
.pb_fediaf__news_item__post_date {
    color: #494948;
    font-size: 18px;
}
.pb_fediaf_page__latest_news {
    border: 1px solid #AE1B28;
    padding: 30px;
}
.pb_fediaf__news_item__item_image {
    border-radius: 20px;
    box-shadow: 10px 10px 10px #00000029;
    margin-bottom: 3rem;
    overflow: hidden;
}
.pb_fediaf_page__latest_news__item {
    border-bottom: 1px solid #494948;
    color: #494948;
    display: block;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    text-decoration: none;
}
.pb_fediaf_page__latest_news__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.pb_fediaf_page__latest_news__item span {
    font-weight: 200;
}
/* Contact us page */
.pb_fediaf_page__google_map {
    min-height: 500px;
}
#contact_form {
    border: 1px solid #AE1B28;
    padding: 15px;
}
#contact_form .form-group {
    margin-bottom: 1.5rem;
}

.pb_fediaf__search_excerpt > p:last-child {
    margin-bottom: 0 !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .navbar-expand-sm .pb-toggle {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navbar-expand-md .pb-toggle {
        display: none;
    }
    #navigation_menu > ul > li > ul.dropdown-menu > li > ul > li > a {
        padding-left: 1.5rem;
    }
    .pb_fediaf_home_hero .wp-block-cover__inner-container {
        padding: 50px;
    }
    .pb_fediaf_home_hero .wp-block-cover__inner-container h3 {
        font-size: 40px;
        line-height: 44px;
    }
    .pb_fediaf_home_hero .wp-block-cover__inner-container h1 {
        font-size: 60px !important;
        line-height: 80px !important;
    }
    .pb_fediaf_page__breadcrumbs {
        align-items: center;
        color: #494948;
        display: flex;
        font-size: 20px;
        margin: 10px 0 30px;
        visibility: visible;
    }
    .pb_fediaf_page__breadcrumbs span {
        display: inline-block;
        font-size: 10px;
        margin: 0 10px;
    }
    .pb_fediaf_page__breadcrumbs a {
        color: #B81E2B;
        text-decoration: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar-expand-lg .pb-toggle {
        display: none;
    }
    h1 {
        font-size: 60px;
        line-height: 80px;
    }
    h2 {
        font-size: 48px;
        line-height: 58px;
    }
    h3 {
        font-size: 40px;
        line-height: 44px;
    }
    h4 {
        font-size: 35px;
        line-height: 42px;
    }
    h5 {
        font-size: 28px;
        line-height: 36px;
    }
    h6 {
        font-size: 20px;
        line-height: 24px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navbar-expand-xl .pb-toggle {
        display: none;
    }
    #navigation_menu {
        align-items: center;
        display: flex;
        margin-top: -15px;
    }
    #navigation_menu > ul > li > a {
        font-size: 12px !important;
        margin-right: 15px;
    }
    .dropdown-menu > div {
        padding: 15px;
    }
    .dropdown-menu-item > div {
        height: 250px;
        margin: 15px;
    }
    .dropdown-menu-item > div a {
        font-size: 40px;
    }
    #navigation_menu form {
        margin-top: -10px;
    }
    .pb_fediaf_homepage_focus_area_item > div > div {
        padding: 30px;
    }
    .pb_fediaf_homepage_focus_area_item__content {
        /* display: none; */
    }
    .pb_fediaf_homepage_focus_area_item__content__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
    .pb_fediaf_page__banner {
        background-position: center;
        height: 360px;
    }
}

/* Extra xl large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
    .navbar-expand-xxl .pb-toggle {
        display: none;
    }
    .navbar {
        height: 100px;
    }
    .navbar-brand img {
        width: 175px;
        height: 119px;
    }
    #navigation_menu {
        margin-top: -20px;
    }
    #navigation_menu > ul > li > a {
        font-size: 15px !important;
        margin-right: 15px;
    }
    .pb_fediaf_home_hero {
        height: calc(100vh - 100px);
    }
}

/* Publishing Bureau xxl large devices (large desktops, 1600px and up) */
/* Does not affect navbar */
@media (min-width: 1600px) {
    .navbar > .container-fluid {
        max-width: 1530px;
    }
    #navigation_menu > ul > li > a {
        font-size: 16px !important;
    }
    .container {
        max-width: 1530px;
    }
}

@media (hover: hover) {
    .pb_fediaf_homepage_focus_area_item > div > div {
        position: relative;
    }
    .pb_fediaf_homepage_focus_area_item > div > div > * {
        position: absolute;
        height: 100%;
        left: 0;
        padding: 30px;
        top: 0;
        width: 100%;
    }
    .pb_fediaf_homepage_focus_area_item__title {
        align-items: center;
        display: flex;
        justify-content: center;
        opacity: 1;
    }
    .pb_fediaf_homepage_focus_area_item__content {
        opacity: 0;
    }
    .pb_fediaf_homepage_focus_area_item > div > div,
    .pb_fediaf_homepage_focus_area_item__title,
    .pb_fediaf_homepage_focus_area_item__content {
        transition: all .2s;
    }
    .pb_fediaf_homepage_focus_area_item:hover > div > div {
        background-color: rgba(0, 0, 0, 0.75)
    }
    .pb_fediaf_homepage_focus_area_item:hover .pb_fediaf_homepage_focus_area_item__title {
        opacity: 0
    }
    .pb_fediaf_homepage_focus_area_item:hover .pb_fediaf_homepage_focus_area_item__content {
        opacity: 1;
    }

    /* .pb_fediaf_homepage_focus_area_item > div > div,
    .pb_fediaf_homepage_focus_area_item__title,
    .pb_fediaf_homepage_focus_area_item__content {
        transition: all 1s ease-in-out;
    }

    .pb_fediaf_homepage_focus_area_item__content {
        /* display: none;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
    .pb_fediaf_homepage_focus_area_item:hover > div > div {
        background-color: rgba(0, 0, 0, 0.75)
    }
    .pb_fediaf_homepage_focus_area_item:hover .pb_fediaf_homepage_focus_area_item__title {
        display: none;
    }
    .pb_fediaf_homepage_focus_area_item:hover .pb_fediaf_homepage_focus_area_item__content {
        height: 100;
        opacity: 1;
    } */

}

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