@import 'https://web-archive.nli.org.il/National_Library/cs_/https://static.hartman.org.il/fonts/gilroy/stylesheet.css';
@import 'https://web-archive.nli.org.il/National_Library/cs_/https://static.hartman.org.il/fonts/hebrew-fonts/stylesheet.css';
@import 'https://web-archive.nli.org.il/National_Library/cs_/https://static.hartman.org.il/fonts/icons/style.css';
@import 'https://web-archive.nli.org.il/National_Library/cs_/https://use.typekit.net/wtu5olo.css';

* {
    font-family: "Gilroy", "narkiss block", sans-serif;
}

.freight *,
.freight h1,
.freight h2,
.freight div,
.freight p,
.freight span {
    font-family: "freight-text-pro", "Kav16", serif;
}

[type=submit],
button {
    background-color: transparent;
    color: inherit;
    border-width: 0;
    padding: 0;
    cursor: pointer;
    outline: 0;
}

.social {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social li {
    list-style-type: none;
    min-width: 50px;
}

.social .ic {
    color: #0089ce;
    font-size: 32px;
    line-height: 1;
}

.ic::before {
    font-family: Hartman;
    font-weight: 400;
}

.ic.fb-square::before {
    content: '\e916';
}

.ic.tw::before {
    content: '\e914';
}

.ic.wsp::before {
    content: '\e913';
}

.ic.email::before {
    content: '\e911';
}

.ic.print::before {
    content: '\e910';
}

.ic.link::before {
    content: '\e90d';
}

.ic span {
    display: none;
}

/*! TEXT */
.caption,
.wp-caption-text {
    font-size: 13px;
    line-height: 16px;
    font-family: freight-text-pro, serif;
    letter-spacing: .25px;
    color: #5a5a5a;
    font-weight: 300;
    padding: 5px 0 0;
    max-width: 1140px
}

p,
h3,
blockquote,
sup {
    /* max-width: 615px; */
    /* margin: 0 auto; */
}

#tinymce.term_long_description p,
#tinymce.description p,
#tinymce.term_long_description h3,
#tinymce.description h3,
#tinymce.term_long_description blockquote,
#tinymce.description blockquote,
#tinymce.term_long_description sup,
#tinymce.description sup {
    width: 615px;
    max-width: calc(100% - 40px);
}

.post_content p {
    font-size: 22px;
    line-height: 34px;
    color: #000;
    font-family: freight-text-pro, serif;
    font-weight: 400;
    margin-bottom: 40px
}

.post_content p:last-child {
    margin-bottom: 0
}

.post_content h3 {
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 800
}

.post_content a {
    color: #0089ce
}

.post_content .marker {
    background-color: rgba(0, 137, 206, .12)
}

/*! HINT */
.hint {
    position: relative;
    font-family: Gilroy, sans-serif;
    margin-right: 10px
}

.hint .num {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    color: #0089ce;
    border: solid 1px #0089ce;
    font-family: Gilroy, sans-serif;
    padding: 2px 2px 1px;
    min-width: 15px;
    height: 15px;
    font-weight: 500;
}

.hint .num:focus+.card,
.hint .num:hover+.card {
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.hint .card {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    position: absolute;
    left: 40px;
    top: 4px;
    min-width: 350px;
    font-weight: 700;
    line-height: 20px;
    font-size: 16px;
    visibility: hidden;
    opacity: 0
}

.hint .card .inner {
    position: relative;
    padding: 20px 28px;
    background-color: #fff;
    display: inline-block;
    -webkit-box-shadow: 2px 2px 0 0 #0089ce, 2px 2px 20px 0 rgba(0, 31, 76, .2), 2px 2px 20px 0 rgba(0, 31, 76, .2);
    box-shadow: 2px 2px 0 0 #0089ce, 2px 2px 20px 0 rgba(0, 31, 76, .2), 2px 2px 20px 0 rgba(0, 31, 76, .2)
}

.hint .card::after {
    content: "";
    position: absolute;
    border-top: solid 15px #fff;
    width: auto;
    top: 0;
    left: -20px;
    border-left: solid 20px transparent
}

/*! PULLQUOTE */
blockquote {
    position: relative;
    padding-left: 30px;
    font-family: Gilroy, sans-serif;
    margin-bottom: 40px;
    color: #000;
    font-size: 19px;
    line-height: 28px;
    font-weight: 500
}

blockquote p {
    font-family: Gilroy, sans-serif;
    color: #000;
    font-size: 19px;
    line-height: 28px;
    font-weight: 500
}

blockquote .author {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400
}

blockquote::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000
}

