@CHARSET "UTF-8";
/*
Theme Name: PB Base 2019
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 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
@font-face {
    font-family: 'Cocogoose';
    src: url('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/assets/fonts/COCOGOOSELETTERPRESS TRIAL.ttf') format('truetype');
}
a {
}
a:hover {
}
.ragged_button, .ragged_button_blue {
    background-color: transparent;
    background-image: url('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/assets/images/ragged_button.png');
    background-size: auto 100%;
    border: none;
    color: #FFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
input.ragged_button {
    line-height: 1;
}
.ragged_button_blue {
    background-image: url('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/assets/images/ragged_button_blue.svg');
}
.ragged_button_fluid {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}
a.ragged_button:hover, .ragged_button_blue:hover {
    color: #FFF;
    text-decoration: none;
}

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 {

}
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("/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/assets/images/default_header_bg.png");
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    height: 100vh;
    width: 100vw;
}
.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('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/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;
}


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

.has_ragged_top {
    padding-top: 62px;
    position: relative;
}
.has_ragged_top > div:first-child::before {
    background-image: url('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/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('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/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 {
    background-color: #007398;
    margin-bottom: -15px;
    margin-top: 30px;
}
.deafult_template__container {
    background-color: #FEDAB7;
    padding-top: 15px;
}
.deafult_template__container.has_subtitle {
    padding-top: 0;
}
.deafult_template__container__subtitle {
    background-image: url('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/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%;
}

/* 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 h2 {
    color: #007398;
    font-size: 30px;
    font-weight: bold;
}
.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;
    margin-top: 45px;
    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__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: 12px;
    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;
}

/* FAQ */
.faq_template {
    background-color: #007398;
    color: #FFF;
    margin-bottom: -15px;
    margin-top: 30px;
    padding-top: 30px;
}
.faq_template__container__question {
    background-image: url('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/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 15px 0;
}
.faq_template__container__answer a:not(.show_full_answer_button):not(.ragged_button_blue) {
    color: #007398;
    font-weight: bold;
}
.faq_template__container__answer > div {
    background-color: #FFEDDB;
    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('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/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('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/assets/images/minus_icon@2x.png');
}
.faq_template__container .show_full_answer_button span {
    background-image: url('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/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;
}

/* 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('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/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('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/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('/web/20191229071230im_/https://meatthefacts.eu/wp-content/themes/meatthefacts/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;
}



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

    .navbar-default .post_header h1 {
        padding: 30px 25px;
        transform-origin: top left;
        width: 300px;
    }

    .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;
    }
}

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

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .col-md-fifth {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .navbar-brand, .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;
    }
    #navigation_menu {
        padding: 36px 115px 30px 30px;
        width: 740px;
    }
    #navigation_menu h2 {
        font-size: 50px;
        line-height: 50px;
        margin-top: -9px;
    }
    @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__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;
    }

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

    .deafult_template__excerpt img.alignleft {
        width: auto;
    }
}

/* 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-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__activity__activity a {
        width: 85%;
    }

    .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;
    }

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

/* 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%;
    }
    .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;
    }

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

/* 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);
}

/*
     FILE ARCHIVED ON 07:12:30 Dec 29, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:47:39 Oct 24, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.724
  exclusion.robots: 0.07
  exclusion.robots.policy: 0.057
  esindex: 0.013
  cdx.remote: 14.944
  LoadShardBlock: 237.346 (3)
  PetaboxLoader3.datanode: 301.05 (4)
  load_resource: 232.051
  PetaboxLoader3.resolve: 158.024
*/