@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-Thin-Web.eot);
    src: url(../fonts/Graphik-Thin-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Thin-Web.woff2) format("woff2"), url(../fonts/Graphik-Thin-Web.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-Extralight-Web.eot);
    src: url(../fonts/Graphik-Extralight-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Extralight-Web.woff2) format("woff2"), url(../fonts/Graphik-Extralight-Web.woff) format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-Regular-Web.eot);
    src: url(../fonts/Graphik-Regular-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Regular-Web.woff2) format("woff2"), url(../fonts/Graphik-Regular-Web.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-Bold-Web.eot);
    src: url(../fonts/Graphik-Bold-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Bold-Web.woff2) format("woff2"), url(../fonts/Graphik-Bold-Web.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik-Super-Web.eot);
    src: url(../fonts/Graphik-Super-Web.eot?#iefix) format("embedded-opentype"), url(../fonts/Graphik-Super-Web.woff2) format("woff2"), url(../fonts/Graphik-Super-Web.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img,
svg {
    vertical-align: top
}

.container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box
}

.container:not(.full-width) {
    max-width: 1200px
}

.container:after {
    content: "";
    display: block;
    clear: both
}

@media screen and (max-width:500px) {
    .container {
        padding: 0 5px
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-20 {
    float: left;
    padding: 0 30px;
    box-sizing: border-box
}

@media screen and (max-width:1024px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-20 {
        padding: 0 20px
    }
}

@media screen and (max-width:500px) {

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-20 {
        padding: 0 10px
    }
}

.row:after {
    content: "";
    display: block;
    clear: both
}

.row.valign-center {
    display: flex;
    align-items: center
}

.row.valign-bottom {
    display: flex;
    align-items: flex-end
}

.col-1 {
    width: 8.333%
}

.col-2 {
    width: 16.666%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.333%
}

.col-5 {
    width: 41.333%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.333%
}

.col-8 {
    width: 66.666%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.333%
}

.col-11 {
    width: 91.333%
}

.col-12 {
    width: 100%
}

.col-20 {
    width: 20%
}

@media screen and (max-width:1440px) {
    .xl-1 {
        width: 8.333%
    }

    .xl-2 {
        width: 16.666%
    }

    .xl-3 {
        width: 25%
    }

    .xl-4 {
        width: 33.333%
    }

    .xl-5 {
        width: 41.333%
    }

    .xl-6 {
        width: 50%
    }

    .xl-7 {
        width: 58.333%
    }

    .xl-8 {
        width: 66.666%
    }

    .xl-9 {
        width: 75%
    }

    .xl-10 {
        width: 83.333%
    }

    .xl-11 {
        width: 91.333%
    }

    .xl-12 {
        width: 100%
    }

    .xl-0 {
        display: none !important
    }
}

@media screen and (max-width:1024px) {
    .lg-1 {
        width: 8.333%
    }

    .lg-2 {
        width: 16.666%
    }

    .lg-3 {
        width: 25%
    }

    .lg-4 {
        width: 33.333%
    }

    .lg-5 {
        width: 41.333%
    }

    .lg-6 {
        width: 50%
    }

    .lg-7 {
        width: 58.333%
    }

    .lg-8 {
        width: 66.666%
    }

    .lg-9 {
        width: 75%
    }

    .lg-10 {
        width: 83.333%
    }

    .lg-11 {
        width: 91.333%
    }

    .lg-12 {
        width: 100%
    }

    .lg-0 {
        display: none !important
    }
}

@media screen and (max-width:800px) {
    .m-1 {
        width: 8.333%
    }

    .m-2 {
        width: 16.666%
    }

    .m-3 {
        width: 25%
    }

    .m-4 {
        width: 33.333%
    }

    .m-5 {
        width: 41.333%
    }

    .m-6 {
        width: 50%
    }

    .m-7 {
        width: 58.333%
    }

    .m-8 {
        width: 66.666%
    }

    .m-9 {
        width: 75%
    }

    .m-10 {
        width: 83.333%
    }

    .m-11 {
        width: 91.333%
    }

    .m-12 {
        width: 100%
    }

    .m-0 {
        display: none !important
    }
}

@media screen and (max-width:650px) {
    .s-1 {
        width: 8.333%
    }

    .s-2 {
        width: 16.666%
    }

    .s-3 {
        width: 25%
    }

    .s-4 {
        width: 33.333%
    }

    .s-5 {
        width: 41.333%
    }

    .s-6 {
        width: 50%
    }

    .s-7 {
        width: 58.333%
    }

    .s-8 {
        width: 66.666%
    }

    .s-9 {
        width: 75%
    }

    .s-10 {
        width: 83.333%
    }

    .s-11 {
        width: 91.333%
    }

    .s-12 {
        width: 100%
    }

    .s-0 {
        display: none !important
    }
}

@media screen and (max-width:500px) {
    .xs-1 {
        width: 25%
    }

    .xs-2 {
        width: 50%
    }

    .xs-3 {
        width: 75%
    }

    .xs-4 {
        width: 100%
    }

    .xs-0 {
        display: none !important
    }
}

.clearfix {
    clear: both
}

.empty {
    min-height: 1px
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-download:before {
    content: "\E903"
}

.icon-hand:before {
    content: "\E900"
}

.icon-sound:before {
    content: "\E901"
}

.icon-tchat:before {
    content: "\E902"
}

body {
    font-family: Graphik, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-top: 180px
}

@media screen and (max-width:980px) {
    body {
        padding-top: 110px
    }
}

h1 {
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    margin-left: 35px
}

@media screen and (max-width:980px) {
    h1 {
        font-size: 20px;
        margin-left: 25px
    }
}

h2 {
    font-size: 40px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px
}

@media screen and (min-width:1400px) {
    h2 {
        font-size: 50px
    }
}

@media screen and (max-width:768px) {
    h2 {
        font-size: 35px
    }
}

h3 {
    font-size: 2.2vw;
    font-weight: 200;
    text-align: center;
    margin-bottom: 20px
}

@media screen and (min-width:1400px) {
    h3 {
        font-size: 30px
    }
}

@media screen and (max-width:1024px) {
    h3 {
        font-size: 3vw
    }
}

@media screen and (max-width:768px) {
    h3 {
        font-size: 25px
    }
}

@media screen and (max-width:400px) {
    h3 {
        font-size: 20px
    }
}

strong {
    font-weight: 700
}

p {
    line-height: 1.25em
}

a {
    color: inherit;
    text-decoration: none
}

section {
    padding: 50px 0
}

section .section-title {
    text-align: center
}

section .section-title .icon {
    font-size: 60px;
    color: #fff;
    background-color: #ff0024;
    border-radius: 50%;
    padding: 15px;
    margin-bottom: 20px
}

@media screen and (max-width:650px) {
    section {
        padding: 20px 0
    }
}

.button,
button {
    display: inline-block;
    font-family: Graphik, Helvetica, sans-serif;
    font-size: inherit;
    background-color: #2a2e7e;
    font-weight: 700;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

.button:hover,
button:hover {
    background-color: #3a1f42
}

.button.disabled,
.button[disabled],
button.disabled,
button[disabled] {
    background-color: #ccc;
    pointer-events: none
}

#header {
    position: fixed;
    background-color: #3a1f42;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    padding: 45px 0;
    z-index: 10
}

#header,
#header * {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#header.small {
    padding: 12px 0
}

#header.small .logo-fidh img {
    width: 150px;
    height: 60px
}

#header.small h1 {
    font-size: 18px;
    margin-left: 20px
}