blockquote.lead {
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    padding: 55px 0 0 55px;
    color: #334b6f
}

blockquote.lead p {
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    color: #334b6f
}

blockquote.lead::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 0;
    top: 0;
    left: 0;
    border-top: solid 30px #334b6f
}

blockquote.lead::after {
    content: "";
    position: absolute;
    width: 0;
    height: 110px;
    top: 0;
    left: 0;
    border-left: solid 30px #334b6f;
}

/* Content styles */

.alignright {
    max-width: 50%;
    float: right;
    padding-left: 20px;
    padding-top: 10px
}

.alignright .full-width,
.article .elementor-widget-text-editor .alignright .size-full,
.article .elementor-widget-text-editor .alignright .size-full+.wp-caption-text {
    width: 100%;
    margin: 0;
    max-width: none
}

.alignleft {
    max-width: 50%;
    float: left;
    padding-right: 20px;
    padding-top: 10px
}

.alignleft .full-width,
.article .elementor-widget-text-editor .alignleft .size-full,
.article .elementor-widget-text-editor .alignleft .size-full+.wp-caption-text {
    width: 100%;
    margin: 0;
    max-width: none
}

.aligncenter {
    text-align: center;
}

.alignnone,
.wp-caption {
    margin-bottom: 40px;
}

.aligncenter .full-width,
.article .elementor-widget-text-editor .aligncenter .size-full,
.article .elementor-widget-text-editor .aligncenter .size-full+.wp-caption-text {
    width: 100%;
    margin: 0;
    max-width: none
}

.aligncenter .wp-caption-text {
    text-align: left
}

.aligncenter .size-thumbnail+.wp-caption-text {
    max-width: 570px;
    margin: auto
}

.aligncenter .wp-caption-dd {
    text-align: left;
}

.button {
    display: inline-block;
    margin-right: 10px;
    box-shadow: none;
    border: none;
    padding: 0;
}

.elementor-widget-text-editor .button .text {
    text-align: center;
    font-family: Gilroy, Rubik, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #000;
    padding: 9px 15px 8px;
    text-decoration: none;
}

.newsletter-module {
    clear: both;
    position: relative;
    margin-bottom: 40px;
    font-family: Gilroy, "Narkiss Block", sans-serif
}

.newsletter-module .messages {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #d23c3c;
    font-weight: 500
}

.newsletter-module.is-header .messages {
    text-align: unset
}

.newsletter-module .ttx-1,
.newsletter-module .ttx-2 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center
}

.newsletter-module .ttx-1 {
    font-weight: 600
}

.newsletter-module .ttx-2 {
    font-weight: 800;
    margin-bottom: 24px
}

.newsletter-module .form-wrapper {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-bottom: dotted 2px #001f4c;
    padding-bottom: 2px
}

.newsletter-module .form-wrapper span.mce-preview-object.mce-object-iframe {
    width: 100%;
    outline: unset !important;
    border: unset !important;
    max-height: 90px !important;
}

.newsletter-module .form-wrapper span.mce-preview-object.mce-object-iframe iframe {
    width: 100%
}

.newsletter-module form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: solid 2px #001f4c
}

.newsletter-module input {
    border: none;
    color: #001f4c;
    font-size: 16px;
    font-family: Gilroy, "Narkiss Block", sans-serif;
    font-weight: 600;
    outline: 0;
    width: 100%;
    padding: 12px 0
}

.newsletter-module input::-webkit-input-placeholder {
    color: rgba(0, 31, 76, .5);
    font-size: 16px;
    font-family: Gilroy, "Narkiss Block", sans-serif;
    font-weight: 600
}

.newsletter-module input::-moz-placeholder {
    color: rgba(0, 31, 76, .5);
    font-size: 16px;
    font-family: Gilroy, "Narkiss Block", sans-serif;
    font-weight: 600
}

.newsletter-module input:-ms-input-placeholder {
    color: rgba(0, 31, 76, .5);
    font-size: 16px;
    font-family: Gilroy, "Narkiss Block", sans-serif;
    font-weight: 600
}

.newsletter-module input::-ms-input-placeholder {
    color: rgba(0, 31, 76, .5);
    font-size: 16px;
    font-family: Gilroy, "Narkiss Block", sans-serif;
    font-weight: 600
}

