@font-face {
  font-display: swap;
  font-family: 'Wix Madefor Text';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-regular.woff2') format('woff2'),
       url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-regular.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Wix Madefor Text';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-italic.woff2') format('woff2'),
       url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-italic.ttf') format('truetype');
}
@font-face {
  font-display: swap; 
  font-family: 'Wix Madefor Text';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-500.woff2') format('woff2'),
       url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-500.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Wix Madefor Text';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-500italic.woff2') format('woff2'),
       url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-500italic.ttf') format('truetype');
}
@font-face {
  font-display: swap; 
  font-family: 'Wix Madefor Text';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-600.woff2') format('woff2'),
       url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-600.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Wix Madefor Text';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-600italic.woff2') format('woff2'),
       url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-600italic.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Wix Madefor Text';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-700.woff2') format('woff2'),
       url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-700.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Wix Madefor Text';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-700italic.woff2') format('woff2'),
       url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-700italic.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Wix Madefor Text';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-800.woff2') format('woff2'),
       url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-800.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Wix Madefor Text';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-800italic.woff2') format('woff2'),
       url('../fonts/wix-madefor-text/wix-madefor-text-v13-latin-800italic.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-serif/pt-serif-v18-latin-italic.woff2') format('woff2'),
       url('../fonts/pt-serif/pt-serif-v18-latin-italic.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-serif/pt-serif-v18-latin-700italic.woff2') format('woff2'),
       url('../fonts/pt-serif/pt-serif-v18-latin-700italic.ttf') format('truetype'); 
}
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/mulish/mulish-v10-latin-900.woff2') format('woff2'),
        url('../fonts/mulish/mulish-v10-latin-900.ttf') format('truetype');
}
@font-face {
    font-display: swap;
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/mulish/mulish-v10-latin-900italic.woff2') format('woff2'),
        url('../fonts/mulish/mulish-v10-latin-900italic.ttf') format('truetype');
}
/* theme styles*/
body {
    font-family: 'Wix Madefor Text',Arial,Helvetica,sans-serif;
    background-color:#fff;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.en__component--row {
    max-width:72rem;
    margin:0 auto;
}
.en__component--row.en__component--row--1 {
    max-width: 46rem;
}
.en__component--row.en__component--row--2 {
    max-width: 72rem;
    margin-top: 2rem;
}
/* Makes header and footer 100% wide */
.en__component--row:first-of-type,
.en__component--row:last-of-type {
    width:100%;
    max-width:100% !important;
    padding-left: 0;
    padding-right: 0;
}
.en__component--row:last-of-type {
    margin-top:1rem;
}
/* removes padding of 1st and last column */
.en__component--row:first-of-type > .en__component--column:first-of-type,
.en__component--row:last-of-type > .en__component--column:last-of-type {
    padding-left: 0;
    padding-right: 0;
    margin:0;
}
.en__component--column {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float:none !important;
}
.en__component--row.en__component--row--2 .en__component--column {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
#site-content {
    font-size: 0;
}   
.wp-site-blocks {
    padding-top: 12rem;
}
.site-footer .grid .grid-item h4 {
    color:#fff;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5 {
    color: var(--wp--preset--color--oxford);
}
h1 {
  font-size: 1.875rem;
  line-height: 2.625rem;
  margin: 0 0 1.75rem;
}
h2 {
    font-size: 1.625rem;
    letter-spacing:normal;
    text-transform: none;
    margin-bottom:1.5rem;
}
h3 {
    margin-bottom:1.5rem;
}
h4 {
    margin-bottom:1.5rem;
}
h5 {
    margin-bottom:1.5rem;
}
:root :where(p) {
    margin-bottom: 2.25rem;
}
ul.bullet-list {
    list-style-type:disc;
}
ol.bullet-list {
    list-style-type:decimal;
}
ul.bullet-list,
ol.bullet-list {
    margin-bottom: 3.125rem;
    padding-left: 1rem;
}
ul.bullet-list li,
ol.bullet-list  li {
    margin-bottom: 1.5rem;
}
@media (min-width: 64em) {
  ul.bullet-list li,
  ol.bullet-list  li {
    margin-bottom: 1.875rem;
  }
}
ul.bullet-list li:last-child,
ol.bullet-list  li:last-child {
    margin-bottom: 0;
}
ul.bullet-list ul li::marker,
ol.bullet-list  li::marker {
    color: var(--wp--preset--color--licorice);
}
@media (min-width: 48em) {
    h1 {
        font-size: 1.938rem;
        line-height: 2.813rem;
    }
}
/* popup headings */
.mfp-content h3,
.mfp-content h4 {
    text-transform:none;
    margin-bottom:.25rem;
}
a:not(.site-header a):not(.site-footer a),
a:not(.site-header a):not(.site-footer a):visited {
    color: #2375C9;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s ease;
}
a:not(.site-header a):not(.site-footer a):hover {
    color: #F56200;
}
a:focus-visible,
a.btn:focus-visible {
  outline: 2px solid var(--wp--preset--color--peta-blue);
  outline-offset: 3px;
  border-radius: 2px;
}
hr {
    color: #f4f4f4;
    margin: 2rem 0;
}
blockquote {
  margin: 2.5rem 0 ;
  border-bottom: 1px solid var(--wp--preset--color--earl);
  border-top: 1px solid var(--wp--preset--color--earl);
  padding: 30px 20px !important;
  margin-bottom: 50px;
}
blockquote p {
    text-align: center;
    color: var(--wp--preset--color--oxford);
    margin: 0 !important;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 42px;
    font-family: var(--wp--preset--font-family--pt-serif);
}
@media (min-width: 1200px) {
  blockquote {
    padding: 50px 20px !important;
  }
  blockquote p {
    font-size: 32px;
    line-height: 46px;
  }
}
ins {
    text-decoration: none;
}
button {
    font-family:'Wix Madefor Text',Arial,Helvetica,sans-serif;
}
/* donation sidebar */
@media only screen and (max-width: 800px), 
only screen and (max-device-width: 800px) {
    .en__component--advrow.recent-posts {
        flex-wrap: wrap!important;
    }
    .recent-posts .en__component--column.en__component--advcolumn {
        flex-basis: 100%!important;
    }
}
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .sidebar__help,
    .sidebar__buttons {
        display:none;
    }
}
.recent-posts img {
    width: 100% !important;
}
/* donation sidebar buttons */
.sidebar > .widget > .textwidget > .image-button p {
    font-weight:600;
}
.sidebar > .widget > .textwidget > .image-button a {
    color:#FFF;
}
.sidebar > .widget > .textwidget > .image-button a:hover {
    text-decoration:none;
}
/* connect with us widget */
.widget a.youtube {
    background-image: url(../images/icon-youtube.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center center;
}
.widget a.facebook {
    background-image: url(../images/icon-facebook.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center center;
}
/* donation side widget */
.widget_nav_menu {
    background: #E3F4FF;
    padding: 1rem;
}
.widget_nav_menu h3.widget-title {
    color: #032239;
    font-size: 1.188rem;
    line-height: 1.4;
    text-align: center;
    border-bottom: 0;
    margin: 0 auto 1rem;
    text-transform: uppercase !important;
    font-weight: 600;
}
.widget_nav_menu ul {
    display:block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.2;
}
.widget_nav_menu ul.menu li {
    color: #032239;
    font-size:1.063rem;
    margin-bottom: .625rem;
}
.widget_nav_menu ul.menu li a {
    color: #032239;
    text-decoration: none;
    font-weight: 400;
    transition:none;
}
.widget_nav_menu ul.menu li a::before {
    background:transparent;
}
.widget_nav_menu ul.menu li a:visited {
    color: #032239;
}
.widget_nav_menu ul.menu li a:hover {
    color:#2375C9;
    text-decoration: underline;
}
/* donation sidebar */
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .widget_nav_menu {
        display:none;
    }
}
.main-content .recent-posts-widget ul li {
    position: relative;
    margin-bottom: 1rem;
    list-style-type: none;
}
.main-content .recent-posts-widget .thumbnail-list .thumb {
    display: block;
}
.main-content .recent-posts-widget .thumbnail-list .thumb img {
    width: 100%;
}
.main-content .recent-posts-widget .thumbnail-list p {
    background: rgba(35, 117, 201, 0.9);
    color: #FFF;
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .5rem;
    -webkit-transition: background .25s ease;
    -kthtml-transition: background .25s ease;
    transition: background .25s ease;
    text-align: left;
} 
@media only screen and (max-width: 799px),
only screen and (max-device-width: 799px) {
.main-content .recent-posts-widget .thumbnail-list p {
        padding: .75rem;
    }
}
.main-content .recent-posts-widget .thumbnail-list a {
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}
.main-content .recent-posts-widget .thumbnail-list a:visited {
    color: #ffffff;
}
.main-content .recent-posts-widget .thumbnail-list a:hover {
    color: whitesmoke;
}
/* magnific popup */
.cc-popup {
    background-color: #f5fafd;
}
.cc-popup h1, 
.cc-popup h2, 
.cc-popup h3, 
.cc-popup h4 {
    font-size: 1.063rem;
    font-weight: 600;
    line-height: 1.5;
    color: #1D5690;
    letter-spacing: normal;
    margin: 0 0 .25rem;
}
.cc-popup p {
    font-size: 1.063rem;
    line-height: 1.5;
    margin: 0 0 1.125rem;
}
#photo-credit-info {
    color: #999;
    font-size: .75rem;
    margin-left: -5px;
}
/* business friends */
.business-friends h2 {
    font-size: 1.375rem;
    line-height: 1.5;
    border-bottom: 1px solid rgb(221, 221, 221); 
    margin:0 0 1rem;
    padding-bottom:5px;
}
.business-friends h3 {
    font-size: 1.188rem;
    line-height: 1.5;
    margin: 1.5rem 0;
}
.business-friends p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0 0 1.125rem;
}
.business-friends ul {
    padding:0 0 16px;
}
.business-friends li {
    font-size: 1.125rem;
    line-height: 1.5;
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 .75rem 0.75rem;
    padding: 0 0 0 6px;
}
ul.partners {
    margin:1rem 0;
}
.partners li {
    font-size: 1.125rem;
    line-height: 1.5;
    list-style-type: none;
    margin: 0 0 .75rem 0.75rem;
    padding: 0 0 1rem 7.5rem;
}
/* custom social toolbar */
.share-bar  {
    width: 100%;
    max-width: 400px;
    margin: 1.5rem 0 0;
}
.share-bar .social-links {
    display: block;
    position: relative;
    height: auto;
    margin: 0 0 1.5rem;
    opacity: 1
}
.share-bar .social-links ul {
    display: flex;
    margin: 0;
}
.share-bar .social-links li {
    width: 32.333%;
    display: inline-block;
    margin: 0 4px 0 0;
    list-style-type: none;
}
.share-bar .social-links a {
    display: block;
    height: auto;
    padding: .5rem .5rem .125rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-decoration:none;
}
.share-bar .social-links a.facebook {
    background: #3b5998
}
.share-bar .social-links a.twitter {
    background: #00aced
}
.share-bar .social-links a.email {
    background: #cd1e20
}
/* form styles */
/* EN hidden content label */
kbd {
    font-family: Arial, Helvetica, sans-serif;
    color: #f27420;
    font-weight:normal;
    background-color:#f6f6f6;
}
/* for multiple h3s on form */
.form_header {
    padding-top:1rem;
}
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, ul {
    padding:0;
}
label {
    margin: 0;
    font-weight: 400;
    line-height: 1.8;
}
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    transition: background-color .1s ease-out,color .1s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
ins {
    text-decoration: none;
}
/* hides default IE arrow */
select::-ms-expand {
    display: none;
}
select {
    min-width:124px;
    height: 43px;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #b4b4b4;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1.063rem;
    line-height: normal;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}