#header.small nav li span:not(.icon) {
    font-size: 12px
}

#header.small nav li .icon {
    font-size: 40px
}

#header .flex {
    margin-left: -30px;
    justify-content: space-between
}

#header .flex,
#header .logo-fidh {
    display: flex;
    align-items: center
}

#header nav {
    font-size: 1.8vw;
    text-align: center
}

#header nav ul {
    display: flex;
    justify-content: flex-end
}

#header nav ul li {
    cursor: pointer;
    padding: 0 20px;
    font-weight: 700;
    font-size: 18px;
    flex-direction: column;
    display: flex
}

#header nav ul li:hover span {
    opacity: .65
}

#header nav .icon {
    font-size: 60px
}

@media screen and (min-width:1400px) {
    #header nav {
        font-size: 24px
    }
}

@media screen and (max-width:768px) {
    #header nav {
        font-size: 14px
    }
}

@media screen and (max-width:980px) {
    #header {
        padding: 25px 0
    }

    #header .logo-fidh img {
        width: 150px;
        height: 60px
    }

    #header nav li {
        font-size: 16px
    }

    #header nav .icon {
        font-size: 40px
    }
}

@media screen and (max-width:800px) {
    #header nav {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        line-height: 90px;
        background-color: #3a1f42;
        padding-top: 110px;
        z-index: 20;
        box-sizing: border-box;
        -webkit-transition: left .4s;
        -moz-transition: left .4s;
        -o-transition: left .4s;
        transition: left .4s
    }

    #header nav ul {
        font-size: 8vw;
        flex-direction: column;
        opacity: 0;
        -webkit-transition: opacity .4s;
        -moz-transition: opacity .4s;
        -o-transition: opacity .4s;
        transition: opacity .4s;
        border-bottom: 1px solid #fff
    }

    #header nav ul li:after {
        display: none
    }

    #header nav ul li {
        flex-direction: row;
        align-items: center;
        border-top: 1px solid #fff
    }

    #header nav.open {
        left: 0
    }

    #header nav.open ul {
        opacity: 1
    }
}

@media screen and (max-width:500px) {
    #header h1 {
        display: none
    }
}

#menu-icon {
    display: none;
    right: 15px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 30;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

#menu-icon,
#menu-icon span {
    position: absolute;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

#menu-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#menu-icon span:first-child {
    top: 19px
}

#menu-icon span:nth-child(2) {
    top: 30px
}

#menu-icon span:nth-child(3) {
    top: 41px
}

#menu-icon.open span:first-child {
    top: 30px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#menu-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

#menu-icon.open span:nth-child(3) {
    top: 30px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media screen and (max-width:800px) {
    #menu-icon {
        display: block
    }
}

footer {
    background-color: #3a1f42;
    padding: 8px 0
}

#act .official .caption,
#petition .card .form-error,
#petition .card label,
#petition .card p.already-signed,
#share .grid-item,
.download-report,
.font-small {
    font-size: 16px
}

@media screen and (max-width:768px) {

    #act .official .caption,
    #petition .card .form-error,
    #petition .card label,
    #petition .card p.already-signed,
    #share .grid-item,
    .download-report,
    .font-small {
        font-size: 14px
    }
}

.align-center {
    text-align: center
}

@media screen and (max-width:500px) {
    #mobile-title {
        font-size: 30px;
        font-weight: 700;
        color: #3a1f42;
        margin-bottom: 30px
    }
}

@media screen and (min-width:501px) {
    #mobile-title {
        display: none
    }
}

.download-report {
    margin: 15px 0
}

.download-report a {
    display: flex;
    align-items: center
}

.download-report .icon-download {
    font-size: 45px;
    margin-right: 5px
}

.download-report:hover {
    color: #ff0024
}

.download-report:hover .link {
    border-color: #ff0024
}

@media screen and (max-width:650px) {
    .download-report {
        font-size: inherit;
        margin-top: 30px
    }

    .download-report a:hover {
        border-color: #ff0024
    }

    .download-report a {
        flex-direction: row;
        border-top: 1px solid #3a1f42;
        border-bottom: 1px solid #3a1f42;
        padding: 10px 0
    }

    .download-report a .icon-download {
        font-size: 30px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 0;
        margin-right: 0
    }
}

@media screen and (min-width:651px) {
    .download-report .link {
        border-bottom: 1px solid #3a1f42;
        padding-bottom: 5px
    }
}

#debates .debates {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

#debates .debates .debate {
    flex: 260px 0 0;
    background-color: #dadada;
    margin: 50px 10px 0;
    padding: 15px 20px 20px;
    line-height: 1.3em;
    box-sizing: border-box
}

#debates .debates .debate .city {
    font-weight: 700
}

#animation svg {
    width: 75%;
    max-width: 600px
}

#animation svg .red {
    fill: #ff0024
}

#animation svg .blue {
    fill: #2a2e7e
}

#animation #bloody-background {
    width: 100%;
    height: 350px;
    background-image: url(../img/background.png);
    background-size: 1280px;
    background-repeat: repeat-x;
    background-position: top
}

@media screen and (max-width:768px) {
    #animation #bloody-background {
        height: 200px;
        background-size: 800px
    }
}

@media screen and (max-width:400px) {
    #animation #bloody-background {
        height: 180px;
        background-size: 600px
    }
}

#video .wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}

#video .wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#share .grid {
    margin-top: 60px
}

#share .grid-item {
    margin-bottom: 60px
}

#share .grid-item img {
    width: 100%
}

#share .grid-item ul li a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #3a1f42
}

#share .grid-item ul li a span {
    font-size: 14px;
    margin-right: 5px
}

#share .grid-item ul li a:hover {
    color: #ff0024
}

#act {
    background-color: #3a1f42;
    color: #fff
}

#act .iframe {
    position: relative;
    width: 500px;
    height: 500px;
    margin: auto
}

#act .iframe iframe {
    width: 100%;
    height: 100%
}

@media screen and (max-width:580px) {
    #act .iframe {
        width: 100%;
        height: 0;
        padding-bottom: 100%
    }

    #act .iframe iframe {
        position: absolute;
        top: 0;
        left: 0
    }
}

#act .row.centered {
    text-align: center;
    font-size: 0
}

#act .official {
    text-align: center;
    display: inline-block;
    float: none;
    margin-bottom: 60px;
    vertical-align: top
}

#act .official a {
    display: flex;
    flex-direction: column;
    align-items: center
}

#act .official .image {
    font-size: 2.2vw;
    font-weight: 200;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 250px;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    margin: 0 auto 30px
}

#act .official .image span {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 0, 36, .8);
    color: #fff;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

#act .official .image:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

@media screen and (min-width:1400px) {
    #act .official .image {
        font-size: 30px
    }
}

@media screen and (max-width:1024px) {
    #act .official .image {
        font-size: 3vw
    }
}

#act .official h3 span:before {
    content: "\A";
    white-space: pre
}

#act .official:hover .image span {
    opacity: 1
}

@media screen and (max-width:650px) {
    #act .official {
        margin-bottom: 20px
    }

    #act .official a {
        flex-direction: row
    }

    #act .official a,
    #act .official a h3 {
        text-align: left
    }

    #act .official:not(:last-of-type) a {
        border-bottom: 1px solid #fff;
        padding-bottom: 20px
    }

    #act .official .image {
        flex: 0 0 150px;
        margin-bottom: 0
    }

    #act .official .info {
        flex-grow: 2;
        padding-left: 40px
    }

    #act .official h3 span:before {
        content: ""
    }
}

@media screen and (max-width:550px) {
    #act .official .image {
        flex: 0 0 100px
    }

    #act .official .info {
        padding-left: 20px
    }
}

@media screen and (max-width:400px) {
    #act .official .image {
        flex: 0 0 80px
    }
}

#petition .card {
    background-color: #dadada;
    width: 100%;
    max-width: 600px;
    margin: auto
}

#petition .card h2 {
    display: inline-block;
    font-size: 85px;
    font-weight: 900;
    color: #ff0024;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px
}

#petition .card h2 .subtitle {
    display: block;
    font-size: 25%;
    text-align: right;
    margin-top: -2px
}

#petition .card .text {
    margin-bottom: 20px
}

#petition .card form {
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box
}

#petition .card input[type=email],
#petition .card input[type=text] {
    font-family: Graphik, Helvetica, sans-serif;
    font-weight: 700;
    font-size: inherit;
    color: #3a1f42;
    border: 0;
    width: 100%;
    padding: 5px;
    box-sizing: border-box
}

@media screen and (min-width:1400px) {

    #petition .card input[type=email],
    #petition .card input[type=text] {
        font-size: 24px
    }
}

#petition .card .form-group {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px
}

#petition .card .form-group label {
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 5px
}

#petition .card .form-group.inline {
    flex-direction: row;
    align-items: center
}

#petition .card .form-group.inline label {
    flex: 25% 0 0;
    text-align: right;
    margin-bottom: 0
}

@media screen and (max-width:600px) {
    #petition .card .form-group label {
        font-size: 16px
    }

    #petition .card .form-group.inline {
        flex-direction: column;
        align-items: flex-start
    }

    #petition .card .form-group.inline label {
        flex: 1;
        text-align: left;
        margin-bottom: 5px
    }
}

#petition .card .checkbox-group {
    display: flex;
    align-items: flex-start;
    line-height: .8em
}

#petition .card .checkbox-group .checkbox-wrapper {
    position: relative;
    width: 25%;
    text-align: right
}

#petition .card .checkbox-group .checkbox-wrapper+label {
    width: 75%
}

#petition .card .checkbox-group .checkbox-wrapper .checkmark {
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    top: 7px;
    right: 3px;
    margin-right: 20px;
    background-color: #3a1f42;
    pointer-events: none;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

#petition .card .checkbox-group input[type=checkbox] {
    margin-right: 20px;
    visibility: hidden
}

#petition .card .checkbox-group input[type=checkbox]+label {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 4px;
    right: 0;
    border: 2px solid #3a1f42;
    margin-right: 20px;
    cursor: pointer;
    box-sizing: border-box
}

#petition .card .checkbox-group input[type=checkbox]:checked+label+.checkmark {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media screen and (max-width:600px) {

    #petition .card .checkbox-group .checkbox-wrapper,
    #petition .card .checkbox-group .checkbox-wrapper+label {
        width: auto
    }
}

#petition .card footer {
    font-size: 40px;
    font-weight: 200;
    margin-top: 20px;
    background-color: #3a1f42;
    color: #fff;
    padding: 15px 25px
}

@media screen and (max-width:600px) {
    #petition .card footer {
        font-size: 30px
    }
}

#petition .card .form-error {
    text-align: center;
    background-color: #ff0024;
    color: #fff;
    padding: 20px;
    margin-top: 20px
}

#petition .card .form-error.success {
    background-color: #3a1f42
}

#petition .card p.already-signed {
    color: #ff0024;
    margin-bottom: 20px
}

@media screen and (min-width:801px) and (max-width:1200px) {
    #petition .card h2 {
        font-size: 6.7vw
    }
}

@media screen and (max-width:800px) {
    #petition .card {
        margin-bottom: 40px
    }

    #petition .card h2 {
        font-size: 14vw
    }
}

#investigation .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 600px;
    margin-top: 30px
}

#investigation .logo img {
    width: 150px
}

@media screen and (max-width:600px) {
    #investigation .logo {
        justify-content: center
    }

    #investigation .logo img {
        margin: 20px
    }
}
/* Archive banner - FIDH standard style */
.archive-banner {
  background-color: #d9534f;
  color: white;
  padding: 10px;
  text-align: center;
  font-family: Arial, sans-serif;
}

/* YouTube placeholder - FIDH standard style */
.youtube-placeholder {
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.youtube-placeholder img {
  width: 100%;
  display: block;
}

.youtube-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath d='M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.7 3.26-5.42 6.19C.03 13.05 0 24 0 24s.03 10.95 1.48 16.26c.72 2.93 2.52 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.9-.78 4.7-3.26 5.42-6.19C67.97 34.95 68 24 68 24s-.03-10.95-1.48-16.26zM45 24L27 14v20' fill='%23fe0000'/%3E%3Cpath d='M27 24l21 11V13' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
}

/* Cookie banner hover effect */
#cookie-banner button:hover {
  opacity: 0.9;
}