.newsletter-module input::placeholder {
    color: rgba(0, 31, 76, .5);
    font-size: 16px;
    font-family: Gilroy, "Narkiss Block", sans-serif;
    font-weight: 600
}

.newsletter-module .send {
    font-size: 32px;
    line-height: 32px
}

.newsletter-module.type-l {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='615px' height='260px' viewBox='0 0 615 260' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61.2 (89653) - https://sketch.com --%3E%3Ctitle%3ESubscribe BG for desktop%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Subscribe-BG-for-desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='card-BG/white' fill='%23F5FAFD' points='0 0 615 0 615 260 0 260'%3E%3C/polygon%3E%3Cpolygon id='Rectangle-Copy-3' fill='%23E8F4FA' points='0 0 309 161 615 0 615 260 0 260'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #000;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    padding: 60px 40px;
}

.newsletter-module.type-l .form-wrapper {
    border: none;
    max-width: 420px
}

.newsletter-module.type-l .email-block,
.newsletter-module.type-l .names-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.newsletter-module.type-l .names-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.newsletter-module.type-l .names-block input {
    width: 100%;
    max-width: calc(50% - 10px);
    border-bottom: solid 2px #000
}

.newsletter-module.type-l input {
    background-color: transparent;
    padding: 10px 15px 10px 0;
    color: #001f4c;
    font-weight: 700
}

.newsletter-module.type-l input::-webkit-input-placeholder {
    color: rgba(0, 31, 76, .5)
}

.newsletter-module.type-l input::-moz-placeholder {
    color: rgba(0, 31, 76, .5)
}

.newsletter-module.type-l input:-ms-input-placeholder {
    color: rgba(0, 31, 76, .5)
}

.newsletter-module.type-l input::-ms-input-placeholder {
    color: rgba(0, 31, 76, .5)
}

.newsletter-module.type-l input::placeholder {
    color: rgba(0, 31, 76, .5)
}

.newsletter-module.type-l form {
    display: block;
    background-color: transparent;
    border-bottom: solid 2px #000
}

.newsletter-module.type-l .ttx-1 {
    text-transform: unset;
    font-weight: 800;
    margin-bottom: 10px
}

.newsletter-module.type-l .ttx-2 {
    font-size: 26px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 15px
}

.newsletter-module.type-l .send {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    max-height: 14px
}

.newsletter-module.type-s .form-wrapper {
    border: none
}

.newsletter-module.type-s .ttx-1,
.newsletter-module.type-s .ttx-2 {
    font-family: freight-display-pro, Kav16, serif;
    font-size: 30px;
    line-height: 34px;
    text-transform: none
}

.newsletter-module.type-s .ttx-1 {
    font-weight: 500
}

.newsletter-module.type-s .ttx-2 {
    font-weight: 700
}

.newsletter-module.type-s form {
    border: solid 2px #001f4c;
    padding-left: 15px
}

.newsletter-module.type-s input {
    padding: 10px 0
}

.newsletter-module.type-s input::-webkit-input-placeholder {
    text-transform: uppercase
}

.newsletter-module.type-s input::-moz-placeholder {
    text-transform: uppercase
}

.newsletter-module.type-s input:-ms-input-placeholder {
    text-transform: uppercase
}

.newsletter-module.type-s input::-ms-input-placeholder {
    text-transform: uppercase
}

.newsletter-module.type-s input::placeholder {
    text-transform: uppercase
}

.newsletter-module.type-s .send {
    padding: 0 19px;
    border-left: solid 2px #001f4c
}

.newsletter-module.type-b {
    background-color: #001f4c;
    color: #fff;
    padding: 24px
}

.newsletter-module.type-b .form-wrapper {
    border: none
}

.newsletter-module.type-b form {
    background-color: #fff;
    border: none
}

.newsletter-module.type-b input {
    padding: 12px 15px
}

.newsletter-module.type-b .ttx-1 {
    text-transform: unset
}

.newsletter-module.type-b .ttx-2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 16px
}

.newsletter-module.type-b .send {
    color: #001f4c;
    padding: 0 24px;
    border-left: solid 2px #001f4c
}

.newsletter-module.type-p .form-wrapper {
    border-bottom: none
}

.newsletter-module.type-p .ttx-2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 800;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
}

.newsletter-module.type-p .ttx-1 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .75px;
    margin-bottom: 18px
}

.newsletter-module.type-p .ttx-1::after {
    content: "";
    display: block;
    padding-bottom: 15px;
    border-bottom: dotted 2px #001f4c;
    max-width: 38px;
    margin: auto
}