@CHARSET "UTF-8";
/*
Theme Name: Meatthefacts 2022
Theme URI:
Author: The Publishing Bureau
Author URI: http://publishingbureau.co.uk
Description: Custom theme for epruma.eu
Version: 1.8.1
License: Proprietary
License URI:
*/
body {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
@font-face {
    font-family: 'Cocogoose';
    src: url('assets/fonts/COCOGOOSELETTERPRESS TRIAL.ttf') format('truetype');
}
a {
}
a:hover {
}
.ragged_button:not(.wp-block-button),
.ragged_button_blue,
.wp-block-button.ragged_button .wp-block-button__link {
    background-color: transparent;
    background-image: url('assets/images/ragged_button.png');
    background-size: auto 100%;
    color: #FFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.ragged_button__download {
    line-height: 54px !important;
    position: relative;
}
.ragged_button__download::after {
    align-items: center;
    background-color: #FFF;
    border-radius: 18px;
    color: #007398;
    content: 'V';
    display: flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: calc(50% - 18px);
    width: 36px;
}
.wp-block-button.ragged_button .wp-block-button__link {
    border-radius: 0;
    padding: 0px 30px;
}
input.ragged_button {
    line-height: 1;
}
.ragged_button_blue {
    background-image: url('assets/images/ragged_button_blue.svg');
}
.ragged_button.active:not(.wp-block-button),
.ragged_button_blue.active {
    background-image: url('assets/images/ragged_button_white.png');
    color: #007398;
}
.ragged_button_blue.active {
    background-image: url('assets/images/ragged_button_white.png');
    color: #007398;
}
.ragged_button_fluid {
    display: inline-block !important;
    padding-left: 15px;
    padding-right: 15px;
    width: auto !important;
}
a.ragged_button:hover, .ragged_button_blue:hover {
    color: #FFF;
    text-decoration: none;
}
a.ragged_button.active:hover, .ragged_button_blue.active:hover {
    color: #007398;
}
a.button_round {
    background-color: #FB983A;
    border-radius: 50px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 20px;
    text-transform: uppercase;
}

blockquote {
    border-left: 4px solid black;
    padding-left: 15px;
}
.bold {
    font-weight: bold !important;
}
.cocogoose {
    font-family: 'Cocogoose';
}
.dark-blue {
    color: #007398;
}
.light {
    font-weight: 200 !important;
}
.normal {
    font-weight: normal !important;
}
.smaller {
    font-size: 0.8em;
}
h1 {
    color: #FB983A;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
h3 {
    font-size: 35px;
    line-height: 43px;
}
h4 {

}
h5 {

}
h6 {

}
input[type="text"], input[type="email"], textarea, input[type="submit"] {

}
.email_back {
    /* Honeypot -- hidden form element */
    display: none !important;
}
ul {
    list-style: none;
    padding-left: 0;
}
ul:not(.navbar-nav) li::before {
    content: "•";
    padding-right: 10px;
}
ul li:not(.nav-item) {
    margin-left: 20px;
    text-indent: -16px;
}
.nav-item.active {

}
@media (min-width: 768px) {
    .md-2-cols {
        column-count: 2;
        column-gap: 60px;
    }
    .md-2-cols > p {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }
}
/* Bootstrap */
.img-fluid {
    width: 100%;
}
.nav-item.dropdown .dropdown-menu {
    /* Keep margin top at 0*/
    margin: 0;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
/* Bootstrap */

.navbar-home {
    align-items: flex-start;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 0;
    position: absolute;
    width: 100vw;
    z-index: 2;
}
.navbar-default {
    background-image: url("assets/images/default_header_bg.png");
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    height: 100vh;
    width: 100vw;
}
.navbar-default-2022 {
    background-color: #580000;
}
.navbar-secondary {
    background-color: #FB983A;
    padding: 30px 0 45px;
    /* background-image: url('assets/images/brown_white_ragged_both_lg.png');
    background-size: auto 100%;
    padding: 45px 0 60px; */
}
.navbar-brand, .navbar-toggler {
    margin: 15px;
}
.navbar-brand img {
    height: auto;
    width: 85px;
}
.navbar-toggler {
    float: right;
}
.navbar-default .post_header {
    bottom: 5vh;
    left: 0;
    position: absolute;
    width: 100%;
}
.navbar-default .post_header h1 {
    background-color: rgba(0, 115, 152, 0.65);
    border: 6px solid #FFFFFF;
    border-radius: 10px;
    color: #FB973A;
    font-size: 28px;
    font-weight: bold;
    padding: 30px 25px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-6deg);
    transform-origin: middle left;
    width: 100%;
}

#navigation_menu {
    background-image: url('assets/images/menu_bg.svg');
    background-size: cover;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 22px 9px 0 0;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
#navigation_menu.collapsing {
    height: auto;
    transition: right 0.1s ease;
    right: -100%;
}
#navigation_menu.show {
    right: 0;
    transition: right 0.1s ease-in;
}
#navigation_menu h2 {
    color: #007398;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 3px;
    text-transform: none;
}
#navigation_menu a {
    color: #FFF;
    font-size: 20px !important;
}
#navigation_menu a:hover {
    background-color: transparent;
}
.dropdown-menu {
    background-color: transparent;
    border: none;
    margin-top: -25px !important;
}
.dropdown-item {
    padding-left: 0;
}
.nav-item {
    border-bottom: 1px solid #FFF;
}
.nav-item:last-child {
    border-bottom: none;
}
.navbar-nav a.nav-link {
    padding: 25px 0;
}
.nav-item-social {
    padding-top: 30px;
}
.nav-item-social a i {
    font-size: 26px;
}


