body {
    background: #E2F5FF !important;
}

h1.hero__title {
    color: var(--Main-blue, #0E4F97) !important;
    text-align: right !important;
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
    font-size: 56px !important;
    font-style: italic !important;
    font-weight: 450 !important;
    line-height: 60px !important; /* 107.143% */
}

.hero__content {
    color: #000 !important;
    text-align: right !important;
    font-feature-settings: 'liga' off, 'clig' off !important;

    /* Zman/bodytext */
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 30px !important; /* 166.667% */
}

.form__heading {
    color: var(--Black, #000) !important;
    text-align: right !important;

    /* form/sction-headline */
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 30px !important; /* 136.364% */
    text-transform: capitalize !important;
}

.form__option label {
    color: var(--Black, #000) !important;
    text-align: center !important;

    /* form/donations */
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important; /* 150% */
    border-radius: 5px !important;
    border: 1px solid #C3C3C3 !important;
    background: #EFEFEF !important;
}

[dir="rtl"] .form__option label:hover, [dir="rtl"] .form__option input:checked + label {
    color: #FFF !important;
    text-align: center !important;

    /* form/donations */
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important; /* 150% */
    background: var(--Main-blue, #0E4F97) !important;
    border-color: #0E4F97 !important;
}

.form__label {
    color: var(--Black, #000) !important;
    text-align: right !important;

    /* form/label */
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important; /* 142.857% */
}

.form__input, .form__textarea, .form__custom, .form__select {
    color: var(--Black, #000) !important;
    text-align: right !important;
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important; /* 150% */
}

.error-text {
    color: var(--Red, #E14141) !important;
    text-align: right !important;
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 450 !important;
    line-height: 20px !important; /* 166.667% */
}

.hero {
    padding: 50px 0 50px;
}

.form__button, .form__button:hover {
    color: #FFF !important;
    text-align: center !important;
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important; /* 120% */
    border-radius: 5px !important;
    background: var(--Red, #E14141) !important;
}

.show-password {
    top: 38px !important;
    left: 20px !important;
    right: unset !important;
}

/*.show-password.confirm {*/
/*    top: 14px !important;*/
/*}*/

.hero__read-more, .hero__read-more:hover {
    color: #0E4F97 !important;
}

.hero__article::after {
    background: linear-gradient(360deg, #E2F5FF 0%, rgba(207, 226, 247, 0) 100%) !important;
}

.profile__line {
    background: #0E4F97 !important;
}

.profile__nav-btn:last-of-type {
    margin-right: 40px !important;
}

.hero__subtitle {
    font-weight: 600 !important;
}

h3, h3.form__heading, h3.form-aside__title
{
    font-weight: 600 !important;
}

h3.form__heading.success {
    color: #0E4F97 !important;
}

@media screen and (max-width:990px) {
    h1.hero__title {
        font-size: 32px !important;
        line-height: 34px !important;
    }
}

input::placeholder,
textarea::placeholder {
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
}

a.editNewsletter span,
a.editAlerts span {
    color: #000;
    text-align: right;
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.toi-newsletters,
.toi-alerts {
    border-radius: 5px;
    border: 1px solid rgba(119, 119, 119, 0.30);
    background: #FFF;
    padding: 15px 30px;
    margin-bottom: 40px;
}

.toi-newsletters.disabled,
.toi-alerts.disabled {
    pointer-events: none;
}

.authorText {
    margin-bottom: 25px;
}

.checkbox_container {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    right: 0;
    height: 13px;
    width: 13px;
    /*border: 1px solid #3C3C3C;*/
}

/*!* On mouse-over, add a grey background color *!*/
/*.checkbox_container:hover input ~ .checkmark {*/
/*  background-color: #ccc;*/
/*}*/

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
    background-color: white;
}

.checkbox_container .checkmark {
    background-image: url("../img/Checkbox-unchecked.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
    /*top: 1px;*/
    /*left: 1px;*/
    width: 13px;
    height: 13px;
    background-image: url("../img/Checkbox-Checked.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.newsletter_name {
    position: relative;
    right: 25px;
    text-transform: none !important;
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
    letter-spacing: 0;
    color: #000;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.newsletter_description {
    position: relative;
    right: 25px;
    text-transform: none !important;
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
    letter-spacing: 0;
    color: #000;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.btn-silver {
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 14px 30px 12px;
    background: #D9D9D9;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #000;
    font-family: 'Fedra Sans Hebrew VF','Fedra Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
}

.authorPhoto {
    /*display: inline-block;*/
    width: 46px;
    height: 46px;
    /*float: left;*/
    position: absolute;
    right: 25px;
    top: -1px;
}

.authorPhotoImage {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

.authorPhotoImage {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

.authorDescription {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    right: 60px;
}

.newsletter_name.centerName {
    margin-top: 10px;
}

.authorBlock:not(:last-child) {
    margin: 20px 0;
    min-height: 60px;
    border-bottom: 1px dashed #D6D6D6;
}