.en__field__input--select {
    width:258px;
    margin-bottom:0;
}
.en__field__input--select {
    white-space: normal;
}
[type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
input[type="email"],
input[type="text"] {
    width:258px; 
    height: 43px !important;
    color: #1D5690;
    font-size: 1.063rem;
    font-weight: 700;
    line-height: 1;
    background-color: #f8f8f8;
    border: 1px solid #b4b4b4;
    border-radius: 0;
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    display: inline;
    float: none;
    margin: 0;
    padding: 4px 6px !important;
}
input[type="email"]:focus,
input[type="text"]:focus {
    outline: none;
    border: 1px solid #b4b4b4;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}
input:focus-visible,
input[type="tel"]:focus-visible {
    border: 3px solid #126cfb !important;
    outline: none;
}
input[type="checkbox"]:focus-visible {
    outline: 2px solid #126cfb !important;
    border: none;
}
select:focus-visible {
    border: 3px solid #126cfb !important;
    border-radius: 3px;
    outline: none;
}
input[name="transaction.ccvv"].en__field__input--text { 
    width:9rem;
}
input[name="contact.subject"].en__field__input--text { 
    width:100%;
}
input[name="transaction.donationAmt"],
input[name="transaction.recurrpay"] { 
    width:20px;
    height:20px;
}
input[name="transaction.donationAmt.other"].en__field__input--other { 
    margin-bottom: -20px;
    margin-left: -10px;
    width:100px;
}
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    input[type="email"],
    input[type="text"], 
    .en__field__input--select,
    .en__field__input--vgs {
        width: 100%;
    }
    .en__field__element--calendar, 
    .en__field__element--checkbox, 
    .en__field__element--email, 
    .en__field__element--number, 
    .en__field__element--password, 
    .en__field__element--radio, 
    .en__field__element--range, 
    .en__field__element--rating, 
    .en__field__element--select, 
    .en__field__element--splitselect, 
    .en__field__element--splittext, 
    .en__field__element--telephone, 
    .en__field__element--text, 
    .en__field__element--textarea, 
    .en__field__element--tripleselect, 
    .en__field__element--tripletext, 
    .en__field__element--vgs {
        display: block !important;
    }
}
@media only screen and (max-width: 488px),
only screen and (max-device-width: 488px) {
    input[name="transaction.donationAmt.other"].en__field__input--other { 
        margin-bottom: 0;
        margin-left: 0;
    }
}
.en__field__label {
    font-size:1.063rem !important;
    vertical-align:top !important;
}
/* checkbox styles */
.en__field__input--checkbox {
    margin: 0 8px 0 0 !important;
    vertical-align:middle;
    width:20px;
    height:20px;
}
.en__field--checkbox {
    overflow:auto;
}
.en__field--checkbox .en__field__label--item {
    display:block;
    font-size:.875rem;
    margin:-24px 0 0 30px;
}
.en__field__element--checkbox > .en__field__item {
    padding:0;
}
.en__field--checkbox .en__field__label {
    vertical-align: baseline !important;
}
.en__field--checkbox .en__field__label--item[for="en__field_transaction_recurrpay"] {
    font-size:1rem;
    vertical-align: top !important;
}
.en__field--question .en__field__element--checkbox {
    float: left;
}
.en__field--checkbox.en__field--question .en__field__label {
    font-size: 1rem !important;
    line-height: 1.6;
}
.en__field--checkbox.en__field--question .en__field__label[for="en__field_supporter_questions_128935"]{
    width: auto !important;
}
.en__field--checkbox label {
    display:inline-block;
    margin: 0;
    padding-top:0;
}
.en__field__input--radio {
    margin: 3px 0 0 0 !important;
}
.en__field--radio.en__field--question .en__field__element--radio .en__field__item {
    padding:0;
}
.en__field__item {
    margin-right: 5px;
}
.en__field__input--splitselect {
    margin-bottom:0 !important;
}
.en__component--contactblock,
.en__component--pledgeblock {
    margin-bottom:2rem;
}
.en__field--message textarea {
    width: 452px;
    height:200px;
}
.en__submit {
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
}
.en__submit button,
button.en__submit {
    font-size: 1.125rem !important;
    font-weight: 600;
    color: var(--wp--preset--color--oxford);
    line-height:1.2;
    letter-spacing: .5px;
    text-align: center;
    margin: 1rem auto 2rem auto;
    cursor: pointer;
    border-radius: 50px;
    text-transform:uppercase;
    box-shadow:none;
    padding: 18px 22px;
    text-decoration: none;
    background-image: linear-gradient(145deg, #ffd900 50%, var(--wp--preset--color--marmalade) 50%);
    background-size: 250% 100%;
    background-position: left center;
    transition: background-position 0.5s ease;
}
.en__submit button:hover,
button.en__submit:hover {
    background-position: right center;
    color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--marmalade);
}
.en__submit button:focus-visible,
button.en__submit:focus-visible {
    border: 3px solid #2375c9 !important;
    outline: none;
}
.en__field__error {
    width: 258px;
    font-size:13px;
    text-align: left;
    color: #c92533;
    margin: 5px 0 12px 0;
}
.en__field__error,
.en__field__error strong {
    font-style: italic;
}
@media only screen and (max-width: 319px) {
    input[type="text"]{   
        width:100% !important; 
    }
    .en__field__input--select {
        width:100%
    }
}
.en__component--contactblock,
.en__component--pledgeblock,
.en__component--petitionblock {
    display: block;
}
.replacementHeader{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.replacementHeader, .footer-row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .replacementHeader, .footer-row {
        margin-left: 0;
        margin-right: 0;
    }
}
.en__component--socialblock {
    margin-top: 1rem;
}
.field_label_text_component {
    margin-top:-10px;
    margin-bottom:1.25rem;
    margin-left:184px;
    width:258px;
    font-size:0.6875rem;
    line-height:1.2;
} 
@media only screen and (max-width: 488px),
only screen and (max-device-width: 488px) {
    .field_label_text_component {
        margin-left:0;
    }
}
input[name="supporter.bankRoutingNumber"] {
    width:230px;
    margin-right:5px;
}
.ccvv__link {
    display: inline-block;
    padding: 0 0 0 8px;
    margin-left: 0;
    margin-top: 0;
    float: right;
}
.ccvv__link a {
    color:#999;
    font-size:1rem;
}
a.open-popup-link i {
    color:#999;
    font-size:1rem;
}
.open-popup-link {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15px' height='15px' viewBox='0 0 15 15' overflow='visible' xml:space='preserve'%3E%3Cpath fill='%23999999' d='M7.5,0C3.4,0,0,3.4,0,7.5C0,11.6,3.4,15,7.5,15S15,11.6,15,7.5C15,3.4,11.6,0,7.5,0z M7.5,12.7 c-0.7,0-1.4-0.6-1.4-1.4c0-0.8,0.6-1.4,1.4-1.4c0.8,0,1.4,0.6,1.4,1.4C8.9,12.1,8.3,12.7,7.5,12.7z M8.6,8.9c0,0.2-0.1,0.3-0.3,0.3 H6.7C6.5,9.2,6.4,9,6.4,8.9V8.2c0-1.3,2.1-1.9,2.1-2.9c0-0.5-0.5-0.9-1.2-0.9c-1.1,0-1.4,1-1.8,0.6l-1-0.9C4.5,4,4.5,3.8,4.6,3.7 c0,0,1.2-1.4,3.2-1.4c1.7,0,3.2,1.2,3.2,2.7C11,7.1,8.6,7.2,8.6,8.9z'/%3E%3C/svg%3E");
}
.en__field__element--vgs #en__field_transaction_ccnumber {
    width:258px;
}
.en__field__element--vgs #en__field_transaction_ccvv {
    width: calc(258px - 26px);
    display: inline-block;
}
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .en__field__element--vgs #en__field_transaction_ccnumber {
        width:100%;
    }
    .en__field__element--vgs #en__field_transaction_ccvv {
        width: calc(100% - 26px);
    }
}
.fa-question-circle::before {
  content: ""!important;
}
.read_more {
    display:table;
    text-align:center;
    margin:0 auto;
    padding:1.5rem 0 2.5rem;
}
.read_more a {
    display:block;
    font-size:1.188rem;
    color:#122838!important;
    font-weight:700!important;
    text-decoration:none!important;
    border: 2px solid #122838;
    padding: 1.25rem;
    border-radius:50px;
}
.read_more a:hover {
    color:#122838;
}
.view_hide {
    display:none;
}
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .read_more {
        padding:0 0 1rem;
    }
    .read_more a {
        font-size:1rem;
    }
    .view_hide {
        display:table;
        text-align:center;
        margin:2rem auto;
    }
    .view_hide a {
        display:block;
        font-size:1rem;
        color:#122838!important;
        font-weight:700!important;
        text-decoration:none!important;
        border: 2px solid #122838;
        border-radius:50px;
        padding: 1.25rem;
    }
    .en__component--contactblock,
    .en__component--pledgeblock,
    .en__component--petitionblock {
        display:none;
    }
}
.en__mandatory label::after {
  content: ' *';
  margin-right: 2px;
  color: #f00;
}
.en__mandatory .en__field__element--radio label::after {
  content:none;
  margin-right: 0;
}
.required-fields-paragraph p {
    font-size:1.063rem;
}
.form-text {
    margin-top:1.5rem
}
.form-text p,
.conditional-needs-opt-in p {
    font-size:1.063rem;
    line-height:1.8
}
.en__field--radio.en__field--question {
    margin-bottom:.75rem
}
.en__field--radio.en__field--question .en__field__label {
    padding:0
}
/* shows gift aid label */
.en__field--gift-aid-opt-in.en__mandatory > .en__field__label:first-of-type {
    display:inline !important;
    margin-right:10px;
}
.opt-in-header p {
    font-size:1.063rem;
    font-style: italic;
    line-height:1.6;
    margin: 0 0 1.5rem
}
.privacy-policy,
.privacy-policy p,
.smaller_text,
.smaller_text p {
    font-size:0.938rem;
    line-height:1.6;
    margin: 0 0 1.5rem
}
.cc__icons {
    margin: 5px 10px 20px 0;
    width: auto;
}
.cc__icons ul {
    margin:0;
    padding:0;
}
.cc__icons li {
    list-style-type: none;
    display:inline-block;
    margin:0 8px .75rem 0;
    padding:0;
}
.cc__icons li img {
    padding:0;
    border: 1px solid #b9b9b9;
    width:46px;
}
.security__icons {
    margin: 2rem 0 20px;
    width: auto;
}
.security__icons ul {
    margin:0;
    padding:0;
    text-align:center;
}
.security__icons li {
    list-style-type: none;
    display:inline-block;
    margin:0 1rem .75rem 0;
    padding:0;
}
.security__icons li img {
    padding:0;
}
@media only screen and (max-width: 488px),
only screen and (max-device-width: 488px) {
    .cc__icons li img {
        width:23px;
    }
    .security__icons li.worldplay img,
    .security__icons li.fundraising-regulator img {
        width:80px;
    }
    .security__icons li.rapidssl img {
        width:60px;
    }
}
.pf_ErrorHeader {
    color: #cc0000 !important;
    padding-bottom:10px !important;
}
.pf_ErrorItems {
    color: #CC0000 !important;
    margin-left: 1rem !important;
    margin-bottom: 2rem !important;
}
li.en__error {
    margin-bottom:10px !important;
    line-height: 1.4 !important;
}
/* AddThis Social Button Style Overrides */
.en__component--socialblock {
    margin-bottom: 1rem;
}
.en__component--socialblock .en__shares {
    justify-content: left;
}
.en__component--socialblock .en__share {
    margin-right: 10px;
}
.en__component--socialblock .en__share__button--twitter,
.en__component--socialblock .en__share__button--facebook,
.en__component--socialblock .en__share__button--gplus {
    background-size: 42px 42px;
}
.en__component--socialblock .en__share__button {
    height: 42px;
    width: 42px;
}
/* Label for Email Field on Donation Page Only */
.en__donation--billing--info .en__field--emailAddress .translate_en::after{
    content:"If you donate and have not already registered, you will receive periodic updates and communications.";
    display: block;
    margin-top: 7px;
    width: 258px;
    font-size: 11px;
}
.en__donation--billing--info .en__field--emailAddress .translate_sp::after{
    content:"Si donas y aún no te registraste, recibirás actualizaciones periódicas y comunicaciones.";
    display: block;
    margin-top: 7px;
    width: 258px;
    font-size: 11px;
}
.phone_required p {
    font-size: .75rem;
    line-height:1.5;
}
/* EN social buttons */
.en__component--socialblock .en__shares {
    justify-content: inherit !important;
}
/* AddThis */
.addthis_inline_share_toolbox {
    margin: -1rem 0 1rem 0;
}
.at-share-tbx-element .at-share-btn {
    padding: 6px 60px 6px 5px !important;
    margin: 0 2px 5px !important;
    opacity: .9 !important;
}
@media only screen and (max-width: 979px),
only screen and (max-device-width: 979px) {

    .at-share-tbx-element .at-share-btn {
        padding: 6px !important;
        margin: 0 5px 5px 0 !important;
    }
}
/* WP form iframe */
.iFrameWrap {
    position: relative;
    height: 100%;
}
.iFrameWrap iframe {
    top: 0;
    left: 0;
    width: 100%;
    border:none;
    border-width:0;
}
/* Update Email Subscription Page styles */
.subscription_head {
    font-weight:normal;
    color:#090a0b;
    background-color:#e8e8e8;
    padding: 10px 0 10px 12px;
    margin-top:.5rem;
}
.subscription_title .en__field--checkbox .en__field__element--checkbox .en__field__label--item {
    font-weight: 600;
    padding-bottom: 0;
}
.subscription_title .en__field {
    padding-bottom: 0;
}
.subscription_description p {
    font-style: italic;
    position: relative;
    font-size: 0.875rem;
    margin-bottom:1rem;
    margin-left:30px;
    padding-bottom:0;
}
.en__field--4520 > .en__field__label {
    width: 160px;
    font-weight: 700;
}
.en__field--4520 input[name="supporter.emailAddress"] {
    background-color:#fff !important;
}
.custom_button {
    margin: 1rem auto;
}
.custom_button,
.custom_button:active {
    font-family: 'Wix Madefor Text',Arial,Helvetica,sans-serif;
    display:inline-block;
    background-color: #FB0;
    border-width: 0;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    color: var(--wp--preset--color--oxford);
    padding: 14px 20px 16px 20px;
    cursor: pointer;
    font-weight: 600;
    font-size:1.125rem !important;
    line-height: 1.2;
    text-transform:none;
    text-decoration:none;
    letter-spacing: .5px;
}
.custom_button:hover {
    color: whitesmoke !important;
}
/* upsell button override */
#userYesButton {
    font-size: 0.875rem !important;
    letter-spacing: 0 !important;
}
/* ett target block message */
.en__contactDetails__row--1,
.en__contactDetail--organization,
.en__component--contactblock input[type="text"],
.en__contactMessage__plainText {
    font-size:1rem !important;
    line-height: 1.5 !important;
}
.en__contactDetails__custom p {
  font-size: 1.063rem;
  line-height: 1.5;
  margin: 0;
}
.en__component--petitionblock {
    padding: .75rem 1.375rem .25rem;
    background-color: #f4f4f4;
}
.en__component--petitionblock h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 0 .25rem;
}
.en__component--petitionblock p {
    font-size: 1.063rem;
    line-height: 1.5;
    margin: 0 0 1.063rem;
}
/*.en__component--contactblock .en__contacts--hideContact {
    display:block !important;
}*/
/* donation button */
.donation-button {
  margin:0 auto 2rem;
  padding-top:.625rem;
  text-align:center;
}
.button.donation {
  font-size:0.938rem;
  font-weight:700;
  margin:0 auto;
  padding-top: .8125em;
  padding-bottom: .8125em;
  line-height:1.5;
  border-width:0;
  border-radius: 0;
  background:#1b95bd;
}
.button.donation:hover,
.button.donation:focus {
    text-decoration: none;
    background:#df4200;
}
@media only screen and (max-width: 488px),
only screen and (max-device-width: 488px) {
    .button.donation {
        font-size:13px;
        font-weight:600;
    }
}
/* rigged message label for textarea */
.inline_textarea,
.inline_copyblock {
    display:inline-block;
    vertical-align:top;
}
.conditional-needs-opt-in-enews {
    display: none; 
    color:red; 
    font-weight: bold;
}
/* full width form labels */
.full-width-label .en__field__label,
.full-width-label .en__field__label label {
    display:block;
    width:auto !important;
}
.full-width-label .en__field--checkbox .en__field__label--positionabove,
.full-width-label .en__field--text .en__field__label--positionabove,
.full-width-label .en__field--radio .en__field__label--positionabove {
    display:block;
    width:auto !important;
    vertical-align:top !important;
}
.full-width-label .en__field--checkbox .en__field__element--layoutvertical label,
.full-width-label .en__field--text .en__field__element--layoutvertical label,
.full-width-label .en__field--radio .en__field__element--layoutvertical label {
    width:auto !important;
}
/* email address error message */
.invalid-email-text, 
.suggestion-text {
    display: inline !important;
}
.email-suggestion-list-items {
    max-width: 258px;
    background:#c60f13;
    padding: 0 10px;
}
.email-suggestion-list-items button.suggestion {
    display: inline !important;
    width: auto;
    color:#fff;
    font-size: 100%;
    font-style: italic;
    text-transform: none;
    box-shadow:none;
    margin:0;
    padding: 0 0 6px;
    background: #c60f13;
    border: none;
}
/* digital wallet */
@media (min-width: 37.5em) {
    #en__digitalWallet {
        max-width: 441px;
    }
}
/* loading text for submit button */
.en__submit--disabled button::after {
   content: "Loading…";
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: var(--wp--preset--color--oxford);
   font-size: inherit;
   font-weight: inherit;
}
.en__submit.en__submit--disabled button:hover {
   background-color: rgba(0, 0, 0, 0.7) !important;
}
.en__submit--disabled button {
   color: rgba(255, 255, 255, 0.0) !important;
   position: relative;
   cursor: default;
}
.en__submit.en__submit--disabled button:hover {
   color: rgba(255, 255, 255, 0.0) !important;
   background-color: rgb(153, 153, 153) !important;
   position: relative;
}
/* main content */
div.mainImg {
    width:100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto 1rem auto;
}
div.mainImg img {
    width: 100% !important;
    height: auto !important;
    padding:5px 0;
}
div.mainImg p {
    margin-top: .5rem;
    font-size: .75rem;
    line-height: 1.3;
    color: #595959;
}
@media screen and (max-width: 800px) {
    div.mainImg {
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto 1em auto;
    }
}
div.mainImg_Right {
    float:right;
    max-width: 380px;
    text-align: center;
    margin: 0 0 1rem 1rem;
}
div.mainImg_Right img {
    width: 100% !important;
    height: auto !important;
    padding:5px 0;
}
div.mainImg_Right p {
    margin-top: .5rem;
    font-size: .75rem;
    line-height: 1.3;
    color: #595959;
}
@media screen and (max-width: 800px) {
    div.mainImg_Right {
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto 1em auto;
    }
}
.share_container {
    display:block;
    text-align:center;
}
.share_container ul {
    margin:2rem auto 2rem auto !important;
    padding:0;    
}
.share_container li {
    height: 50px;
    width: 150px;
    display: inline-block;
    margin-right:18px;
    image-rendering: -webkit-optimize-contrast;
}
.share_container li a {
    display:block;
    height: 50px;
    width: 150px;
}
#facebook {
    background: #1877f2 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-facebook-3x.png) center center no-repeat !important;
    background-size: 150px 50px !important;
}
#twitter {
    background: #000000 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-twitter-3x.png) center center no-repeat !important;
    background-size: 150px 50px !important;
}
#email {
    background: #20a886 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-email-3x.png) center center no-repeat !important;
    background-size: 150px 50px !important;
}
#whatsapp {
    background: #1ebea5 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-whatsapp-3x.png) center center no-repeat!important;
    background-size: 150px 50px!important;
}
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .share_container ul {
        width:100%;    
    }    
    .share_container li {
        display: block;
        width: 100%;
        margin-right:0;
        margin-bottom:12px;
    }
    .share_container li a {
        width:100%;
    }
}
.video-container { 
    position: relative;
    margin: 0px;
    border:none;
    z-index: 2;
    margin-bottom:2.5rem;
}
.video-fullwidth { 
    padding-top: 30px; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden;
    border:none;
    margin-bottom:2rem;
} 
.video-fullwidth iframe, 
.video-fullwidth object, 
.video-fullwidth embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border:none;
}
/* youtube performance fallback */
.C0002-fallback,
.C0003-fallback,
.C0004-fallback,
.C0005-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f53900;
    text-align: center;
    color: white;
    padding:2rem;
}
.C0002-fallback div:first-of-type,
.C0003-fallback div:first-of-type,
.C0004-fallback div:first-of-type,
.C0005-fallback div:first-of-type {
    color: #fff;
    font-size: 1rem;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 10;
}
.C0002-fallback-hide,
.C0003-fallback-hide,
.C0004-fallback-hide,
.C0005-fallback-hide {
    display: none;
}
.C0002-fallback p,
.C0003-fallback p,
.C0004-fallback p,
.C0005-fallback p {
    font-size:1rem;
    line-height:1.6;
    color:#fff;
    font-weight:600;
    margin:0;
}
.C0002-fallback a,
.C0003-fallback a,
.C0004-fallback a,
.C0005-fallback a,
.C0002-fallback a:visited,
.C0003-fallback a:visited,
.C0004-fallback a:visited,
.C0005-fallback a:visited,
.C0002-fallback a:hover,
.C0003-fallback a:hover,
.C0004-fallback a:hover,
.C0005-fallback a:hover {
    color:#fff !important;
    font-weight:800 !important;
    text-decoration:underline !important;
}
/* display widgets */
/* progress bar */
.enWidget.enWidget--progressBar {
    display: table;
    margin: 3rem 0 2rem;
    padding:0;
    background: #edeeee;
    border-radius:3px;
}
.enWidget--progressBar .enWidget__copy--above {
    position:absolute;
    display:table-header-group;
    text-align: center;
    margin:-40px 0 2rem;
    left: 0;
    right: 0;
}
.enWidget--progressBar:has(> .enWidget__copy--above:empty) {
    margin:0 0 2rem;
}
.enWidget--progressBar .enWidget__copy--above:empty {
  margin: 0;
}
.enWidget--progressBar .enWidget__copy--above p {
    font-family: 'Wix Madefor Text', Arial, Helvetica, sans-serif;
    color: #0396ef!important;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0 0 .8125rem 0;
    padding:0;
    text-align:center;
}
.enWidget--progressBar .enWidget__bar {
    padding: 0;
    width:auto;
}
.enWidget--progressBar .enWidget__progress {
    border: 1px solid #edeeee!important;
    min-width: auto;
    padding:2px 0 7px;
    background-color: #edeeee!important;
}
.enWidget__display {
    width: auto;
    display: table-cell;
    align-items: right;
    margin:0;
    padding:8px 10px 6px 15px;
    vertical-align: middle;
}
.enWidget--progressBar .enWidget__fill__count--squeezed {
    visibility:visible;
}
.enWidget--progressBar .enWidget__fill {
    width:auto !important;
    -webkit-transition: none;
    transition: none;
    display:inline-block;
    text-align:right;
    background-color: #edeeee!important;
}
.enWidget--progressBar .enWidget__fill__count {
    font-family: 'Mulish', Arial, Helvetica, sans-serif;
    font-weight:900;
    color: #0396ef !important;
    font-size: 2.625rem;
    line-height: 1;
    margin:0;
    padding: 0;
    text-align: right;
}
.enWidget--progressBar .enWidget__copy--below {
    position:relative;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    line-height: 1;
    padding:8px 0 10px;
}
.enWidget--progressBar .enWidget__copy--below p {
    font-family: 'Wix Madefor Text', Arial, Helvetica, sans-serif;
    color: #0396ef!important;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 15px 0 0;
    padding-bottom:0;
}
@media only screen and (max-width: 1025px),
only screen and (max-device-width: 1025px) {
    .enWidget--progressBar .enWidget__fill__count {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .enWidget--progressBar .enWidget__fill__count {
        font-size: 2.625rem;
    }
}
@media only screen and (max-width: 400px),
only screen and (max-device-width: 400px) {
    .enWidget--progressBar .enWidget__fill__count {
        font-size: 2.25rem;
    }
}
/* thermometer widget text (separate text block) */
.enWidget--thermometer--title {
    width: 80px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top:8px;
}
.enWidget--thermometer--title h4 {
    border-top:1px solid #ccc;
    font-size:11px;
    font-weight:600;
    padding:8px 0 0;
    margin:0;
}
.enWidget--thermometer--title p {
    font-size:19px;
    color:#c00;
    text-align:center;
}
.enWidget.enWidget--thermometer {
    margin-bottom: 22px;
    padding:20px 20px 0;
}
.enWidget--thermometer .enWidget__total {
    font-family: 'Wix Madefor Text', Arial, Helvetica, sans-serif;
    font-size: 20px;
    top:0;
    left:0; 
    right:0; 
    margin-top:0;
    margin-left:auto; 
    margin-right:auto;
    padding: 197px 0 3px;
    text-align:center;
    position:absolute;
    z-index:1030;
}
/* magnific */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none !important
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}
.mfp-preloader a {
    color: #CCC
}
.mfp-preloader a:hover {
    color: #FFF
}
.mfp-s-ready .mfp-preloader {
    display: none
}
.mfp-s-error .mfp-content {
    display: none
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #333
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}
.mfp-figure {
    line-height: 0
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.cc-popup {
    position: relative;
    background: #e3e5e9;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}
.mfp-close:hover {
    background: transparent;
}
/* hidden form content */
/* please include a description */

/* hidden casl text blocks */
/*.opt-in-header,
.opt-in-footer {
    display: none !important;
}*/

/* hidden fields */
.en__field--NOT_TAGGED_167 /* hide UK honey pot */,
.en__field--appealCode /* hide Appeal Code */ 
{
    display: none !important;
}

/* hidden labels */
.en__field--checkbox.en__field--question > .en__field__label:first-of-type /* opt in checkbox labels (peta enews, etc) */, 
.en__field--donationAmt > .en__field__label:first-of-type, /* Donation Amount label */ 
.en__field--recurrpay > .en__field__label:first-of-type, /* donation recurring payment label */
.en__field--checkbox.en__mandatory .en__field__element--checkbox label::after /* hides asterisk after checkbox */
{
    display:none !important;
}

/* exceptions */
.en__field--question.en__field--2032 > .en__field__label:first-of-type /* gift aid required */,
.en__field--question.en__field--108865 > .en__field__label:first-of-type /* unsubscribe enews */ {
    display:inline-block !important;
}
