@charset "UTF-8";
@import url("https://use.typekit.net/oiw7xgp.css");
@import url("https://fonts.googleapis.com/css?family=PT+Serif&display=swap");
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* CSS reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
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;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  clear: both;
}

del,
ins {
  text-decoration: none;
}

button:focus,
input:focus {
  outline: none;
}

/* CSS normalize */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  outline: 0;
}

textarea:focus,
input:focus,
a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

b,
strong {
  font-weight: 700;
}

i,
em,
dfn {
  font-style: italic;
}

@font-face {
  font-family: "Toi-new";
  src: url("../fonts/Toi-new.eot?dxiwfc");
  src: url("../fonts/Toi-new.eot?dxiwfc#iefix") format("embedded-opentype"), url("../fonts/Toi-new.woff2?dxiwfc") format("woff2"), url("../fonts/Toi-new.ttf?dxiwfc") format("truetype"), url("../fonts/Toi-new.woff?dxiwfc") format("woff"), url("../fonts/Toi-new.svg?dxiwfc#Toi-new") format("svg");
  font-weight: 400;
  font-style: normal;
}
body {
  margin: 0;
  background-color: #F3F6FA;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0 0 26px;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
p.small {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.feedback-text {
  font-size: 16px;
  line-height: 24px;
}
input + .feedback-text, select + .feedback-text, .bluesnap__field + .feedback-text {
  transform: translateY(-25px);
  margin-bottom: -10px;
}
.crm-page__form__submit + .feedback-text {
  margin-top: 10px;
  text-align: center;
}
.contribution__other input[type=number] + .feedback-text {
  transform: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.error-text {
  color: #ff4b4b;
}

.success-text {
  color: #23B93C;
}

.text-center {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.success-icon {
  margin-bottom: 16px;
}
.success-icon:before {
  content: "";
  color: #3C3C3C;
  font-family: "Toi-new";
  font-size: 28px;
  line-height: 1;
  color: #23B93C;
  font-size: 40px;
}

.crm-page__top {
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 230px;
  background-color: #0E4E97;
}
.crm-page__top__container {
  max-width: 470px;
  padding-left: 20px;
  padding-right: 690px;
  margin-left: auto;
  margin-right: auto;
}
.crm-page__top__container__logo {
  align-items: flex-start;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.crm-page__top__container__gift-message {
  align-items: flex-start;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.crm-page__top__logo-image-block {
  width: fit-content;
}
.crm-page__top__title {
  color: #F3F6FA;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.crm-page__top__under-logo {
  text-align: center;
}
.crm-page__top__sign-out, .crm-page__top__sign-in, .crm-page__top__sign-up, .crm-page__top__support {
  color: #FFFFFE;
  font-family: trade-gothic-next, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
}
.crm-page__top__support.support-gift {
  margin-top: 40px;
}
.crm-page__top__sign-out, .crm-page__top__sign-in .crm-signin-popup__open, .crm-page__top__sign-up a, .crm-page__top__support a {
  cursor: pointer;
  user-select: none;
  color: #FFFFFE;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}
.crm-page__top__support {
  margin-top: 5px;
}
.crm-page__top__support a {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
.crm-page__top__support.crm-page__top__under-logo {
  margin-top: 5px;
}
.crm-page__top__support.crm-page__top__under-logo a {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.crm-page__body {
  display: flex;
  align-items: flex-start;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  font-family: trade-gothic-next, sans-serif;
  font-style: normal;
}
.crm-page__left, .crm-page__right {
  margin-left: 20px;
  margin-right: 20px;
}
.crm-page__left {
  margin-bottom: 80px;
  width: 100%;
}
.crm-page__right {
  margin-top: -302px;
  margin-bottom: 80px;
  flex-basis: 640px;
  flex-shrink: 0;
}
.crm-page__right-gift {
  margin-top: -341px;
  margin-bottom: 80px;
  flex-basis: 640px;
  flex-shrink: 0;
}
.crm-page__content {
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 26px;
}
.crm-page__content p {
  margin-bottom: 25px;
  color: #0e4e97;
}
.crm-page__content p b {
  color: #cc2829;
  font-weight: bold;
}
.crm-page__content__italic {
  font-style: italic;
  font-size: 14px;
}
.crm-page__content__gift-page-ul {
  list-style-type: disc;
  list-style-position: inside;
  color: #0E4E97;
}

label {
  display: inline-block;
  margin-bottom: 14px;
  color: #3C3C3C;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea,
.contribution__other__input,
.contribution-light__input,
.bluesnap__field,
select {
  padding: 12px 14px;
  width: 100%;
  border: 1px solid #9B9B9B;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #F8F8F8;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  outline: none;
  margin-bottom: 30px;
  color: #000;
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: background-color 0.15s ease-in-out;
}
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=password]:-webkit-autofill,
input[type=number]:-webkit-autofill,
textarea:-webkit-autofill,
.contribution__other__input:-webkit-autofill,
.contribution-light__input:-webkit-autofill,
.bluesnap__field:-webkit-autofill,
select:-webkit-autofill {
  font-size: 16px !important;
  line-height: 24px !important;
}
input[type=text]:active, input[type=text]:focus, .edit-mode input[type=text],
input[type=email]:active,
input[type=email]:focus,
.edit-mode input[type=email],
input[type=password]:active,
input[type=password]:focus,
.edit-mode input[type=password],
input[type=number]:active,
input[type=number]:focus,
.edit-mode input[type=number],
textarea:active,
textarea:focus,
.edit-mode textarea,
.contribution__other__input:active,
.contribution__other__input:focus,
.edit-mode .contribution__other__input,
.contribution-light__input:active,
.contribution-light__input:focus,
.edit-mode .contribution-light__input,
.bluesnap__field:active,
.bluesnap__field:focus,
.edit-mode .bluesnap__field,
select:active,
select:focus,
.edit-mode select {
  background-color: #fff;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
.contribution__other__input::placeholder,
.contribution-light__input::placeholder,
.bluesnap__field::placeholder,
select::placeholder {
  color: #787878;
  font-weight: 300;
}
#rgb_mailto input[type=text],
#rgb_mailto input[type=email],
#rgb_mailto input[type=password],
#rgb_mailto input[type=number],
#rgb_mailto textarea,
#rgb_mailto .contribution__other__input,
#rgb_mailto .contribution-light__input,
#rgb_mailto .bluesnap__field,
#rgb_mailto select {
  margin: 0;
  box-shadow: none;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
textarea:disabled,
.contribution__other__input:disabled,
.contribution-light__input:disabled,
.bluesnap__field:disabled,
select:disabled {
  border: 1px solid #9B9B9B !important;
  background-color: #F8F8F8 !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: vertical;
  height: 140px;
}

input.bottom-gift {
  margin-bottom: 15px;
}

select {
  appearance: none;
  background-image: url("../images/select-arrow.svg");
  background-size: 14px 7px;
  background-repeat: no-repeat;
  background-position: calc(100% - 11px) 21px;
}
select option {
  color: #000;
}
select:invalid,
select option:disabled {
  color: #787878;
}

.button {
  overflow: hidden;
  position: relative;
  outline: none;
  cursor: pointer;
  display: block;
  color: #FFFFFE;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  min-width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px 14px;
  border-radius: 30px;
  border: none;
  background-color: #80baf7;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.button.available {
  background-color: #2B8CF3;
}
.button.loading {
  color: #80baf7;
}
.button.loading.available {
  color: #2B8CF3;
}
.button.loading:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -15px;
  margin-top: -15px;
  border: #fff 5px solid;
  border-left-color: transparent;
  border-radius: 50%;
  animation: rotating 0.85s linear infinite;
}
.button.with-paypal::after {
  content: "with";
  display: inline-block;
  margin-left: 5px;
  padding-right: 90px;
  background: url("https://static.timesofisrael.com/images/paypal-logo.svg") 100% 7px no-repeat;
  background-size: 82px;
}

.small-button {
  overflow: hidden;
  position: relative;
  outline: none;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 25px 9px;
  color: #FFFFFF;
  font-family: trade-gothic-next, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  letter-spacing: 0.56px;
  border-radius: 20px;
  border: none;
  background-color: #6f96c0;
}
.small-button.available {
  background-color: #0E4F97;
}
.small-button.submitted {
  font-size: 0;
  line-height: 0;
  background-color: #0E4F97;
}
.small-button.submitted::before {
  content: "";
  font-family: "Toi-new";
  font-size: 28px;
  line-height: 23px;
}
.small-button.loading {
  color: #6f96c0;
}
.small-button.loading.available {
  color: #0E4F97;
}
.small-button.loading:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-left: -10px;
  margin-top: -10px;
  border: #fff 3px solid;
  border-left-color: transparent;
  border-radius: 50%;
  animation: rotating 0.85s linear infinite;
}

.text-link,
.text-link-small {
  cursor: pointer;
  user-select: none;
  display: inline-block;
  color: #0E4F97;
  font-weight: bold;
  text-decoration: underline;
}

.text-link {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.2px;
}

.text-link-small {
  font-size: 18px;
  line-height: 26px;
}

.crm-popup {
  overflow-y: auto;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: trade-gothic-next, sans-serif;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
}
.crm-popup.open, .crm-popup.close {
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.crm-popup.open {
  visibility: visible;
  opacity: 1;
}
.crm-popup.open .crm-popup__body {
  transform: scale(1);
}
.crm-popup__body {
  position: relative;
  margin: 40px 20px;
  width: 640px;
  padding: 100px 80px 60px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #F3F6FA;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease-in-out;
  transform: scale(0.85);
}
.crm-popup__body p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.crm-popup__body.loading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
.crm-popup__body.loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -30px;
  margin-top: -30px;
  border: #0E4E97 10px solid;
  border-left-color: transparent;
  border-radius: 50%;
  animation: rotating 0.85s linear infinite;
  z-index: 15;
}
.crm-popup__close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 25px;
  width: 24px;
  height: 24px;
  color: #1E1E1E;
  text-align: center;
  font-family: "Toi-new";
  font-size: 16px;
  line-height: 24px;
}
.crm-popup__close::after {
  content: "";
}
.crm-popup__title {
  color: #1E1E1E;
  font-size: 42px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.crm-popup__title br {
  display: none;
}
.crm-popup__buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.crm-popup__button {
  cursor: pointer;
  user-select: none;
  margin: 10px;
  padding: 9px 21px 8px;
  color: #FFFFFF;
  font-family: trade-gothic-next, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  letter-spacing: 0.56px;
  border: none;
  border-radius: 20px;
  background-color: #2B8CF3;
}
.crm-popup__button--secondary {
  padding: 8px 20px 7px;
  color: #3C3C3C;
  font-size: 16px;
  letter-spacing: 0.5px;
  border: 1px solid #1E1E1E;
  background: none;
}

.leave-community-popup .crm-popup__body {
  min-height: 420px;
  text-align: center;
}
.leave-community-popup .crm-popup__body > .crm-popup__title {
  display: none;
}
.leave-community-popup .crm-popup__title {
  margin-bottom: 15px;
}
.leave-community-popup .crm-popup__buttons-wrap {
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.leave-community-popup .crm-popup__button {
  min-width: 250px;
}
.leave-community-popup__after-discontinue {
  display: none;
}
.leave-community-popup__after-discontinue .crm-popup__title {
  margin-top: 35px;
}

.thank-you-popup .crm-popup__body {
  min-height: 120px;
  text-align: center;
  padding: 30px 30px 30px;
}
.thank-you-popup .crm-popup__body > .crm-popup__title {
  display: none;
}
.thank-you-popup .crm-popup__title {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 20px;
}
.thank-you-popup .crm-popup__thanks-message {
  padding-top: 15px;
  padding-bottom: 18px;
  text-align: center;
}
.thank-you-popup .crm-popup__welcome-message {
  color: #000000;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}
.thank-you-popup .crm-popup__success-message {
  color: #23B93C;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 34px;
  font-family: "trade-gothic-next", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}
.thank-you-popup .crm-popup__be-sure {
  color: #000000;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.thank-you-popup .crm-popup__red-bold {
  color: #CC2829;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
.thank-you-popup .crm-popup__icon {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
  height: 36px;
}
.thank-you-popup .crm-popup__buttons-wrap {
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.thank-you-popup .crm-popup__body-content {
  font-size: 20px;
}
.thank-you-popup .crm-popup__button {
  min-width: 250px;
}
.thank-you-popup .crm-popup__tell-your-frend {
  color: #3C3C3C;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.change-password-popup .crm-popup__body {
  min-height: 120px;
  text-align: center;
  padding: 5px 80px 20px;
}
.change-password-popup .crm-popup__body > .crm-popup__title {
  display: none;
}
.change-password-popup .crm-popup__icon {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
  height: 36px;
}
.change-password-popup .crm-popup__buttons-wrap {
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.change-password-popup .crm-popup__body-content {
  font-size: 20px;
}
.change-password-popup .crm-popup__button {
  min-width: 250px;
}

.reset-password-popup-link {
  cursor: pointer;
  user-select: none;
  display: inline-block;
}

.renew-contribution-popup__contribution {
  margin-bottom: 30px;
}
.renew-contribution-popup__payment input[type=text],
.renew-contribution-popup__payment .bluesnap__field {
  margin-bottom: 27px;
}
.renew-contribution-popup__payment .payment__card__current {
  display: none;
}
.renew-contribution-popup__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.renew-contribution-popup__buttons > * {
  margin: 10px 20px;
}
.renew-contribution-popup__cancel {
  color: #2B8CF3;
  border: 1px solid #2B8CF3;
  background-color: #FFFFFE;
}
.renew-contribution-popup .crm-popup__body {
  padding: 50px 30px 25px;
}
.renew-contribution-popup .crm-popup__title {
  margin-bottom: 32px;
  color: #3C3C3C;
}
.renew-contribution-popup .contribution__title,
.renew-contribution-popup .payment__title {
  margin-bottom: 22px;
  color: #3C3C3C;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.crm-page__top__gift {
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 288px;
  background-color: #0E4E97;
}
.crm-page__top__gift-background {
  background-image: url("../../images/large-CRM_Hanukkah_BG.png");
  border-bottom: 10px solid #E9FF4E;
  background-size: cover;
  padding-bottom: 22px;
}
.crm-page__top__title-gift {
  margin-top: 6px;
  height: 210px;
  width: 367px;
  color: #E9FF4E;
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 70px;
  text-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.crm-page__form {
  padding: 40px 30px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #FFFFFE;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  color: #1E1E1E;
}
.crm-page__form__message strong {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #23B93C;
}
.crm-page__form__message.error strong {
  color: #FF4B4B;
}
.crm-page__form__message a {
  color: inherit;
  text-decoration: underline;
}
.sign-up-page .crm-page__form .crm-page__form__message, .thanks-page .crm-page__form .crm-page__form__message, .one-time-authorization-form .crm-page__form__message, .renew-contribution-popup .crm-page__form__message, .signin-form .crm-page__form__message, .crm-page__form__support .crm-page__form__message {
  text-align: center;
}
.one-time-authorization-form .crm-page__form__message, .activate-accoun-form .crm-page__form__message {
  margin: 20px 0 0;
}
.editable-block .crm-page__form__message {
  margin-bottom: 0;
}
.account-details__contribution .crm-page__form__message {
  margin-top: 10px;
}
.sign-in-page .crm-page__form__message {
  margin-bottom: 0;
}
.sign-in-page .crm-page__form__message strong:not(:empty) {
  display: inline-block;
  margin-bottom: 26px;
}
.crm-page__form__submit {
  margin-top: 10px;
}
.crm-page__form__section__half {
  width: 275px;
}
.crm-page__form__section__half__right {
  width: 275px;
  margin-left: 30px;
}
.crm-page__form__section + .crm-page__form__section {
  margin-top: 30px;
}
.crm-page__form h3 {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 32px;
}
.crm-page__form .editable-block h3 {
  padding-right: 60px;
}
.crm-page__form h4 {
  color: #3C3C3C;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.crm-page__form__recipient-section {
  display: flex;
}
.crm-page__form__giver-section {
  display: flex;
}
.crm-page__form__where-to {
  color: #3C3C3C;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.crm-page__form__where-from {
  color: #3C3C3C;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 30px;
  margin-bottom: 30px;
}
.crm-page__form__notice {
  color: #000000;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 30px;
}
.crm-page__form__name-subscription {
  color: #434343;
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 49px;
}
.crm-page__form__big-text {
  color: #3C3C3C;
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 32px;
}
.crm-page__form__big-textarea {
  height: 150px;
  margin-bottom: 0px;
}
.crm-page__form__top-block {
  display: flex;
}
.crm-page__form__yellow-cycle {
  height: 105px;
  width: 105px;
  margin-left: auto;
  margin-right: 50px;
  color: #E9FF4E;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
  background-color: #E9FF4E;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.crm-page__form__price {
  color: #3C3C3C;
  font-family: "trade-gothic-next-compressed", sans-serif;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
  font-weight: 900;
}
.crm-page__form__to {
  margin-top: 25px;
  border-top: 1px solid #DDDDDD;
}
.confirm-form {
  display: flex;
  flex-wrap: wrap;
}
.confirm-form__email {
  width: 100%;
}
.confirm-form__password, .confirm-form__reenter-password {
  width: calc(50% - 10px);
}
.confirm-form__reenter-password input {
  margin-bottom: 20px;
}
.confirm-form__password {
  margin-right: 20px;
}
.confirm-form__password input {
  margin-bottom: 20px;
}
.confirm-form__terms {
  color: #0E4F97;
  text-decoration: underline;
  position: relative;
}
.confirm-form__sign-me-checkbox {
  width: 100%;
  margin-bottom: 23px;
  font-size: 14px;
}
.confirm-form__sign-me-checkbox__checkbox {
  margin-left: 0px;
  margin-bottom: 0px;
}
.confirm-form__terms .confirm-form__terms-tooltip {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0;
  visibility: hidden;
  width: 290px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: absolute;
  z-index: 1;
  /*margin-left: -60px;*/
  left: -132px;
  bottom: 20px;
  z-index: 9999;
}
.confirm-form__terms-tooltip::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.confirm-form__terms:hover .confirm-form__terms-tooltip {
  visibility: visible;
}
.confirm-form__checkbox-label {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.confirm-form__save {
  margin: 0 auto;
}

.signin-form input {
  padding: 12px 14px;
  width: 100%;
  border: 1px solid #9B9B9B;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #F8F8F8;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.signin-form__footer {
  margin-top: 40px;
  color: #0E4F97;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}
.signin-form__footer__separator {
  padding-left: 10px;
  padding-right: 10px;
}
.signin-form__footer a,
.signin-form__footer .reset-password-popup-link {
  color: #0E4F97;
  text-decoration: underline;
}
.signin-form__submit {
  margin-top: 0;
  min-width: 200px;
}

.crm-page__form__support__submit {
  position: relative;
  outline: none;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px 8px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: bold;
  border-radius: 20px;
  border: none;
  box-sizing: border-box;
  background-color: #0e4f97;
}
.crm-page__form__support__submit.loading {
  color: #0e4f97;
}
.crm-page__form__support__submit.loading:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-left: -10px;
  margin-top: -10px;
  border: #fff 3px solid;
  border-left-color: transparent;
  border-radius: 50%;
  animation: rotating 0.85s linear infinite;
}

.bluesnap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bluesnap__field {
  padding: 13px 14px 11px;
  height: 50px;
}
.bluesnap__number {
  width: 100%;
}
.bluesnap__expiration {
  width: 60%;
}
.bluesnap__cvv {
  width: calc(40% - 30px);
}

.contribution__toggle {
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  border: 1px solid #0E4E97;
  border-radius: 3px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.contribution__toggle__item {
  user-select: none;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  background-color: #FFFFFE;
  color: #2B8CF3;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.contribution__toggle__item:first-child {
  border-right: 1px solid #0E4E97;
}
.contribution__toggle__item.current, .contribution__toggle__item:hover {
  color: #fff;
  background-color: #2b8cf3;
}
.contribution__type {
  display: none;
}
.contribution__type.show {
  display: block;
}
.contribution__items {
  display: flex;
  justify-content: center;
}
.contribution__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 9px;
  height: 81px;
  width: 81px;
  border: 1px solid #0E4E97;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #FFFFFE;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  user-select: none;
  color: #2B8CF3;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.contribution__item.active, .contribution__item:hover {
  color: #fff;
  background-color: #2B8CF3;
}
.contribution__other {
  position: relative;
  display: none;
  margin-top: 30px;
  padding-bottom: 10px;
}
.contribution__other input {
  margin: 0;
}
.contribution__other__text {
  line-height: 24px;
  margin: 16px 0 0;
}
.contribution__other__text.success-text, .contribution__other__text.error-text {
  font-size: 16px;
  font-weight: 400;
}
.contribution__other__submit {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 80px;
  padding: 11px 15px 12px;
  text-align: center;
  border-radius: 2px;
}

.contribution-light__input {
  margin-bottom: 10px;
}
.contribution-light__input + .feedback-text {
  transform: translateY(-5px);
  margin-bottom: -5px;
}
.contribution-light__renew {
  display: none;
  background-color: #2B8CF3;
}

.contribution__other__input,
.contribution-light__input {
  padding-left: 35px;
  color: #282828;
  background-image: url("../images/$-icon.svg");
  background-repeat: no-repeat;
  background-position: 14px 14px;
  background-size: 11px 22px;
}

.payment .StripeElement {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 16px 14px 13px;
  border: 1px solid #9B9B9B;
  border-radius: 3px;
  background-color: #F8F8F8;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  outline: none;
  transition: background-color 0.15s ease-in-out;
}
.payment .StripeElement--webkit-autofill {
  background-color: #F8F8F8 !important;
}
.payment .StripeElement--focus, .edit-mode .payment .StripeElement {
  background-color: #fff !important;
}
.payment .StripeElement::placeholder {
  color: #787878;
}
.payment__method {
  margin-bottom: 25px;
}
.editable-block:not(.edit-mode) .payment__method {
  display: none;
}
.payment__radio-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px;
  margin-bottom: 12px;
  font-family: trade-gothic-next, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.payment__radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.payment__radio-button .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #1E1E10;
  background-color: #fff;
  border-radius: 50%;
}
.payment__radio-button .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: #2B8CF3;
}
.payment__radio-button input:checked ~ .checkmark::after {
  display: block;
}
.payment #card-errors {
  transform: translateY(-35px);
  margin-bottom: -10px;
  font-size: 16px;
  line-height: 24px;
  color: #FF4B4B;
}
.editable-block:not(.edit-mode) .payment__card__number {
  display: none;
}
.editable-block:not(.edit-mode) .payment__card__name {
  display: none;
}
.payment__card__current {
  margin-top: 5px;
  margin-bottom: 30px;
}
.editable-block.edit-mode .payment__card__current {
  display: none;
}

.shipping-address {
  display: flex;
  flex-wrap: wrap;
}
.shipping-address__form {
  display: none;
}
.shipping-address__company, .shipping-address__address-1, .shipping-address__address-2, .shipping-address__country, .shipping-address__state, .shipping-address__city {
  width: 100%;
}
.shipping-address__name, .shipping-address__last-name, .shipping-address__city, .shipping-address__zip {
  width: calc(50% - 10px);
}
.shipping-address__name, .shipping-address__city {
  margin-right: 20px;
}
.shipping-address__state {
  display: none;
}
.shipping-address h3 {
  width: 100%;
  margin-bottom: 16px;
}
.shipping-address p {
  max-width: 365px;
  margin-bottom: 40px;
}

.account-details.open .account-details__link::before {
  content: "";
}
.account-details__link {
  position: relative;
  cursor: pointer;
  user-select: none;
  color: #0E4F97;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: underline;
}
.account-details__link::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  font-family: "Toi-new";
  font-size: 24px;
  text-decoration: none;
}
.account-details__wrapper {
  display: none;
}
.account-details__contribution, .account-details__payment, .account-details__billing-history {
  padding-top: 20px;
  border-top: 1px solid #DDDDDD;
}
.account-details__contribution, .account-details__payment {
  margin-top: 50px;
}
.account-details__billing-history {
  margin-top: 30px;
}
.account-details__billing-history .billing-history__no-history {
  margin-top: -16px;
}
.account-details__my-yearly-gift {
  margin-top: 50px;
  border-top: 1px solid #DDDDDD;
}
.account-details__payment-method {
  margin-top: 50px;
  border-top: 1px solid #DDDDDD;
}

.billing-history__no-history {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.billing-history__list__item {
  display: flex;
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.billing-history__list__item:nth-child(odd) {
  background-color: rgba(243, 246, 250, 0.6);
}
.billing-history__list__item > div {
  padding: 10px 12px;
}
.billing-history__list__item label {
  margin: 0;
  color: #787878;
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.billing-history__list__item__date {
  width: 200px;
}
.billing-history__list__item__card {
  flex-grow: 1;
}
.billing-history__list__item__sum {
  width: 75px;
}
.billing-history__more {
  cursor: pointer;
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 7px;
  color: #FFF;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.56px;
  font-weight: bold;
  border-radius: 20px;
  border: none;
  background-color: #0E4F97;
}

.my-yearly-gift__title {
  margin-top: 20px;
}
.my-yearly-gift__subscription-until {
  color: #282828;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.gift-payment-method__title {
  margin-top: 20px;
}
.gift-payment-method__body {
  color: #000000;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
}

.thanks-page-gift .crm-page__top__container__logo {
  margin-top: 78px;
}

.mobile.thanks-page-gift .crm-page__top__container__logo {
  margin-top: 50px;
}

.mobile.thanks-page-gift .crm-page__top__gift {
  margin-bottom: 30px;
}

.thanks-page-gift .crm-page__top__support a {
  color: #FFFFFE;
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.gift-page .crm-page__top__support {
  line-height: 20px;
  border: 0 none;
  padding: 0;
  border-image-width: 0;
}

.gift-page .crm-page__top__support a {
  color: #FFFFFE;
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.gift-page .crm-page__left {
  margin-right: 40px;
}

.mobile.gift-page .crm-page__left {
  margin-right: 16px;
}

.editing-enabled {
  position: relative;
}
.editing-enabled::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 3;
}
.editing-enabled .editable-block.edit-mode {
  z-index: 5;
}
.editing-enabled .editable-block.edit-mode::before {
  content: none;
}
.editing-enabled .editable-block.loading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
.editing-enabled .editable-block.loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -30px;
  margin-top: -30px;
  border: #0E4E97 10px solid;
  border-left-color: transparent;
  border-radius: 50%;
  animation: rotating 0.85s linear infinite;
  z-index: 15;
}

.editable-block {
  position: relative;
  overflow: hidden;
}
.editable-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.editable-block.edit-mode input {
  pointer-events: auto;
}
.editable-block.edit-mode .edit-button {
  z-index: 5;
}
.editable-block.edit-mode .edit-button::before {
  content: none;
}
.editable-block.edit-mode .edit-button::after {
  content: "Cancel";
}
.editable-block.disabled::before {
  content: none;
}
.editable-block.disabled .edit-button {
  display: none;
}
.editable-block.disabled .contribution-light input {
  display: none;
}
.editable-block.disabled .contribution-light__renew {
  display: block;
}
.editable-block.disabled.account-details__contribution + .editable-block.account-details__payment {
  display: none;
}
.editable-block .edit-button {
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: 25px;
  right: 0;
  color: #0E4F97;
  font-size: 18px;
  line-height: 24px;
  z-index: 2;
}
.editable-block .edit-button::before {
  content: "";
  margin-right: 8px;
  color: #0E4F97;
  font-family: "Toi-new";
  font-size: 14px;
  vertical-align: top;
}
.editable-block .edit-button::after {
  content: "Edit";
  text-decoration: underline;
}
.editable-block__hidden-section {
  width: 100%;
  display: none;
}
.editable-block__hidden-section__link-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.account-details__contribution .editable-block__hidden-section__link-wrapper {
  margin-top: 10px;
}
.editable-block__hidden-section__link-wrapper a {
  cursor: pointer;
  display: inline-block;
  color: #0E4F97;
  font-size: 18px;
  line-height: 23px;
  text-decoration: underline;
}
.editable-block__controlls-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.account-details__contribution .editable-block__controlls-wrapper {
  margin-bottom: 10px;
}
.editable-block__cancel, .editable-block__save {
  outline: none;
  cursor: pointer;
  min-width: 95px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 15px 8px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: bold;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid #0E4F97;
}
.editable-block__cancel {
  color: #0E4F97;
  background-color: #fff;
}
.editable-block__save {
  color: #fff;
  background-color: #0E4F97;
}
.editable-block .leave-community-popup-open-link,
.editable-block .reset-password-popup-link {
  cursor: pointer;
  display: inline-block;
  color: #0E4F97;
  font-size: 18px;
  line-height: 23px;
  text-decoration: underline;
}

.my-password__current-password #my-info-password {
  margin-bottom: 8px;
}
.my-password__current-password #my-info-password + .feedback-text {
  transform: translateY(-3px);
  margin-bottom: 0;
}
.my-password .reset-password-popup-link {
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  z-index: 3;
}

.crm-share {
  margin: 0 0 10px;
  padding: 30px 0;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  text-align: center;
}
.crm-share .social {
  margin: 25px 0 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.crm-share .social li {
  margin-left: 17px;
  margin-right: 17px;
}
.crm-share .social li a span {
  display: none;
}
.crm-share .social li a::before {
  font-family: "Toi-new";
  content: "";
  font-size: 45px;
  font-weight: 400;
}
.crm-share .social li.facebook a::before {
  content: "";
  color: #3B5998;
}
.crm-share .social li.twitter a::before {
  content: "";
  color: #1DA1F2;
}
.crm-share .social li.email a::before {
  content: "";
  color: #CC2829;
}
.crm-share .social li.whatsapp a::before {
  content: "";
  color: #25D366;
}

/* Header main */
.header {
  position: relative;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.header .has-children {
  position: relative;
  cursor: pointer;
}
.header .has-children.open > a::after {
  content: "";
}
.header .has-children.open .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header .has-children > a::after {
  font-family: "Toi-new";
  content: "";
  font-weight: 400;
  margin-left: 2px;
}
.header .has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  position: absolute;
  z-index: 10;
  top: calc(100% + 9px);
  left: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
  background-color: #3b8bea;
  left: calc(-254px / 2 + 50%);
  width: 254px;
  text-align: left;
  transition: opacity 0.3s ease-in-out, padding 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.header .has-children .sub-menu::after {
  content: "";
  position: absolute;
  left: 0;
  margin-left: calc(50% - 8px);
  top: -8px;
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #3b8bea;
}
.header .has-children .sub-menu li {
  padding-bottom: 16px;
  margin: 0 0 24px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.45);
  width: 100%;
  text-transform: capitalize;
}
.header .has-children .sub-menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.header .has-children .sub-menu li span {
  display: inline-block;
  clear: both;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}
.header .has-children .sub-menu li span:first-child {
  margin: 0 0 5px;
}

.header-main-top,
.header-main-middle,
.main-menu,
.header-search .search-form {
  width: 980px;
  margin: 0 auto;
}

/* Header main */
.header-main {
  padding-top: 11px;
  height: 146px;
  box-sizing: border-box;
  color: #fff;
  background-color: #0e4f97;
}
.header-main-top {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.header-main-middle {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 64px;
  text-align: center;
}
.header-main-bottom {
  padding: 13px 0 12px;
  height: 40px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 254, 0.3);
}
.header-main-bottom .social-small {
  display: none;
}
.header-main-bottom .social-small li.current {
  font-weight: bold;
  position: relative;
}
.header-main .logo {
  display: inline-block;
}
.header-main .logo img {
  width: auto;
  height: 54px;
}
.header-main-languages, .header-main-social {
  display: flex;
  flex-wrap: wrap;
}
.header-main-languages li + li, .header-main-social li + li {
  margin-left: 15px;
}
.header-main-languages .editions-menu .lang a {
  font-weight: bold;
}
.header-main-languages .editions-menu .lang.has-children .dropdown-btn::after {
  content: none;
}
.header-main-languages .editions-menu .lang.has-children .sub-menu {
  width: 120px;
  left: calc(-120px / 2 + 50%);
}
.header-main-languages .editions-menu .lang.has-children .sub-menu li {
  margin-bottom: 12px;
  padding-bottom: 10px;
}
.header-main-languages .editions-menu .lang.has-children .sub-menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.header-main-social li + li {
  margin-left: 26px;
}
.header-main-social li a::before {
  font-family: "Toi-new";
  content: "";
  font-size: 12px;
  margin-right: 4px;
  line-height: 12px;
}
.header-main-social li.facebook a::before {
  content: "";
}
.header-main-social li.twitter a::before {
  content: "";
}
.header-main-social li.subscribe a::before {
  content: "";
}

/* Header light */
.header.fixed {
  height: 50px;
}

.profile-page .header.fixed {
  display: none;
}
.profile-page .header-light {
  display: none;
}

.header-light {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 50px;
  padding: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #0E4E97;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
  /* Header newsletter */
}
.header-light-middle {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #0E4E97;
  z-index: 2;
}
.header-light-bottom {
  display: none;
  padding: 12px 0 11px;
  width: 100%;
  background-color: #0E4E97;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.header-light-social {
  margin-left: auto;
  margin-right: 15px;
  display: flex;
}
.header-light-social li {
  margin-left: 5px;
  margin-right: 5px;
}
.header-light-social li a {
  font-size: 0;
  line-height: 0;
}
.header-light-social li a::before {
  content: "";
  font-family: "Toi-new";
  font-size: 24px;
  line-height: 24px;
}
.header-light-social li.facebook a::before {
  content: "";
}
.header-light-social li.twitter a::before {
  content: "";
}
.header-light-social li.linkedin a::before {
  content: "";
}
.header-light-social li.email a::before {
  content: "";
}
.header-light-social li.print a::before {
  content: "";
}
.header-light.open .menu-control::before {
  content: "";
}
.header-light .logo {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  height: 26px;
}
.header-light .logo img {
  width: auto;
  height: 100%;
}
.header-light .menu-control {
  cursor: pointer;
  float: left;
  width: 50px;
  min-width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.header-light .menu-control::before {
  font-family: "Toi-new";
  content: "";
  font-size: 16px;
  line-height: 50px;
}
.header-light .newsletter {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  margin: 0 30px 30px;
}
.header-light .newsletter-input-holder {
  display: flex;
}
.header-light .newsletter .text {
  width: 180px;
  margin: 30px auto 22px auto;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.header-light .newsletter input {
  flex-grow: 1;
  height: 45px;
  padding: 0 15px;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #3b8bea;
}
.header-light .newsletter input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #3b8bea;
}
.header-light .newsletter input:-moz-placeholder {
  text-transform: uppercase;
  color: #3b8bea;
}
.header-light .newsletter input::-moz-placeholder {
  text-transform: uppercase;
  color: #3b8bea;
}
.header-light .newsletter input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #3b8bea;
}
.header-light .newsletter .submit {
  flex-shrink: 0;
  width: 60px;
  height: 45px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #3b8bea;
}
.header-light .newsletter .submit span {
  display: none;
}
.header-light .newsletter .submit::after {
  font-family: Toi-new;
  content: "";
  color: #fff;
  font-size: 22px;
}
.header-light .newsletter-error {
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.header-light .newsletter-error a {
  text-decoration: underline;
}
.header-light .newsletter .thank-you {
  margin: 30px 0;
}
.header-light .newsletter .thank-you p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.main-menu {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.main-menu > li a {
  color: inherit;
}
.main-menu > li.current::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0px;
  width: 100%;
  margin-top: 10px;
  border-bottom: 2px solid #fff;
}
.main-menu .static-pages {
  display: none;
  margin: 30px 30px 0;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}
.main-menu .static-pages li + li {
  margin-top: 30px;
}
.main-menu .static-pages a {
  font-weight: normal;
  text-transform: capitalize;
}

.search-btn a::before {
  content: "";
  font-family: "Toi-new";
  font-size: 12px;
  margin-right: 4px;
  line-height: 12px;
  font-size: 14px;
  margin: 0;
}
.search-btn span {
  display: none;
}

.header-search {
  display: none;
  position: absolute;
  z-index: 4;
  left: 0;
  width: 100%;
  top: 100%;
  height: 74px;
  padding: 20px 0;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.header-search .search-form {
  display: flex;
}
.header-search .search-form .search-input {
  padding: 0 0 3px;
  margin-right: 15px;
  box-sizing: border-box;
  font-size: 24px;
  color: #000;
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ababab;
  background: none;
}
.header-search .search-form input[type=submit] {
  width: 102px;
  height: 34px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}
.header-search .search-form .search-input::-webkit-input-placeholder {
  font-size: 16px;
}
.header-search .search-form .search-input::-moz-placeholder {
  font-size: 16px;
}
.header-search .search-form .search-input:-ms-input-placeholder {
  font-size: 16px;
}
.header-search .search-form .search-input:-moz-placeholder {
  font-size: 16px;
}

.sign-up-page .crm-page__form__submit + .small {
  margin: 24px 0 0;
  text-align: center;
}

.thanks-message {
  padding-top: 15px;
  padding-bottom: 28px;
  text-align: center;
}
.thanks-message__welcome-message {
  color: #000000;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}
.thanks-message__success-message {
  color: #23B93C;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 34px;
}
.thanks-message__be-sure {
  color: #000000;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.thanks-message h3 {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 20px;
}
.thanks-message__please-click {
  color: #CC2829;
  font-family: "trade-gothic-next Bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
}
.thanks-message__user-email {
  color: #CC2829;
  font-family: "trade-gothic-next Bold", sans-serif;
  font-weight: 700;
}
.thanks-message p {
  margin-left: auto;
  margin-right: auto;
}
.thanks-message p:last-of-type {
  margin-bottom: 0;
}
.thanks-message .text-link-small {
  margin-top: 5px;
}

.thanks-message-gift {
  padding-top: 0px;
  padding-bottom: 28px;
  text-align: center;
}
.thanks-message-gift__welcome-message {
  color: #000000;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}
.thanks-message-gift__success-message {
  color: #23B93C;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 34px;
}
.thanks-message-gift__be-sure {
  color: #000000;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.thanks-message-gift h3 {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 20px;
}
.thanks-message-gift__please-click {
  color: #CC2829;
  font-family: "trade-gothic-next Bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
}
.thanks-message-gift__user-email {
  color: #CC2829;
  font-family: "trade-gothic-next Bold", sans-serif;
  font-weight: 700;
}
.thanks-message-gift__yellow-marked {
  background-color: #E9FF4E;
  font-family: "trade-gothic-next Bold", sans-serif;
  font-weight: 700;
}
.thanks-message-gift p {
  margin-left: auto;
  margin-right: auto;
}
.thanks-message-gift p:last-of-type {
  margin-bottom: 0;
}
.thanks-message-gift .text-link-small {
  margin-top: 5px;
}

.notice-message {
  height: 80px;
  width: 580px;
  background-color: #F3F6FA;
  vertical-align: middle;
  display: table-cell;
}
.notice-message p {
  color: #000000;
  margin: 0;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}
.notice-message__email {
  text-decoration: underline;
  color: #0E4E97;
}

.notice-message-gift {
  height: 80px;
  width: 580px;
  background-color: #F3F6FA;
  vertical-align: middle;
  display: table-cell;
}
.notice-message-gift p {
  margin: 18px 20px;
  color: #000000;
  font-family: "italic", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}
.notice-message-gift__email {
  text-decoration: underline;
  color: #0E4E97;
}

.congratulations-section {
  margin-top: 35px;
}
.congratulations-section__congratulations {
  color: #3C3C3C;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}
.congratulations-section__from {
  margin-top: 5px;
  color: #3C3C3C;
  font-family: "trade-gothic-next", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}

.profile-page .crm-page__form__section {
  padding-top: 20px;
  border-top: 1px solid #1E1E1E;
}
.profile-page .crm-page__form__section + .crm-page__form__section {
  margin-top: 30px;
}

.activate-account-page .crm-page__form__section h3 {
  font-size: 42px;
  line-height: 48px;
  text-align: center;
}
.activate-account-page .crm-page__form__section p {
  text-align: center;
}

@media (max-width: 640px) {
  .profile-page .header-main {
    display: none !important;
  }

  .profile-page.mobile .header.fixed {
    display: block !important;
  }
  .profile-page.mobile .header-light {
    display: inherit !important;
  }

  .thanks-message-gift {
    padding-top: 0px;
  }

  .thanks-message-gift h3 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 42px;
  }

  .header-light {
    visibility: visible;
    top: 0;
  }
  .header-light-middle {
    flex-direction: row-reverse;
  }
  .header-light-middle .logo {
    margin-left: 15px;
    margin-right: auto;
  }
  .header-light-social {
    display: none;
  }
  .header-light-bottom {
    overflow-y: auto;
    max-height: calc(100vh - 100px);
    padding-top: 40px;
    transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
  }
  .header-light .main-menu {
    width: auto;
    margin: 0;
    display: block;
    text-align: left;
    font-size: 16px;
  }
  .header-light .main-menu > li {
    overflow: hidden;
    margin: 0 30px 30px;
  }
  .header-light .main-menu .static-pages,
.header-light .main-menu .newsletter {
    display: block;
  }
  .header-light .main-menu .has-children.open .sub-menu {
    height: auto;
    padding-top: 30px;
  }
  .header-light .main-menu .has-children .sub-menu {
    position: static;
    height: 0;
    padding: 0 0 0 30px;
    background: none;
    box-shadow: none;
  }
  .header-light .main-menu .has-children .sub-menu li {
    margin-bottom: 20px;
    padding: 0;
    border: none;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .header-light .main-menu .has-children .sub-menu li span {
    font-weight: bold;
    text-transform: uppercase;
  }

  .crm-page__top {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 170px;
    margin-bottom: 30px;
  }
  .crm-page__top__title-gift {
    height: 156px;
    width: 265px;
    color: #E9FF4E;
    font-family: "trade-gothic-next-compressed", sans-serif;
    font-size: 52px;
    letter-spacing: 0;
    line-height: 52px;
    text-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin-top: 0px;
    margin-left: 16px;
  }
  .crm-page__top__gift {
    padding-top: 35px;
    padding-bottom: 0px;
    height: 215px;
    min-height: 215px;
  }
  .crm-page__top__container {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }
  .crm-page__top__container__logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
  }
  .crm-page__top__logo-image-block {
    margin-left: auto;
    margin-right: auto;
  }
  .crm-page__top__title {
    font-size: 52px;
    line-height: 52px;
  }
  .crm-page__top__sign-in, .crm-page__top__sign-up, .crm-page__top__sign-out {
    font-size: 18px;
    line-height: 22px;
  }
  .crm-page__top__sign-in .crm-signup-popup__open, .crm-page__top__sign-up .crm-signup-popup__open, .crm-page__top__sign-out .crm-signup-popup__open {
    text-decoration: underline;
  }
  .crm-page__top__support-rasporka {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    width: 100%;
    height: 40px;
  }
  .crm-page__top__support.support-gift {
    margin-left: 17px;
    margin-top: 21px;
  }
  .crm-page__body {
    display: block;
  }
  .crm-page__left {
    width: auto;
    margin: 0 16px 0;
  }
  .crm-page__right {
    flex-basis: auto;
    margin: 0;
    padding: 30px 16px;
  }
  .crm-page__right-gift {
    flex-basis: auto;
    margin: 0;
    padding: 30px 16px;
  }
  .crm-page__form {
    padding: 30px 16px;
  }
  .crm-page__form__section.account-details h3 {
    letter-spacing: -0.5px;
  }
  .crm-page__form__section__half {
    width: 100%;
  }
  .crm-page__form__section__half__right {
    width: 100%;
    margin-left: 0;
  }
  .profile-page .crm-page__form, .thanks-page .crm-page__form {
    margin-top: -90px;
  }
  .thanks-page-gift .crm-page__form {
    margin-top: -10px;
  }
  .crm-page__form__recipient-section {
    display: block;
  }
  .crm-page__form__giver-section {
    display: block;
  }
  .crm-page__form__where-to {
    color: #3C3C3C;
    font-family: "trade-gothic-next", sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .crm-page__form__where-from {
    color: #3C3C3C;
    font-family: "trade-gothic-next", sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .crm-page__form__notice {
    color: #000000;
    font-family: "trade-gothic-next", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .crm-page__form__name-subscription {
    color: #434343;
    font-family: "trade-gothic-next-compressed", sans-serif;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 39px;
  }
  .crm-page__form__big-text {
    color: #3C3C3C;
    font-family: "trade-gothic-next-compressed", sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 27px;
  }
  .crm-page__form__big-textarea {
    height: 150px;
    margin-bottom: 0px;
  }
  .crm-page__form__top-block {
    display: block;
  }
  .crm-page__form__yellow-cycle {
    height: 80px;
    width: 80px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    color: #E9FF4E;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
    background-color: #E9FF4E;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .crm-page__form__price {
    color: #3C3C3C;
    font-family: "trade-gothic-next-compressed", sans-serif;
    font-size: 38px;
    letter-spacing: 0;
    line-height: 46px;
    text-align: center;
    font-weight: 900;
  }
  .crm-page__form__to {
    margin-top: 25px;
    border-top: 1px solid #DDDDDD;
  }
  .crm-page__form__from {
    margin-top: 25px;
    border-top: 1px solid #DDDDDD;
  }

  .bluesnap__expiration, .bluesnap__cvv {
    width: calc(50% - 15px);
  }

  .contribution__items {
    margin-left: -4px;
    margin-right: -4px;
  }
  .contribution__item {
    margin: 4px;
    height: 71px;
    width: 71px;
  }
  .contribution__other__submit {
    padding-left: 15px;
    padding-right: 15px;
  }

  .payment__card-form__card-cvc, .payment__card-form__card-number, .payment__card-form__card-expiration__month, .payment__card-form__card-expiration__year {
    width: 100%;
  }
  .payment__card-form__card-number, .payment__card-form__card-expiration__month {
    margin-right: 0;
  }

  .shipping-address__name, .shipping-address__last-name, .shipping-address__city, .shipping-address__zip {
    width: 100%;
  }
  .shipping-address__name, .shipping-address__city {
    margin-right: 0;
  }

  .billing-history__list__item__date {
    width: 85px;
  }
  .billing-history__list__item__sum {
    width: 60px;
  }

  .signin-form__submit {
    margin-top: 0;
    padding: 8px 40px 6px;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.63px;
  }
  .signin-form__footer {
    margin-top: 20px;
  }
  .signin-form__footer__separator {
    margin-top: 12px;
    display: block;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }

  .crm-popup__body {
    margin: 16px;
    width: auto;
    padding: 46px 16px 33px;
  }
  .crm-popup__close {
    top: 15px;
    right: 10px;
  }
  .crm-popup__title {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.5px;
    margin-bottom: 35px;
  }
  .crm-popup__title br {
    display: initial;
  }
  .crm-popup__buttons-wrap .confirm-contribution-cancellation {
    order: 3;
  }

  .thanks-page .crm-page__form h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .thanks-page .crm-page__form p {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .thanks-page .crm-page__form .confirm-form__password, .thanks-page .crm-page__form .confirm-form__reenter-password {
    width: 100%;
  }
  .thanks-page .crm-page__form .confirm-form__password {
    margin-right: 0;
  }
  .thanks-page .crm-page__form .crm-share {
    margin-bottom: 30px;
  }
  .thanks-page .crm-page__form .crm-share .social li {
    margin-left: 13px;
    margin-right: 13px;
  }

  .contribution-light__renew {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .leave-community-popup__after-discontinue .crm-popup__title {
    margin-top: 75px;
  }

  .change-password-popup .crm-popup__body {
    width: 91%;
    min-height: 120px;
    text-align: center;
    padding: 5px 15px 20px;
  }
  .change-password-popup .crm-popup__body > .crm-popup__title {
    display: none;
  }
  .change-password-popup .crm-popup__icon {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
    height: 36px;
  }
  .change-password-popup .crm-popup__buttons-wrap {
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .change-password-popup .crm-popup__body-content {
    font-size: 20px;
  }
  .change-password-popup .crm-popup__button {
    min-width: 250px;
  }

  .thank-you-popup .crm-popup__body {
    width: 91%;
    min-height: 120px;
    text-align: center;
    padding: 5px 15px 20px;
  }
  .thank-you-popup .crm-popup__body > .crm-popup__title {
    display: none;
  }

  .renew-contribution-popup {
    overflow: visible;
  }
  .renew-contribution-popup .crm-popup__body {
    overflow: hidden;
    max-height: calc(100% - 32px);
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
  .renew-contribution-popup .crm-popup__title {
    display: none;
  }
  .renew-contribution-popup .crm-popup__content {
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .renew-contribution-popup .crm-popup__content .bluesnap__expiration {
    width: calc(55% - 15px);
  }
  .renew-contribution-popup .crm-popup__content .bluesnap__cvv {
    width: calc(45% - 15px);
  }
  .renew-contribution-popup__buttons .button {
    margin-left: 5px;
    margin-right: 5px;
    padding: 6px 15px 6px;
    min-width: 115px;
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .contribution-light__renew {
    font-size: 20px;
  }

  .bluesnap__expiration, .bluesnap__cvv {
    width: 100%;
  }

  .renew-contribution-popup .crm-popup__content .bluesnap__expiration, .renew-contribution-popup .crm-popup__content .bluesnap__cvv {
    width: 100%;
  }
}
.body.mobile .toggle-btn {
  padding-top: 10px;
  color: #0E4F97;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  text-decoration: underline;
}

.body.mobile .crm-page__content,
.body.mobile .crm-page__content p:last-child {
  display: inline;
}

.mobile.thanks-page-gift .crm-page__top__support a {
  color: #FFFFFE;
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
}

.mobile.gift-page .crm-page__top__support {
  line-height: 20px;
  border: 0 none;
  padding: 0;
  border-image-width: 0;
}

.mobile.gift-page .crm-page__top__support a {
  color: #FFFFFE;
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

/*# sourceMappingURL=style.css.map */