footer {
    background-color: #580000;
    color: #FFF;
    font-size: 16px;
    margin-top: 30px !important;
    padding-bottom: 62px;
}
footer:not(.has_ragged_top) {
    margin-top: 0 !important;
    padding-top: 60px;
}
footer .header > div:first-child {
    align-items: flex-end;
    display: flex;
}
footer .header img {
    margin-bottom: 15px;
}
footer a {
    color: #FFF;
}
footer i {
    font-size: 24px;
}

.has_ragged_top {
    padding-top: 62px;
    position: relative;
}
.has_ragged_top > div:first-child::before {
    background-image: url('assets/images/white_ragged.png');
    background-repeat: no-repeat;
    background-size: 100vw 20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.has_ragged_bottom {
    padding-bottom: 62px;
    position: relative;
}
.has_ragged_bottom > div:first-child::after {
    background-image: url('assets/images/white_ragged.png');
    background-repeat: no-repeat;
    background-size: 100vw 20px;
    bottom: 0;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    transform: scaleY(-1);
    width: 100%;
    z-index: 999;
}

/* Default template */
.deafult_template {
    margin-bottom: -15px;
    margin-top: 45px;
}
.deafult_template__container {
    padding-top: 15px;
}
.deafult_template__container.has_subtitle {
    padding-top: 0;
}
.deafult_template__container__subtitle {
    background-image: url('assets/images/ragged_button.png');
    background-size: 101% 100%;
    color: #000;
    margin-top: -10px;
    margin-bottom: 30px;
}
.deafult_template__container__subtitle h2 {
    color: #FFF;
    font-size: 18px;
    padding: 15px 0 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.deafult_template__excerpt img.alignleft {
    float: left;
    margin-right: 15px;
    height: auto;
    width: 33%;
}
.container-default__sub {
    margin-bottom: 30px;
    margin-top: 30px;
}
.container-default__sub__featured_image img {
    background-position: 50%;
    background-size: cover;
}
.container-default__sub__details {
    border-bottom: 1px solid #D6D6D6;
    padding-top: 15px;
    padding-bottom: 15px;
}
.container-default__sub__details__date {
    color: #007398;
    font-size: 18px;
    margin-bottom: 15px;
}
.container-default__sub__details__title {
    font-size: 20px;
    text-transform: none;
}
.container-default__sub__details__excerpt {
    font-size: 16px;
}
.container-default__sub__details__read_more {

}

.pb_default_template h1 {
    color: #007398;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
}
.pb_default_template h2 {
    color: #007398;
}
.pb_default_template h3 {
    color: #580000;
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
    margin-bottom: 30px;
}
.pb_default_template h4 {
    color: #FB983A;
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 30px;
}
.pb_default_template__back {
    color: #007398;
    display: block;
    font-size: 18px;
    text-decoration: underline;
    margin: 15px 0;
}
.pb_default_template__date {
    color: #007398;
    font-size: 20px;
    margin-bottom: 15px;
}
.pb_default_template__latest_posts {
    background-image: url('assets/images/blue_box.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px;
}
.pb_default_template__latest_posts h2 {
    color: #FFF;
    font-size: 20px;
}
.pb_default_template__latest_posts__post:not(:last-child) {
    border-bottom: 1px solid #F98C3D;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.pb_default_template__latest_posts__post__date {
    color: #FFF;
    font-size: 14px;
}
.pb_default_template__latest_posts__post h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
}
.pb_default_template__latest_posts__post h3 a {
    color: #FFF;
}

/* Home */
@media (orientation: landscape) {
    #home___slider, #home__slider_banner {
        height: 100vh !important;
        width: 100vw;
        content: 'landscape';
    }
    #home__slider_banner {
        background-size: cover;
    }
    #home___slider > img {
        height: 100% !important;
        width: 100% !important;
    }
}
@media (orientation: portrait) {
    #home__slider_banner {
        height: 250px !important;
        width: 100vw;
        content: 'landscape';
    }
    #home__slider_banner {
        background-size: cover;
    }
}
#home__banner {
    margin: 15px;
}
.home__more_than_meats_the_eye {
    background-color: #580000;
    background-size: 100% 100%;
    color: #FFFF;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home__more_than_meats_the_eye h3 {
    color: #FFF;
    padding-bottom: 30px;
}
.home__more_than_meats_the_eye.has_background {
    background-color: transparent;
    margin-top: 15px;
}
.home__more_than_meats_the_eye__link {
    background-color: rgba(255, 255, 255, 0.75);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #FFF;
    border-radius: 10px;
    height: 220px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.home__more_than_meats_the_eye__link.has_background {
    background-color: transparent;
}
.home__more_than_meats_the_eye__link a {
    border-radius: 10px;
    color: #F26B21;
    display: block;
    font-size: 30px;
    font-weight: bold;
    height: 100%;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.home__more_than_meats_the_eye__link a span {
    display: block;
    font-family: 'Cocogoose';
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.home__more_than_meats_the_eye__link.has_background a {
    color: rgba(255, 255, 255, 0);
}
.home__more_than_meats_the_eye__link a:hover {
    background-color: rgba(255, 140, 31, 0.6);
    color: #FFF;
    text-decoration: none;
}
.home__activity {
    font-size: 18px;
    margin-top: 45px;
}
.home__activity__activity {
    margin-bottom: 45px;
}
.home__activity__activity:nth-child(2) {
    background-color: #007398;
}
.rugged_upper,
.rugged_lower,
.home__activity__activity:nth-child(2) .home__activity__activity__rugged_upper,
.home__activity__activity:nth-child(2) .home__activity__activity__rugged_lower {
    background-image: url('assets/images/white_ragged_both_lg.png');
    background-repeat: repeat-x;
    background-size: auto 100px;
    height: 22px;
    padding-bottom: 50px;
    width: 100%;
}
.rugged_lower,
.home__activity__activity:nth-child(2) .home__activity__activity__rugged_lower {
    background-position: 0 -50px;
    padding-bottom: 0;
    padding-top: 50px;
}
.home__activity__activity__header {
    margin-bottom: 15px;
}
.home__activity__activity__header h2 {
    color: #007398;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.home__activity__activity:nth-child(2) .home__activity__activity__header h2 {
    color: #FFF;
}
.home__activity__activity__header a {
    font-size: 16px !important;
    line-height: 36px !important;
}
.home__activity__activity__header span {
    background-color: #007398;
    display: block;
    height: 25px;
    margin: 0 auto;
    width: 2px;
}
.home__activity__activity:nth-child(2) .home__activity__activity__header span {
    background-color: #FFF;
}
.home__activity__activity__featured_image {
    margin-bottom: 20px;
}
.home__activity__activity__featured_image img {
    height: auto;
    width: 100%;
}
.home__activity__activity__post_date {
    color: #007398;
    font-size: 18px;
}
.home__activity__activity:nth-child(2) .home__activity__activity__post_date {
    color: #FFF;
}
.home__activity__activity__post_title a {
    color: #1D1D1B !important;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 0;
}
.home__activity__activity:nth-child(2) .home__activity__activity__post_title a {
    color: #FFF !important;
}
.home__activity__activity__excerpt {
    color: #1D1D1B;
    font-size: 16px;
    line-height: 24px;
}
.home__activity__activity:nth-child(2) .home__activity__activity__excerpt {
    color: #FFF;
}
.home__activity__activity__read_more, .home__activity__activity__read_more:hover {
    color: #F15F27;
}
.home__activity__activity:nth-child(2) .home__activity__activity__read_more,
.home__activity__activity:nth-child(2) .home__activity__activity__read_more:hover {
    color: #FFF;
}

.home__activity__activity__latest_post h3 a {
    color: #000;
}
.home__activity__activity__latest_post h3 span {
    font-size: 14px;
    font-weight: normal;
}
.home__activity__activity__latest_post p {
    font-size: 14px;
}
.home__activity__activity__latest_post p a {
    color: #FB9839;
}
.home__activity__activity__twitter {
    /* height: 300px; */
}
.home__activity__activity__video > div {
    /* -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow:    4px 4px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.16); */
    overflow: hidden;
}
.home__activity__activity__video > div {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.home__activity__activity__video > div >  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home__activity__activity__social a {
    color: #F16B21 !important;
    font-size: 28px;
}

.home__socials {
    background-color: #E9F4F8;
}
.twitter-timeline iframe {
    border: 1px solid #007398;
}
.home__socials h2 {
    color: #007398;
    font-size: 32px;
}
.home__socials__networks {
    display: flex;
    justify-content: space-between;
}
.home__socials i {
    color: #F26B21;
    font-size: 32px;
}
.home__video {
    background-image: url('assets/images/video_bg.png');
    background-size: cover;
}
.home__video h3 {
    color: #FFF !important;
}

.home__campaign_manifesto {
    background-size: 100% 100%;
    color: #FFF;
    margin-top: 30px;
    padding-bottom: 45px;
    padding-top: 45px;
}
.home__campaign_manifesto h2 {
    margin-bottom: 30px;
}
.home__campaign_manifesto img {
    border-radius: 10px;
    width: 100%;
}

.home__animal_welfare {
    background-color: #580000;
    background-size: 100% 100%;
    color: #FFF;
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home__animal_welfare h2 {
    line-height: 37px;
    padding-bottom: 30px;
}
.home__animal_welfare_link {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    display: block;
    height: 260px;
    margin: 15px 0;
    text-align: center;
}
.home__animal_welfare_link.has_background {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.home__animal_welfare_link:hover {
    text-decoration: none;
}
.home__animal_welfare_link span {
    color: #F26B21;
    display: block;
    font-weight: bold;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.home__animal_welfare_link.has_background span {
    color: rgba(255, 255, 255, 0);
}

.home__national_platforms {
    background-color: #F26B21;
    color: #FFF;
    margin-top: 30px;
}
.home__partners_supporters {
    background-color: #007398;
    color: #FFF;
    margin-top: 30px;
}
.home__national_platforms_link:hover, .home__partners_supporters_link:hover {
    text-decoration: none;
}
.home__national_platforms_link > div, .home__partners_supporters_link > div {
    background-color: #FFF;
    border-color: #FFF;
    border-style: solid;
    border-width: 5px 15px;
    border-radius: 10px;
    margin: 15px 0;
    text-align: center;
}
.home__national_platforms_link > div > .home__national_platforms_link__image, .home__partners_supporters_link > div > .home__partners_supporters_link__image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    color: #F26B21;
    height: 160px;
}
.home__national_platforms_link > div > .home__national_platforms_link__image.has_background, .home__partners_supporters_link > div > .home__partners_supporters_link__image.has_background {
    color: rgba(255, 255, 255, 0);
}
.home__national_platforms_link > div > .home__national_platforms_link__image span, .home__partners_supporters_link > div > .home__partners_supporters_link__image span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.home__national_platforms_link__description, .home__partners_supporters_link__description {
    color: #000;
    font-size: 10px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

.home__resource_library {
    background-size: cover;
    color: #FFF;
    margin-top: 30px;
    padding-bottom: 0;
    padding-top: 0;
}

.home__resource_library > div > div > div {
    background-color: rgba(0, 0, 0, 0.55);
}
.home__resource_library > div > div > div:last-child {
    padding-bottom: 62px;
    padding-top: 62px;
}

/* Home 2022 */
.header__carousel .superblockslider__window::after {
    background: url('assets/images/white_ragged.png');
    bottom: 0;
    content: '';
    height: 20px;
    position: absolute;
    transform: rotate(180deg);
    width: 100%;
}
.header__carousel .superblockslider__slide_inner {
    font-size: 0.8em;
    justify-content: end;
    left: 15px !important;
    padding-bottom: 75px;
    top: 18%;
    width: calc(100% - 30px) !important;
}
.header__carousel .superblockslider__slide_inner h2 {
    border-bottom: 2px solid #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: none;
}
.header__carousel .superblockslider__navigation {
    justify-content: flex-start;
    margin-left: 30px;
    top: calc(100% - 100px) !important;
    width: 130px !important;
}
.superblockslider__button__navigation {
    background-size: 40px 40px;
    height: 40px;
    opacity: 1;
    width: 40px;
}
.superblockslider__button__navigation > * {
    display: none;
}
.superblockslider__button__navigation {
    background-size: 100%;
    height: 40px !important;
    opacity: 1 !important;
    padding: 0;
    width: 40px !important;
}
.superblockslider__button__previous {
    background-image: url('assets/images/arrow_left@2x.png');
}
.superblockslider__button__next {
    background-image: url('assets/images/arrow_right@2x.png');
    margin-left: 15px;
}
/* Fix for shorter screen heights */
@media (min-width: 576px) {

}

/* FAQ */
.faq_template {
    background-color: #007398;
    color: #FFF;
    margin-bottom: -15px;
    margin-top: 30px;
    padding-top: 30px;
}
.faq_template__container {
    padding-left: 5px;
    padding-right: 5px;
}
.faq_template__container__question {
    background-image: url('assets/images/ragged_button.png');
    background-size: auto 100%;
    margin-top: 30px;
    position: relative;
    z-index: 2
}
.faq_template__container__question h2 {
    font-size: 18px;
    padding: 15px 30px 12px;
}
.faq_template__container__question a {
    font-size: 36px;
}
.faq_template__container__answer {
    margin: -15px 0 0;
}
.faq_template__container__answer > div {
    background-color: #FFF;
    color: #000;
    display: none;
    padding: 30px 15px 15px;
    position: relative;
}
.faq_template__container__answer figure {
    margin: 25px 0;
}
.faq_template__container__answer img {
    display: block;
    margin: 0 auto;
}
.faq_template__container.show_full_answer .faq_template__container__answer > div > div:first-child {
    margin-bottom: 30px;
}
.faq_template__container__answer__read_more {
    display: none;
}
.faq_template__container .toggle_answer {
    background-image: url('assets/images/plus icon@2x.png');
    background-size: cover;
    display: block;
    height: 30px;
    margin-left: 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}
.faq_template__container.show_answer .toggle_answer {
    background-image: url('assets/images/minus_icon@2x.png');
}
.faq_template__container .show_full_answer_button span {
    background-image: url('assets/images/shovel_icon@2x.png');
    background-size: cover;
    display: block;
    float: right;
    height: 30px;
    margin-right: 15px;
    margin-top: 8px;
    width: 30px;
}
.faq_template__container__answer_ref {
    margin-top: 15px;
}
.faq_template__container__answer_ref li, .faq_template__container__answer_ref li a {
    word-break: break-word;
}
.faq_template__container__answer__share span {
    color: #007498;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
}
.faq_template__container__answer__share a {
    color: #007398;
    font-size: 24px;
    margin: 0 5px;
}

/* Resource library */
.resources_template {
    background-color: #FB973A;
    color: #FFF;
    margin-bottom: -15px;
    margin-top: 30px;
    min-height: 500px;
    padding-top: 30px;
}
.resources_template .toggle_resource {
    transition: ease all 1s;
}
.resources_template .toggle_resource.active {
    background-image: url('assets/images/ragged_button_white.png');
    color: #007398;
}
.resources_template__categories_category {
    display: none;
    margin-top: 30px;
}
.resources_template__categories_category_header .col h2 {
    background-image: url('assets/images/ragged_button_blue.png');
    background-size: 100% 100%;
    font-size: 18px;
    padding: 15px 15px;
}
.resources_template__categories_category_items {
    background-color: #FFF;
    color: #000;
    margin: -15px 15px 0;
    padding: 30px 15px 15px;
}
.resources_template__categories_category_items > .row {
    border-bottom: 1px solid #007398;
    margin: 0 15px 30px;
}
.resources_template__categories_category_items > .row > .col {
    padding: 0;
}
.resources_template__categories_category_items > .row:last-child {
    margin-bottom: 30px;
}
.resources_template__categories_category_items h3 {
    color: #007398;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.resources_template__categories_category_items .post_date {
    font-weight: bold;
}
.resources_template__categories_category_items a {
    color: #FB983A;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
}
.video-wrapper {
	position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.resources_template__search_bar {
    background-color: #FFF;
    background-image: url('assets/images/magnifying glass@2x.png');
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 31px;
    border: 1px solid #007398;
    border-radius: 22px;
    height: 44px;
}
.resources_template__search_bar input {
    background-color: transparent;
    border: none;
    display: block;
    line-height: 36px;
    margin: 2px 0;
    padding-left: 44px;
    width: 100%;
}
.resources_template__categories_category_item__search_keywords {
    display: none;
}

/* News */
.news_template {
    background-color: #007398;
    margin-bottom: -15px;
    margin-top: 30px;
}
.news_template .deafult_template__container {
    margin-bottom: 45px;
    padding-bottom: 15px;
}
.news_template .deafult_template__container__subtitle {
    margin-bottom: 15px;
}

/* Animal Welfare Campaign 2023 */
.animal_welfare_campaign_2023__carousel {
    
}
.animal_welfare_campaign_2023__carousel .superblockslider__window::after {
    background: none;
    height: 0;
}
.animal_welfare_campaign_2023__carousel {
    text-shadow: 2px 2px 10px #00000080;
}
.animal_welfare_campaign_2023 h2 {
    font-size: 30px;
    color: #007398;
    margin-bottom: 30px;
    margin-top: 45px;
}
.pb_full_screen_cover h2 {
    border-bottom: 2px solid #FFF;
}
.animal_welfare_campaign_2023__carousel a.wp-block-button__link {
    background: none;
    color: #FFF;
    font-weight: bold;
    text-shadow: none;
    text-transform: uppercase;
}
.pb_columns_no_padding {
    padding: 0;
}
.pb_columns_no_padding figure {
    margin-bottom: 0;
}
.animal_welfare_campaign_2023 {
    margin-top: 30px;
}
.animal_welfare_campaign_2023 .question {
    border-bottom: 1px solid #F26B21;
    padding: 17px 0 10px;
}
.animal_welfare_campaign_2023 h6 a {
    align-items: center;
    color: #580000;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    justify-content: space-between;
}
.animal_welfare_campaign_2023 h6 a::after {
    background-image: url('assets/images/plus.svg');
    content: '';
    display: block;
    height: 25px;
    width: 25px;
}
.animal_welfare_campaign_2023 .question.show h6 a::after {
    background-image: url('assets/images/minus.svg');
}
.question__answer {
    display: none;
    padding-top: 15px;
}
.animal_welfare_campaign_2023__dig_deeper {
    flex: 1;
    margin-bottom: 15px !important;
}
.animal_welfare_campaign_2023__dig_deeper .wp-block-button__link {
    background-color: #FB983A;
    color: #FFF !important;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}
.animal_welfare_campaign_2023__dig_deeper .wp-block-button__link::after {
    background-image: url('assets/images/shovel_solid_white.svg');
    content: '';
    display: block;
    float: right;
    height: 20px;
    margin-right: 15px;
    margin-top: 5px;
    width: 20px;
}
.question__answer .wp-block-group:nth-child(2) {
    display: none;
}
.animal_welfare_campaign_2023__download {
    flex: 1;
}
.animal_welfare_campaign_2023__download .wp-block-button__link {
    background-color: #FB983A;
    color: #FFF !important;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}
.animal_welfare_campaign_2023__download .wp-block-button__link::after {
    background-image: url('assets/images/download_solid_white.svg');
    content: '';
    display: block;
    float: right;
    height: 20px;
    margin-right: 15px;
    margin-top: 5px;
    width: 20px;
}
.animal_welfare_campaign_2023__socials {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
}
.animal_welfare_campaign_2023__socials h6 {
    color: #580000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.animal_welfare_campaign_2023__socials a {
    font-size: 21px;
}
.animal_welfare_campaign_2023__child .animal_welfare_campaign_2023__dig_deeper {
    display: none !important;
}
.mtf_news_widget {
    background-color: #580000;
    color: #FFF;
    padding: 30px 0;
}
.mtf_news_widget__news_item {
    margin-bottom: 45px;
}
.mtf_news_widget__news_item a {
    color: #FB983A;
}
.pb_adaptive_height {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}
.pb_adaptive_height .superblockslider__slide {
    position: static;
}
.pb_adaptive_height .superblockslider__slide_inner {
    position: static;
    height: auto;
    margin: 0 auto;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .wp-block-column {
        flex-grow: 1 !important;
    }

    .wp-block-cover.pb_full_screen_cover) .wp-block-column {
        flex-grow: 1 !important;
        flex-basis: none;
    }

    .navbar-default .post_header h1 {
        padding: 30px 25px;
        transform-origin: top left;
        width: 300px;
    }
    .navbar-home_2022 {
        left: calc((100vw - 570px) / 2);
        max-width: 570px;
    }
    .home__national_platforms_link > div > .home__national_platforms_link__image span, .home__partners_supporters_link > div > .home__partners_supporters_link__image span {
        font-size: 16px;
    }

    .home__resource_library > .container-fluid {
        max-width: 540px;
    }
    .header__carousel .superblockslider__slide_inner {
        top: 25%;
    }
    .header__carousel .superblockslider__navigation {
        left: calc(50vw - 255px);
        max-width: 540px;
        margin-left: 0;
        top: calc(100% - 50px);
    }
}

/* ONLY SMALL DEVICES!! */
@media (max-width: 767px) {
    #home__banner img {
        height: auto;
        width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1 {
        font-size: 50px;
    }
    .col-md-fifth {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .navbar-home:not(.navbar-home_2022) .navbar-brand, .navbar-home:not(.navbar-home_2022) .navbar-toggler {
        margin: 30px 120px;
    }
    .navbar-brand img {
        height: auto;
        width: 185px;
    }
    .navbar-default .post_header h1 {
        padding: 60px 25px;
        transform-origin: top left;
        width: 400px;
    }
    .navbar-secondary {
        background-image: url('assets/images/brown_white_ragged_both_lg.png');
        background-size: auto 100%;
        padding: 45px 0 60px;
    }
    .ragged_button:not(.wp-block-button),
    .ragged_button_blue,
    .wp-block-button.ragged_button .wp-block-button__link {
        font-size: 14px;
    }
    #navigation_menu {
        padding: 36px 115px 30px 30px;
        width: 740px;
    }
    #navigation_menu h2 {
        font-size: 50px;
        line-height: 50px;
        margin-top: -9px;
    }
    .navbar-home_2022 {
        left: calc((100vw - 750px) / 2);
        max-width: 750px;
    }
    @media (orientation: landscape) {
        #home__banner {
            bottom: 25px;
            margin: 0;
            position: absolute;
            width: 100%;
        }
        #home__banner img {
            display: block;
            margin: 0 auto;
            height: auto;
            max-width:100%;
        }
    }
    @media (orientation: portrait) {
        #home__banner img {
            height: auto;
            width: 100%;
        }
        .home__more_than_meats_the_eye.has_background {
            margin-top: 15px !important;
        }
    }

    .home__more_than_meats_the_eye {
        background-size: 100% 100%;
    }
    .home__more_than_meats_the_eye.has_background {
        margin-top: 45px;
    }
    .home__more_than_meats_the_eye__link {
        height: 228px;
    }
    .home__activity__activity {
        font-size: 14px;
    }
    .home__activity__activity__header {
        align-items: center;
        display: flex;
    }
    .home__activity__activity__header h2 {
        margin-bottom: 0;
    }
    .home__activity__activity__header span {
        flex: 1;
        height: 2px;
        margin-left: 25px;
        margin-right: 25px;
    }
    .home__activity__activity__header a.ragged_button {
        margin-top: 0;
        padding-left: 25px;
        padding-right: 25px;
        width: auto;
    }
    .home__activity__activity__featured_image img {
        height: 175px;
        object-fit: cover;
        width: 175px;
    }
    .home__activity__activity__post_date {
        margin-bottom: 5px;
    }
    .home__activity__activity__post_title, .home__activity__activity__excerpt {
        margin-bottom: 10px;
    }
    .faq_template__container {
        padding-left: 0;
        padding-right: 0;
    }
    .faq_template__container__answer {
        margin: -15px 15px 0;
    }


    .home__campaign_manifesto img {
        width: 85%;
    }

    .home__animal_welfare_link {
        height: 78px;
    }

    .home__national_platforms_link > div > .home__national_platforms_link__image, .home__partners_supporters_link > div > .home__partners_supporters_link__image {
        height: 90px;
    }

    .home__resource_library > .container-fluid {
        max-width: 720px;
    }
    .home__resource_library > div > div > div:last-child {
        background-color: transparent;
    }
    .header__carousel .superblockslider__slide_inner {
        left: calc(70px + 15px);
        top: 6% !important;
        width: calc(100% - 70px * 2 - 15px * 2);
    }
    .header__carousel .superblockslider__navigation {
        left: calc((100vw - 720px) / 2);
        max-width: 720px;
        padding: 0 15px;
        top: calc(100% - 100px);
    }
    .home__socials__networks {
        display: block;
    }
    .home__socials i {
        margin-right: 20px;
    }

    .faq_template__container__answer img {
        max-width: 50% !important;
    }

    .deafult_template__excerpt img.alignleft {
        width: auto;
    }

    .container-default__sub__details {
        border: 1px solid #D6D6D6;
        margin-left: 20px;
    }
    .container-default__sub__has_featured_image .container-default__sub__details {
        border-left: none;
        margin-left: -17px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 17px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .col-lg-fifth {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .navbar-home_2022 {
        left: calc((100vw - 990px) / 2);
        max-width: 990px;
    }
    .navbar-default .post_header h1 {
        font-size: 40px;
        width: 500px;
    }
    .home__more_than_meats_the_eye__link {
        height: 200px;
    }
    .home__activity__activity {
        font-size: 18px;
    }

    .home__animal_welfare_link {
        height: 112px;
    }

    .home__resource_library > .container-fluid {
        max-width: 100%;
    }
    .home__resource_library > div > div > div:last-child {
        margin-left: 94px !important;
        max-width: 372px !important;
    }
    .header__carousel .superblockslider__navigation {
        left: calc((100vw - 960px) / 2);
        max-width: 960px;
    }
    .ragged_button:not(.wp-block-button),
    .ragged_button_blue,
    .wp-block-button.ragged_button .wp-block-button__link {
        font-size: 18px;
    }

    /* .home__partners_supporters_link {
        height: 58px;
    } */
    .home__national_platforms_link__description, .home__partners_supporters_link__description {
        font-size: 12px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .col-xl-fifth {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .navbar-home_2022 {
        left: calc((100vw - 1170px) / 2);
        max-width: 1170px;
    }
    .home__more_than_meats_the_eye__link {
        height: 240px;
    }

    .home__animal_welfare_link {
        height: 136px;
    }

    .home__resource_library > div > div > div:last-child {
        margin-left: 112px !important;
        max-width: 442px !important;
    }

    .header__carousel .superblockslider__navigation {
        left: calc((100vw - 1140px) / 2);
        max-width: 1140px;
    }

    .container-default__sub__has_featured_image .container-default__sub__details {
        max-height: 245px;
        overflow: hidden;
    }

    /* .home__partners_supporters_link {
        height: 112px;
    } */
}

/* Fix for shorter screen heights */
@media (max-height: 660px) {
    .navbar-brand img {
        width: 120px;
    }
    .header__carousel .superblockslider__slide_inner {
        top: 112px !important;
    }
}
@media (max-height: 550px) {
    .header__carousel .superblockslider__slide_inner h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .ragged_button:not(.wp-block-button),
    .ragged_button_blue,
    .wp-block-button.ragged_button .wp-block-button__link {
        font-size: 14px;
        line-height: 34px;
        padding: 0 10px;
    }
    .header__carousel .superblockslider__slide_inner {
        font-size: 0.8em;
    }
}

/* Touch screen, no mouse */
@media (hover: none) {
    .home__more_than_meats_the_eye__link a {
        color: #FF8C1F !important;
        text-shadow: -1px -1px 0 rgba(255, 255, 255, 1), 1px -1px 0 rgba(255, 255, 255, 1), -1px 1px 0 rgba(255, 255, 255, 1), 1px 1px 0 rgba(255, 255, 255, 1);
    }
}

@media print {
    nav, footer, .print_faq, .print_hidden {
        display: none !important;
    }
}

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