Sign up to receive our newsletters

We email out newsletters approximately every two months, with all of the news, updates and actions from our website. You can sign up by entering your email address in the form below.


#sfba_subscribe_form_801 #sfba-form2-container{ width: 450px; border: 1px solid #bfb9bc; display: block; text-align: center; padding: 20px 20px 15px; background-color: white; background-image: url(''); background-size: cover; background-repeat: no-repeat; margin: 0 auto; position: relative; } #sfba_subscribe_form_801 .subscribeform1_sub_heading { margin: 0; color: #2DE8BF; font-size: 14px; line-height: 21px; } #sfba_subscribe_form_801 #sfba-form2-container #sfba-form2-heading { margin: 0 0 10px; line-height: 48px; font-weight: bold; font-size: 32px; color: black; padding: 0; } #sfba-form2-container #sfba-form2-heading:before, #sfba-form2-container #sfba-form2-heading:after{ display:none; } .sfba_subscribe_form__fields_wrap { width: 100%; margin: 0 auto; max-width: 320px; } #sfba_subscribe_form_801 .sfba_subscribe_form__fields .sfba-form2-fields { width: 100%; box-shadow: none; padding-left: 15px; margin-top: 8px; font-size: 11px; background-color: #ffffff; border: 1px solid transparent; border-radius: 0; color: #7E7E7E; height: 32px; font-weight: 400; outline: none; margin-bottom: 0; } #sfba_subscribe_form_801 .sfba-form2-consent-fields-main { text-align: left; margin: 12px auto 5px; color: #ffffff; line-height: 1; } .sfba-form2-consent-fields-main label { margin-bottom: 0; font-weight: 400; font-size: 13px } .sfba-form2-consent-fields-main label input[type="checkbox"] { margin: 0 10px 0 0; display: inline-block; vertical-align: middle; } .sfba-conset-field-error { text-align: left; line-height: 1.2; margin-top: 10px; } #sfba-success-message{ display: none; margin: 0; width: 100%; text-align: center; padding: 10px 20px; font-size: 14px; letter-spacing: 1px; } #sfba_subscribe_form_801 #sfba-form2-button { width: 100%; display: block; border: none; margin-top: 10px; background-color: #ff0066; color: white; font-size: 16px; padding: 10px; font-weight: 600; cursor: pointer; outline: none; line-height: 1.2; border-radius: 0; } .sfba_subscribe_form__fields.sfba_email_first{ display: flex; flex-direction: column; } .sfba_subscribe_form__fields.sfba_email_first .sfba-form-email{ order: 1; } .sfba_subscribe_form__fields.sfba_email_first .sfba-form-name{ order: 2; } #sfba_thanks_container { display: flex; align-items: center; width: 100%; height: 100%; position: absolute; background: rgba(0, 0, 0, 0.8); top: 0px; left: 0px; opacity: 1; } #sfba_thanks_image { margin: 0; } #sfba_thanks_message { margin: 0; text-align: center; font-size: 22px; color: #fff; padding: 0 15px; line-height: 1.2; } @media only screen and (max-width: 600px) { #sfba-form2-container { width: 100%; } } .sfba-form-credit { margin: 25px 0 -5px -10px; padding: 10px 0 0 0; font-size: 12px; text-align: left; text-decoration: none; } .sfba-form-credit a { color: #FFFFFF; text-decoration: none !important; background: rgba(140,140,140,0.5); border-radius: 8px; padding: 3px; } .sfba-form-credit a:hover { color: #e6e6e6; } form#sfba_subscribe_form #sfba_thanks_image.sfba-noempty { margin: 0 auto 20px; max-width: 128px; max-height: 128px; overflow: hidden; } /* Animated Buttons */ #sfba-form2-button { -webkit-animation: 1s; animation-duration: 1s; } @-webkit-keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } } @keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } } .sfba-attention-effect-flash.animation-start #sfba-form2-button { -webkit-animation-name: flash; animation-name: flash; } @keyframes shake { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } } .sfba-attention-effect-shake.animation-start #sfba-form2-button { -webkit-animation-name: shake; animation-name: shake; } @-webkit-keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } } @keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } } .sfba-attention-effect-swing.animation-start #sfba-form2-button { -webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; } @-webkit-keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .sfba-attention-effect-tada.animation-start #sfba-form2-button { -webkit-animation-name: tada; animation-name: tada; } @-webkit-keyframes heartBeat { 0% { -webkit-transform: scale(1); transform: scale(1); } 14% { -webkit-transform: scale(1.3); transform: scale(1.3); } 28% { -webkit-transform: scale(1); transform: scale(1); } 42% { -webkit-transform: scale(1.3); transform: scale(1.3); } 70% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes heartBeat { 0% { -webkit-transform: scale(1); transform: scale(1); } 14% { -webkit-transform: scale(1.3); transform: scale(1.3); } 28% { -webkit-transform: scale(1); transform: scale(1); } 42% { -webkit-transform: scale(1.3); transform: scale(1.3); } 70% { -webkit-transform: scale(1); transform: scale(1); } } .sfba-attention-effect-heartbeat.animation-start #sfba-form2-button { -webkit-animation-name: heartBeat; animation-name: heartBeat; -webkit-animation-duration: 1.3s; animation-duration: 1.3s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } @-webkit-keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes wobble { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .sfba-attention-effect-wobble.animation-start #sfba-form2-button { -webkit-animation-name: wobble; animation-name: wobble; } .sfba-main-form-container .sfba-email-field-error, .sfba-main-form-container .sfba-conset-field-error { text-align: left; line-height: 1.2; margin-top: 10px; font-size: 15px; } @media only screen and (max-width: 991px) { .sfba_subscribe_form .sfba-main-form-container { width: 100% !important; } } input.sfba-form-fields::placeholder { / Chrome, Firefox, Opera, Safari 10.1+ / color: #7E7E7E; opacity: 1; / Firefox / } input.sfba-form-fields:-ms-input-placeholder { / Internet Explorer 10-11 / color: #7E7E7E; } input.sfba-form-fields::-ms-input-placeholder { / Microsoft Edge / color: #7E7E7E; } form.sfba_subscribe_form, form.sfba_subscribe_form * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #sfba_thanks_image.sfba-noempty { margin: 0 auto 10px; max-width: 100px; max-height: 100px; overflow: hidden; } #sfba_thanks_image img { width: auto; height: auto; max-width: 100%; max-height: 100%; margin: 0 auto; } #sfba_thanks_message { margin: 0; text-align: center; font-size: 20px; color: #fff; padding: 0 15px; line-height: 1.2; } .sfba_thanks_container a.sfba-form-close { width: 16px; height: 16px; line-height: 16px; position: absolute; top: 6px; right: 6px; z-index: 1; opacity: .75; color: #ffffff; text-decoration: none; font-size: 36px; }

JOIN OUR MAIL LIST FOR EXCLUSIVE

Get monthly updates about geoengineering

Email field is required to subscribe.

x

You Have Successfully Subscribed to the Newsletter


Read our most recent newsletters: