/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
@import url(https://wfonts.weizmann.ac.il/css/Glyphicons+Halflings:400);
@import url(https://wfonts.weizmann.ac.il/css/Proxima+Nova:400,700);
@import url("https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&subset=hebrew");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:300,400,600,700&display=swap");
@import url(https://wfonts.weizmann.ac.il/css/Font+Awesome+Pro:300,400,900);
/*$bp1:  767px;
$bp1p: 768px;
$bp2:  959px;
$bp2p: 960px;
$bp3:  1199px;
$bp3p: 1200px;
*/
/*********************
BREAKPOINTS
*********************/
/*
@mixin breakpoint($point) {
  @if $point == desktop {
    @media (min-width: $bp3p)  { @content ; }
  }
  @else if $point == desktop_small {
    @media (min-width: $bp2p) and (max-width: $bp3)  { @content ; }
  }
  @else if $point == tablet {
    @media (min-width: $bp1p) and (max-width: $bp2) { @content ; }
  }
  @else if $point == mobileonly {
    @media (max-width: $bp1)  { @content ; }

  }
}
*/
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
@import url("//wfonts.weizmann.ac.il/css/fontAwesome");
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: "Proxima Nova", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  /* 1 */
  font-size: 87.5%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
  color: #333;
}

/* Remove default margin. */
/* line 128, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 150, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 155, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 171, ../sass/_normalize.scss */
p,
pre {
  margin: 0 0 0.5em 0;
}

/* line 176, ../sass/_normalize.scss */
p:first-of-type {
  margin-top: 0;
}

/* line 180, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 189, ../sass/_normalize.scss */
h1 {
  font-size: 42px;
}
@media (max-width: 580px) {
  /* line 189, ../sass/_normalize.scss */
  h1 {
    font-size: 9vw;
  }
}

/* line 195, ../sass/_normalize.scss */
h2 {
  font-size: 35px;
}
@media (max-width: 580px) {
  /* line 195, ../sass/_normalize.scss */
  h2 {
    font-size: 7vw;
  }
}

/* line 201, ../sass/_normalize.scss */
h3 {
  font-size: 28px;
}
@media (max-width: 580px) {
  /* line 201, ../sass/_normalize.scss */
  h3 {
    font-size: 6vw;
  }
}

/* line 207, ../sass/_normalize.scss */
h4 {
  font-size: 21px;
}

/* line 210, ../sass/_normalize.scss */
h5 {
  font-size: 14px;
}

/* line 213, ../sass/_normalize.scss */
h6 {
  font-size: 10.5px;
}

/* line 217, ../sass/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.125em;
  margin-top: 1.25rem;
  margin-bottom: 0.25em;
  font-weight: normal;
}

/* line 224, ../sass/_normalize.scss */
p + h2,
p + h3,
table + h2,
table + h3,
ul + h2,
ul + h3,
ol + h2,
ol + h3 {
  margin-top: 1.75rem;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 238, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 243, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 249, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 254, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 263, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 269, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 284, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 297, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 302, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 307, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 314, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 317, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 324, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 0 0 0.5em 0;
  padding: 0 0 0 1.1em;
  list-style-position: outside;
}
/* line 333, ../sass/_normalize.scss */
dl li,
menu li,
ol li,
ul li {
  line-height: 1.25em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 341, ../sass/_normalize.scss */
#content ul:not([class]) {
  position: relative;
}
/* line 343, ../sass/_normalize.scss */
#content ul:not([class]) li {
  list-style-type: none;
  list-style-image: none;
}
/* line 42, ../sass/_mixins.scss */
#content ul:not([class]) li:before {
  font-family: 'Glyphicons Halflings';
  content: "\e258";
  color: #3B8B1B;
  position: absolute;
  left: 0;
  font-size: 9.1px;
}

/* line 350, ../sass/_normalize.scss */
ol {
  padding: 0 0 0 1.5em;
}

/* line 355, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 361, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 380, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
}
/* line 392, ../sass/_normalize.scss */
img.left {
  float: left;
  margin-right: 1em;
}
/* line 396, ../sass/_normalize.scss */
img.right {
  float: right;
  margin-left: 1em;
  margin-right: 0.5em;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 404, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 409, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 425, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.07143em;
  border-top-style: solid;
  padding-top: 0.45357em;
  border-bottom-width: 0.07143em;
  border-bottom-style: solid;
  padding-bottom: 0.90357em;
  border-left-width: 0.07143em;
  border-left-style: solid;
  padding-left: 0.90357em;
  border-right-width: 0.07143em;
  border-right-style: solid;
  padding-right: 0.90357em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 440, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 455, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 474, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 485, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 499, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 513, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 524, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 539, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 548, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 554, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 564, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 570, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
/* line 575, ../sass/_normalize.scss */
label.option {
  padding-left: .25em;
}

/**
 * Tables
 */
/* line 583, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  width: 100%;
  margin: 1em 0 0.5em 0;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* 
 @media (max-width: 580px) {
  html {
    font-size: 0.9px;
    -webkit-text-size-adjust:none;
  }
}
@media (min-width: 581px) and (max-width: 767px) {

  html {
    font-size: 0.9px;
    -webkit-text-size-adjust:none;
  }
}
@media (min-width: 768px) and (max-width: 929px) {

  html {
    font-size: 0.73px;
    -webkit-text-size-adjust:none;
  }
}
@media (min-width: 930px) and (max-width: 1039px) {

  html {
    font-size: 0.89px;
    -webkit-text-size-adjust:none;
  }
}

@media all and (min-width: 1040px) {

  html {
    font-size: 1px;
    -webkit-text-size-adjust:none;
  }
}
*/
@media (max-width: 580px) {
  /* line 77, ../sass/layouts/_responsive.scss */
  html {
    font-size: 89%;
    -webkit-text-size-adjust: none;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 84, ../sass/layouts/_responsive.scss */
  html {
    font-size: 89%;
    -webkit-text-size-adjust: none;
  }
}
@media (min-width: 768px) and (max-width: 929px) {
  /* line 91, ../sass/layouts/_responsive.scss */
  html {
    font-size: 73.84%;
    -webkit-text-size-adjust: none;
  }
}
@media (min-width: 930px) and (max-width: 1039px) {
  /* line 98, ../sass/layouts/_responsive.scss */
  html {
    font-size: 89.42%;
    -webkit-text-size-adjust: none;
  }
}
@media all and (min-width: 1040px) {
  /* line 106, ../sass/layouts/_responsive.scss */
  html {
    font-size: 100%;
    -webkit-text-size-adjust: none;
  }
}
@media (min-width: 768px) and (max-width: 1350px) {
  /* line 116, ../sass/layouts/_responsive.scss */
  body #nagish {
    top: 5.625rem;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  /* line 122, ../sass/layouts/_responsive.scss */
  #nagish {
    top: 50px;
    left: inherit;
    right: 10px;
  }
}
/* line 132, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
}

/*
.front #main{
  max-width:$bp3p;
}
.not-front #main{
  max-width:$bp2p;
}
*/
/* Apply the shared properties of grid items in a single, efficient ruleset. */
/*
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  // See the note about $zen-auto-include-item-base above.
  @include zen-grid-item-base();
}
*/
/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 768px) {
  /* line 173, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 2.5rem;
    position: relative;
  }

  /* line 178, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 4.1875rem;
    width: 100%;
    left: 0;
    padding-right: 2.5rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 191, ../sass/layouts/_responsive.scss */
  .front #main, .front .footer-wrapper, .front .region-header, .front #scroll_block {
    width: 65rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 197, ../sass/layouts/_responsive.scss */
  .front #navigation {
    padding-left: 2.5rem;
  }

  /* line 202, ../sass/layouts/_responsive.scss */
  .not-front #main, .not-front .footer-wrapper, .not-front .region-header, .not-front #scroll_block {
    width: 65rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 210, ../sass/layouts/_responsive.scss */
  #block-views-stories-block-5 .grid-top {
    width: 60rem;
  }

  /* line 213, ../sass/layouts/_responsive.scss */
  #block-views-stories-block-4 {
    width: 100%;
    float: left;
  }
}
@media all and (max-width: 767px) {
  /* line 226, ../sass/layouts/_responsive.scss */
  .front .footer-wrapper, .front .region-header, .front #scroll_block {
    width: 100%;
  }

  /* line 232, ../sass/layouts/_responsive.scss */
  .not-front .footer-wrapper, .not-front .region-header, .not-front #scroll_block {
    width: 100%;
  }

  /* line 237, ../sass/layouts/_responsive.scss */
  #main {
    margin-right: 5%;
    margin-left: 5%;
    width: 90%;
  }

  /* line 243, ../sass/layouts/_responsive.scss */
  #block-views-stories-block-5 .grid-top {
    width: 100%;
  }

  /* line 247, ../sass/layouts/_responsive.scss */
  #block-views-stories-block-4 {
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 581px) and (max-width: 767px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 264, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 266, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 271, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 279, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 281, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 286, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 294, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 296, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 301, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 306, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 300%;
    margin-left: 0%;
    margin-right: -300%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 312, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 316, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 321, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 325, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 768px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 342, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 344, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
  }
  /* line 349, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 357, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 359, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 364, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 372, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 374, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 379, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }
  /* line 384, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 63, ../sass/components/_misc.scss */
#skip-links,
#skip-link {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 68, ../sass/components/_misc.scss */
#skip-links li,
#skip-link li {
  margin: 0 0;
  padding: 0 0;
}
/* line 71, ../sass/components/_misc.scss */
#skip-links li a,
#skip-links li a:visited,
#skip-link li a,
#skip-link li a:visited {
  display: block;
  width: 100%;
  padding: 10px 0 3px;
  text-align: center;
  background-color: #666;
  color: #fff;
}
@media (max-width: 580px) {
  /* line 63, ../sass/components/_misc.scss */
  #skip-links,
  #skip-link {
    display: none;
  }
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 91, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 98, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 103, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/*
.header__site-name {
  margin: 0;
  @include adjust-font-size-to( $h1-font-size );
}
*/
/* The link around the name of the website. */
/* line 116, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 122, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/*
.header__site-slogan {
  margin: 0;
}*/
/* The secondary menu (login, etc.) */
/* line 135, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 140, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 148, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 152, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 162, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0 0 0 0;
  text-align: left;
  /* LTR */
}
/* line 168, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 0 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/* line 178, ../sass/components/_misc.scss */
.list-style-none {
  padding: 0 0;
  margin: 0 0;
  list-style-type: none;
  list-style-image: none;
}
/* line 183, ../sass/components/_misc.scss */
.list-style-none li {
  list-style-type: none;
  margin: 2px 0 3px;
}

/**
 * Breadcrumb navigation.
 */
/* line 193, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 197, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 208, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 220, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 235, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 244, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 254, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 257, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 262, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 267, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 272, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 277, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 288, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
  top: 0;
  right: 0;
}

/* line 301, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 305, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 318, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 327, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 333, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 343, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 347, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 371, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 377, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 384, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 393, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 398, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 426, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 430, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 438, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 445, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 448, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 451, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 466, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 471, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
ul.pager li.pager-previous,
ul.pager li.pager-next,
ul.pager li.pager-last,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 478, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
ul.pager li.pager-previous,
ul.pager li.pager-next,
ul.pager li.pager-last,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 488, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 498, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 505, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 512, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 519, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 528, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 537, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 549, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 577, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 582, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 588, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 591, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 598, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 608, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 612, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 619, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 625, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 632, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
  line-height: 1.25em;
  margin: 0.5em 0;
}

/* line 641, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 647, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 652, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 658, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 663, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 669, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 681, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 687, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 691, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 696, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 704, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 709, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 712, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 716, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 722, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 737, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 742, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 748, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 759, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 770, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 779, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 786, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 798, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 801, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 804, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 813, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 822, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 825, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* line 831, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1485773849');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 14px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* Custom theme style - add your style here */
/*$main-font: lft-etica, sans-serif;*/
/* line 27, ../sass/_theme.scss */
.date, #block-system-main .node-story > .field-name-field-source, #block-system-main .node-story > .field-name-field-date, #block-system-main .node-story > .field-name-field-read,
.print-content .node-story > .field-name-field-source,
.print-content .node-story > .field-name-field-date,
.print-content .node-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-read,
.date *,
#block-system-main .node-story > .field-name-field-source *,
#block-system-main .node-story > .field-name-field-date *,
#block-system-main .node-story > .field-name-field-read *,
.print-content .node-story > .field-name-field-source *,
.print-content .node-story > .field-name-field-date *,
.print-content .node-story > .field-name-field-read *,
#block-system-main .node-hebrew-story > .field-name-field-source *,
#block-system-main .node-hebrew-story > .field-name-field-date *,
#block-system-main .node-hebrew-story > .field-name-field-read *,
.print-content .node-hebrew-story > .field-name-field-source *,
.print-content .node-hebrew-story > .field-name-field-date *,
.print-content .node-hebrew-story > .field-name-field-read * {
  font-family: "Open Sans", sans-serif !important;
}

/* line 32, ../sass/_theme.scss */
h1.title,
.as-h1 {
  color: #66b345;
  font-family: "Nunito", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}

/* line 43, ../sass/_theme.scss */
h1.article-full-title {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -0.125rem;
  line-height: 3.5rem;
  padding: 0 0 0.875rem;
  text-transform: none;
  margin: 0;
}
@media all and (max-width: 580px) {
  /* line 43, ../sass/_theme.scss */
  h1.article-full-title {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 59, ../sass/_theme.scss */
h2.article-subtitle {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* line 67, ../sass/_theme.scss */
h2.block-title,
h2.article-title,
h3.article-title,
h2.subtitle,
.as-h2 {
  font-family: "Nunito", sans-serif;
  font-size: 1.1875rem;
  font-weight: 800;
  line-height: 1.3125rem;
  padding: 0 0 0.75rem;
}

/* line 79, ../sass/_theme.scss */
h2.pages-subheader {
  font-family: "Nunito", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.625rem;
  padding: 1.5rem 0 0.75rem;
}

/* line 87, ../sass/_theme.scss */
h3,
.print-content h3,
.as-h3,
.page-search .view-search h3.article-title {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125rem;
  padding: 0 0 0.375rem;
}

/* line 97, ../sass/_theme.scss */
p.pages-firstPar {
  font-family: "Nunito", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  padding: 0 0 0.875rem;
}

/* line 106, ../sass/_theme.scss */
#content p.body-pages,
#content p.side-image-anchor {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  text-align: left;
  padding: 0 0 0.875rem;
}
/* line 115, ../sass/_theme.scss */
#content[dir="rtl"] p.body-pages:not([dir="ltr"]), #content[dir="rtl"] p.side-image-anchor:not([dir="ltr"]) {
  text-align: right;
}

/* line 121, ../sass/_theme.scss */
p.teaser {
  color: #66b345;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  padding: 0 0 0.875rem;
  font-size: 1.375rem;
  line-height: 2rem;
}

/* line 130, ../sass/_theme.scss */
p.section {
  color: #66b345;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 0.875rem;
  text-transform: uppercase;
  padding: 0 0 0.875rem;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

/* line 142, ../sass/_theme.scss */
div.section {
  color: #66b345;
  font-size: 0.7rem;
  letter-spacing: 1px;
  line-height: 0.85rem;
  text-transform: uppercase;
  padding: 0 0 0.5rem;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

/* line 154, ../sass/_theme.scss */
.description,
.print-content .description {
  color: #66b345;
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

/* line 162, ../sass/_theme.scss */
a.link {
  color: #3b8b1b;
  text-decoration: inherit;
}

/* line 167, ../sass/_theme.scss */
.body-card {
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0;
}

/* line 175, ../sass/_theme.scss */
.grey-text {
  color: #7f7f7f;
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

/* line 184, ../sass/_theme.scss */
* {
  font-family: "Nunito", sans-serif;
}

/* line 188, ../sass/_theme.scss */
html {
  background: #ffffff url("../images/background-1.png") repeat left top scroll;
}

/**
* Sticky footer - no html!!!
*/
/* line 195, ../sass/_theme.scss */
* {
  margin: 0;
}

/* line 199, ../sass/_theme.scss */
html,
body {
  height: 100%;
}

/* line 204, ../sass/_theme.scss */
body {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

/* line 209, ../sass/_theme.scss */
#page {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -70px;
}
@media (max-width: 699px) and (min-width: 401px) {
  /* line 209, ../sass/_theme.scss */
  #page {
    margin-bottom: -102px;
  }
}
@media (max-width: 400px) {
  /* line 209, ../sass/_theme.scss */
  #page {
    margin-bottom: -132px;
  }
}

/* line 221, ../sass/_theme.scss */
#page:after {
  content: "";
  display: block;
}

/* line 226, ../sass/_theme.scss */
.region-bottom,
#page:after {
  height: 70px;
}
@media (max-width: 699px) and (min-width: 401px) {
  /* line 226, ../sass/_theme.scss */
  .region-bottom,
  #page:after {
    height: 102px;
  }
}
@media (max-width: 400px) {
  /* line 226, ../sass/_theme.scss */
  .region-bottom,
  #page:after {
    height: 132px;
  }
}

/* line 238, ../sass/_theme.scss */
.region-bottom {
  background: #f4f4f4;
  position: relative;
  border-top: 1px solid #3b8b1b;
}
/* line 242, ../sass/_theme.scss */
.region-bottom .block {
  margin: 0;
}
/* line 245, ../sass/_theme.scss */
.region-bottom ul {
  margin: 0;
  padding: 0;
}
/* line 248, ../sass/_theme.scss */
.region-bottom ul li {
  list-style-image: url("") !important;
  list-style-type: none !important;
}
/* line 253, ../sass/_theme.scss */
.region-bottom .footer-wrapper {
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 580px) {
  /* line 253, ../sass/_theme.scss */
  .region-bottom .footer-wrapper {
    padding-bottom: 40px;
  }
}
/* line 261, ../sass/_theme.scss */
.region-bottom .footer-wrapper .logo-menu-text .site-logo {
  float: left;
  display: none;
}
/* line 264, ../sass/_theme.scss */
.region-bottom .footer-wrapper .logo-menu-text .site-logo img {
  width: 13.75rem;
}
/* line 268, ../sass/_theme.scss */
.region-bottom .footer-wrapper .logo-menu-text .footer-text {
  text-align: center;
  position: relative;
}
/* line 273, ../sass/_theme.scss */
.region-bottom .footer-wrapper .logo-menu-text .footer-text li {
  margin-top: 0;
  display: inline-block;
  padding: 0 16px 0 22px;
  position: relative;
  margin: 0 15px 0 0;
}
/* line 279, ../sass/_theme.scss */
.region-bottom .footer-wrapper .logo-menu-text .footer-text li:before {
  content: " ";
  position: absolute;
  background: url("../images/GLOBAL.png");
  left: 0;
  width: 14px;
  height: 14px;
  top: 3px;
}
/* line 288, ../sass/_theme.scss */
.region-bottom .footer-wrapper .logo-menu-text .footer-text li:after {
  content: " ";
  position: absolute;
  background: #181a05;
  right: 0;
  width: 1px;
  height: 14px;
  top: 3px;
}
/* line 297, ../sass/_theme.scss */
.region-bottom .footer-wrapper .logo-menu-text .footer-text li:last-child {
  padding-right: 0;
  margin-right: 0;
}
/* line 300, ../sass/_theme.scss */
.region-bottom .footer-wrapper .logo-menu-text .footer-text li:last-child:after {
  display: none;
}
/* line 305, ../sass/_theme.scss */
.region-bottom .footer-wrapper .logo-menu-text .footer-text a {
  color: #181a05;
  font-size: 0.875rem;
  line-height: 20px;
  display: block;
}
/* line 310, ../sass/_theme.scss */
.region-bottom .footer-wrapper .logo-menu-text .footer-text a:focus {
  text-decoration: underline;
  outline: 0;
}
/* line 315, ../sass/_theme.scss */
.region-bottom .footer-wrapper .logo-menu-text .footer-text .edit-link {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 320, ../sass/_theme.scss */
.region-bottom .footer-wrapper .logo-menu-text .footer-text .grey-text {
  color: #ffffff;
}
@media (max-width: 768px) {
  /* line 327, ../sass/_theme.scss */
  .region-bottom .footer-wrapper .logo-menu-text .footer-text a {
    color: #2c6216;
  }
}
@media (max-width: 400px) {
  /* line 332, ../sass/_theme.scss */
  .region-bottom .footer-wrapper {
    width: 90%;
  }
  /* line 335, ../sass/_theme.scss */
  .region-bottom .footer-wrapper .logo-menu-text .footer-text {
    text-align: left;
  }
  /* line 337, ../sass/_theme.scss */
  .region-bottom .footer-wrapper .logo-menu-text .footer-text li {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 343, ../sass/_theme.scss */
  .region-bottom .footer-wrapper .logo-menu-text .footer-text li:last-child {
    margin-bottom: 0;
  }
  /* line 347, ../sass/_theme.scss */
  .region-bottom .footer-wrapper .logo-menu-text .footer-text li:after {
    display: none;
  }
}
/* line 355, ../sass/_theme.scss */
.region-bottom #block-block-21 {
  display: none;
}
/* line 359, ../sass/_theme.scss */
.region-bottom #block-menu-block-2 {
  border-top: 2px solid #ffffff;
  width: 100%;
  overflow: auto;
  position: absolute;
  bottom: 0;
  margin: 0;
}
/* line 366, ../sass/_theme.scss */
.region-bottom #block-menu-block-2 ul.menu li {
  padding: 0.5em 1em;
  float: left;
}
@media all and (max-width: 580px) {
  /* line 366, ../sass/_theme.scss */
  .region-bottom #block-menu-block-2 ul.menu li {
    float: none;
  }
}
/* line 372, ../sass/_theme.scss */
.region-bottom #block-menu-block-2 ul.menu li a {
  white-space: nowrap;
  color: #ffffff;
}
/* line 376, ../sass/_theme.scss */
.region-bottom #block-menu-block-2 ul.menu li.active {
  background-color: #b3b3b3;
}
/* line 379, ../sass/_theme.scss */
.region-bottom #block-menu-block-2 ul.menu li:hover {
  background-color: #6da6df;
}

@media only screen and (min-width: 581px) {
  /* line 386, ../sass/_theme.scss */
  .menu-block-2 {
    margin: 0 auto;
    width: 30rem;
  }
}
@media only screen and (max-width: 580px) {
  /* line 386, ../sass/_theme.scss */
  .menu-block-2 {
    width: 25%;
  }
}

/* line 396, ../sass/_theme.scss */
body {
  margin-top: -0.4375rem;
  background: #ffffff url(../images/background-1.png) repeat left top scroll;
}

/* line 401, ../sass/_theme.scss */
a {
  text-decoration: none;
  color: inherit;
}
/* line 404, ../sass/_theme.scss */
a:hover {
  text-decoration: underline;
}
/* line 407, ../sass/_theme.scss */
a:visited {
  text-decoration: none;
  color: inherit;
}

/* line 413, ../sass/_theme.scss */
.block {
  margin-bottom: 0rem;
}

/* line 417, ../sass/_theme.scss */
.box-main {
  border-color: transparent;
  background-color: #f2f2f2;
  -webkit-border-radius: 0 0 0.375rem 0.375rem;
  -moz-border-radius: 0 0 0.375rem 0.375rem;
  -ms-border-radius: 0 0 0.375rem 0.375rem;
  border-radius: 0 0 0.375rem 0.375rem;
  border-width: 0px 1px 1px;
}

/* line 427, ../sass/_theme.scss */
.box-inTheMedia-top {
  border-width: 0px;
  border-color: #000000;
  background-color: #000000;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  border-radius: 0.375rem;
}
/* line 437, ../sass/_theme.scss */
.box-inTheMedia-top.story-teaser a .text-wrapper {
  border: none !important;
  background: #000 !important;
}
/* line 442, ../sass/_theme.scss */
.box-inTheMedia-top.story-teaser a:focus h2,
.box-inTheMedia-top.story-teaser a:focus h3 {
  text-decoration: underline;
}
/* line 449, ../sass/_theme.scss */
.box-inTheMedia-top.story-teaser a:hover .text-wrapper {
  border: none;
  background-color: transparent;
}

/* line 455, ../sass/_theme.scss */
.colelem {
  display: inline;
  float: left;
  clear: both;
}

/* line 465, ../sass/_theme.scss */
.admin-menu #header .region-header,
.admin-menu #main {
  margin-top: 0rem;
}

/* line 471, ../sass/_theme.scss */
.front #header {
  height: 16.375rem;
}

/* line 478, ../sass/_theme.scss */
#header {
  height: 9.5rem;
  background: transparent url("../images/img_1920.png") repeat center center;
  background-position-x: 83%;
  position: relative;
  color: #ffffff;
}
/* line 485, ../sass/_theme.scss */
#header * {
  font-family: "Open Sans", sans-serif;
}
/* line 488, ../sass/_theme.scss */
#header:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  z-index: 0;
  background: #3b8b1b;
}
/* line 497, ../sass/_theme.scss */
#header:after {
  content: "";
  width: 100%;
  height: 2.5rem;
  position: absolute;
  bottom: -2.5rem;
  z-index: 0;
  background: #3b8b1b;
  		/*background: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.05)), color-stop(80%, rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0) 80%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0) 80%);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C000000, endColorstr=#00000000, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0C000000', endColorstr='#00000000', GradientType=0)";
}
@media only screen and (max-width: 767px) {
  /* line 478, ../sass/_theme.scss */
  #header {
    padding: 10px 5%;
    height: inherit;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 515, ../sass/_theme.scss */
  #header:before {
    display: none;
  }
  /* line 518, ../sass/_theme.scss */
  #header:after {
    display: none;
  }
}
/* line 522, ../sass/_theme.scss */
#header .region-header {
  height: 9.5rem;
  margin: 0 auto;
  /*padding-bottom: 1.5rem;*/
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 767px) {
  /* line 522, ../sass/_theme.scss */
  #header .region-header {
    height: auto;
  }
}
/* line 532, ../sass/_theme.scss */
#header .region-header:before {
  background: transparent url("../images/img_1920.png") no-repeat center center;
  content: " ";
  position: absolute;
  top: 0;
  height: 9.5rem;
  z-index: -1;
}
@media only screen and (max-width: 580px) {
  /* line 532, ../sass/_theme.scss */
  #header .region-header:before {
    height: 5rem;
  }
}
/* line 543, ../sass/_theme.scss */
#header .region-header:after {
  background-color: #191919;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.5rem;
  z-index: -2;
}
@media only screen and (max-width: 580px) {
  /* line 543, ../sass/_theme.scss */
  #header .region-header:after {
    height: 5rem;
  }
}
/* line 556, ../sass/_theme.scss */
#header .region-header #u18790 {
  background: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0.05)), color-stop(80%, transparent));
  /* background: -webkit-linear-gradient(top,rgba(0,0,0,0.05) ,rgba(0,0,0,0) 80%); */
  /* background: linear-gradient(to bottom,rgba(0,0,0,0.05) ,rgba(0,0,0,0) 80%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0C000000, endColorstr=#00000000, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0C000000', endColorstr='#00000000', GradientType=0)";
}
/* line 569, ../sass/_theme.scss */
#header .region-header .left-header {
  float: left;
  padding: 1.875rem 0 0 0;
}
/* line 572, ../sass/_theme.scss */
#header .region-header .left-header img {
  display: block;
  height: 2.75rem;
}
/* line 577, ../sass/_theme.scss */
#header .region-header .left-header .site-logo p {
  margin: 0 0 -1em -1em;
}
/* line 580, ../sass/_theme.scss */
#header .region-header .left-header .site-slogan {
  color: #66b345;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  letter-spacing: 0.0625rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  /* line 569, ../sass/_theme.scss */
  #header .region-header .left-header {
    padding: 0;
    float: none;
  }
  /* line 593, ../sass/_theme.scss */
  #header .region-header .left-header .site-logo {
    padding: 50px 0 0 0;
  }
  /* line 595, ../sass/_theme.scss */
  #header .region-header .left-header .site-logo p {
    margin: 0;
  }
  /* line 599, ../sass/_theme.scss */
  #header .region-header .left-header img {
    height: 35px;
    margin: 0 auto;
  }
}
/* line 605, ../sass/_theme.scss */
#header .region-header .weizmann-logo {
  float: right;
  padding: 1.5625rem 0 0 0;
}
/* line 608, ../sass/_theme.scss */
#header .region-header .weizmann-logo a {
  display: inline-block;
  color: #ffffff;
}
/* line 615, ../sass/_theme.scss */
#header .region-header .weizmann-logo img {
  display: block;
  height: 3.5rem;
}
@media all and (max-width: 767px) {
  /* line 605, ../sass/_theme.scss */
  #header .region-header .weizmann-logo {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 624, ../sass/_theme.scss */
  #header .region-header .weizmann-logo img {
    height: 30px;
  }
}
/* line 629, ../sass/_theme.scss */
#header .region-header .middle-texts {
  text-align: center;
}
/* line 630, ../sass/_theme.scss */
#header .region-header .middle-texts.front.not-mobile {
  padding-top: 6.5em;
}
/* line 633, ../sass/_theme.scss */
#header .region-header .middle-texts.not-front.not-mobile {
  padding-top: 4.25rem;
}
/* line 637, ../sass/_theme.scss */
#header .region-header .middle-texts .site-slogan {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.0625rem;
  margin: 0 auto 1.875rem auto;
  width: 32.5rem;
}
/* line 645, ../sass/_theme.scss */
#header .region-header .middle-texts .free-text {
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.25rem;
}
/* line 649, ../sass/_theme.scss */
#header .region-header .middle-texts .free-text p {
  margin-bottom: 0.1875rem;
}
@media all and (max-width: 767px) {
  /* line 629, ../sass/_theme.scss */
  #header .region-header .middle-texts {
    position: static;
    margin-top: 20px;
  }
  /* line 656, ../sass/_theme.scss */
  #header .region-header .middle-texts .site-slogan {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px;
    width: 100%;
  }
  /* line 662, ../sass/_theme.scss */
  #header .region-header .middle-texts .site-slogan br {
    display: none;
  }
  /* line 666, ../sass/_theme.scss */
  #header .region-header .middle-texts .free-text {
    display: none;
  }
}
@media all and (max-width: 480px) {
  /* line 629, ../sass/_theme.scss */
  #header .region-header .middle-texts {
    position: static;
    margin-top: 3vw;
  }
  /* line 674, ../sass/_theme.scss */
  #header .region-header .middle-texts .site-slogan {
    font-size: 5vw;
    line-height: 7vw;
    margin-bottom: 2vw;
    width: 100%;
  }
}
@media all and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2), all and (max-width: 480px) and (min-resolution: 192dpi) {
  /* line 674, ../sass/_theme.scss */
  #header .region-header .middle-texts .site-slogan {
    /* Retina-specific stuff here */
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media all and (max-width: 480px) {
  /* line 685, ../sass/_theme.scss */
  #header .region-header .middle-texts .site-slogan br {
    display: none;
  }
  /* line 689, ../sass/_theme.scss */
  #header .region-header .middle-texts .free-text {
    display: none;
  }
}

/* line 697, ../sass/_theme.scss */
.not-front #header {
  	/*background: transparent url("../images/img_inside_pages_1280.png") repeat center center;
    &:before {
      background: transparent url("../images/img_inside_pages_1280.png") no-repeat center center;
    }*/
  background: transparent url("../images/img_1920.png");
  background-position-x: 16%;
  background-position-y: 28%;
}
@media (min-width: 769px) and (max-width: 1280px) {
  /* line 697, ../sass/_theme.scss */
  .not-front #header {
    background: transparent url("../images/img_inside_pages_1280.png") repeat center center;
    background-position-x: 0;
  }
}
@media all and (max-width: 580px) {
  /* line 697, ../sass/_theme.scss */
  .not-front #header {
    background-position-x: 0%;
    background-position-y: 100%;
  }
}

/* line 715, ../sass/_theme.scss */
#block-block-6,
#block-weizmann-compass-header-custom-header {
  margin: 0;
  position: relative;
}
/* line 721, ../sass/_theme.scss */
#block-block-6 .middle-texts,
#block-weizmann-compass-header-custom-header .middle-texts {
  color: #ffffff;
}

/* line 737, ../sass/_theme.scss */
#block-block-14 #scroll_block,
#block-weizmann-compass-header-scroll-header #scroll_block {
  height: 4.375rem;
  padding-top: 1rem;
}

/* line 745, ../sass/_theme.scss */
#block-block-6 .site-logo,
#block-weizmann-compass-header-custom-header .site-logo {
  padding: 0 1em;
  margin: 0 0;
  line-height: inherit;
}
/* line 749, ../sass/_theme.scss */
#block-block-6 .site-logo a,
#block-weizmann-compass-header-custom-header .site-logo a {
  color: #ffffff;
}
/* line 752, ../sass/_theme.scss */
#block-block-6 .site-logo a:focus,
#block-weizmann-compass-header-custom-header .site-logo a:focus {
  outline: 0;
}
/* line 755, ../sass/_theme.scss */
#block-block-6 .site-logo a:focus-visible,
#block-weizmann-compass-header-custom-header .site-logo a:focus-visible {
  display: inline-block;
  box-shadow: inset 0 0 4px #fff;
}
/* line 761, ../sass/_theme.scss */
#block-block-6#block-weizmann-compass-header-custom-header .site-logo,
#block-weizmann-compass-header-custom-header#block-weizmann-compass-header-custom-header .site-logo {
  padding: 0 0;
}
@media all and (max-width: 767px) {
  /* line 761, ../sass/_theme.scss */
  #block-block-6#block-weizmann-compass-header-custom-header .site-logo,
  #block-weizmann-compass-header-custom-header#block-weizmann-compass-header-custom-header .site-logo {
    padding: 50px 0 0;
  }
}

/* line 771, ../sass/_theme.scss */
#block-block-20 .site-logo img,
#block-weizmann-compass-header-scroll-header .site-logo img {
  padding: 0.5em;
}
@media only screen and (max-width: 767px) {
  /* line 771, ../sass/_theme.scss */
  #block-block-20 .site-logo img,
  #block-weizmann-compass-header-scroll-header .site-logo img {
    padding: 0.5rem 0;
    margin-left: -1rem;
    max-width: 242px;
  }
}

/* line 781, ../sass/_theme.scss */
#block-block-14,
#block-block-20,
#block-weizmann-compass-header-scroll-header {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 0.3125rem 2.3125rem #888888;
}
/* line 792, ../sass/_theme.scss */
#block-block-14 #scroll_block,
#block-block-20 #scroll_block,
#block-weizmann-compass-header-scroll-header #scroll_block {
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  float: none;
}
/* line 797, ../sass/_theme.scss */
#block-block-14 #scroll_block .site-logo,
#block-block-20 #scroll_block .site-logo,
#block-weizmann-compass-header-scroll-header #scroll_block .site-logo {
  float: left;
}
/* line 800, ../sass/_theme.scss */
#block-block-14 #scroll_block p,
#block-block-20 #scroll_block p,
#block-weizmann-compass-header-scroll-header #scroll_block p {
  			/*float: left;
        width: 70%;*/
  margin: 0.9375rem 0 0;
  display: inline-block;
}
/* line 805, ../sass/_theme.scss */
#block-block-14 #scroll_block p img,
#block-block-20 #scroll_block p img,
#block-weizmann-compass-header-scroll-header #scroll_block p img {
  height: 2.1rem;
}

/* line 814, ../sass/_theme.scss */
#block-block-20 .block-weizmann-compass-header,
#block-weizmann-compass-header-scroll-header .block-weizmann-compass-header {
  margin-bottom: 0rem;
}
/* line 818, ../sass/_theme.scss */
#block-block-20 #block-weizmann-compass-header-site-logo-scroll,
#block-weizmann-compass-header-scroll-header #block-weizmann-compass-header-site-logo-scroll {
  width: 17.5rem;
  float: left;
  margin: 0;
  height: 3.5rem;
}
@media all and (max-width: 480px) {
  /* line 818, ../sass/_theme.scss */
  #block-block-20 #block-weizmann-compass-header-site-logo-scroll,
  #block-weizmann-compass-header-scroll-header #block-weizmann-compass-header-site-logo-scroll {
    width: 70vw;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 818, ../sass/_theme.scss */
  #block-block-20 #block-weizmann-compass-header-site-logo-scroll,
  #block-weizmann-compass-header-scroll-header #block-weizmann-compass-header-site-logo-scroll {
    width: 17rem;
  }
}
/* line 831, ../sass/_theme.scss */
#block-block-20 #block-weizmann-compass-header-search-redirect,
#block-weizmann-compass-header-scroll-header #block-weizmann-compass-header-search-redirect {
  margin-bottom: 0rem;
}
@media all and (max-width: 767px) {
  /* line 812, ../sass/_theme.scss */
  #block-block-20,
  #block-weizmann-compass-header-scroll-header {
    background: #fff !important;
    box-shadow: 0 0.3125rem 2.3125rem #888888;
  }
  /* line 838, ../sass/_theme.scss */
  #block-block-20 a.meanmenu-reveal span,
  #block-weizmann-compass-header-scroll-header a.meanmenu-reveal span {
    background: #000;
  }
  /* line 841, ../sass/_theme.scss */
  #block-block-20 #scroll_block,
  #block-weizmann-compass-header-scroll-header #scroll_block {
    height: inherit;
    padding-top: 0em;
    background: #fff;
  }
  /* line 846, ../sass/_theme.scss */
  #block-block-20 #scroll_block .menu,
  #block-weizmann-compass-header-scroll-header #scroll_block .menu {
    width: 3rem;
    height: 3rem;
    float: left;
  }
  /* line 851, ../sass/_theme.scss */
  #block-block-20 #scroll_block .menu .mean-bar,
  #block-weizmann-compass-header-scroll-header #scroll_block .menu .mean-bar {
    top: 55px;
  }
  /* line 856, ../sass/_theme.scss */
  #block-block-20 #scroll_block .site-logo,
  #block-weizmann-compass-header-scroll-header #scroll_block .site-logo {
    float: right;
  }
  /* line 858, ../sass/_theme.scss */
  #block-block-20 #scroll_block .site-logo p,
  #block-weizmann-compass-header-scroll-header #scroll_block .site-logo p {
    margin: 10px 15px;
  }
  /* line 860, ../sass/_theme.scss */
  #block-block-20 #scroll_block .site-logo p img,
  #block-weizmann-compass-header-scroll-header #scroll_block .site-logo p img {
    padding: 0;
    height: inherit;
    width: 190px;
  }
  /* line 867, ../sass/_theme.scss */
  #block-block-20 #scroll_block .search-icon,
  #block-weizmann-compass-header-scroll-header #scroll_block .search-icon {
    width: 3rem;
    height: 3rem;
    background: transparent;
    float: left;
  }
  /* line 872, ../sass/_theme.scss */
  #block-block-20 #scroll_block .search-icon:before,
  #block-weizmann-compass-header-scroll-header #scroll_block .search-icon:before {
    background: url(../images/Search_green.png) no-repeat center center transparent;
    background-size: 1.5rem;
    width: 3rem;
    height: 3rem;
    content: " ";
    position: absolute;
    top: 0.2rem;
  }
  /* line 882, ../sass/_theme.scss */
  #block-block-20 #scroll_block .search-redirect-form.mobile.scroll-header.mobile.header,
  #block-weizmann-compass-header-scroll-header #scroll_block .search-redirect-form.mobile.scroll-header.mobile.header {
    display: none;
  }
  /* line 884, ../sass/_theme.scss */
  #block-block-20 #scroll_block .search-redirect-form.mobile.scroll-header.mobile.header.active,
  #block-weizmann-compass-header-scroll-header #scroll_block .search-redirect-form.mobile.scroll-header.mobile.header.active {
    display: block;
    padding: 0.5em 0;
  }
  /* line 889, ../sass/_theme.scss */
  #block-block-20 #scroll_block form#search-block-form--2,
  #block-weizmann-compass-header-scroll-header #scroll_block form#search-block-form--2 {
    float: left;
    padding: 0 5%;
    width: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    margin: 10px 0;
    background: transparent;
    height: 30px;
  }
  /* line 899, ../sass/_theme.scss */
  #block-block-20 #scroll_block form#search-block-form--2.active,
  #block-weizmann-compass-header-scroll-header #scroll_block form#search-block-form--2.active {
    display: block;
  }
  /* line 902, ../sass/_theme.scss */
  #block-block-20 #scroll_block form#search-block-form--2 .form-type-textfield,
  #block-weizmann-compass-header-scroll-header #scroll_block form#search-block-form--2 .form-type-textfield {
    width: 100%;
    padding-right: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0066cc;
    float: right;
    margin: 0;
  }
  /* line 911, ../sass/_theme.scss */
  #block-block-20 #scroll_block form#search-block-form--2 input.form-text,
  #block-weizmann-compass-header-scroll-header #scroll_block form#search-block-form--2 input.form-text {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 5px 10px;
    text-indent: 0;
    border: solid 1px #b3b3b3;
    background: #ffffff;
    color: #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 30px;
  }
  /* line 926, ../sass/_theme.scss */
  #block-block-20 #scroll_block form#search-block-form--2 input[type="submit"],
  #block-weizmann-compass-header-scroll-header #scroll_block form#search-block-form--2 input[type="submit"] {
    font-size: 0;
    color: #ffffff;
    position: relative;
    padding: 0;
    width: 40px;
    height: 30px;
    background: url(../images/Search_green.png) no-repeat center center transparent;
    background-size: 19px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 5%;
  }
}

/* line 946, ../sass/_theme.scss */
#main {
  margin: 0 auto;
}
/* line 948, ../sass/_theme.scss */
#main .region-content {
  padding-top: 2.1875rem;
}
@media all and (max-width: 580px) {
  /* line 948, ../sass/_theme.scss */
  #main .region-content {
    padding-top: 15px;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 946, ../sass/_theme.scss */
  #main {
    padding: 0 15px;
  }
}

/* line 959, ../sass/_theme.scss */
.title-subtitle-link-logo.weizmann-world-article-page .as-h2.subtitle {
  padding-right: 25px;
  width: calc(100% - 300px - 20px);
}
/* line 962, ../sass/_theme.scss */
.title-subtitle-link-logo.weizmann-world-article-page .as-h2.subtitle h1 {
  margin-top: 0;
}
/* line 966, ../sass/_theme.scss */
.title-subtitle-link-logo.weizmann-world-article-page .logo {
  margin-top: 3.9rem;
}
/* line 969, ../sass/_theme.scss */
.title-subtitle-link-logo.weizmann-world-article-page + .region-content {
  padding-top: 0 !important;
}
/* line 971, ../sass/_theme.scss */
.title-subtitle-link-logo.weizmann-world-article-page + .region-content h1 {
  margin-top: 0;
}
@media all and (max-width: 580px) {
  /* line 976, ../sass/_theme.scss */
  .title-subtitle-link-logo.weizmann-world-article-page .title-subtitle-link {
    display: block;
  }
  /* line 978, ../sass/_theme.scss */
  .title-subtitle-link-logo.weizmann-world-article-page .title-subtitle-link .as-h2.subtitle {
    width: auto;
  }
}

/* line 989, ../sass/_theme.scss */
.page-taxonomy-term-15 .title-subtitle-link-logo.weizmann-world-index-page .logo,
.page-taxonomy-term-21 .title-subtitle-link-logo.weizmann-world-index-page .logo,
.page-taxonomy-term-19 .title-subtitle-link-logo.weizmann-world-index-page .logo {
  width: 180px;
}

/* line 995, ../sass/_theme.scss */
.width_180 .logo {
  width: 180px;
}

/* line 1000, ../sass/_theme.scss */
.view-display-id-block_1 {
  display: block;
}
@media all and (min-width: 581px) {
  /* line 1002, ../sass/_theme.scss */
  .view-display-id-block_1 .views-row {
    float: left;
    padding-right: 1.25rem;
  }
  /* line 1006, ../sass/_theme.scss */
  .view-display-id-block_1 .views-row.views-row-last {
    padding-right: 0;
  }
}
@media all and (max-width: 580px) {
  /* line 1002, ../sass/_theme.scss */
  .view-display-id-block_1 .views-row {
    float: left;
    padding: 0 0 1em;
  }
}

/* line 1020, ../sass/_theme.scss */
box {
  width: 12.5rem;
  height: 18.75rem;
  position: relative;
  border: 1px solid #bbb;
  background: #eee;
}

/* line 1028, ../sass/_theme.scss */
.ribbon {
  position: absolute;
  right: -0.3125rem;
  top: -0.3125rem;
  z-index: 1;
  overflow: hidden;
  width: 9.6875rem;
  height: 5.3125rem;
  text-align: right;
}

/* line 1039, ../sass/_theme.scss */
.ribbon span {
  font-size: 0.625rem;
  font-weight: bold;
  color: #66b345;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25rem;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  width: 11.25rem;
  display: block;
  background: #f2f2f2;
  background: linear-gradient(#ffffff 0%, #f2f2f2 100%);
  box-shadow: 0 0.1875rem 0.625rem -0.3125rem black;
  position: absolute;
  top: 1.1875rem;
  right: -1.3125rem;
}

/* line 1058, ../sass/_theme.scss */
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #f2f2f2;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f2f2f2;
}

/* line 1070, ../sass/_theme.scss */
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #f2f2f2;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f2f2f2;
}

/* line 1082, ../sass/_theme.scss */
.story-teaser .image {
  -webkit-border-radius: 0.375rem 0.375rem 0 0;
  -moz-border-radius: 0.375rem 0.375rem 0 0;
  -ms-border-radius: 0.375rem 0.375rem 0 0;
  border-radius: 0.375rem 0.375rem 0 0;
  position: relative;
}
/* line 1088, ../sass/_theme.scss */
.story-teaser .image img {
  display: block;
}

@media (min-width: 768px) {
  /* line 1095, ../sass/_theme.scss */
  .front .grid-item.story-teaser.leading {
    width: 23.125rem;
  }
}
/* line 1101, ../sass/_theme.scss */
.story-teaser {
  padding-bottom: 0;
  	/*&.video:not(.leading) .image>a{
    	&:before{
        font-family: FontAwesome;
        content: "\f04b";
        position: absolute;
        font-size: 4em;
        color: $green;
        top: 46%;
        left: 41%;
        opacity: 0.7;
    	}
    	&:hover{
    		&:before{
    			opacity: 1;
    		}
    	}
    }*/
}
/* line 1104, ../sass/_theme.scss */
.story-teaser > a:first-child > .text-wrapper.box-main:first-child {
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  border-radius: 0.375rem;
}
/* line 1110, ../sass/_theme.scss */
.story-teaser > a:first-child:hover > .text-wrapper.box-main:first-child {
  border-top: solid 1px #b3b3b3;
}
/* line 1116, ../sass/_theme.scss */
.story-teaser a:hover, .story-teaser a:focus, .story-teaser.video:hover, .story-teaser.video:focus {
  text-decoration: none;
}
/* line 1119, ../sass/_theme.scss */
.story-teaser a:hover .text-wrapper, .story-teaser a:focus .text-wrapper, .story-teaser.video:hover .text-wrapper, .story-teaser.video:focus .text-wrapper {
  border: solid 1px #b3b3b3;
  border-top: solid 1px #ffffff;
  background-color: #ffffff;
}
/* line 1126, ../sass/_theme.scss */
.story-teaser a:hover .group-right .field-name-title-field h3.article-title, .story-teaser a:focus .group-right .field-name-title-field h3.article-title, .story-teaser.video:hover .group-right .field-name-title-field h3.article-title, .story-teaser.video:focus .group-right .field-name-title-field h3.article-title {
  text-decoration: underline;
}
/* line 1132, ../sass/_theme.scss */
.story-teaser a .image, .story-teaser.video .image {
  overflow: hidden;
  -webkit-border-radius: 0.375rem 0.375rem 0 0;
  -moz-border-radius: 0.375rem 0.375rem 0 0;
  -ms-border-radius: 0.375rem 0.375rem 0 0;
  border-radius: 0.375rem 0.375rem 0 0;
}
/* line 1138, ../sass/_theme.scss */
.story-teaser a .image img, .story-teaser.video .image img {
  display: block;
  -webkit-border-radius: 0.375rem 0.375rem 0 0;
  -moz-border-radius: 0.375rem 0.375rem 0 0;
  -ms-border-radius: 0.375rem 0.375rem 0 0;
  border-radius: 0.375rem 0.375rem 0 0;
}
@media only screen and (max-width: 580px) {
  /* line 1138, ../sass/_theme.scss */
  .story-teaser a .image img, .story-teaser.video .image img {
    width: 100%;
  }
}
/* line 1149, ../sass/_theme.scss */
.story-teaser a p.section, .story-teaser.video p.section {
  color: #66b345;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  padding: 0 0 0.875rem;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
/* line 1161, ../sass/_theme.scss */
.story-teaser a h2,
.story-teaser a h3,
.story-teaser a p, .story-teaser.video h2,
.story-teaser.video h3,
.story-teaser.video p {
  margin: 0;
}
/* line 1166, ../sass/_theme.scss */
.story-teaser a .text-wrapper, .story-teaser.video .text-wrapper {
  min-height: 9.625rem;
  border-width: 1px;
  border-style: solid;
  border-color: #f2f2f2;
  padding: 0.9375rem;
}
@media only screen and (max-width: 768px) {
  /* line 1166, ../sass/_theme.scss */
  .story-teaser a .text-wrapper, .story-teaser.video .text-wrapper {
    border: none !important;
  }
  /* line 1175, ../sass/_theme.scss */
  .story-teaser a .text-wrapper:hover, .story-teaser a .text-wrapper:visited, .story-teaser a .text-wrapper:active, .story-teaser a .text-wrapper:focus, .story-teaser.video .text-wrapper:hover, .story-teaser.video .text-wrapper:visited, .story-teaser.video .text-wrapper:active, .story-teaser.video .text-wrapper:focus {
    border: none;
    background-color: #f2f2f2;
  }
}
/* line 1183, ../sass/_theme.scss */
.story-teaser a .text-wrapper h2.title, .story-teaser.video .text-wrapper h2.title {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding: 0 0 0.875rem;
}
/* line 1191, ../sass/_theme.scss */
.story-teaser a .text-wrapper .text, .story-teaser.video .text-wrapper .text {
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  padding: 0;
}
@media (max-width: 580px) {
  /* line 1166, ../sass/_theme.scss */
  .story-teaser a .text-wrapper, .story-teaser.video .text-wrapper {
    min-height: 0;
  }
  /* line 1200, ../sass/_theme.scss */
  .story-teaser a .text-wrapper .text, .story-teaser.video .text-wrapper .text {
    max-height: 11.25rem;
    overflow: hidden;
  }
}
/* line 1209, ../sass/_theme.scss */
.story-teaser.in-the-media a p.section {
  border-color: #000000;
  border-style: solid;
  padding: 1.5em 0 1em 1em;
  -webkit-border-radius: 0.375rem 0.375rem 0 0;
  -moz-border-radius: 0.375rem 0.375rem 0 0;
  -ms-border-radius: 0.375rem 0.375rem 0 0;
  border-radius: 0.375rem 0.375rem 0 0;
}
/* line 1218, ../sass/_theme.scss */
.story-teaser.in-the-media a .image {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
/* line 1224, ../sass/_theme.scss */
.story-teaser.in-the-media a h2.article-title {
  color: #3b8b1b;
  font-family: "Nunito", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
  padding: 0 0 0.75rem;
}
/* line 1233, ../sass/_theme.scss */
.story-teaser.in-the-media a .text-wrapper .text {
  					/*
            border-color: $black;
            border-style: solid;
            */
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0;
}
/* line 1245, ../sass/_theme.scss */
.story-teaser.in-the-media a .text-wrapper .threedots_ellipsis {
  color: #ffffff;
}
/* line 1248, ../sass/_theme.scss */
.story-teaser.in-the-media a .text-wrapper:hover {
  word-wrap: break-word;
  background-color: #000000;
  padding: 0.9375rem;
  min-height: 9.625rem;
  -webkit-border-radius: 0 0 0.4375rem 0.4375rem;
  -moz-border-radius: 0 0 0.4375rem 0.4375rem;
  -ms-border-radius: 0 0 0.4375rem 0.4375rem;
  border-radius: 0 0 0.4375rem 0.4375rem;
}
/* line 1264, ../sass/_theme.scss */
.story-teaser.video img {
  display: block;
  -webkit-border-radius: 0.375rem 0.375rem 0 0;
  -moz-border-radius: 0.375rem 0.375rem 0 0;
  -ms-border-radius: 0.375rem 0.375rem 0 0;
  border-radius: 0.375rem 0.375rem 0 0;
}
@media only screen and (max-width: 580px) {
  /* line 1264, ../sass/_theme.scss */
  .story-teaser.video img {
    width: 100%;
  }
}
/* line 1275, ../sass/_theme.scss */
.story-teaser.leading {
  width: 29.0625rem;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 1275, ../sass/_theme.scss */
  .story-teaser.leading {
    width: 48%;
  }
}
@media (max-width: 580px) {
  /* line 1275, ../sass/_theme.scss */
  .story-teaser.leading {
    width: 100%;
  }
}
/* line 1301, ../sass/_theme.scss */
.story-teaser.leading.video .image:before {
  font-family: FontAwesome;
  content: "\f04b";
  position: absolute;
  font-size: 4em;
  color: #66b345;
  top: 48%;
  left: 46%;
}

/* line 1312, ../sass/_theme.scss */
.date, #block-system-main .node-story > .field-name-field-source, #block-system-main .node-story > .field-name-field-date, #block-system-main .node-story > .field-name-field-read,
.print-content .node-story > .field-name-field-source,
.print-content .node-story > .field-name-field-date,
.print-content .node-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-read {
  color: #7f7f7f;
  font-family: "Nunito", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 0.8125rem;
  text-transform: uppercase;
  padding: 0.5rem 0 0;
}

/* line 1327, ../sass/_theme.scss */
#block-system-main .node-story > .field-name-field-source, #block-system-main .node-story > .field-name-field-date, #block-system-main .node-story > .field-name-field-read,
.print-content .node-story > .field-name-field-source,
.print-content .node-story > .field-name-field-date,
.print-content .node-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-read {
  padding: 0 0 0.3125rem 0;
}
/* line 1332, ../sass/_theme.scss */
#block-system-main .node-story > .field-name-field-source .date, #block-system-main .node-story > .field-name-field-source .node-story > .field-name-field-source, #block-system-main .node-story > .field-name-field-source .node-story > .field-name-field-date, #block-system-main .node-story > .field-name-field-source .node-story > .field-name-field-read,
#block-system-main .node-story > .field-name-field-source .print-content .node-story > .field-name-field-source,
#block-system-main .node-story > .field-name-field-source .print-content .node-story > .field-name-field-date,
#block-system-main .node-story > .field-name-field-source .print-content .node-story > .field-name-field-read,
#block-system-main .node-story > .field-name-field-source .node-hebrew-story > .field-name-field-source,
#block-system-main .node-story > .field-name-field-source .node-hebrew-story > .field-name-field-date,
#block-system-main .node-story > .field-name-field-source .node-hebrew-story > .field-name-field-read,
#block-system-main .node-story > .field-name-field-source .print-content .node-hebrew-story > .field-name-field-source,
#block-system-main .node-story > .field-name-field-source .print-content .node-hebrew-story > .field-name-field-date,
#block-system-main .node-story > .field-name-field-source .print-content .node-hebrew-story > .field-name-field-read, #block-system-main .node-story > .field-name-field-date .date, #block-system-main .node-story > .field-name-field-date .node-story > .field-name-field-source, #block-system-main .node-story > .field-name-field-date .node-story > .field-name-field-date, #block-system-main .node-story > .field-name-field-date .node-story > .field-name-field-read,
#block-system-main .node-story > .field-name-field-date .print-content .node-story > .field-name-field-source,
#block-system-main .node-story > .field-name-field-date .print-content .node-story > .field-name-field-date,
#block-system-main .node-story > .field-name-field-date .print-content .node-story > .field-name-field-read,
#block-system-main .node-story > .field-name-field-date .node-hebrew-story > .field-name-field-source,
#block-system-main .node-story > .field-name-field-date .node-hebrew-story > .field-name-field-date,
#block-system-main .node-story > .field-name-field-date .node-hebrew-story > .field-name-field-read,
#block-system-main .node-story > .field-name-field-date .print-content .node-hebrew-story > .field-name-field-source,
#block-system-main .node-story > .field-name-field-date .print-content .node-hebrew-story > .field-name-field-date,
#block-system-main .node-story > .field-name-field-date .print-content .node-hebrew-story > .field-name-field-read, #block-system-main .node-story > .field-name-field-read .date, #block-system-main .node-story > .field-name-field-read .node-story > .field-name-field-source, #block-system-main .node-story > .field-name-field-read .node-story > .field-name-field-date, #block-system-main .node-story > .field-name-field-read .node-story > .field-name-field-read,
#block-system-main .node-story > .field-name-field-read .print-content .node-story > .field-name-field-source,
#block-system-main .node-story > .field-name-field-read .print-content .node-story > .field-name-field-date,
#block-system-main .node-story > .field-name-field-read .print-content .node-story > .field-name-field-read,
#block-system-main .node-story > .field-name-field-read .node-hebrew-story > .field-name-field-source,
#block-system-main .node-story > .field-name-field-read .node-hebrew-story > .field-name-field-date,
#block-system-main .node-story > .field-name-field-read .node-hebrew-story > .field-name-field-read,
#block-system-main .node-story > .field-name-field-read .print-content .node-hebrew-story > .field-name-field-source,
#block-system-main .node-story > .field-name-field-read .print-content .node-hebrew-story > .field-name-field-date,
#block-system-main .node-story > .field-name-field-read .print-content .node-hebrew-story > .field-name-field-read,
.print-content .node-story > .field-name-field-source .date,
.print-content .node-story > .field-name-field-source #block-system-main .node-story > .field-name-field-source,
#block-system-main .print-content .node-story > .field-name-field-source .node-story > .field-name-field-source,
.print-content .node-story > .field-name-field-source #block-system-main .node-story > .field-name-field-date,
#block-system-main .print-content .node-story > .field-name-field-source .node-story > .field-name-field-date,
.print-content .node-story > .field-name-field-source #block-system-main .node-story > .field-name-field-read,
#block-system-main .print-content .node-story > .field-name-field-source .node-story > .field-name-field-read,
.print-content .node-story > .field-name-field-source .node-story > .field-name-field-source,
.print-content .node-story > .field-name-field-source .node-story > .field-name-field-date,
.print-content .node-story > .field-name-field-source .node-story > .field-name-field-read,
.print-content .node-story > .field-name-field-source #block-system-main .node-hebrew-story > .field-name-field-source,
#block-system-main .print-content .node-story > .field-name-field-source .node-hebrew-story > .field-name-field-source,
.print-content .node-story > .field-name-field-source #block-system-main .node-hebrew-story > .field-name-field-date,
#block-system-main .print-content .node-story > .field-name-field-source .node-hebrew-story > .field-name-field-date,
.print-content .node-story > .field-name-field-source #block-system-main .node-hebrew-story > .field-name-field-read,
#block-system-main .print-content .node-story > .field-name-field-source .node-hebrew-story > .field-name-field-read,
.print-content .node-story > .field-name-field-source .node-hebrew-story > .field-name-field-source,
.print-content .node-story > .field-name-field-source .node-hebrew-story > .field-name-field-date,
.print-content .node-story > .field-name-field-source .node-hebrew-story > .field-name-field-read,
.print-content .node-story > .field-name-field-date .date,
.print-content .node-story > .field-name-field-date #block-system-main .node-story > .field-name-field-source,
#block-system-main .print-content .node-story > .field-name-field-date .node-story > .field-name-field-source,
.print-content .node-story > .field-name-field-date #block-system-main .node-story > .field-name-field-date,
#block-system-main .print-content .node-story > .field-name-field-date .node-story > .field-name-field-date,
.print-content .node-story > .field-name-field-date #block-system-main .node-story > .field-name-field-read,
#block-system-main .print-content .node-story > .field-name-field-date .node-story > .field-name-field-read,
.print-content .node-story > .field-name-field-date .node-story > .field-name-field-source,
.print-content .node-story > .field-name-field-date .node-story > .field-name-field-date,
.print-content .node-story > .field-name-field-date .node-story > .field-name-field-read,
.print-content .node-story > .field-name-field-date #block-system-main .node-hebrew-story > .field-name-field-source,
#block-system-main .print-content .node-story > .field-name-field-date .node-hebrew-story > .field-name-field-source,
.print-content .node-story > .field-name-field-date #block-system-main .node-hebrew-story > .field-name-field-date,
#block-system-main .print-content .node-story > .field-name-field-date .node-hebrew-story > .field-name-field-date,
.print-content .node-story > .field-name-field-date #block-system-main .node-hebrew-story > .field-name-field-read,
#block-system-main .print-content .node-story > .field-name-field-date .node-hebrew-story > .field-name-field-read,
.print-content .node-story > .field-name-field-date .node-hebrew-story > .field-name-field-source,
.print-content .node-story > .field-name-field-date .node-hebrew-story > .field-name-field-date,
.print-content .node-story > .field-name-field-date .node-hebrew-story > .field-name-field-read,
.print-content .node-story > .field-name-field-read .date,
.print-content .node-story > .field-name-field-read #block-system-main .node-story > .field-name-field-source,
#block-system-main .print-content .node-story > .field-name-field-read .node-story > .field-name-field-source,
.print-content .node-story > .field-name-field-read #block-system-main .node-story > .field-name-field-date,
#block-system-main .print-content .node-story > .field-name-field-read .node-story > .field-name-field-date,
.print-content .node-story > .field-name-field-read #block-system-main .node-story > .field-name-field-read,
#block-system-main .print-content .node-story > .field-name-field-read .node-story > .field-name-field-read,
.print-content .node-story > .field-name-field-read .node-story > .field-name-field-source,
.print-content .node-story > .field-name-field-read .node-story > .field-name-field-date,
.print-content .node-story > .field-name-field-read .node-story > .field-name-field-read,
.print-content .node-story > .field-name-field-read #block-system-main .node-hebrew-story > .field-name-field-source,
#block-system-main .print-content .node-story > .field-name-field-read .node-hebrew-story > .field-name-field-source,
.print-content .node-story > .field-name-field-read #block-system-main .node-hebrew-story > .field-name-field-date,
#block-system-main .print-content .node-story > .field-name-field-read .node-hebrew-story > .field-name-field-date,
.print-content .node-story > .field-name-field-read #block-system-main .node-hebrew-story > .field-name-field-read,
#block-system-main .print-content .node-story > .field-name-field-read .node-hebrew-story > .field-name-field-read,
.print-content .node-story > .field-name-field-read .node-hebrew-story > .field-name-field-source,
.print-content .node-story > .field-name-field-read .node-hebrew-story > .field-name-field-date,
.print-content .node-story > .field-name-field-read .node-hebrew-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-source .date,
#block-system-main .node-hebrew-story > .field-name-field-source .node-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-source .node-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-source .node-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-source .print-content .node-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-source .print-content .node-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-source .print-content .node-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-source .node-hebrew-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-source .node-hebrew-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-source .node-hebrew-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-source .print-content .node-hebrew-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-source .print-content .node-hebrew-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-source .print-content .node-hebrew-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-date .date,
#block-system-main .node-hebrew-story > .field-name-field-date .node-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-date .node-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-date .node-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-date .print-content .node-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-date .print-content .node-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-date .print-content .node-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-date .node-hebrew-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-date .node-hebrew-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-date .node-hebrew-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-date .print-content .node-hebrew-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-date .print-content .node-hebrew-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-date .print-content .node-hebrew-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-read .date,
#block-system-main .node-hebrew-story > .field-name-field-read .node-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-read .node-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-read .node-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-read .print-content .node-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-read .print-content .node-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-read .print-content .node-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-read .node-hebrew-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-read .node-hebrew-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-read .node-hebrew-story > .field-name-field-read,
#block-system-main .node-hebrew-story > .field-name-field-read .print-content .node-hebrew-story > .field-name-field-source,
#block-system-main .node-hebrew-story > .field-name-field-read .print-content .node-hebrew-story > .field-name-field-date,
#block-system-main .node-hebrew-story > .field-name-field-read .print-content .node-hebrew-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-source .date,
.print-content .node-hebrew-story > .field-name-field-source #block-system-main .node-story > .field-name-field-source,
#block-system-main .print-content .node-hebrew-story > .field-name-field-source .node-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-source #block-system-main .node-story > .field-name-field-date,
#block-system-main .print-content .node-hebrew-story > .field-name-field-source .node-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-source #block-system-main .node-story > .field-name-field-read,
#block-system-main .print-content .node-hebrew-story > .field-name-field-source .node-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-source .node-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-source .node-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-source .node-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-source #block-system-main .node-hebrew-story > .field-name-field-source,
#block-system-main .print-content .node-hebrew-story > .field-name-field-source .node-hebrew-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-source #block-system-main .node-hebrew-story > .field-name-field-date,
#block-system-main .print-content .node-hebrew-story > .field-name-field-source .node-hebrew-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-source #block-system-main .node-hebrew-story > .field-name-field-read,
#block-system-main .print-content .node-hebrew-story > .field-name-field-source .node-hebrew-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-source .node-hebrew-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-source .node-hebrew-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-source .node-hebrew-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-date .date,
.print-content .node-hebrew-story > .field-name-field-date #block-system-main .node-story > .field-name-field-source,
#block-system-main .print-content .node-hebrew-story > .field-name-field-date .node-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-date #block-system-main .node-story > .field-name-field-date,
#block-system-main .print-content .node-hebrew-story > .field-name-field-date .node-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-date #block-system-main .node-story > .field-name-field-read,
#block-system-main .print-content .node-hebrew-story > .field-name-field-date .node-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-date .node-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-date .node-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-date .node-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-date #block-system-main .node-hebrew-story > .field-name-field-source,
#block-system-main .print-content .node-hebrew-story > .field-name-field-date .node-hebrew-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-date #block-system-main .node-hebrew-story > .field-name-field-date,
#block-system-main .print-content .node-hebrew-story > .field-name-field-date .node-hebrew-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-date #block-system-main .node-hebrew-story > .field-name-field-read,
#block-system-main .print-content .node-hebrew-story > .field-name-field-date .node-hebrew-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-date .node-hebrew-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-date .node-hebrew-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-date .node-hebrew-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-read .date,
.print-content .node-hebrew-story > .field-name-field-read #block-system-main .node-story > .field-name-field-source,
#block-system-main .print-content .node-hebrew-story > .field-name-field-read .node-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-read #block-system-main .node-story > .field-name-field-date,
#block-system-main .print-content .node-hebrew-story > .field-name-field-read .node-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-read #block-system-main .node-story > .field-name-field-read,
#block-system-main .print-content .node-hebrew-story > .field-name-field-read .node-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-read .node-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-read .node-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-read .node-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-read #block-system-main .node-hebrew-story > .field-name-field-source,
#block-system-main .print-content .node-hebrew-story > .field-name-field-read .node-hebrew-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-read #block-system-main .node-hebrew-story > .field-name-field-date,
#block-system-main .print-content .node-hebrew-story > .field-name-field-read .node-hebrew-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-read #block-system-main .node-hebrew-story > .field-name-field-read,
#block-system-main .print-content .node-hebrew-story > .field-name-field-read .node-hebrew-story > .field-name-field-read,
.print-content .node-hebrew-story > .field-name-field-read .node-hebrew-story > .field-name-field-source,
.print-content .node-hebrew-story > .field-name-field-read .node-hebrew-story > .field-name-field-date,
.print-content .node-hebrew-story > .field-name-field-read .node-hebrew-story > .field-name-field-read {
  padding: 0;
}
/* line 1336, ../sass/_theme.scss */
#block-system-main .node-story > a.category-link,
.print-content .node-story > a.category-link,
#block-system-main .node-hebrew-story > a.category-link,
.print-content .node-hebrew-story > a.category-link {
  clear: both;
  display: block;
}
/* line 1339, ../sass/_theme.scss */
#block-system-main .node-story > a.category-link:hover, #block-system-main .node-story > a.category-link:focus,
.print-content .node-story > a.category-link:hover,
.print-content .node-story > a.category-link:focus,
#block-system-main .node-hebrew-story > a.category-link:hover,
#block-system-main .node-hebrew-story > a.category-link:focus,
.print-content .node-hebrew-story > a.category-link:hover,
.print-content .node-hebrew-story > a.category-link:focus {
  color: #66b345;
  text-decoration: underline;
}

@media only screen and (max-width: 580px) {
  /* line 1352, ../sass/_theme.scss */
  #block-views-stories-block-4 article .text-wrapper .field-name-field-teaser-text {
    overflow: hidden;
    height: inherit;
    max-height: 11.25rem;
  }
  /* line 1360, ../sass/_theme.scss */
  #block-views-stories-block-4 article.leading .text-wrapper .field-name-field-teaser-text {
    height: inherit;
    max-height: 11.25rem;
  }
  /* line 1368, ../sass/_theme.scss */
  #block-views-stories-block-4 article.in-the-media .text-wrapper .field-name-field-teaser-text {
    height: inherit;
    max-height: 11.25rem;
  }
  /* line 1372, ../sass/_theme.scss */
  #block-views-stories-block-4 article.in-the-media .text-wrapper .field-name-field-date {
    background: #000000;
  }
  /* line 1379, ../sass/_theme.scss */
  #block-views-stories-block-4 article.leading.in-the-media .text-wrapper .field-name-field-teaser-text {
    height: inherit;
    max-height: 11.25rem;
  }

  /* line 1387, ../sass/_theme.scss */
  .in-the-media img {
    width: 100%;
  }
}
/* line 1395, ../sass/_theme.scss */
#block-views-stories-block-1 article.node-promoted .text-wrapper {
  height: 30rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  border-radius: 0.375rem;
}
/* line 1398, ../sass/_theme.scss */
#block-views-stories-block-1 article.node-promoted .text-wrapper:hover {
  border-width: 1px;
}
/* line 1401, ../sass/_theme.scss */
#block-views-stories-block-1 article.node-promoted .text-wrapper .field-name-field-teaser-text {
  height: auto;
}
/* line 1403, ../sass/_theme.scss */
#block-views-stories-block-1 article.node-promoted .text-wrapper .field-name-field-teaser-text .text_here p {
  height: 11.25rem;
  overflow: hidden;
}
/* line 1410, ../sass/_theme.scss */
#block-views-stories-block-1 article .text-wrapper {
  height: 16.25rem;
}
/* line 1412, ../sass/_theme.scss */
#block-views-stories-block-1 article .text-wrapper .field-name-field-teaser-text {
  overflow: hidden;
  height: 6.75rem;
}
/* line 1418, ../sass/_theme.scss */
#block-views-stories-block-1 article.leading .text-wrapper {
  height: 15rem;
}
/* line 1420, ../sass/_theme.scss */
#block-views-stories-block-1 article.leading .text-wrapper .field-name-field-teaser-text {
  height: 11.25rem;
}
/* line 1426, ../sass/_theme.scss */
#block-views-stories-block-1 article.in-the-media .text-wrapper {
  height: 30.375rem;
}
/* line 1428, ../sass/_theme.scss */
#block-views-stories-block-1 article.in-the-media .text-wrapper .field-name-field-teaser-text {
  height: 23.75rem;
}
/* line 1431, ../sass/_theme.scss */
#block-views-stories-block-1 article.in-the-media .text-wrapper .field-name-field-date {
  background: #000000;
}
/* line 1434, ../sass/_theme.scss */
#block-views-stories-block-1 article.in-the-media .text-wrapper p.section {
  padding-left: 0;
  border: none;
}
/* line 1441, ../sass/_theme.scss */
#block-views-stories-block-1 article.leading.in-the-media .text-wrapper {
  height: 21.25rem;
}
/* line 1443, ../sass/_theme.scss */
#block-views-stories-block-1 article.leading.in-the-media .text-wrapper .field-name-field-teaser-text {
  height: 17.5rem;
}
@media only screen and (max-width: 580px) {
  /* line 1453, ../sass/_theme.scss */
  #block-views-stories-block-1 article.node-promoted .text-wrapper {
    height: inherit;
  }
  /* line 1455, ../sass/_theme.scss */
  #block-views-stories-block-1 article.node-promoted .text-wrapper .text {
    max-height: inherit;
  }
  /* line 1458, ../sass/_theme.scss */
  #block-views-stories-block-1 article.node-promoted .text-wrapper .field-name-field-teaser-text {
    height: auto;
    max-height: inherit;
  }
  /* line 1461, ../sass/_theme.scss */
  #block-views-stories-block-1 article.node-promoted .text-wrapper .field-name-field-teaser-text .text_here p {
    height: inherit;
    max-height: 11.25rem;
  }
  /* line 1470, ../sass/_theme.scss */
  #block-views-stories-block-1 article .field-name-field-main-image img,
  #block-views-stories-block-1 article .field-name-field-video img {
    display: block;
  }
  /* line 1475, ../sass/_theme.scss */
  #block-views-stories-block-1 article .text-wrapper {
    height: inherit !important;
    padding: 10px;
  }
  /* line 1478, ../sass/_theme.scss */
  #block-views-stories-block-1 article .text-wrapper .field-name-field-teaser-text {
    height: inherit;
    max-height: 11.25rem;
  }
  /* line 1484, ../sass/_theme.scss */
  #block-views-stories-block-1 article.leading .text-wrapper {
    height: inherit;
  }
  /* line 1486, ../sass/_theme.scss */
  #block-views-stories-block-1 article.leading .text-wrapper .field-name-field-teaser-text {
    height: inherit;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 1494, ../sass/_theme.scss */
  #block-views-stories-block-1 .view-stories {
    display: inline;
  }
  /* line 1496, ../sass/_theme.scss */
  #block-views-stories-block-1 .view-stories .views-row {
    width: 48%;
    float: left;
    margin-bottom: 20px;
  }
  /* line 1500, ../sass/_theme.scss */
  #block-views-stories-block-1 .view-stories .views-row:nth-child(2n + 1) {
    margin-right: 4%;
  }
}

/* line 1510, ../sass/_theme.scss */
#block-views-stories-block-4 ul.more-stories,
.view-id-stories.view-display-id-attachment_1 ul.more-stories {
  padding: 0 0;
  margin: 0 0;
  list-style: none;
}
/* line 1514, ../sass/_theme.scss */
#block-views-stories-block-4 ul.more-stories li,
.view-id-stories.view-display-id-attachment_1 ul.more-stories li {
  padding: 0 0;
  margin: 0 0;
  line-height: inherit;
}

/* line 1523, ../sass/_theme.scss */
.view.view-weizmann-world.view-display-id-page_1 ul.more-stories,
.view-id-stories.view-display-id-page_2 ul.more-stories {
  padding: 0 0;
  margin: 0 0;
  list-style: none;
}
/* line 1527, ../sass/_theme.scss */
.view.view-weizmann-world.view-display-id-page_1 ul.more-stories li,
.view-id-stories.view-display-id-page_2 ul.more-stories li {
  line-height: inherit;
}
/* line 1531, ../sass/_theme.scss */
.view.view-weizmann-world.view-display-id-page_1 ul.more-stories li .node-teaser > a:focus,
.view-id-stories.view-display-id-page_2 ul.more-stories li .node-teaser > a:focus {
  outline: 0;
}

/* line 1540, ../sass/_theme.scss */
ul.index-page-stories,
.weizmann-world-list {
  padding: 0 0;
  margin: 0 0;
  list-style: none;
}
/* line 1545, ../sass/_theme.scss */
ul.index-page-stories li,
.weizmann-world-list li {
  padding: 0 0;
  margin: 0 0;
  line-height: inherit;
}

/* line 1553, ../sass/_theme.scss */
#block-views-stories-block-5 ul.front-top-stories {
  padding: 0 0;
  margin: 0 0;
  list-style: none;
}
/* line 1557, ../sass/_theme.scss */
#block-views-stories-block-5 ul.front-top-stories li {
  padding: 0 0;
  margin: 0 0;
  line-height: inherit;
}
/* line 1564, ../sass/_theme.scss */
#block-views-stories-block-5 article .text-wrapper {
  height: 19.375rem;
}
/* line 1566, ../sass/_theme.scss */
#block-views-stories-block-5 article .text-wrapper .field-name-field-teaser-text {
  overflow: hidden;
  height: 11.25rem;
}
/* line 1570, ../sass/_theme.scss */
#block-views-stories-block-5 article .text-wrapper .field-name-field-date {
  position: absolute;
  bottom: 1rem;
}
@media (min-width: 768px) {
  /* line 1577, ../sass/_theme.scss */
  #block-views-stories-block-5 article.leading .text-wrapper {
    height: 12.625rem;
  }
  /* line 1579, ../sass/_theme.scss */
  #block-views-stories-block-5 article.leading .text-wrapper .field-name-field-teaser-text {
    height: 6.75rem;
  }
}
/* line 1586, ../sass/_theme.scss */
#block-views-stories-block-5 article.in-the-media .text-wrapper {
  height: 11.25rem;
}
/* line 1588, ../sass/_theme.scss */
#block-views-stories-block-5 article.in-the-media .text-wrapper .field-name-field-teaser-text {
  height: 11.25rem;
}
/* line 1591, ../sass/_theme.scss */
#block-views-stories-block-5 article.in-the-media .text-wrapper .field-name-field-date {
  background: #000000;
}
/* line 1597, ../sass/_theme.scss */
#block-views-stories-block-5 article.leading.in-the-media .text-wrapper {
  height: 10.9375rem;
}
/* line 1599, ../sass/_theme.scss */
#block-views-stories-block-5 article.leading.in-the-media .text-wrapper .field-name-field-teaser-text {
  height: 6.75rem;
}
@media only screen and (max-width: 580px) {
  /* line 1610, ../sass/_theme.scss */
  #block-views-stories-block-5 article .field-name-field-main-image img,
  #block-views-stories-block-5 article .field-name-field-video img {
    display: block;
  }
  /* line 1615, ../sass/_theme.scss */
  #block-views-stories-block-5 article .text-wrapper {
    height: inherit;
    padding: 10px;
  }
  /* line 1618, ../sass/_theme.scss */
  #block-views-stories-block-5 article .text-wrapper .field-name-field-teaser-text {
    height: inherit;
    max-height: 11.25rem;
  }
  /* line 1624, ../sass/_theme.scss */
  #block-views-stories-block-5 article.leading .text-wrapper {
    height: inherit;
  }
  /* line 1626, ../sass/_theme.scss */
  #block-views-stories-block-5 article.leading .text-wrapper .field-name-field-teaser-text {
    height: inherit;
  }
}

/* line 1637, ../sass/_theme.scss */
#navigation {
  height: 2.5rem;
  background-color: #3b8b1b;
  font-size: 1.125rem;
}
/* line 1642, ../sass/_theme.scss */
#navigation #block-block-16 {
  display: none;
}
/* line 1645, ../sass/_theme.scss */
#navigation * {
  font-family: "Open Sans", sans-serif;
}

/* line 1650, ../sass/_theme.scss */
.block-menu,
.tb-megamenu,
#navigation .block-superfish {
  float: left;
  background-color: transparent;
}
/* line 1655, ../sass/_theme.scss */
.block-menu > ul,
.tb-megamenu > ul,
#navigation .block-superfish > ul {
  list-style-type: none;
  		/*& > li:not(.last):after {
        background-image: url("../images/menu-divider.svg");
        content: "";
        display: block;
        height: $navigation-height;
        position: absolute;
        right: 0;
        width: 0.1875rem;
        top: 0;
      }*/
}
/* line 1657, ../sass/_theme.scss */
.block-menu > ul > li,
.tb-megamenu > ul > li,
#navigation .block-superfish > ul > li {
  position: relative;
  float: left;
  min-height: 2.5rem;
  padding: 0;
  text-align: center;
  padding: 0;
}
/* line 1664, ../sass/_theme.scss */
.block-menu > ul > li a,
.tb-megamenu > ul > li a,
#navigation .block-superfish > ul > li a {
  color: #ffffff;
  line-height: 2.5rem;
  padding: 0 2.5rem;
  display: block;
  font-weight: 400;
  text-align: left;
  font-size: 1rem;
}
/* line 1672, ../sass/_theme.scss */
.block-menu > ul > li a .sf-sub-indicator,
.tb-megamenu > ul > li a .sf-sub-indicator,
#navigation .block-superfish > ul > li a .sf-sub-indicator {
  display: none;
}
/* line 1677, ../sass/_theme.scss */
.block-menu > ul > li.menuparent > a,
.tb-megamenu > ul > li.menuparent > a,
#navigation .block-superfish > ul > li.menuparent > a {
  position: relative;
  padding-right: 3.75rem;
}
/* line 1680, ../sass/_theme.scss */
.block-menu > ul > li.menuparent > a:before,
.tb-megamenu > ul > li.menuparent > a:before,
#navigation .block-superfish > ul > li.menuparent > a:before {
  position: absolute;
  color: #ffffff;
  content: "\f107";
  font-family: FontAwesome;
  right: 2.5rem;
  top: 0;
  line-height: 2.5rem;
  font-size: 1.25rem;
}
/* line 1690, ../sass/_theme.scss */
.block-menu > ul > li.menuparent > a:focus,
.tb-megamenu > ul > li.menuparent > a:focus,
#navigation .block-superfish > ul > li.menuparent > a:focus {
  outline: 0;
}
/* line 1695, ../sass/_theme.scss */
.block-menu > ul > li.menuparent:hover > a:before,
.tb-megamenu > ul > li.menuparent:hover > a:before,
#navigation .block-superfish > ul > li.menuparent:hover > a:before {
  content: "\f106";
}
/* line 1698, ../sass/_theme.scss */
.block-menu > ul > li.menuparent:hover > a:after,
.tb-megamenu > ul > li.menuparent:hover > a:after,
#navigation .block-superfish > ul > li.menuparent:hover > a:after {
  position: absolute;
  content: " ";
  bottom: -1rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 999;
  top: inherit;
  border-width: 8px;
  border-style: solid dashed dashed dashed;
  border-color: #2c6216 transparent transparent transparent;
  background: transparent;
}
/* line 1715, ../sass/_theme.scss */
.block-menu > ul > li > a.active,
.tb-megamenu > ul > li > a.active,
#navigation .block-superfish > ul > li > a.active {
  background: #2c6216;
  color: #ffffff;
  text-decoration: none;
}
/* line 1724, ../sass/_theme.scss */
.block-menu > ul > li.active-trail > a, .block-menu > ul > li.active > a, .block-menu > ul > li:hover > a,
.tb-megamenu > ul > li.active-trail > a,
.tb-megamenu > ul > li.active > a,
.tb-megamenu > ul > li:hover > a,
#navigation .block-superfish > ul > li.active-trail > a,
#navigation .block-superfish > ul > li.active > a,
#navigation .block-superfish > ul > li:hover > a {
  background: #2c6216;
  color: #ffffff;
  text-decoration: none;
}
/* line 1728, ../sass/_theme.scss */
.block-menu > ul > li.active-trail > a .sf-sub-indicator, .block-menu > ul > li.active > a .sf-sub-indicator, .block-menu > ul > li:hover > a .sf-sub-indicator,
.tb-megamenu > ul > li.active-trail > a .sf-sub-indicator,
.tb-megamenu > ul > li.active > a .sf-sub-indicator,
.tb-megamenu > ul > li:hover > a .sf-sub-indicator,
#navigation .block-superfish > ul > li.active-trail > a .sf-sub-indicator,
#navigation .block-superfish > ul > li.active > a .sf-sub-indicator,
#navigation .block-superfish > ul > li:hover > a .sf-sub-indicator {
  display: none;
}

/* line 1747, ../sass/_theme.scss */
#navigation .language-switcher .block-superfish > ul > li a {
  padding: 0 1.9rem;
}

/* line 1750, ../sass/_theme.scss */
#navigation .language-switcher .block-superfish > ul > li.menuparent > a:before {
  right: 0.5rem;
}

/* line 1757, ../sass/_theme.scss */
#block-superfish-1 > ul > li:first-child {
  margin-left: 10px;
}

/* line 1765, ../sass/_theme.scss */
#navigation .menu.sf-menu.sf-horizontal.sf-shadow ul {
  border-width: 0px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  border-color: #000000;
  background: #4a942d;
  opacity: 0.95;
  padding: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 17.1875rem !important;
  border-top: solid 1px #ffffff;
  border-bottom: solid 5px #2c6216;
}
/* line 1779, ../sass/_theme.scss */
#navigation .menu.sf-menu.sf-horizontal.sf-shadow ul > li {
  padding: 0;
  border-bottom: solid 1px #ffffff;
}
/* line 1782, ../sass/_theme.scss */
#navigation .menu.sf-menu.sf-horizontal.sf-shadow ul > li:last-child {
  border-bottom: none;
}
/* line 1786, ../sass/_theme.scss */
#navigation .menu.sf-menu.sf-horizontal.sf-shadow ul > li > a {
  line-height: 2.1875rem;
  color: #ffffff;
  text-align: left;
  padding: 0 1.25rem 0 1.5625rem;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (width: 768px) {
  /* line 1786, ../sass/_theme.scss */
  #navigation .menu.sf-menu.sf-horizontal.sf-shadow ul > li > a {
    line-height: 2.5rem;
  }
}
/* line 1796, ../sass/_theme.scss */
#navigation .menu.sf-menu.sf-horizontal.sf-shadow ul > li > a:hover, #navigation .menu.sf-menu.sf-horizontal.sf-shadow ul > li > a:focus {
  text-decoration: none;
  font-weight: bold;
  border-left: solid 5px #2c6216;
  padding: 0 1.25rem 0 1.25rem;
}
/* line 1803, ../sass/_theme.scss */
#navigation .menu.sf-menu.sf-horizontal.sf-shadow ul > li > a.active {
  font-weight: bold;
  border-left: solid 5px #2c6216;
  padding: 0 1.25rem 0 1.25rem;
}
/* line 1810, ../sass/_theme.scss */
#navigation .menu.sf-menu.sf-horizontal.sf-shadow ul > li.active-trail > a {
  font-weight: bold;
  border-left: solid 5px #2c6216;
  padding: 0 1.25rem 0 1.25rem;
}
/* line 1818, ../sass/_theme.scss */
#navigation .menu.sf-menu.sf-horizontal.sf-shadow .sfHover ul {
  top: 2.5rem !important;
}

/* line 1824, ../sass/_theme.scss */
.not-front ul.language-switcher-locale-url {
  left: -10%;
}

/* line 1829, ../sass/_theme.scss */
.block-locale,
#block-block-15,
#block-weizmann-compass-header-language-search {
  	/*@media only screen and (min-width: $bp1p) {
      width: 38%;
    }
    @media only screen and (max-width: $bp1) {
      width: 85%;
    }*/
  float: right;
  height: 2.5rem;
  position: relative;
}
/* line 1841, ../sass/_theme.scss */
.block-locale ul.language-switcher-locale-url,
#block-block-15 ul.language-switcher-locale-url,
#block-weizmann-compass-header-language-search ul.language-switcher-locale-url {
  float: left;
  list-style-type: none;
  height: 2.5rem;
  padding: 0;
}
/* line 1847, ../sass/_theme.scss */
.block-locale ul.language-switcher-locale-url li,
#block-block-15 ul.language-switcher-locale-url li,
#block-weizmann-compass-header-language-search ul.language-switcher-locale-url li {
  float: left;
  margin: 0 0.3125rem 0 0;
  			/*      &:not(.locale-untranslated):hover {
          a {
            background-color: $link-color;
            text-decoration: none;
          }
        }*/
}
/* line 1850, ../sass/_theme.scss */
.block-locale ul.language-switcher-locale-url li a,
.block-locale ul.language-switcher-locale-url li span.locale-untranslated,
#block-block-15 ul.language-switcher-locale-url li a,
#block-block-15 ul.language-switcher-locale-url li span.locale-untranslated,
#block-weizmann-compass-header-language-search ul.language-switcher-locale-url li a,
#block-weizmann-compass-header-language-search ul.language-switcher-locale-url li span.locale-untranslated {
  width: 1.875rem;
  min-height: 1.75rem;
  padding-top: 0.5rem;
  margin: 0;
  text-align: center;
  display: block;
  color: #ffffff;
  text-transform: capitalize;
}
/* line 1860, ../sass/_theme.scss */
.block-locale ul.language-switcher-locale-url li a.locale-untranslated,
.block-locale ul.language-switcher-locale-url li span.locale-untranslated.locale-untranslated,
#block-block-15 ul.language-switcher-locale-url li a.locale-untranslated,
#block-block-15 ul.language-switcher-locale-url li span.locale-untranslated.locale-untranslated,
#block-weizmann-compass-header-language-search ul.language-switcher-locale-url li a.locale-untranslated,
#block-weizmann-compass-header-language-search ul.language-switcher-locale-url li span.locale-untranslated.locale-untranslated {
  text-decoration: none;
  color: #cccccc;
}
/* line 1864, ../sass/_theme.scss */
.block-locale ul.language-switcher-locale-url li a:hover, .block-locale ul.language-switcher-locale-url li a:focus,
.block-locale ul.language-switcher-locale-url li span.locale-untranslated:hover,
.block-locale ul.language-switcher-locale-url li span.locale-untranslated:focus,
#block-block-15 ul.language-switcher-locale-url li a:hover,
#block-block-15 ul.language-switcher-locale-url li a:focus,
#block-block-15 ul.language-switcher-locale-url li span.locale-untranslated:hover,
#block-block-15 ul.language-switcher-locale-url li span.locale-untranslated:focus,
#block-weizmann-compass-header-language-search ul.language-switcher-locale-url li a:hover,
#block-weizmann-compass-header-language-search ul.language-switcher-locale-url li a:focus,
#block-weizmann-compass-header-language-search ul.language-switcher-locale-url li span.locale-untranslated:hover,
#block-weizmann-compass-header-language-search ul.language-switcher-locale-url li span.locale-untranslated:focus {
  font-weight: bolder;
  text-decoration: none;
}
/* line 1871, ../sass/_theme.scss */
.block-locale ul.language-switcher-locale-url li.active a,
#block-block-15 ul.language-switcher-locale-url li.active a,
#block-weizmann-compass-header-language-search ul.language-switcher-locale-url li.active a {
  font-weight: bolder;
}
/* line 1883, ../sass/_theme.scss */
.block-locale .search-block-form,
.block-locale .search-redirect-form,
#block-block-15 .search-block-form,
#block-block-15 .search-redirect-form,
#block-weizmann-compass-header-language-search .search-block-form,
#block-weizmann-compass-header-language-search .search-redirect-form {
  float: right;
  height: 2.1rem;
}

@media only screen and (max-width: 767px) {
  /* line 1891, ../sass/_theme.scss */
  #navigation {
    width: 3rem;
    height: 3rem;
    background: transparent;
    position: absolute;
    top: 0.2rem;
    left: 4rem;
  }

  /* line 1900, ../sass/_theme.scss */
  #navigation {
    		/*.mean-push{
            width: 40px;
          height: 30px;
          background: #7D021c;
          position: absolute;
          top: -40px;
          left: 60px;
          &:before{
              background: url(../images/Search_green.png) no-repeat center center transparent;
              background-size: 1.1875rem;
              content: " ";
              position: absolute;
              width: 40px;
              height: 30px;
          }
        }*/
  }
  /* line 1919, ../sass/_theme.scss */
  #navigation .search-redirect-form.wing {
    width: 100%;
    height: 30px;
  }
  /* line 1922, ../sass/_theme.scss */
  #navigation .search-redirect-form.wing .form-type-textfield {
    width: 100%;
    padding-right: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0066cc;
  }
  /* line 1928, ../sass/_theme.scss */
  #navigation .search-redirect-form.wing input.form-text {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 5px 10px;
    text-indent: 0;
    border: solid 1px #b3b3b3;
    background: #ffffff;
    color: #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    border: none;
  }
  /* line 1941, ../sass/_theme.scss */
  #navigation .search-redirect-form.wing .form-actions {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 1947, ../sass/_theme.scss */
  #navigation .search-redirect-form.wing .form-actions input[type="submit"] {
    width: 40px;
    height: 30px;
  }
  /* line 1953, ../sass/_theme.scss */
  #navigation .search-redirect-form.wing {
    width: 100%;
    height: 30px;
  }
  /* line 1956, ../sass/_theme.scss */
  #navigation .search-redirect-form.wing .form-item-search {
    margin: 0em !important;
    width: 100%;
    padding-right: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #0066cc;
  }
  /* line 1962, ../sass/_theme.scss */
  #navigation .search-redirect-form.wing .form-item-search input.form-text {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 5px 10px;
    text-indent: 0;
    border: solid 1px #b3b3b3;
    background: #ffffff;
    color: #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    border: none;
  }
  /* line 1976, ../sass/_theme.scss */
  #navigation .search-redirect-form.wing input[type="submit"] {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1988, ../sass/_theme.scss */
  .mean-container .mean-bar {
    		/*background-color: $white !important;
        min-height: $mobile_scroll_header_height !important;*/
    padding: 0 !important;
    min-height: 0 !important;
    position: static;
    float: none;
  }
  /* line 1995, ../sass/_theme.scss */
  .mean-container .mean-bar .meanmenu-reveal {
    background-color: transparent !important;
    padding: 4px 15px !important;
    right: inherit !important;
    left: 0 !important;
    top: 10px !important;
  }
  /* line 2002, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav {
    /*margin-top: $mobile_scroll_header_height !important;*/
    margin-top: 0;
    font-size: 14px;
    background: #3b8b1b;
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 5;
  }
  /* line 2012, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav ul li {
    margin: 0;
  }
  /* line 2014, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav ul li a {
    padding: 10px 5%;
    line-height: 25px;
  }
  /* line 2017, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav ul li a.mean-expand {
    font-size: 0 !important;
    height: inherit;
    border: none !important;
    background: transparent;
    margin: 0;
    font-weight: 400;
  }
  /* line 2024, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav ul li a.mean-expand:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 21px;
  }
  /* line 2030, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav ul li a.mean-expand.mean-clicked:before {
    content: "\f106";
  }
  /* line 2037, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav ul li > ul > li {
    background: #4a942d;
  }
  /* line 2039, ../sass/_theme.scss */
  .mean-container .mean-bar .mean-nav ul li > ul > li > a {
    padding: 10px 10%;
  }
  /* line 2049, ../sass/_theme.scss */
  .mean-container .mean-bar #navigation ul.language-switcher-locale-url li {
    float: none;
    display: none;
  }
  /* line 2052, ../sass/_theme.scss */
  .mean-container .mean-bar #navigation ul.language-switcher-locale-url li a,
  .mean-container .mean-bar #navigation ul.language-switcher-locale-url li span {
    width: 3rem;
    color: #ffffff;
    background-color: #6da6df;
  }
  /* line 2058, ../sass/_theme.scss */
  .mean-container .mean-bar #navigation ul.language-switcher-locale-url li.active {
    display: block;
  }
  /* line 2062, ../sass/_theme.scss */
  .mean-container .mean-bar #navigation ul.language-switcher-locale-url li.active a,
  .mean-container .mean-bar #navigation ul.language-switcher-locale-url li.active span {
    color: #ffffff;
    background-color: #000000;
  }
  /* line 2068, ../sass/_theme.scss */
  .mean-container .mean-bar #navigation ul.language-switcher-locale-url li span.locale-untranslated {
    color: #7f7f7f;
    background-color: #cccccc;
  }
  /* line 2075, ../sass/_theme.scss */
  .mean-container .mean-bar #navigation #block-block-15,
  .mean-container .mean-bar #navigation #block-weizmann-compass-header-custom-header {
    width: 100%;
    height: inherit;
  }
  /* line 2080, ../sass/_theme.scss */
  .mean-container .mean-bar #navigation #block-block-16 {
    display: none;
  }
}
/* line 2089, ../sass/_theme.scss */
#block-block-20 #navigation,
#block-weizmann-compass-header-scroll-header #navigation {
  display: none;
}

/* line 2094, ../sass/_theme.scss */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #d8d8d8;
}

/* line 2099, ../sass/_theme.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d8d8d8;
  opacity: 1;
}

/* line 2105, ../sass/_theme.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d8d8d8;
  opacity: 1;
}

/* line 2111, ../sass/_theme.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d8d8d8;
}

/* line 2116, ../sass/_theme.scss */
#views-exposed-form-search-page {
  padding-bottom: 3em;
}

/* line 2121, ../sass/_theme.scss */
#search-form .views-exposed-widgets,
#views-exposed-form-search-page .views-exposed-widgets {
  display: block;
  width: 37.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 2121, ../sass/_theme.scss */
  #search-form .views-exposed-widgets,
  #views-exposed-form-search-page .views-exposed-widgets {
    width: 100%;
  }
}
/* line 2129, ../sass/_theme.scss */
#search-form #edit-basic,
#search-form .views-exposed-widget,
#views-exposed-form-search-page #edit-basic,
#views-exposed-form-search-page .views-exposed-widget {
  padding: 0;
  display: inline-block;
  width: 100%;
}
/* line 2135, ../sass/_theme.scss */
#search-form .form-type-textfield,
#views-exposed-form-search-page .form-type-textfield {
  display: block;
  padding-right: 2.5rem;
  margin: 0;
}
/* line 2139, ../sass/_theme.scss */
#search-form .form-type-textfield label,
#views-exposed-form-search-page .form-type-textfield label {
  padding: 0.3125rem 0.9375rem 0.3125rem 0;
  line-height: 1.375rem;
}
/* line 2144, ../sass/_theme.scss */
#search-form input.form-text,
#views-exposed-form-search-page input.form-text {
  width: 35rem;
  line-height: 20px;
  padding: 5px 10px;
  text-indent: 0;
  border: solid 1px #b3b3b3;
  background: #ffffff;
  color: #333;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  /* line 2144, ../sass/_theme.scss */
  #search-form input.form-text,
  #views-exposed-form-search-page input.form-text {
    width: 100%;
  }
}
/* line 2160, ../sass/_theme.scss */
#search-form input[type="submit"],
#views-exposed-form-search-page input[type="submit"] {
  width: 40px;
  height: 32px;
  background: url(../images/Search_green.png) no-repeat center center #0066cc;
  background-size: 1.1875rem;
  font-size: 0;
  color: #ffffff;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  /* line 2160, ../sass/_theme.scss */
  #search-form input[type="submit"],
  #views-exposed-form-search-page input[type="submit"] {
    top: inherit;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  /* line 2181, ../sass/_theme.scss */
  #views-exposed-form-search-page input[type="submit"] {
    top: 0;
  }
}

/* line 2188, ../sass/_theme.scss */
#search-block-form,
.search-redirect-form {
  background: #0066cc;
  overflow: hidden;
}
/* line 2193, ../sass/_theme.scss */
#search-block-form .form-item-search-block-form,
#search-block-form .form-item-search,
.search-redirect-form .form-item-search-block-form,
.search-redirect-form .form-item-search {
  float: left;
  margin: 0;
}
/* line 2198, ../sass/_theme.scss */
#search-block-form #edit-actions,
.search-redirect-form #edit-actions {
  width: 3.75rem;
  height: 2.1rem;
  display: block;
  float: right;
}
/* line 2204, ../sass/_theme.scss */
#search-block-form input.form-text,
.search-redirect-form input.form-text {
  font-weight: 200;
  line-height: 1.25rem;
  color: #ffffff;
  padding: 0.625rem;
  border: none;
  text-indent: 0.625rem;
  font-size: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 2214, ../sass/_theme.scss */
#search-block-form input[type="submit"],
.search-redirect-form input[type="submit"] {
  font-size: 0;
  color: #ffffff;
  position: relative;
  padding: 0;
  width: 3.75rem;
  height: 2.1rem;
  background: url("../images/Search_green.png") no-repeat center center transparent;
  background-size: 1.1875rem;
}
@media all and (max-width: 767px) {
  /* line 2214, ../sass/_theme.scss */
  #search-block-form input[type="submit"],
  .search-redirect-form input[type="submit"] {
    width: 10vw;
  }
}
/* line 2226, ../sass/_theme.scss */
#search-block-form input[type="submit"]:focus,
.search-redirect-form input[type="submit"]:focus {
  border: 1px dotted #fff;
}
/* line 2230, ../sass/_theme.scss */
#search-block-form input,
.search-redirect-form input {
  border: none;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2238, ../sass/_theme.scss */
.search-redirect-form.wing.active {
  position: absolute;
  right: 0;
  width: 22.5rem;
  height: 2.5rem;
  z-index: 999;
}
/* line 2244, ../sass/_theme.scss */
.search-redirect-form.wing.active input.form-text {
  display: block;
  border-right: solid 1px #ffffff;
  width: 18.75rem;
}
/* line 2250, ../sass/_theme.scss */
.search-redirect-form.wing input.form-text {
  display: none;
}

/* line 2255, ../sass/_theme.scss */
#search-block-form,
.search-redirect-form:not(.wing) {
  width: 22.5rem;
  float: right;
  height: 2.1rem;
}
@media all and (max-width: 767px) {
  /* line 2255, ../sass/_theme.scss */
  #search-block-form,
  .search-redirect-form:not(.wing) {
    width: 70vw;
  }
}
/* line 2264, ../sass/_theme.scss */
#search-block-form input.form-text,
.search-redirect-form:not(.wing) input.form-text {
  width: 18.75rem;
  border: solid 1px #b3b3b3;
  line-height: 1.25rem;
  background: #ffffff;
  color: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 2.1rem;
}
@media all and (max-width: 480px) {
  /* line 2264, ../sass/_theme.scss */
  #search-block-form input.form-text,
  .search-redirect-form:not(.wing) input.form-text {
    width: 60vw;
  }
}
/* line 2276, ../sass/_theme.scss */
#search-block-form #edit-actions,
.search-redirect-form:not(.wing) #edit-actions {
  height: 2.1rem;
}
/* line 2279, ../sass/_theme.scss */
#search-block-form input[type="submit"],
.search-redirect-form:not(.wing) input[type="submit"] {
  height: 2.1rem;
}

/* line 2306, ../sass/_theme.scss */
.grid * {
  box-sizing: border-box;
}

/* line 2310, ../sass/_theme.scss */
#block-views-weizmann-world-block {
  /*width: $bp2p / 4.4;*/
  width: 10.9375rem;
  float: right;
}
@media only screen and (max-width: 580px) {
  /* line 2310, ../sass/_theme.scss */
  #block-views-weizmann-world-block {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2310, ../sass/_theme.scss */
  #block-views-weizmann-world-block {
    width: 100%;
    float: none;
  }
}

/* line 2325, ../sass/_theme.scss */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* line 2331, ../sass/_theme.scss */
.front .grid-item {
  display: block;
  margin-bottom: 1.25rem;
  /*float: left;*/
  width: 10.9375rem;
}
@media (max-width: 580px) {
  /* line 2331, ../sass/_theme.scss */
  .front .grid-item {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2331, ../sass/_theme.scss */
  .front .grid-item {
    width: 48%;
    margin: 0 0 20px;
  }
}

/* line 2347, ../sass/_theme.scss */
.grid-item {
  display: block;
  margin-bottom: 1.25rem;
  /*float: left;*/
  width: 13.75rem;
}
@media (max-width: 580px) {
  /* line 2347, ../sass/_theme.scss */
  .grid-item {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2347, ../sass/_theme.scss */
  .grid-item {
    width: 100%;
    margin: 0;
  }
}

/* line 2363, ../sass/_theme.scss */
.grid-sizer {
  width: 48%;
}

/* line 2367, ../sass/_theme.scss */
.gutter-sizer {
  width: 4%;
}

/* line 2371, ../sass/_theme.scss */
.grid-item--width2 {
  max-width: 29.0625rem;
}
@media (max-width: 580px) {
  /* line 2371, ../sass/_theme.scss */
  .grid-item--width2 {
    width: 100%;
    margin: 0 0 20px;
    max-width: 100%;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2371, ../sass/_theme.scss */
  .grid-item--width2 {
    width: 48%;
    margin: 0 0 20px;
    max-width: 48%;
  }
}

/* line 2386, ../sass/_theme.scss */
h2.more-stories {
  text-align: center;
  position: relative;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  padding: 0;
  z-index: 1;
}
/* line 2393, ../sass/_theme.scss */
h2.more-stories .text {
  position: relative;
  display: inline;
  background-color: #ffffff;
  padding: 0 1.25rem;
  color: #66b345;
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1.75rem;
  font-weight: 600;
}
/* line 2403, ../sass/_theme.scss */
h2.more-stories .text:before, h2.more-stories .text:after {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 0.625rem;
  color: #66b345;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 2412, ../sass/_theme.scss */
h2.more-stories .text:before {
  left: 0;
}
/* line 2415, ../sass/_theme.scss */
h2.more-stories .text:after {
  right: 0;
  left: inherit;
}
/* line 2420, ../sass/_theme.scss */
h2.more-stories:before {
  background: #66b345;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 580px) {
  /* line 2420, ../sass/_theme.scss */
  h2.more-stories:before {
    width: 110%;
    left: -5%;
  }
}

/* line 2438, ../sass/_theme.scss */
.page-search #content,
.page-site-map #content {
  margin-top: 3.125rem;
}
@media all and (max-width: 580px) {
  /* line 2438, ../sass/_theme.scss */
  .page-search #content,
  .page-site-map #content {
    margin-top: 20px;
  }
}

/*
.section-contact {
  #content {
    margin-top: 3.125rem;
    @media all and (max-width: $bp1) {
      margin-top: 20px;
    }
  }
  .field-name-body {
    float: left;
    width: 40%;
    h3 {
      margin: 0.875rem 0 0 0;
      &:first-child {
        margin-top: 0;
      }
    }
    p {
      font-size: 1rem;
      line-height: 1.375rem;
      margin: 0;
      padding: 0;
    }
    a {
      color: $link-color;
      &:hover {
        text-decoration: underline;
      }
    }
    .heading-inline {
      color: #66B345;
    }
  }
  .field-name-field-image {
    float: right;
    width: 60%;
  }
  @media all and (max-width: $bp2) {
    .field-name-body {
      float: none;
      width: 100%;
      margin-bottom: 15px;
    }
    .field-name-field-image {
      float: none;
      width: 100%;
    }
  }
}
*/
/* line 2498, ../sass/_theme.scss */
.section-about-weizmann-compass #content {
  margin-top: 3.125rem;
  position: relative;
}
@media all and (max-width: 767px) {
  /* line 2498, ../sass/_theme.scss */
  .section-about-weizmann-compass #content {
    margin-top: 20px;
  }
}
/* line 2504, ../sass/_theme.scss */
.section-about-weizmann-compass #content h1.title {
  width: 50%;
  height: 4.375rem;
}
@media all and (max-width: 767px) {
  /* line 2504, ../sass/_theme.scss */
  .section-about-weizmann-compass #content h1.title {
    width: 100%;
    height: inherit;
    font-size: 25px;
    margin-bottom: 15px;
  }
}
/* line 2514, ../sass/_theme.scss */
.section-about-weizmann-compass #content .region-content {
  padding-top: 0;
}
/* line 2517, ../sass/_theme.scss */
.section-about-weizmann-compass #content .block-system {
  width: 75%;
  float: left;
}
/* line 2520, ../sass/_theme.scss */
.section-about-weizmann-compass #content .block-system .field-name-body {
  float: left;
  width: 66%;
}
/* line 2524, ../sass/_theme.scss */
.section-about-weizmann-compass #content .block-system .field-name-field-image {
  float: left;
  width: 34%;
  text-align: center;
  padding-left: 1.5625rem;
  box-sizing: border-box;
}
/* line 2530, ../sass/_theme.scss */
.section-about-weizmann-compass #content .block-system .field-name-field-image img {
  width: 100%;
}
@media all and (max-width: 767px) {
  /* line 2517, ../sass/_theme.scss */
  .section-about-weizmann-compass #content .block-system {
    width: 100%;
    float: none;
  }
  /* line 2537, ../sass/_theme.scss */
  .section-about-weizmann-compass #content .block-system .field-name-body {
    width: 100%;
    float: none;
  }
  /* line 2541, ../sass/_theme.scss */
  .section-about-weizmann-compass #content .block-system .field-name-field-image {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
/* line 2548, ../sass/_theme.scss */
.section-about-weizmann-compass #content #block-block-4 {
  float: right;
  width: 25%;
  padding-left: 1.5625rem;
  box-sizing: border-box;
  top: 0;
  position: absolute;
  right: 0;
}
/* line 2556, ../sass/_theme.scss */
.section-about-weizmann-compass #content #block-block-4 h2 {
  padding: 0 0 0;
  margin: 0;
  height: 4.375rem;
}
@media all and (max-width: 767px) {
  /* line 2548, ../sass/_theme.scss */
  .section-about-weizmann-compass #content #block-block-4 {
    width: 100%;
    float: none;
    position: static;
    padding-left: 0;
  }
  /* line 2566, ../sass/_theme.scss */
  .section-about-weizmann-compass #content #block-block-4 h2 {
    height: inherit;
    margin-bottom: 10px;
  }
}

/* line 2575, ../sass/_theme.scss */
.node-type-story #main #content .field-name-field-tags {
  margin-top: 0.65rem;
}
/* line 2577, ../sass/_theme.scss */
.node-type-story #main #content .field-name-field-tags .field-label {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  text-align: left;
  padding: 0.375rem 0.65rem 0.375rem 0;
}
/* line 2585, ../sass/_theme.scss */
.node-type-story #main #content .field-name-field-tags .field-items .field-item {
  float: left;
  padding-right: 0.5em;
}
/* line 2588, ../sass/_theme.scss */
.node-type-story #main #content .field-name-field-tags .field-items .field-item a {
  padding: 0.375rem 1.25rem 0.375rem 0.375rem;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  text-transform: uppercase;
  border-width: 0;
  border-color: #ffffff;
  background-color: #3b8b1b;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  -ms-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  display: inline-block;
}
/* line 2606, ../sass/_theme.scss */
.node-type-story #main #content .field-name-field-tags .field-items .field-item a:hover, .node-type-story #main #content .field-name-field-tags .field-items .field-item a:focus {
  background: #2c6216;
}

@media (min-width: 581px) and (max-width: 767px) {
  /* line 2615, ../sass/_theme.scss */
  .section-weizmann-world .story-teaser {
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  /* line 2615, ../sass/_theme.scss */
  .section-weizmann-world .story-teaser {
    margin-bottom: 20px;
  }
}

/* line 2624, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu,
.menu-block-3 ul.menu,
.block-taxonomy-menu-block ul.menu {
  padding: 0;
  margin: 0 -0.625rem 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 2640, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li,
.menu-block-3 ul.menu li,
.block-taxonomy-menu-block ul.menu li {
  width: 5.625rem;
  list-style-image: none;
  list-style-type: none;
  margin: 0 0.625rem;
}
/* line 2650, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li h3,
.menu-name-menu-weizmann-world ul.menu li span,
.menu-block-3 ul.menu li h3,
.menu-block-3 ul.menu li span,
.block-taxonomy-menu-block ul.menu li h3,
.block-taxonomy-menu-block ul.menu li span {
  text-align: center;
  font-size: 0.875rem;
  color: #3b8b1b;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1875rem;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  display: block;
}
/* line 2664, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li a:focus h3,
.menu-name-menu-weizmann-world ul.menu li a:focus span,
.menu-block-3 ul.menu li a:focus h3,
.menu-block-3 ul.menu li a:focus span,
.block-taxonomy-menu-block ul.menu li a:focus h3,
.block-taxonomy-menu-block ul.menu li a:focus span {
  text-decoration: underline;
}
/* line 2669, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li a.not-active,
.menu-block-3 ul.menu li a.not-active,
.block-taxonomy-menu-block ul.menu li a.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
/* line 2673, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li a.not-active .img,
.menu-name-menu-weizmann-world ul.menu li a.not-active h3,
.menu-name-menu-weizmann-world ul.menu li a.not-active span,
.menu-block-3 ul.menu li a.not-active .img,
.menu-block-3 ul.menu li a.not-active h3,
.menu-block-3 ul.menu li a.not-active span,
.block-taxonomy-menu-block ul.menu li a.not-active .img,
.block-taxonomy-menu-block ul.menu li a.not-active h3,
.block-taxonomy-menu-block ul.menu li a.not-active span {
  filter: grayscale(100%);
  opacity: 0.1;
}
/* line 2680, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li .img,
.menu-block-3 ul.menu li .img,
.block-taxonomy-menu-block ul.menu li .img {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.5rem;
}
/* line 2688, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li .img.weizmann-world-usa,
.menu-block-3 ul.menu li .img.weizmann-world-usa,
.block-taxonomy-menu-block ul.menu li .img.weizmann-world-usa {
  background: url("../images/req_june20_ww_committees_icons/us.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
}
/* line 2694, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li .img.weizmann-world-europe,
.menu-block-3 ul.menu li .img.weizmann-world-europe,
.block-taxonomy-menu-block ul.menu li .img.weizmann-world-europe {
  background: url("../images/req_june20_ww_committees_icons/eu.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
}
/* line 2700, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li .img.weizmann-world-australia,
.menu-block-3 ul.menu li .img.weizmann-world-australia,
.block-taxonomy-menu-block ul.menu li .img.weizmann-world-australia {
  background: url("../images/req_june20_ww_committees_icons/australia.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
}
/* line 2706, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li .img.weizmann-world-france,
.menu-block-3 ul.menu li .img.weizmann-world-france,
.block-taxonomy-menu-block ul.menu li .img.weizmann-world-france {
  background: url("../images/req_june20_ww_committees_icons/france.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
}
/* line 2712, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li .img.weizmann-world-israel,
.menu-block-3 ul.menu li .img.weizmann-world-israel,
.block-taxonomy-menu-block ul.menu li .img.weizmann-world-israel {
  background: url("../images/req_june20_ww_committees_icons/israel.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
}
/* line 2718, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li .img.weizmann-world-latin-america,
.menu-block-3 ul.menu li .img.weizmann-world-latin-america,
.block-taxonomy-menu-block ul.menu li .img.weizmann-world-latin-america {
  background: url("../images/req_june20_ww_committees_icons/latin_america.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
}
/* line 2724, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li .img.weizmann-world-uk,
.menu-block-3 ul.menu li .img.weizmann-world-uk,
.block-taxonomy-menu-block ul.menu li .img.weizmann-world-uk {
  background: url("../images/req_june20_ww_committees_icons/uk.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
}
/* line 2730, ../sass/_theme.scss */
.menu-name-menu-weizmann-world ul.menu li .img.weizmann-world-canada,
.menu-block-3 ul.menu li .img.weizmann-world-canada,
.block-taxonomy-menu-block ul.menu li .img.weizmann-world-canada {
  background: url("../images/req_june20_ww_committees_icons/canada.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
}
@media (max-width: 580px) {
  /* line 2624, ../sass/_theme.scss */
  .menu-name-menu-weizmann-world ul.menu,
  .menu-block-3 ul.menu,
  .block-taxonomy-menu-block ul.menu {
    margin-top: 1.25rem;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 2742, ../sass/_theme.scss */
  .menu-name-menu-weizmann-world ul.menu li,
  .menu-block-3 ul.menu li,
  .block-taxonomy-menu-block ul.menu li {
    margin: 0 0 1rem;
    width: 50%;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2624, ../sass/_theme.scss */
  .menu-name-menu-weizmann-world ul.menu,
  .menu-block-3 ul.menu,
  .block-taxonomy-menu-block ul.menu {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 2751, ../sass/_theme.scss */
  .menu-name-menu-weizmann-world ul.menu li,
  .menu-block-3 ul.menu li,
  .block-taxonomy-menu-block ul.menu li {
    margin: 0 0 1rem;
    width: 50%;
  }
}

@media all and (min-width: 768px) {
  /* line 2769, ../sass/_theme.scss */
  .section-search .block-system .views-row,
  .view-stories.view-display-id-page_1 .attachment .views-row,
  .view-stories.view-display-id-page_2 .views-row,
  .view-weizmann-world.view-display-id-page_1 .views-row,
  .view-taxonomy-term .views-row,
  .section-sections .block-system .node-story.node-teaser,
  .section-tags .block-system .node-story.node-teaser,
  .section-sections .block-system .node-hebrew-story.node-teaser,
  .section-tags .block-system .node-hebrew-story.node-teaser,
  .section-tag .block-system .views-row,
  .section-tags .block-system .views-row {
    		/*width: 50%;
        float: left;
        overflow: hidden;*/
  }
  /* line 2785, ../sass/_theme.scss */
  .section-search .block-system .views-row:nth-child(2n + 1),
  .view-stories.view-display-id-page_1 .attachment .views-row:nth-child(2n + 1),
  .view-stories.view-display-id-page_2 .views-row:nth-child(2n + 1),
  .view-weizmann-world.view-display-id-page_1 .views-row:nth-child(2n + 1),
  .view-taxonomy-term .views-row:nth-child(2n + 1),
  .section-sections .block-system .node-story.node-teaser:nth-child(2n + 1),
  .section-tags .block-system .node-story.node-teaser:nth-child(2n + 1),
  .section-sections .block-system .node-hebrew-story.node-teaser:nth-child(2n + 1),
  .section-tags .block-system .node-hebrew-story.node-teaser:nth-child(2n + 1),
  .section-tag .block-system .views-row:nth-child(2n + 1),
  .section-tags .block-system .views-row:nth-child(2n + 1) {
    float: left;
    width: 45%;
    margin-left: 0%;
    margin-right: -45%;
    padding: 0;
    clear: left;
  }
  /* line 2790, ../sass/_theme.scss */
  .section-search .block-system .views-row:nth-child(2n + 2),
  .view-stories.view-display-id-page_1 .attachment .views-row:nth-child(2n + 2),
  .view-stories.view-display-id-page_2 .views-row:nth-child(2n + 2),
  .view-weizmann-world.view-display-id-page_1 .views-row:nth-child(2n + 2),
  .view-taxonomy-term .views-row:nth-child(2n + 2),
  .section-sections .block-system .node-story.node-teaser:nth-child(2n + 2),
  .section-tags .block-system .node-story.node-teaser:nth-child(2n + 2),
  .section-sections .block-system .node-hebrew-story.node-teaser:nth-child(2n + 2),
  .section-tags .block-system .node-hebrew-story.node-teaser:nth-child(2n + 2),
  .section-tag .block-system .views-row:nth-child(2n + 2),
  .section-tags .block-system .views-row:nth-child(2n + 2) {
    float: left;
    width: 45%;
    margin-left: 55%;
    margin-right: -100%;
    padding: 0;
  }
  /* line 2794, ../sass/_theme.scss */
  .section-search .block-system .views-row > a,
  .view-stories.view-display-id-page_1 .attachment .views-row > a,
  .view-stories.view-display-id-page_2 .views-row > a,
  .view-weizmann-world.view-display-id-page_1 .views-row > a,
  .view-taxonomy-term .views-row > a,
  .section-sections .block-system .node-story.node-teaser > a,
  .section-tags .block-system .node-story.node-teaser > a,
  .section-sections .block-system .node-hebrew-story.node-teaser > a,
  .section-tags .block-system .node-hebrew-story.node-teaser > a,
  .section-tag .block-system .views-row > a,
  .section-tags .block-system .views-row > a {
    display: inline-block;
  }
  /* line 2796, ../sass/_theme.scss */
  .section-search .block-system .views-row > a:focus,
  .view-stories.view-display-id-page_1 .attachment .views-row > a:focus,
  .view-stories.view-display-id-page_2 .views-row > a:focus,
  .view-weizmann-world.view-display-id-page_1 .views-row > a:focus,
  .view-taxonomy-term .views-row > a:focus,
  .section-sections .block-system .node-story.node-teaser > a:focus,
  .section-tags .block-system .node-story.node-teaser > a:focus,
  .section-sections .block-system .node-hebrew-story.node-teaser > a:focus,
  .section-tags .block-system .node-hebrew-story.node-teaser > a:focus,
  .section-tag .block-system .views-row > a:focus,
  .section-tags .block-system .views-row > a:focus {
    outline: none;
  }
  /* line 2800, ../sass/_theme.scss */
  .section-search .block-system .views-row .group-left,
  .view-stories.view-display-id-page_1 .attachment .views-row .group-left,
  .view-stories.view-display-id-page_2 .views-row .group-left,
  .view-weizmann-world.view-display-id-page_1 .views-row .group-left,
  .view-taxonomy-term .views-row .group-left,
  .section-sections .block-system .node-story.node-teaser .group-left,
  .section-tags .block-system .node-story.node-teaser .group-left,
  .section-sections .block-system .node-hebrew-story.node-teaser .group-left,
  .section-tags .block-system .node-hebrew-story.node-teaser .group-left,
  .section-tag .block-system .views-row .group-left,
  .section-tags .block-system .views-row .group-left {
    float: left;
  }
  /* line 2802, ../sass/_theme.scss */
  .section-search .block-system .views-row .group-left img,
  .view-stories.view-display-id-page_1 .attachment .views-row .group-left img,
  .view-stories.view-display-id-page_2 .views-row .group-left img,
  .view-weizmann-world.view-display-id-page_1 .views-row .group-left img,
  .view-taxonomy-term .views-row .group-left img,
  .section-sections .block-system .node-story.node-teaser .group-left img,
  .section-tags .block-system .node-story.node-teaser .group-left img,
  .section-sections .block-system .node-hebrew-story.node-teaser .group-left img,
  .section-tags .block-system .node-hebrew-story.node-teaser .group-left img,
  .section-tag .block-system .views-row .group-left img,
  .section-tags .block-system .views-row .group-left img {
    width: 6.25rem;
    height: 6.25rem;
  }
  /* line 2806, ../sass/_theme.scss */
  .section-search .block-system .views-row .group-left *,
  .view-stories.view-display-id-page_1 .attachment .views-row .group-left *,
  .view-stories.view-display-id-page_2 .views-row .group-left *,
  .view-weizmann-world.view-display-id-page_1 .views-row .group-left *,
  .view-taxonomy-term .views-row .group-left *,
  .section-sections .block-system .node-story.node-teaser .group-left *,
  .section-tags .block-system .node-story.node-teaser .group-left *,
  .section-sections .block-system .node-hebrew-story.node-teaser .group-left *,
  .section-tags .block-system .node-hebrew-story.node-teaser .group-left *,
  .section-tag .block-system .views-row .group-left *,
  .section-tags .block-system .views-row .group-left * {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  /* line 2812, ../sass/_theme.scss */
  .section-search .block-system .views-row .group-left .image,
  .view-stories.view-display-id-page_1 .attachment .views-row .group-left .image,
  .view-stories.view-display-id-page_2 .views-row .group-left .image,
  .view-weizmann-world.view-display-id-page_1 .views-row .group-left .image,
  .view-taxonomy-term .views-row .group-left .image,
  .section-sections .block-system .node-story.node-teaser .group-left .image,
  .section-tags .block-system .node-story.node-teaser .group-left .image,
  .section-sections .block-system .node-hebrew-story.node-teaser .group-left .image,
  .section-tags .block-system .node-hebrew-story.node-teaser .group-left .image,
  .section-tag .block-system .views-row .group-left .image,
  .section-tags .block-system .views-row .group-left .image {
    background-color: #000000;
    color: #66b345;
    width: 6.25rem;
    height: 6.25rem;
  }
  /* line 2817, ../sass/_theme.scss */
  .section-search .block-system .views-row .group-left .image p.section,
  .view-stories.view-display-id-page_1 .attachment .views-row .group-left .image p.section,
  .view-stories.view-display-id-page_2 .views-row .group-left .image p.section,
  .view-weizmann-world.view-display-id-page_1 .views-row .group-left .image p.section,
  .view-taxonomy-term .views-row .group-left .image p.section,
  .section-sections .block-system .node-story.node-teaser .group-left .image p.section,
  .section-tags .block-system .node-story.node-teaser .group-left .image p.section,
  .section-sections .block-system .node-hebrew-story.node-teaser .group-left .image p.section,
  .section-tags .block-system .node-hebrew-story.node-teaser .group-left .image p.section,
  .section-tag .block-system .views-row .group-left .image p.section,
  .section-tags .block-system .views-row .group-left .image p.section {
    padding: 3em 2em;
  }
  /* line 2822, ../sass/_theme.scss */
  .section-search .block-system .views-row .group-right,
  .view-stories.view-display-id-page_1 .attachment .views-row .group-right,
  .view-stories.view-display-id-page_2 .views-row .group-right,
  .view-weizmann-world.view-display-id-page_1 .views-row .group-right,
  .view-taxonomy-term .views-row .group-right,
  .section-sections .block-system .node-story.node-teaser .group-right,
  .section-tags .block-system .node-story.node-teaser .group-right,
  .section-sections .block-system .node-hebrew-story.node-teaser .group-right,
  .section-tags .block-system .node-hebrew-story.node-teaser .group-right,
  .section-tag .block-system .views-row .group-right,
  .section-tags .block-system .views-row .group-right {
    padding-left: 7.8125rem;
  }
  /* line 2825, ../sass/_theme.scss */
  .section-search .block-system .views-row h3,
  .view-stories.view-display-id-page_1 .attachment .views-row h3,
  .view-stories.view-display-id-page_2 .views-row h3,
  .view-weizmann-world.view-display-id-page_1 .views-row h3,
  .view-taxonomy-term .views-row h3,
  .section-sections .block-system .node-story.node-teaser h3,
  .section-tags .block-system .node-story.node-teaser h3,
  .section-sections .block-system .node-hebrew-story.node-teaser h3,
  .section-tags .block-system .node-hebrew-story.node-teaser h3,
  .section-tag .block-system .views-row h3,
  .section-tags .block-system .views-row h3 {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  /* line 2769, ../sass/_theme.scss */
  .section-search .block-system .views-row,
  .view-stories.view-display-id-page_1 .attachment .views-row,
  .view-stories.view-display-id-page_2 .views-row,
  .view-weizmann-world.view-display-id-page_1 .views-row,
  .view-taxonomy-term .views-row,
  .section-sections .block-system .node-story.node-teaser,
  .section-tags .block-system .node-story.node-teaser,
  .section-sections .block-system .node-hebrew-story.node-teaser,
  .section-tags .block-system .node-hebrew-story.node-teaser,
  .section-tag .block-system .views-row,
  .section-tags .block-system .views-row {
    width: 100%;
    float: none;
    padding-bottom: 2em;
  }
  /* line 2833, ../sass/_theme.scss */
  .section-search .block-system .views-row .group-left,
  .view-stories.view-display-id-page_1 .attachment .views-row .group-left,
  .view-stories.view-display-id-page_2 .views-row .group-left,
  .view-weizmann-world.view-display-id-page_1 .views-row .group-left,
  .view-taxonomy-term .views-row .group-left,
  .section-sections .block-system .node-story.node-teaser .group-left,
  .section-tags .block-system .node-story.node-teaser .group-left,
  .section-sections .block-system .node-hebrew-story.node-teaser .group-left,
  .section-tags .block-system .node-hebrew-story.node-teaser .group-left,
  .section-tag .block-system .views-row .group-left,
  .section-tags .block-system .views-row .group-left {
    float: left;
    width: 27%;
  }
  /* line 2836, ../sass/_theme.scss */
  .section-search .block-system .views-row .group-left *,
  .view-stories.view-display-id-page_1 .attachment .views-row .group-left *,
  .view-stories.view-display-id-page_2 .views-row .group-left *,
  .view-weizmann-world.view-display-id-page_1 .views-row .group-left *,
  .view-taxonomy-term .views-row .group-left *,
  .section-sections .block-system .node-story.node-teaser .group-left *,
  .section-tags .block-system .node-story.node-teaser .group-left *,
  .section-sections .block-system .node-hebrew-story.node-teaser .group-left *,
  .section-tags .block-system .node-hebrew-story.node-teaser .group-left *,
  .section-tag .block-system .views-row .group-left *,
  .section-tags .block-system .views-row .group-left * {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  /* line 2843, ../sass/_theme.scss */
  .section-search .block-system .views-row .group-right,
  .view-stories.view-display-id-page_1 .attachment .views-row .group-right,
  .view-stories.view-display-id-page_2 .views-row .group-right,
  .view-weizmann-world.view-display-id-page_1 .views-row .group-right,
  .view-taxonomy-term .views-row .group-right,
  .section-sections .block-system .node-story.node-teaser .group-right,
  .section-tags .block-system .node-story.node-teaser .group-right,
  .section-sections .block-system .node-hebrew-story.node-teaser .group-right,
  .section-tags .block-system .node-hebrew-story.node-teaser .group-right,
  .section-tag .block-system .views-row .group-right,
  .section-tags .block-system .views-row .group-right {
    float: right;
    width: 70%;
  }
  /* line 2847, ../sass/_theme.scss */
  .section-search .block-system .views-row h3,
  .view-stories.view-display-id-page_1 .attachment .views-row h3,
  .view-stories.view-display-id-page_2 .views-row h3,
  .view-weizmann-world.view-display-id-page_1 .views-row h3,
  .view-taxonomy-term .views-row h3,
  .section-sections .block-system .node-story.node-teaser h3,
  .section-tags .block-system .node-story.node-teaser h3,
  .section-sections .block-system .node-hebrew-story.node-teaser h3,
  .section-tags .block-system .node-hebrew-story.node-teaser h3,
  .section-tag .block-system .views-row h3,
  .section-tags .block-system .views-row h3 {
    margin-top: 0;
  }
}

@media all and (min-width: 768px) {
  /* line 2854, ../sass/_theme.scss */
  .section-search .block-system .node-teaser,
  .view-stories.view-display-id-page_1 .attachment .views-row,
  .view-weizmann-world.view-display-id-page_1 .views-row,
  .view-taxonomy-term .views-row,
  .view-stories.view-display-id-page_2 .views-row {
    margin-bottom: 1.5625rem;
    		/*&:nth-child(2n+1) {
          padding: 0 0.75rem 1.5625rem 0;
          box-sizing: border-box;
          min-height: 8.75rem;
        }
        &:nth-child(2n) {
          padding: 0 0 1.5625rem 0.75rem;
          box-sizing: border-box;
          min-height: 8.75rem;
        }*/
  }
  /* line 2870, ../sass/_theme.scss */
  .section-search .block-system .node-teaser h3,
  .section-search .block-system .node-teaser .as-h3,
  .section-search .block-system .node-teaser .page-search .view-search h3.article-title,
  .page-search .view-search .section-search .block-system .node-teaser h3.article-title,
  .view-stories.view-display-id-page_1 .attachment .views-row h3,
  .view-stories.view-display-id-page_1 .attachment .views-row .as-h3,
  .view-stories.view-display-id-page_1 .attachment .views-row .page-search .view-search h3.article-title,
  .page-search .view-search .view-stories.view-display-id-page_1 .attachment .views-row h3.article-title,
  .view-weizmann-world.view-display-id-page_1 .views-row h3,
  .view-weizmann-world.view-display-id-page_1 .views-row .as-h3,
  .view-weizmann-world.view-display-id-page_1 .views-row .page-search .view-search h3.article-title,
  .page-search .view-search .view-weizmann-world.view-display-id-page_1 .views-row h3.article-title,
  .view-taxonomy-term .views-row h3,
  .view-taxonomy-term .views-row .as-h3,
  .view-taxonomy-term .views-row .page-search .view-search h3.article-title,
  .page-search .view-search .view-taxonomy-term .views-row h3.article-title,
  .view-stories.view-display-id-page_2 .views-row h3,
  .view-stories.view-display-id-page_2 .views-row .as-h3,
  .view-stories.view-display-id-page_2 .views-row .page-search .view-search h3.article-title,
  .page-search .view-search .view-stories.view-display-id-page_2 .views-row h3.article-title {
    margin-top: 0;
  }

  /* line 2882, ../sass/_theme.scss */
  .section-sections .block-system .node-story.node-teaser:nth-child(2n),
  .section-tags .block-system .node-story.node-teaser:nth-child(2n),
  .section-sections .block-system .node-hebrew-story.node-teaser:nth-child(2n),
  .section-tags .block-system .node-hebrew-story.node-teaser:nth-child(2n),
  .section-tag .block-system .views-row:nth-child(2n) {
    padding: 0 0 1.5625rem 0.75rem;
    box-sizing: border-box;
    width: 100%;
  }
  /* line 2887, ../sass/_theme.scss */
  .section-sections .block-system .node-story.node-teaser:nth-child(2n + 1),
  .section-tags .block-system .node-story.node-teaser:nth-child(2n + 1),
  .section-sections .block-system .node-hebrew-story.node-teaser:nth-child(2n + 1),
  .section-tags .block-system .node-hebrew-story.node-teaser:nth-child(2n + 1),
  .section-tag .block-system .views-row:nth-child(2n + 1) {
    padding: 0 0.75rem 1.5625rem 0;
    box-sizing: border-box;
    width: 100%;
  }
}
/* line 2896, ../sass/_theme.scss */
.node-type-weizmann-world .node .group-left {
  width: 21.5625rem;
  float: left;
  position: relative;
}
@media all and (max-width: 767px) {
  /* line 2896, ../sass/_theme.scss */
  .node-type-weizmann-world .node .group-left {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
/* line 2906, ../sass/_theme.scss */
.node-type-weizmann-world .node .group-right {
  width: 100%;
  float: none;
  padding-left: 23.125rem;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  /* line 2906, ../sass/_theme.scss */
  .node-type-weizmann-world .node .group-right {
    padding-left: 0;
  }
}

/* line 2920, ../sass/_theme.scss */
.view-stories.view-display-id-page_1 .attachment .node .group-left, .view-stories.view-display-id-page_2 .node .group-left, .view-weizmann-world.view-display-id-page_1 .node .group-left, .view-taxonomy-term
.node .group-left {
  width: 6.25rem;
  float: left;
  position: relative;
}
/* line 2924, ../sass/_theme.scss */
.view-stories.view-display-id-page_1 .attachment .node .group-left .image, .view-stories.view-display-id-page_2 .node .group-left .image, .view-weizmann-world.view-display-id-page_1 .node .group-left .image, .view-taxonomy-term
.node .group-left .image {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
/* line 2930, ../sass/_theme.scss */
.view-stories.view-display-id-page_1 .attachment .node .group-left img, .view-stories.view-display-id-page_2 .node .group-left img, .view-weizmann-world.view-display-id-page_1 .node .group-left img, .view-taxonomy-term
.node .group-left img {
  width: 6.25rem;
  height: 6.25rem;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
/* line 2939, ../sass/_theme.scss */
.view-stories.view-display-id-page_1 .attachment .node .group-right, .view-stories.view-display-id-page_2 .node .group-right, .view-weizmann-world.view-display-id-page_1 .node .group-right, .view-taxonomy-term
.node .group-right {
  width: 100%;
  float: none;
  padding-left: 7.8125rem;
  box-sizing: border-box;
}
/* line 2945, ../sass/_theme.scss */
.view-stories.view-display-id-page_1 .attachment h2, .view-stories.view-display-id-page_2 h2, .view-weizmann-world.view-display-id-page_1 h2, .view-taxonomy-term
h2 {
  margin-top: 0;
}

/* line 2949, ../sass/_theme.scss */
.section-weizmann-world .title-subtitle-link-logo {
  margin-top: -5rem;
}
@media (max-width: 580px) {
  /* line 2949, ../sass/_theme.scss */
  .section-weizmann-world .title-subtitle-link-logo {
    margin-top: 0;
  }
}

@media all and (max-width: 580px) {
  /* line 2957, ../sass/_theme.scss */
  .section-weizmann-world .title-subtitle-link-logo,
  .node-type-weizmann-world .title-subtitle-link-logo {
    height: inherit;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 2957, ../sass/_theme.scss */
  .section-weizmann-world .title-subtitle-link-logo,
  .node-type-weizmann-world .title-subtitle-link-logo {
    height: 5rem;
  }
}
/* line 2964, ../sass/_theme.scss */
.section-weizmann-world .title-subtitle-link-logo .title-subtitle-link,
.node-type-weizmann-world .title-subtitle-link-logo .title-subtitle-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 2974, ../sass/_theme.scss */
.section-weizmann-world .title-subtitle-link-logo .title-subtitle-link .as-h2,
.node-type-weizmann-world .title-subtitle-link-logo .title-subtitle-link .as-h2 {
  padding: 0 0;
  display: inline-block;
  padding-top: 2rem;
}
@media all and (max-width: 580px) {
  /* line 2964, ../sass/_theme.scss */
  .section-weizmann-world .title-subtitle-link-logo .title-subtitle-link,
  .node-type-weizmann-world .title-subtitle-link-logo .title-subtitle-link {
    float: none;
    width: 100%;
  }
}
/* line 2984, ../sass/_theme.scss */
.section-weizmann-world .title-subtitle-link-logo .title-subtitle-link a,
.node-type-weizmann-world .title-subtitle-link-logo .title-subtitle-link a {
  color: #6da6df;
  display: inline-block;
}
/* line 2988, ../sass/_theme.scss */
.section-weizmann-world .title-subtitle-link-logo .title-subtitle-link a:focus h1.title,
.section-weizmann-world .title-subtitle-link-logo .title-subtitle-link a:focus h2,
.node-type-weizmann-world .title-subtitle-link-logo .title-subtitle-link a:focus h1.title,
.node-type-weizmann-world .title-subtitle-link-logo .title-subtitle-link a:focus h2 {
  color: #2c6216;
}
/* line 2994, ../sass/_theme.scss */
.section-weizmann-world .title-subtitle-link-logo .title-subtitle-link a:focus-visible img,
.node-type-weizmann-world .title-subtitle-link-logo .title-subtitle-link a:focus-visible img {
  box-shadow: inset 0 0 4px #222;
}
/* line 2999, ../sass/_theme.scss */
.section-weizmann-world .title-subtitle-link-logo .logo,
.node-type-weizmann-world .title-subtitle-link-logo .logo {
  			/*float: right;
        width: 20%;*/
}
@media all and (max-width: 580px) {
  /* line 2999, ../sass/_theme.scss */
  .section-weizmann-world .title-subtitle-link-logo .logo,
  .node-type-weizmann-world .title-subtitle-link-logo .logo {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

/*.node-type-weizmann-world {
  .title-subtitle-link-logo {
    .logo {
      @media all and (max-width: $bp1) {
        margin-bottom: 0;
      }
    }
  }
}*/
/* line 3022, ../sass/_theme.scss */
ul.pager {
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  position: relative;
}
/* line 3028, ../sass/_theme.scss */
ul.pager li.pager-item,
ul.pager li.pager-first,
ul.pager li.pager-previous,
ul.pager li.pager-next,
ul.pager li.pager-last,
ul.pager li.pager-current,
ul.pager li.pager-previous,
ul.pager li.pager-next,
ul.pager li.pager-last,
ul.pager li.pager-ellipsis {
  display: block;
  float: left;
  padding: 0;
  margin: 0 0.125rem;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  text-align: center;
}
/* line 3043, ../sass/_theme.scss */
ul.pager li.pager-item a,
ul.pager li.pager-first a,
ul.pager li.pager-previous a,
ul.pager li.pager-next a,
ul.pager li.pager-last a,
ul.pager li.pager-current a,
ul.pager li.pager-previous a,
ul.pager li.pager-next a,
ul.pager li.pager-last a,
ul.pager li.pager-ellipsis a {
  display: block;
  line-height: 2.1875rem;
}
/* line 3049, ../sass/_theme.scss */
ul.pager .pager-item a:hover,
ul.pager .pager-item a:not([class]):focus {
  outline: 0;
  color: #ffffff;
  background-color: #3b8b1b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #2c6216;
  text-decoration: none;
}
/* line 3059, ../sass/_theme.scss */
ul.pager .pager-current {
  margin: 0;
  color: #ffffff;
  background-color: #3b8b1b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/* line 3066, ../sass/_theme.scss */
ul.pager li.pager-first, ul.pager li.pager-previous, ul.pager li.pager-next, ul.pager li.pager-last {
  width: 1.25rem;
}
/* line 3068, ../sass/_theme.scss */
ul.pager li.pager-first a, ul.pager li.pager-previous a, ul.pager li.pager-next a, ul.pager li.pager-last a {
  color: transparent;
  font-size: 1px;
}
/* line 3071, ../sass/_theme.scss */
ul.pager li.pager-first a:before, ul.pager li.pager-previous a:before, ul.pager li.pager-next a:before, ul.pager li.pager-last a:before {
  width: 2.1875rem;
  height: 1.25rem;
  line-height: 2.1875rem;
  position: relative;
  content: " ";
  color: #3b8b1b;
  font-size: 1.375rem;
  top: 0;
  font-family: FontAwesome;
  content: "\f100";
}
/* line 3083, ../sass/_theme.scss */
ul.pager li.pager-first a:hover:before, ul.pager li.pager-previous a:hover:before, ul.pager li.pager-next a:hover:before, ul.pager li.pager-last a:hover:before {
  color: #2c6216;
}
/* line 3086, ../sass/_theme.scss */
ul.pager li.pager-first a:focus-visible, ul.pager li.pager-previous a:focus-visible, ul.pager li.pager-next a:focus-visible, ul.pager li.pager-last a:focus-visible {
  box-shadow: inset 0 0 4px #222;
}
/* line 3091, ../sass/_theme.scss */
ul.pager li.pager-previous {
  padding-right: 0.9375rem;
}
/* line 3095, ../sass/_theme.scss */
ul.pager li.pager-previous a:before {
  content: "\f104";
}
/* line 3100, ../sass/_theme.scss */
ul.pager li.pager-next {
  padding-left: 0.9375rem;
}
/* line 3104, ../sass/_theme.scss */
ul.pager li.pager-next a:before {
  content: "\f105";
}
/* line 3112, ../sass/_theme.scss */
ul.pager li.pager-last a:before {
  content: "\f101";
}
/* line 3117, ../sass/_theme.scss */
ul.pager li.pager-ellipsis {
  line-height: 1.6875rem;
  width: 1.25rem;
}

/* line 3123, ../sass/_theme.scss */
.view-id-weizmann_world.view-display-id-block article,
#block-views-weizmann-world-block article {
  padding-bottom: 1.9rem;
}
/* line 3128, ../sass/_theme.scss */
.view-id-weizmann_world.view-display-id-block article > a:focus h3,
#block-views-weizmann-world-block article > a:focus h3 {
  text-decoration: underline;
}

/* line 3135, ../sass/_theme.scss */
.view-stories.view-display-id-attachment_1 .view-content {
  overflow: hidden;
}

/* line 3139, ../sass/_theme.scss */
.more-link {
  text-align: center;
  margin: 1.25rem 0 3.125rem;
}
/* line 3142, ../sass/_theme.scss */
.more-link a {
  background: #3b8b1b;
  color: #ffffff;
  padding: 0.375rem 1.875rem;
  display: inline-block;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  -ms-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
}
/* line 3148, ../sass/_theme.scss */
.more-link a:hover, .more-link a:focus {
  background-color: #2c6216;
  text-decoration: none;
}

/* line 3156, ../sass/_theme.scss */
.block-webform .form-actions {
  margin: 1.25rem 0 3.125rem;
}
/* line 3158, ../sass/_theme.scss */
.block-webform .form-actions .webform-submit {
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #3b8b1b;
  color: #3b8b1b;
  padding: 0.375rem 1.875rem;
  display: inline-block;
}
/* line 3166, ../sass/_theme.scss */
.block-webform .form-actions .webform-submit:hover {
  background-color: #3b8b1b;
  color: #ffffff;
  text-decoration: none;
}

/* line 3174, ../sass/_theme.scss */
.feed-icon {
  display: none;
}

/* line 3178, ../sass/_theme.scss */
h2.article-subtitle {
  padding-bottom: 1.5625rem;
  margin: 0;
}

@media all and (min-width: 768px) {
  /* line 3183, ../sass/_theme.scss */
  .field-name-field-main-text .field-item > p,
  .field-name-field-main-text .paragraph-side-image-wrapper > p,
  .field-name-field-main-text .paragraph-side-teaser-wrapper > p {
    width: 55%;
  }
}
@media all and (max-width: 767px) {
  /* line 3183, ../sass/_theme.scss */
  .field-name-field-main-text .field-item > p,
  .field-name-field-main-text .paragraph-side-image-wrapper > p,
  .field-name-field-main-text .paragraph-side-teaser-wrapper > p {
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  /* line 3196, ../sass/_theme.scss */
  .node-story.no-side-images.no-side-quoted-texts .field-name-field-main-text .field-item > p,
  .node-story.no-side-images.no-side-quoted-texts .field-name-field-main-text .paragraph-side-image-wrapper > p,
  .node-story.no-side-images.no-side-quoted-texts .field-name-field-main-text .paragraph-side-teaser-wrapper > p,
  .node-hebrew-story.no-side-images.no-side-quoted-texts .field-name-field-main-text .field-item > p,
  .node-hebrew-story.no-side-images.no-side-quoted-texts .field-name-field-main-text .paragraph-side-image-wrapper > p,
  .node-hebrew-story.no-side-images.no-side-quoted-texts .field-name-field-main-text .paragraph-side-teaser-wrapper > p {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  /* line 3196, ../sass/_theme.scss */
  .node-story.no-side-images.no-side-quoted-texts .field-name-field-main-text .field-item > p,
  .node-story.no-side-images.no-side-quoted-texts .field-name-field-main-text .paragraph-side-image-wrapper > p,
  .node-story.no-side-images.no-side-quoted-texts .field-name-field-main-text .paragraph-side-teaser-wrapper > p,
  .node-hebrew-story.no-side-images.no-side-quoted-texts .field-name-field-main-text .field-item > p,
  .node-hebrew-story.no-side-images.no-side-quoted-texts .field-name-field-main-text .paragraph-side-image-wrapper > p,
  .node-hebrew-story.no-side-images.no-side-quoted-texts .field-name-field-main-text .paragraph-side-teaser-wrapper > p {
    width: 100%;
  }
}

/* line 3208, ../sass/_theme.scss */
.node-story.no-side-quoted-texts .field-name-field-main-text .teasers-holder,
.node-hebrew-story.no-side-quoted-texts .field-name-field-main-text .teasers-holder {
  display: none;
}

@media all and (min-width: 768px) {
  /* line 3213, ../sass/_theme.scss */
  .field-name-field-main-text .paragraph-side-teaser-wrapper > p.teaser {
    width: 38%;
  }
}
@media all and (max-width: 767px) {
  /* line 3213, ../sass/_theme.scss */
  .field-name-field-main-text .paragraph-side-teaser-wrapper > p.teaser {
    display: none;
  }
}

/* line 3222, ../sass/_theme.scss */
.paragraph-side-image-wrapper,
.paragraph-side-teaser-wrapper {
  position: relative;
}

@media all and (min-width: 768px) {
  /* line 3228, ../sass/_theme.scss */
  html:not([dir="rtl"]) #content .node-story .paragraph-side-image-wrapper .side-image,
  html:not([dir="rtl"]) #content .node-story .paragraph-side-teaser-wrapper p.teaser {
    position: absolute;
    top: 0;
    right: 0;
    width: 40% !important;
  }
}

@media all and (min-width: 768px) {
  /* line 3241, ../sass/_theme.scss */
  #content[dir="rtl"] .paragraph-side-image-wrapper .side-image,
  #content[dir="rtl"] .paragraph-side-teaser-wrapper p.teaser {
    position: absolute;
    top: 0;
    left: 0;
    width: 40% !important;
  }
  /* line 3248, ../sass/_theme.scss */
  #content[dir="rtl"] .paragraph-side-image-wrapper .side-image img,
  #content[dir="rtl"] .paragraph-side-image-wrapper .side-image p.description,
  #content[dir="rtl"] .paragraph-side-teaser-wrapper p.teaser img,
  #content[dir="rtl"] .paragraph-side-teaser-wrapper p.teaser p.description {
    float: left;
  }
}

@media all and (min-width: 768px) {
  /* line 3259, ../sass/_theme.scss */
  #content .node-hebrew-story .paragraph-side-image-wrapper .side-image,
  #content .node-hebrew-story .paragraph-side-teaser-wrapper p.teaser {
    position: absolute;
    top: 0;
    left: 0;
    width: 40% !important;
  }
  /* line 3266, ../sass/_theme.scss */
  #content .node-hebrew-story .paragraph-side-image-wrapper .side-image img,
  #content .node-hebrew-story .paragraph-side-image-wrapper .side-image p.description,
  #content .node-hebrew-story .paragraph-side-teaser-wrapper p.teaser img,
  #content .node-hebrew-story .paragraph-side-teaser-wrapper p.teaser p.description {
    float: right;
  }
}

/* line 3276, ../sass/_theme.scss */
.view-stories.view-display-id-block_1 {
  width: 45.9375rem;
  display: inline-block;
}
/* line 3279, ../sass/_theme.scss */
.view-stories.view-display-id-block_1 .views-row:not(.views-row-last) {
  padding-right: 1.5625rem;
}
@media all and (max-width: 767px) {
  /* line 3276, ../sass/_theme.scss */
  .view-stories.view-display-id-block_1 {
    width: 100%;
  }
  /* line 3284, ../sass/_theme.scss */
  .view-stories.view-display-id-block_1 .views-row:not(.views-row-last) {
    padding-right: 0;
  }
}

/* line 3290, ../sass/_theme.scss */
.view-giving-to-weizmann.view-display-id-block {
  width: 13.75rem;
  display: inline-block;
  float: right;
}
/* line 3294, ../sass/_theme.scss */
.view-giving-to-weizmann.view-display-id-block article {
  height: 31.875rem;
  position: relative;
  border: 1px solid #6da6df;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  border-radius: 0.375rem;
  width: 13.75rem;
}
/* line 3304, ../sass/_theme.scss */
.view-giving-to-weizmann.view-display-id-block article a .giving-to-weizmann-const {
  background: url("../images/RD_teaser_top_inner.jpg") transparent no-repeat 0 0;
  height: 13.75rem;
  width: 13.75rem;
  overflow: hidden;
  -webkit-border-radius: 0.375rem 0.375rem 0 0;
  -moz-border-radius: 0.375rem 0.375rem 0 0;
  -ms-border-radius: 0.375rem 0.375rem 0 0;
  border-radius: 0.375rem 0.375rem 0 0;
}
/* line 3314, ../sass/_theme.scss */
.view-giving-to-weizmann.view-display-id-block article a .giving-to-weizmann-const .text {
  text-transform: uppercase;
  color: #ffffff;
  margin: 2.0625rem 1.125rem;
  font-family: Proxima Nova;
  font-size: 2.25rem;
  line-height: 2.1875rem;
}
/* line 3321, ../sass/_theme.scss */
.view-giving-to-weizmann.view-display-id-block article a .giving-to-weizmann-const .text .untransformed {
  text-transform: none;
}
@media all and (max-width: 767px) {
  /* line 3304, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block article a .giving-to-weizmann-const {
    width: 100%;
    background: #0e9ed0;
    height: inherit;
  }
  /* line 3329, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block article a .giving-to-weizmann-const .text {
    margin: 20px;
  }
}
/* line 3334, ../sass/_theme.scss */
.view-giving-to-weizmann.view-display-id-block article a .fund {
  color: #67ad2f;
  text-transform: uppercase;
  font-family: Proxima Nova;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
/* line 3341, ../sass/_theme.scss */
.view-giving-to-weizmann.view-display-id-block article a .node-title {
  width: 11.25rem;
  margin: 2.0625rem 1.125rem;
  position: absolute;
  bottom: 0%;
  font-family: Proxima Nova;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #000000;
}
@media all and (max-width: 580px) {
  /* line 3341, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block article a .node-title {
    width: inherit;
    position: relative;
    margin: 10px;
  }
}
/* line 3358, ../sass/_theme.scss */
.view-giving-to-weizmann.view-display-id-block article a:hover .giving-to-weizmann-const, .view-giving-to-weizmann.view-display-id-block article a:focus .giving-to-weizmann-const {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%), url("../images/RD_teaser_top_inner.jpg");
}
/* line 3368, ../sass/_theme.scss */
.view-giving-to-weizmann.view-display-id-block article a:hover .field-name-field-image img,
.view-giving-to-weizmann.view-display-id-block article a:hover .node-title, .view-giving-to-weizmann.view-display-id-block article a:focus .field-name-field-image img,
.view-giving-to-weizmann.view-display-id-block article a:focus .node-title {
  opacity: 0.5;
}
@media only screen and (max-width: 580px) {
  /* line 3290, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block {
    width: 100%;
    float: none;
  }
  /* line 3379, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block article {
    width: 100%;
    height: inherit;
  }
  /* line 3382, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block article .giving-to-weizmann-const {
    background: #0b9dd0 !important;
    height: inherit;
    width: 100%;
  }
  /* line 3386, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block article .giving-to-weizmann-const .text {
    margin: 10px;
    font-size: 30px;
  }
  /* line 3391, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block article .field-name-field-image {
    display: none;
  }
  /* line 3394, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block article .node-title {
    width: 100%;
    margin: 0;
    padding: 10px;
    position: static;
    font-size: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 3402, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block article .fund {
    font-size: 25px;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 3290, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block {
    width: 47%;
  }
  /* line 3409, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block article {
    width: 100%;
    height: inherit;
  }
  /* line 3412, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block article .giving-to-weizmann-const {
    width: 100%;
    background-size: 100%;
    height: 13.125rem;
  }
  /* line 3417, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block article img {
    width: 100%;
  }
  /* line 3420, ../sass/_theme.scss */
  .view-giving-to-weizmann.view-display-id-block article .node-title {
    margin: 0.9375rem;
  }
}

/* line 3427, ../sass/_theme.scss */
article:hover a {
  text-decoration: none;
}

/* line 3433, ../sass/_theme.scss */
.right-blocks > a .giving-to-weizmann-hp-teaser {
  width: 10.9375rem;
  height: 6.9375rem;
  float: right;
  -webkit-border-radius: 6px;
  background: url("../images/RD_teaser_hp.jpg") transparent no-repeat 0 0;
  margin-bottom: 1.875rem;
  border: solid 1px #6da6df;
}
@media all and (max-width: 580px) {
  /* line 3433, ../sass/_theme.scss */
  .right-blocks > a .giving-to-weizmann-hp-teaser {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    background: url("../images/RD_teaser_hp.jpg") transparent no-repeat 0 0;
    background-size: 100%;
  }
  /* line 3442, ../sass/_theme.scss */
  .right-blocks > a .giving-to-weizmann-hp-teaser .text {
    width: 130px;
  }
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 3433, ../sass/_theme.scss */
  .right-blocks > a .giving-to-weizmann-hp-teaser {
    width: 14.875rem;
    float: none;
  }
}
/* line 3456, ../sass/_theme.scss */
.right-blocks > a .giving-to-weizmann-hp-teaser .text {
  text-transform: uppercase;
  color: #ffffff;
  margin: 0.875rem;
  font-family: Proxima Nova;
  font-size: 1.625rem;
  line-height: 1.6875rem;
}
/* line 3463, ../sass/_theme.scss */
.right-blocks > a .giving-to-weizmann-hp-teaser .text .untransformed {
  text-transform: none;
}
/* line 3470, ../sass/_theme.scss */
.right-blocks > a:hover .giving-to-weizmann-hp-teaser, .right-blocks > a:focus .giving-to-weizmann-hp-teaser {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0.5) 100%), url("../images/RD_teaser_hp.jpg");
}

/*.block-menu, .tb-megamenu, .block-superfish {
  width: 58% !important;
}*/
/* line 3492, ../sass/_theme.scss */
article.node-story.view-mode-full .main-image,
article.node-story.view-mode-print .main-image,
article.node-hebrew-story.view-mode-full .main-image,
article.node-hebrew-story.view-mode-print .main-image {
  margin: 1.5625rem 0 0.3125rem;
}
/* line 3495, ../sass/_theme.scss */
article.node-story.view-mode-full .field-name-field-main-text,
article.node-story.view-mode-print .field-name-field-main-text,
article.node-hebrew-story.view-mode-full .field-name-field-main-text,
article.node-hebrew-story.view-mode-print .field-name-field-main-text {
  margin-top: 3.125rem;
}
/* line 3497, ../sass/_theme.scss */
article.node-story.view-mode-full .field-name-field-main-text img,
article.node-story.view-mode-print .field-name-field-main-text img,
article.node-hebrew-story.view-mode-full .field-name-field-main-text img,
article.node-hebrew-story.view-mode-print .field-name-field-main-text img {
  height: auto !important;
}
@media all and (max-width: 767px) {
  /* line 3502, ../sass/_theme.scss */
  article.node-story.view-mode-full .main-image,
  article.node-story.view-mode-print .main-image,
  article.node-hebrew-story.view-mode-full .main-image,
  article.node-hebrew-story.view-mode-print .main-image {
    margin: 15px 0 0;
  }
  /* line 3505, ../sass/_theme.scss */
  article.node-story.view-mode-full .field-name-field-main-text,
  article.node-story.view-mode-print .field-name-field-main-text,
  article.node-hebrew-story.view-mode-full .field-name-field-main-text,
  article.node-hebrew-story.view-mode-print .field-name-field-main-text {
    margin-top: 15px;
  }
  /* line 3507, ../sass/_theme.scss */
  article.node-story.view-mode-full .field-name-field-main-text .teasers-holder,
  article.node-story.view-mode-print .field-name-field-main-text .teasers-holder,
  article.node-hebrew-story.view-mode-full .field-name-field-main-text .teasers-holder,
  article.node-hebrew-story.view-mode-print .field-name-field-main-text .teasers-holder {
    margin-top: 0;
  }
}

/* line 3515, ../sass/_theme.scss */
#content .field-name-field-main-text .teasers-holder {
  float: right;
  width: 40%;
  margin-top: 25rem;
  display: block;
}
@media all and (max-width: 767px) {
  /* line 3515, ../sass/_theme.scss */
  #content .field-name-field-main-text .teasers-holder {
    float: none;
    width: 100%;
  }
}
/* line 3526, ../sass/_theme.scss */
#content[dir="rtl"] .field-name-field-main-text .teasers-holder {
  float: left;
}

/* line 3533, ../sass/_theme.scss */
.page-section #main .region-content {
  padding-top: 3.125rem;
}
@media all and (max-width: 580px) {
  /* line 3533, ../sass/_theme.scss */
  .page-section #main .region-content {
    padding-top: 20px;
  }
}
/* line 3539, ../sass/_theme.scss */
.page-section h1.title {
  margin-bottom: 2.1875rem;
}
@media all and (max-width: 580px) {
  /* line 3539, ../sass/_theme.scss */
  .page-section h1.title {
    margin-bottom: 15px;
  }
}
/* line 3545, ../sass/_theme.scss */
.page-section .attachment-after {
  margin-top: 1.875rem;
}

/* line 3551, ../sass/_theme.scss */
.section-archived #main .region-content {
  padding-top: 3.125rem;
}
/* line 3554, ../sass/_theme.scss */
.section-archived .view-header {
  padding-bottom: 1.25rem;
}
/* line 3557, ../sass/_theme.scss */
.section-archived .view-content {
  overflow: hidden;
}

/* line 3563, ../sass/_theme.scss */
.view-search .view-content {
  overflow: hidden;
}

/* line 3569, ../sass/_theme.scss */
.section-tag .view-header {
  padding: 0.9375rem 0 1.25rem;
}

/* line 3575, ../sass/_theme.scss */
.section-weizmann-world .bre {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 3585, ../sass/_theme.scss */
.section-weizmann-world .bre a:hover {
  text-decoration: none;
}
/* line 3589, ../sass/_theme.scss */
.section-weizmann-world #content > .title-subtitle-link-logo {
  position: absolute;
  width: 70%;
}
/* line 3592, ../sass/_theme.scss */
.section-weizmann-world #content > .title-subtitle-link-logo > .title-subtitle-link {
  width: 100%;
}
@media all and (max-width: 580px) {
  /* line 3589, ../sass/_theme.scss */
  .section-weizmann-world #content > .title-subtitle-link-logo {
    position: static;
    height: inherit;
    width: 100%;
  }
}
/* line 3601, ../sass/_theme.scss */
.section-weizmann-world h1.title,
.section-weizmann-world .as-h1 {
  margin-top: 3.125rem;
}
@media all and (max-width: 580px) {
  /* line 3601, ../sass/_theme.scss */
  .section-weizmann-world h1.title,
  .section-weizmann-world .as-h1 {
    margin-top: 20px;
  }
}
/* line 3608, ../sass/_theme.scss */
.section-weizmann-world #main .region-content {
  padding-top: 3.125rem;
}
/* line 3610, ../sass/_theme.scss */
.section-weizmann-world #main .region-content .title-subtitle-link {
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
}
/* line 3613, ../sass/_theme.scss */
.section-weizmann-world #main .region-content .title-subtitle-link h2.subtitle {
  color: #66b345;
  margin-top: -1em;
  font-size: 1em;
  font-weight: 400;
}
/* line 3619, ../sass/_theme.scss */
.section-weizmann-world #main .region-content .title-subtitle-link:hover, .section-weizmann-world #main .region-content .title-subtitle-link:focus {
  color: #66b345;
}
@media all and (max-width: 580px) {
  /* line 3608, ../sass/_theme.scss */
  .section-weizmann-world #main .region-content {
    padding-top: 0;
  }
  /* line 3626, ../sass/_theme.scss */
  .section-weizmann-world #main .region-content .title-subtitle-link {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

/* line 3634, ../sass/_theme.scss */
.weizmann-world-main-page {
  margin-top: 3.125rem;
}
@media all and (max-width: 580px) {
  /* line 3634, ../sass/_theme.scss */
  .weizmann-world-main-page {
    margin-top: 20px;
  }
}

/* line 3641, ../sass/_theme.scss */
.node-type-weizmann-world {
  	/*.title-subtitle-link-logo {
      height: inherit;******************************************
      overflow: hidden;
      margin-bottom: -1em;
      a:hover {
        color: $green;
      }
      a.subtitle-link{
      	text-decoration: underline;
      	color: $green;
      }
    }*/
}
/* line 3654, ../sass/_theme.scss */
.node-type-weizmann-world a.title-link {
  text-decoration: none;
}
/* line 3656, ../sass/_theme.scss */
.node-type-weizmann-world a.title-link h1.title,
.node-type-weizmann-world a.title-link .as-h1 {
  margin-top: 3.125rem;
}
@media all and (max-width: 580px) {
  /* line 3656, ../sass/_theme.scss */
  .node-type-weizmann-world a.title-link h1.title,
  .node-type-weizmann-world a.title-link .as-h1 {
    margin-top: 20px;
    width: 100%;
    font-size: 1.75rem;
  }
}
/* line 3667, ../sass/_theme.scss */
.node-type-weizmann-world h2.subtitle {
  color: #66b345;
  font-size: 1em;
  font-weight: 400;
  margin-top: 0.3125rem;
}
@media all and (max-width: 580px) {
  /* line 3667, ../sass/_theme.scss */
  .node-type-weizmann-world h2.subtitle {
    margin-top: 0.625rem;
  }
}
/* line 3676, ../sass/_theme.scss */
.node-type-weizmann-world .logo {
  /*margin-top: 3.125rem;*/
}
/* line 3680, ../sass/_theme.scss */
.node-type-weizmann-world #main .region-content h1 {
  font-size: 2.25rem;
  letter-spacing: -2px;
  line-height: 3rem;
  padding: 0px 0px 0;
}
@media all and (max-width: 580px) {
  /* line 3680, ../sass/_theme.scss */
  .node-type-weizmann-world #main .region-content h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
/* line 3691, ../sass/_theme.scss */
.node-type-weizmann-world .node-weizmann-world {
  margin-bottom: 6.25rem;
}
@media all and (max-width: 580px) {
  /* line 3691, ../sass/_theme.scss */
  .node-type-weizmann-world .node-weizmann-world {
    margin-top: 2.1875rem;
  }
}
/* line 3696, ../sass/_theme.scss */
.node-type-weizmann-world .node-weizmann-world .field-name-field-date {
  padding: 0 0 2.5rem 0;
}
/* line 3698, ../sass/_theme.scss */
.node-type-weizmann-world .node-weizmann-world .field-name-field-date .date, .node-type-weizmann-world .node-weizmann-world .field-name-field-date #block-system-main .node-story > .field-name-field-source, #block-system-main .node-type-weizmann-world .node-weizmann-world .field-name-field-date .node-story > .field-name-field-source, .node-type-weizmann-world .node-weizmann-world .field-name-field-date #block-system-main .node-story > .field-name-field-date, #block-system-main .node-type-weizmann-world .node-weizmann-world .field-name-field-date .node-story > .field-name-field-date, .node-type-weizmann-world .node-weizmann-world .field-name-field-date #block-system-main .node-story > .field-name-field-read, #block-system-main .node-type-weizmann-world .node-weizmann-world .field-name-field-date .node-story > .field-name-field-read,
.node-type-weizmann-world .node-weizmann-world .field-name-field-date .print-content .node-story > .field-name-field-source,
.print-content .node-type-weizmann-world .node-weizmann-world .field-name-field-date .node-story > .field-name-field-source,
.node-type-weizmann-world .node-weizmann-world .field-name-field-date .print-content .node-story > .field-name-field-date,
.print-content .node-type-weizmann-world .node-weizmann-world .field-name-field-date .node-story > .field-name-field-date,
.node-type-weizmann-world .node-weizmann-world .field-name-field-date .print-content .node-story > .field-name-field-read,
.print-content .node-type-weizmann-world .node-weizmann-world .field-name-field-date .node-story > .field-name-field-read,
.node-type-weizmann-world .node-weizmann-world .field-name-field-date #block-system-main .node-hebrew-story > .field-name-field-source,
#block-system-main .node-type-weizmann-world .node-weizmann-world .field-name-field-date .node-hebrew-story > .field-name-field-source,
.node-type-weizmann-world .node-weizmann-world .field-name-field-date #block-system-main .node-hebrew-story > .field-name-field-date,
#block-system-main .node-type-weizmann-world .node-weizmann-world .field-name-field-date .node-hebrew-story > .field-name-field-date,
.node-type-weizmann-world .node-weizmann-world .field-name-field-date #block-system-main .node-hebrew-story > .field-name-field-read,
#block-system-main .node-type-weizmann-world .node-weizmann-world .field-name-field-date .node-hebrew-story > .field-name-field-read,
.node-type-weizmann-world .node-weizmann-world .field-name-field-date .print-content .node-hebrew-story > .field-name-field-source,
.print-content .node-type-weizmann-world .node-weizmann-world .field-name-field-date .node-hebrew-story > .field-name-field-source,
.node-type-weizmann-world .node-weizmann-world .field-name-field-date .print-content .node-hebrew-story > .field-name-field-date,
.print-content .node-type-weizmann-world .node-weizmann-world .field-name-field-date .node-hebrew-story > .field-name-field-date,
.node-type-weizmann-world .node-weizmann-world .field-name-field-date .print-content .node-hebrew-story > .field-name-field-read,
.print-content .node-type-weizmann-world .node-weizmann-world .field-name-field-date .node-hebrew-story > .field-name-field-read {
  padding: 0;
}
/* line 3702, ../sass/_theme.scss */
.node-type-weizmann-world .node-weizmann-world p:not([class]) {
  font-size: 1rem;
  line-height: 1.375rem;
}
/* line 3706, ../sass/_theme.scss */
.node-type-weizmann-world .node-weizmann-world .field-name-body {
  margin-top: 1.25rem;
}

/* line 3712, ../sass/_theme.scss */
.title-subtitle-link-logo.weizmann-world-index-page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100px;
  padding-bottom: 20px;
}
/* line 3724, ../sass/_theme.scss */
.title-subtitle-link-logo.weizmann-world-index-page > * {
  display: table-cell;
  vertical-align: middle;
}
/* line 3727, ../sass/_theme.scss */
.title-subtitle-link-logo.weizmann-world-index-page > *.title-subtitle-link {
  width: calc(100% - 300px - 20px);
}
/* line 3730, ../sass/_theme.scss */
.title-subtitle-link-logo.weizmann-world-index-page > * .logo {
  vertical-align: middle;
}
/* line 3732, ../sass/_theme.scss */
.title-subtitle-link-logo.weizmann-world-index-page > * .logo img {
  vertical-align: middle;
}
/* line 3737, ../sass/_theme.scss */
.title-subtitle-link-logo.weizmann-world-index-page .as-h2 {
  font-size: 24px;
  line-height: 100px;
  padding: 0 0;
  margin: 0 0;
}
/* line 3743, ../sass/_theme.scss */
.title-subtitle-link-logo.weizmann-world-index-page .logo {
  line-height: 100px;
}
@media all and (max-width: 767px) {
  /* line 3748, ../sass/_theme.scss */
  .title-subtitle-link-logo.weizmann-world-index-page > *.title-subtitle-link {
    width: 60%;
  }
}
@media all and (max-width: 580px) {
  /* line 3712, ../sass/_theme.scss */
  .title-subtitle-link-logo.weizmann-world-index-page {
    display: block;
    height: auto;
  }
  /* line 3756, ../sass/_theme.scss */
  .title-subtitle-link-logo.weizmann-world-index-page > * {
    display: block;
  }
  /* line 3758, ../sass/_theme.scss */
  .title-subtitle-link-logo.weizmann-world-index-page > *.title-subtitle-link {
    width: auto;
  }
  /* line 3762, ../sass/_theme.scss */
  .title-subtitle-link-logo.weizmann-world-index-page .as-h2 {
    line-height: 30px;
  }
  /* line 3765, ../sass/_theme.scss */
  .title-subtitle-link-logo.weizmann-world-index-page .logo {
    line-height: 30px;
  }
}

/* line 3772, ../sass/_theme.scss */
.node-weizmann-world p {
  margin: 0;
}
/* line 3777, ../sass/_theme.scss */
.node-weizmann-world a:focus .group-right h2 {
  text-decoration: underline;
}

/* line 3788, ../sass/_theme.scss */
#block-views-weizmann-world-block > a:hover p, #block-views-weizmann-world-block > a:focus p {
  text-decoration: underline;
}

/* line 3799, ../sass/_theme.scss */
.not-front.page-node .region-content article.node-hebrew-story .field-name-field-date *,
.not-front.page-node .region-content article.node-hebrew-story .field-name-field-source *,
.not-front.page-node .region-content article.node-hebrew-story .field-name-field-read *,
.print-content article.node-hebrew-story .field-name-field-date *,
.print-content article.node-hebrew-story .field-name-field-source *,
.print-content article.node-hebrew-story .field-name-field-read *,
.not-front.page-node .region-content article.node-story .field-name-field-date *,
.not-front.page-node .region-content article.node-story .field-name-field-source *,
.not-front.page-node .region-content article.node-story .field-name-field-read *,
.print-content article.node-story .field-name-field-date *,
.print-content article.node-story .field-name-field-source *,
.print-content article.node-story .field-name-field-read * {
  font-size: 0.8125rem;
}

/* line 3806, ../sass/_theme.scss */
fieldset.captcha {
  width: 310px;
}
/* line 3808, ../sass/_theme.scss */
fieldset.captcha .fieldset-description {
  display: none;
}
@media all and (max-width: 580px) {
  /* line 3806, ../sass/_theme.scss */
  fieldset.captcha {
    zoom: 0.8;
  }
}

@media all and (max-width: 767px) {
  /* line 3817, ../sass/_theme.scss */
  .mean-container .mean-nav > ul {
    max-height: calc(100vh - 47px);
    overflow-y: scroll;
    z-index: 999999;
  }
}
/*@include breakpoint(tablet) {
  #block-views-stories-block-4 {
    .view-content {
      overflow: hidden;
      .views-row {
        width: 47%;
        float: left;
        margin-bottom: 20px;
        &:nth-child(2n+1) {
          margin-right: 6%;
        }
        article {
          .text-wrapper {
            height: 19.375rem;
            .field-name-field-teaser-text {
              height: 11.25rem;
              overflow: hidden;
            }
          }
          &.in-the-media {
            .text-wrapper {
              height: 29.375rem;
              .field-name-field-teaser-text {
                height: 23.125rem;
              }
            }
          }
        }
      }
    }

  }

  body:not(.page-tag) #block-system-main > .view-stories {
    & > .view-content {
      overflow: hidden;
      & > .views-row {
        width: 48%;
        float: left;
        margin-bottom: 20px;
        &:nth-child(2n+1) {
          margin-right: 4%;
        }
        article {
          .text-wrapper {
            height: 19.375rem;
            .field-name-field-teaser-text {
              height: 11.25rem;
              overflow: hidden;
            }
          }
        }
      }
    }
  }

}*/
/* line 3882, ../sass/_theme.scss */
.page-search {
  	/*h2 {
      color: #66B345;
      font-size: 1.5625rem;
      line-height: 1.75rem;
      margin-top: 1.875rem;
    }*/
}
/* line 3883, ../sass/_theme.scss */
.page-search ol.search-results {
  padding: 0;
  margin: 1.875rem 0;
  overflow: hidden;
}
/* line 3894, ../sass/_theme.scss */
.page-search .view-search {
  position: relative;
}
/* line 3896, ../sass/_theme.scss */
.page-search .view-search .view-header {
  position: absolute;
  top: 70px;
}

/* line 3906, ../sass/_theme.scss */
.section-about {
  line-height: 1.25rem;
}
/* line 3908, ../sass/_theme.scss */
.section-about h1 {
  text-align: center;
  margin: 4.375rem 0 1.875rem;
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #3b8b1b;
  position: relative;
}
@media (max-width: 580px) {
  /* line 3908, ../sass/_theme.scss */
  .section-about h1 {
    margin: 2.5rem 0 1.25rem;
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
/* line 3920, ../sass/_theme.scss */
.section-about h1 span {
  z-index: 1;
  position: relative;
  background: #fff;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
/* line 3927, ../sass/_theme.scss */
.section-about h1:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #3b8b1b;
  left: 0;
  top: 50%;
  content: " ";
}
/* line 3937, ../sass/_theme.scss */
.section-about #main .region-content {
  background: #f2f2f2;
  padding: 2.8125rem 6.25rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 3937, ../sass/_theme.scss */
  .section-about #main .region-content {
    padding: 2.8125rem;
  }
}
@media (max-width: 580px) {
  /* line 3937, ../sass/_theme.scss */
  .section-about #main .region-content {
    padding: 25px 15px 0;
  }
}
/* line 3947, ../sass/_theme.scss */
.section-about #main .region-content h2 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.375rem;
  color: #2d2e2d;
  margin: 0;
}
/* line 3954, ../sass/_theme.scss */
.section-about #main .region-content p.body-pages {
  color: #2d2e2d;
  font-weight: 300;
  margin: 0 0 2.3125rem;
  padding: 0;
  line-height: 1.25rem;
}
@media (max-width: 580px) {
  /* line 3954, ../sass/_theme.scss */
  .section-about #main .region-content p.body-pages {
    margin: 0 0 25px;
  }
}
/* line 3964, ../sass/_theme.scss */
.section-about #main .region-content a {
  color: #3b8b1b;
  text-decoration: underline;
}
/* line 3967, ../sass/_theme.scss */
.section-about #main .region-content a:hover, .section-about #main .region-content a:focus {
  text-decoration: underline;
}

/* line 3975, ../sass/_theme.scss */
.section-contact,
.section-sitemap {
  line-height: 1.25rem;
}
/* line 3978, ../sass/_theme.scss */
.section-contact h1,
.section-sitemap h1 {
  text-align: center;
  margin: 4.375rem 0 1.875rem;
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #3b8b1b;
  position: relative;
}
@media (max-width: 580px) {
  /* line 3978, ../sass/_theme.scss */
  .section-contact h1,
  .section-sitemap h1 {
    margin: 2.5rem 0 1.25rem;
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
/* line 3990, ../sass/_theme.scss */
.section-contact h1 span,
.section-sitemap h1 span {
  z-index: 1;
  position: relative;
  background: #fff;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
/* line 3997, ../sass/_theme.scss */
.section-contact h1:before,
.section-sitemap h1:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #3b8b1b;
  left: 0;
  top: 50%;
  content: " ";
}
/* line 4008, ../sass/_theme.scss */
.section-contact .region-content .contact_person_list,
.section-sitemap .region-content .contact_person_list {
  max-width: 50%;
  float: left;
}
/* line 4011, ../sass/_theme.scss */
.section-contact .region-content .contact_person_list .contact_person,
.section-sitemap .region-content .contact_person_list .contact_person {
  font-size: 1rem;
  margin-bottom: 1.875rem;
}
/* line 4014, ../sass/_theme.scss */
.section-contact .region-content .contact_person_list .contact_person .people_role,
.section-sitemap .region-content .contact_person_list .contact_person .people_role {
  font-weight: bold;
  color: #545353;
  margin: 0;
}
/* line 4019, ../sass/_theme.scss */
.section-contact .region-content .contact_person_list .contact_person a,
.section-sitemap .region-content .contact_person_list .contact_person a {
  font-weight: 300;
  color: #2c6216;
}
/* line 4022, ../sass/_theme.scss */
.section-contact .region-content .contact_person_list .contact_person a:hover, .section-contact .region-content .contact_person_list .contact_person a:focus,
.section-sitemap .region-content .contact_person_list .contact_person a:hover,
.section-sitemap .region-content .contact_person_list .contact_person a:focus {
  text-decoration: underline;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 4008, ../sass/_theme.scss */
  .section-contact .region-content .contact_person_list,
  .section-sitemap .region-content .contact_person_list {
    max-width: 100%;
    width: 100%;
    float: none;
  }
}
@media (max-width: 580px) {
  /* line 4008, ../sass/_theme.scss */
  .section-contact .region-content .contact_person_list,
  .section-sitemap .region-content .contact_person_list {
    max-width: 100%;
    float: none;
    width: 100%;
  }
}
/* line 4039, ../sass/_theme.scss */
.section-contact .region-content .contact_info,
.section-sitemap .region-content .contact_info {
  width: 20.3125rem;
  float: right;
  color: #545353;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 4039, ../sass/_theme.scss */
  .section-contact .region-content .contact_info,
  .section-sitemap .region-content .contact_info {
    width: 100%;
    float: none;
  }
}
@media (max-width: 580px) {
  /* line 4039, ../sass/_theme.scss */
  .section-contact .region-content .contact_info,
  .section-sitemap .region-content .contact_info {
    float: none;
    width: 100%;
  }
}
/* line 4051, ../sass/_theme.scss */
.section-contact .region-content .contact_info .contact_info_block,
.section-sitemap .region-content .contact_info .contact_info_block {
  width: 100%;
  height: 5.9375rem;
  background: #f4f8f2;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  padding: 1.25rem;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 4060, ../sass/_theme.scss */
.section-contact .region-content .contact_info .contact_info_block .wrapper,
.section-sitemap .region-content .contact_info .contact_info_block .wrapper {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 5.3125rem;
}
/* line 4064, ../sass/_theme.scss */
.section-contact .region-content .contact_info .contact_info_block .wrapper p,
.section-sitemap .region-content .contact_info .contact_info_block .wrapper p {
  margin: 0;
}
/* line 4068, ../sass/_theme.scss */
.section-contact .region-content .contact_info .contact_info_block:before,
.section-sitemap .region-content .contact_info .contact_info_block:before {
  position: absolute;
  content: " ";
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.375rem;
  width: 1.875rem;
  height: 1.875rem;
  border: solid 1px #333333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-family: FontAwesome;
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
}
/* line 4083, ../sass/_theme.scss */
.section-contact .region-content .contact_info .contact_info_block a,
.section-sitemap .region-content .contact_info .contact_info_block a {
  color: #2c6216;
}
/* line 4085, ../sass/_theme.scss */
.section-contact .region-content .contact_info .contact_info_block a:hover, .section-contact .region-content .contact_info .contact_info_block a:focus,
.section-sitemap .region-content .contact_info .contact_info_block a:hover,
.section-sitemap .region-content .contact_info .contact_info_block a:focus {
  text-decoration: underline;
}
/* line 4090, ../sass/_theme.scss */
.section-contact .region-content .contact_info .contact_info_block.contact_address:before,
.section-sitemap .region-content .contact_info .contact_info_block.contact_address:before {
  					/*background: url("../images/NAV.png") no-repeat;
            background-size: 100%;*/
  content: "\f041";
}
/* line 4095, ../sass/_theme.scss */
.section-contact .region-content .contact_info .contact_info_block.contact_email:before,
.section-sitemap .region-content .contact_info .contact_info_block.contact_email:before {
  					/*background: url("../images/MAIL.png") no-repeat;
            background-size: 100%;*/
  content: "\f003";
  font-size: 1rem;
}
/* line 4101, ../sass/_theme.scss */
.section-contact .region-content .contact_info .contact_info_block.contact_phone:before,
.section-sitemap .region-content .contact_info .contact_info_block.contact_phone:before {
  					/*background: url("../images/PHONE.png") no-repeat;
            background-size: 100%;*/
  content: "\f095";
}
@media (max-width: 580px) {
  /* line 4051, ../sass/_theme.scss */
  .section-contact .region-content .contact_info .contact_info_block,
  .section-sitemap .region-content .contact_info .contact_info_block {
    padding: 0.9375rem;
  }
  /* line 4108, ../sass/_theme.scss */
  .section-contact .region-content .contact_info .contact_info_block:before,
  .section-sitemap .region-content .contact_info .contact_info_block:before {
    left: 0.9375rem;
  }
  /* line 4111, ../sass/_theme.scss */
  .section-contact .region-content .contact_info .contact_info_block .wrapper,
  .section-sitemap .region-content .contact_info .contact_info_block .wrapper {
    left: 3.75rem;
  }
}

/* line 4121, ../sass/_theme.scss */
.page-node-done h1 {
  text-align: center;
  margin: 4.375rem 0 1.875rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #3b8b1b;
  position: relative;
}
/* line 4128, ../sass/_theme.scss */
.page-node-done h1 span {
  z-index: 1;
  position: relative;
  background: #fff;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
/* line 4138, ../sass/_theme.scss */
.page-node-done h1:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #3b8b1b;
  left: 0;
  top: 50%;
  content: " ";
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 4121, ../sass/_theme.scss */
  .page-node-done h1 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
@media (max-width: 580px) {
  /* line 4121, ../sass/_theme.scss */
  .page-node-done h1 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    margin: 2.5rem 0 1.25rem;
    text-align: left;
  }
  /* line 4156, ../sass/_theme.scss */
  .page-node-done h1 span {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
  }
}

/* line 4165, ../sass/_theme.scss */
.section-subscribe {
  line-height: 1.25rem;
}
/* line 4167, ../sass/_theme.scss */
.section-subscribe h1 {
  text-align: center;
  margin: 4.375rem 0 1.875rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #3b8b1b;
  position: relative;
}
/* line 4174, ../sass/_theme.scss */
.section-subscribe h1 span {
  z-index: 1;
  position: relative;
  background: #fff;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
/* line 4184, ../sass/_theme.scss */
.section-subscribe h1:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #3b8b1b;
  left: 0;
  top: 50%;
  content: " ";
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 4167, ../sass/_theme.scss */
  .section-subscribe h1 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
@media (max-width: 580px) {
  /* line 4167, ../sass/_theme.scss */
  .section-subscribe h1 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    margin: 2.5rem 0 1.25rem;
    text-align: left;
  }
  /* line 4202, ../sass/_theme.scss */
  .section-subscribe h1 span {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
  }
}
/* line 4209, ../sass/_theme.scss */
.section-subscribe .node-webform {
  width: 415px;
}
/* line 4211, ../sass/_theme.scss */
.section-subscribe .node-webform input[type="submit"] {
  background-color: #3b8b1b;
  -webkit-border-radius: 0.9375rem;
  -moz-border-radius: 0.9375rem;
  -ms-border-radius: 0.9375rem;
  border-radius: 0.9375rem;
  color: #ffffff;
  margin: 2.5rem 0;
  border: none;
  padding: 0.9375rem 3.125rem;
  font-weight: 800;
}
/* line 4219, ../sass/_theme.scss */
.section-subscribe .node-webform input[type="submit"]:hover, .section-subscribe .node-webform input[type="submit"]:focus {
  background-color: #2c6216;
}
/* line 4224, ../sass/_theme.scss */
.section-subscribe .node-webform input[type="checkbox"],
.section-subscribe .node-webform input[type="text"],
.section-subscribe .node-webform input[type="email"],
.section-subscribe .node-webform select {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* line 4233, ../sass/_theme.scss */
.section-subscribe .node-webform input[type="text"],
.section-subscribe .node-webform input[type="email"],
.section-subscribe .node-webform select {
  padding: 3px 0.625rem;
  color: #545353;
  font-size: 1rem;
  display: block;
}
/* line 4241, ../sass/_theme.scss */
.section-subscribe .node-webform select:focus {
  border: 1px solid #2c6216;
}
/* line 4244, ../sass/_theme.scss */
.section-subscribe .node-webform ::-webkit-input-placeholder {
  /* Chrome */
  color: #a7a7a7;
}
/* line 4248, ../sass/_theme.scss */
.section-subscribe .node-webform :-ms-input-placeholder {
  /* IE 10+ */
  color: #a7a7a7;
}
/* line 4252, ../sass/_theme.scss */
.section-subscribe .node-webform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a7a7a7;
  opacity: 1;
}
/* line 4257, ../sass/_theme.scss */
.section-subscribe .node-webform :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #a7a7a7;
  opacity: 1;
}
/* line 4262, ../sass/_theme.scss */
.section-subscribe .node-webform input[type="checkbox"] {
  position: relative;
  width: 1rem;
  height: 1rem;
  top: 0.125rem;
  boreder: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none;
}
/* line 4272, ../sass/_theme.scss */
.section-subscribe .node-webform input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #3b8b1b;
  content: "";
  background: #fff;
  left: -1px;
  top: -1px;
}
/* line 4283, ../sass/_theme.scss */
.section-subscribe .node-webform input[type="checkbox"]:checked:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #3b8b1b;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  top: -3px;
}
/* line 4293, ../sass/_theme.scss */
.section-subscribe .node-webform input[type="checkbox"]:focus-visible:before {
  border: 2px solid #3b8b1b;
}
/* line 4295, ../sass/_theme.scss */
.section-subscribe .node-webform input[type="checkbox"]:focus-visible:before:checked {
  border: 2px solid #3b8b1b;
}
/* line 4301, ../sass/_theme.scss */
.section-subscribe .node-webform .chzn-container {
  width: 20.625rem;
  display: none !important;
}
/* line 4305, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item {
  margin: 0 0 2.5rem;
}
/* line 4308, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--form-selectoin > label {
  font-weight: bold;
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
}
/* line 4313, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--form-selectoin .form-item {
  margin-bottom: 0.9375rem;
}
/* line 4317, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--first-name, .section-subscribe .node-webform .form-item.webform-component--last-name, .section-subscribe .node-webform .form-item.webform-component--state, .section-subscribe .node-webform .form-item.webform-component--e-mail, .section-subscribe .node-webform .form-item.webform-component--address, .section-subscribe .node-webform .form-item.webform-component--city, .section-subscribe .node-webform .form-item.webform-component--zip-code {
  width: 200px;
  float: left;
  margin-right: 15px;
}
/* line 4323, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--first-name label, .section-subscribe .node-webform .form-item.webform-component--last-name label, .section-subscribe .node-webform .form-item.webform-component--state label, .section-subscribe .node-webform .form-item.webform-component--e-mail label, .section-subscribe .node-webform .form-item.webform-component--address label, .section-subscribe .node-webform .form-item.webform-component--city label, .section-subscribe .node-webform .form-item.webform-component--zip-code label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 4326, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--first-name input, .section-subscribe .node-webform .form-item.webform-component--last-name input, .section-subscribe .node-webform .form-item.webform-component--state input, .section-subscribe .node-webform .form-item.webform-component--e-mail input, .section-subscribe .node-webform .form-item.webform-component--address input, .section-subscribe .node-webform .form-item.webform-component--city input, .section-subscribe .node-webform .form-item.webform-component--zip-code input {
  border: none;
  border-bottom: solid 1px #3b8b1b;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  outline: none;
}
/* line 4335, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--last-name, .section-subscribe .node-webform .form-item.webform-component--state {
  margin-right: 0;
}
/* line 4340, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee, .section-subscribe .node-webform .form-item.webform-component--language, .section-subscribe .node-webform .form-item.webform-component--country {
  clear: left;
  width: 100%;
}
/* line 4345, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee select,
.section-subscribe .node-webform .form-item.webform-component--committee a.chosen-single, .section-subscribe .node-webform .form-item.webform-component--language select,
.section-subscribe .node-webform .form-item.webform-component--language a.chosen-single, .section-subscribe .node-webform .form-item.webform-component--country select,
.section-subscribe .node-webform .form-item.webform-component--country a.chosen-single {
  width: 100%;
  border: solid 1px #3b8b1b;
  height: 2rem;
  color: #646363;
  font-size: 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/zikit.png") no-repeat top 50% right 0.625rem;
  padding-right: 1.875rem;
  outline: none;
}
/* line 4359, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee select.chosen-single,
.section-subscribe .node-webform .form-item.webform-component--committee a.chosen-single.chosen-single, .section-subscribe .node-webform .form-item.webform-component--language select.chosen-single,
.section-subscribe .node-webform .form-item.webform-component--language a.chosen-single.chosen-single, .section-subscribe .node-webform .form-item.webform-component--country select.chosen-single,
.section-subscribe .node-webform .form-item.webform-component--country a.chosen-single.chosen-single {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 0 0 0 transparent;
  						/*input {
                display: none;
              }*/
}
/* line 4365, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee select.chosen-single span,
.section-subscribe .node-webform .form-item.webform-component--committee a.chosen-single.chosen-single span, .section-subscribe .node-webform .form-item.webform-component--language select.chosen-single span,
.section-subscribe .node-webform .form-item.webform-component--language a.chosen-single.chosen-single span, .section-subscribe .node-webform .form-item.webform-component--country select.chosen-single span,
.section-subscribe .node-webform .form-item.webform-component--country a.chosen-single.chosen-single span {
  font-size: 14px;
  line-height: 30px;
  color: #646363;
}
/* line 4370, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee select.chosen-single div,
.section-subscribe .node-webform .form-item.webform-component--committee a.chosen-single.chosen-single div, .section-subscribe .node-webform .form-item.webform-component--language select.chosen-single div,
.section-subscribe .node-webform .form-item.webform-component--language a.chosen-single.chosen-single div, .section-subscribe .node-webform .form-item.webform-component--country select.chosen-single div,
.section-subscribe .node-webform .form-item.webform-component--country a.chosen-single.chosen-single div {
  display: none;
}
/* line 4375, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee select::-ms-expand, .section-subscribe .node-webform .form-item.webform-component--language select::-ms-expand, .section-subscribe .node-webform .form-item.webform-component--country select::-ms-expand {
  display: none;
}
/* line 4378, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee .selectBox.form-select.selectBox-dropdown, .section-subscribe .node-webform .form-item.webform-component--language .selectBox.form-select.selectBox-dropdown, .section-subscribe .node-webform .form-item.webform-component--country .selectBox.form-select.selectBox-dropdown {
  width: 100%;
  border: solid 1px #3b8b1b;
  height: 2rem;
  color: #646363;
  font-size: 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/zikit.png") no-repeat top 50% right 0.625rem;
  padding-right: 1.875rem;
  outline: none;
}
/* line 4391, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee .selectBox.form-select.selectBox-dropdown .selectBox-label, .section-subscribe .node-webform .form-item.webform-component--language .selectBox.form-select.selectBox-dropdown .selectBox-label, .section-subscribe .node-webform .form-item.webform-component--country .selectBox.form-select.selectBox-dropdown .selectBox-label {
  padding: 6px 8px;
}
/* line 4394, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee .selectBox.form-select.selectBox-dropdown .selectBox-arrow, .section-subscribe .node-webform .form-item.webform-component--language .selectBox.form-select.selectBox-dropdown .selectBox-arrow, .section-subscribe .node-webform .form-item.webform-component--country .selectBox.form-select.selectBox-dropdown .selectBox-arrow {
  display: none;
}
/* line 4399, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee .chosen-container-single .chosen-drop, .section-subscribe .node-webform .form-item.webform-component--language .chosen-container-single .chosen-drop, .section-subscribe .node-webform .form-item.webform-component--country .chosen-container-single .chosen-drop {
  border-color: #3b8b1b;
}
/* line 4402, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee .chosen-container-single .chosen-results, .section-subscribe .node-webform .form-item.webform-component--language .chosen-container-single .chosen-results, .section-subscribe .node-webform .form-item.webform-component--country .chosen-container-single .chosen-results {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
/* line 4403, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee .chosen-container-single .chosen-results::-webkit-scrollbar, .section-subscribe .node-webform .form-item.webform-component--language .chosen-container-single .chosen-results::-webkit-scrollbar, .section-subscribe .node-webform .form-item.webform-component--country .chosen-container-single .chosen-results::-webkit-scrollbar {
  width: 10px;
  position: absolute;
}
/* line 4409, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee .chosen-container-single .chosen-results::-webkit-scrollbar-track, .section-subscribe .node-webform .form-item.webform-component--language .chosen-container-single .chosen-results::-webkit-scrollbar-track, .section-subscribe .node-webform .form-item.webform-component--country .chosen-container-single .chosen-results::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* line 4414, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee .chosen-container-single .chosen-results::-webkit-scrollbar-thumb, .section-subscribe .node-webform .form-item.webform-component--language .chosen-container-single .chosen-results::-webkit-scrollbar-thumb, .section-subscribe .node-webform .form-item.webform-component--country .chosen-container-single .chosen-results::-webkit-scrollbar-thumb {
  background: #3b8b1b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 4420, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee .chosen-container-single .chosen-results::-webkit-scrollbar-thumb:hover, .section-subscribe .node-webform .form-item.webform-component--language .chosen-container-single .chosen-results::-webkit-scrollbar-thumb:hover, .section-subscribe .node-webform .form-item.webform-component--country .chosen-container-single .chosen-results::-webkit-scrollbar-thumb:hover {
  background: #2c6216;
}
/* line 4423, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--committee .chosen-container-single .chosen-results li:hover, .section-subscribe .node-webform .form-item.webform-component--language .chosen-container-single .chosen-results li:hover, .section-subscribe .node-webform .form-item.webform-component--country .chosen-container-single .chosen-results li:hover {
  background: #1e90ff;
}
/* line 4430, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.webform-component--e-mail, .section-subscribe .node-webform .form-item.webform-component--address {
  width: 100%;
  float: none;
  margin-right: 0;
}
/* line 4437, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item label {
  font-size: 1rem;
  color: #545353;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
/* line 4442, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item label.option {
  padding-left: 0.625rem;
}
/* line 4447, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.clearable {
  position: relative;
}
/* line 4450, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.clearable input {
  padding-right: 24px;
}
/* line 4453, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.clearable .clearable_clear {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 8px;
  font-style: normal;
  font-size: 1.2em;
  user-select: none;
  cursor: pointer;
  font-size: 0;
  width: 0;
}
/* line 4465, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.clearable .clearable_clear:before {
  content: "";
  position: absolute;
  background: url(../images/X.png) no-repeat;
  width: 10px;
  height: 10px;
  top: 10px;
  left: 0;
}
/* line 4476, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item .clearable input::-ms-clear {
  /* Remove IE default X */
  display: none;
}
/* line 4480, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.form-type-radio {
  position: relative;
}
/* line 4482, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.form-type-radio input[type="radio"] {
  margin-left: 1.625rem;
  position: absolute;
  left: 0;
  top: 1px;
  width: 0.8125rem;
  height: 0.8125rem;
  outline: none;
}
/* line 4491, ../sass/_theme.scss */
.section-subscribe .node-webform .form-item.form-type-radio label.option {
  display: block;
  font-weight: normal;
  padding-left: 3.125rem;
}
@media all and (max-width: 580px) {
  /* line 4209, ../sass/_theme.scss */
  .section-subscribe .node-webform {
    width: 100%;
  }
  /* line 4501, ../sass/_theme.scss */
  .section-subscribe .node-webform .form-item.webform-component--first-name, .section-subscribe .node-webform .form-item.webform-component--last-name, .section-subscribe .node-webform .form-item.webform-component--state, .section-subscribe .node-webform .form-item.webform-component--e-mail, .section-subscribe .node-webform .form-item.webform-component--address, .section-subscribe .node-webform .form-item.webform-component--city, .section-subscribe .node-webform .form-item.webform-component--zip-code {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/* line 4513, ../sass/_theme.scss */
.section-subscribe #content .region-content {
  padding-top: 0;
}
@media all and (max-width: 580px) {
  /* line 4511, ../sass/_theme.scss */
  .section-subscribe #content {
    margin-top: 20px;
  }
}

/* line 4522, ../sass/_theme.scss */
.section-weizmann-world .view-content {
  overflow: hidden;
  width: 100%;
}

/* line 4528, ../sass/_theme.scss */
.page-node-done.section-node .links a {
  color: #2c6216;
}

@media (max-width: 699px) {
  /* line 4534, ../sass/_theme.scss */
  .share-btn-wrp {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    height: 32px;
  }
  /* line 4540, ../sass/_theme.scss */
  .share-btn-wrp .button-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 4547, ../sass/_theme.scss */
body:not(.node-type-story):not(.node-type-hebrew-story):not(.node-type-weizmann-world):not(.page-section-in-the-media)
.share-btn-wrp {
  display: none;
}

/* line 4552, ../sass/_theme.scss */
.share-btn-wrp {
  left: inherit;
  right: 0;
}
/* line 4555, ../sass/_theme.scss */
.share-btn-wrp li {
  margin: 0;
}
/* line 4558, ../sass/_theme.scss */
.share-btn-wrp > li.facebook:hover {
  left: -6px;
  position: relative;
}
/* line 4562, ../sass/_theme.scss */
.share-btn-wrp > li.twitter:hover {
  left: -6px;
  position: relative;
}
/* line 4566, ../sass/_theme.scss */
.share-btn-wrp > li.email:hover {
  left: -6px;
  position: relative;
}

/* line 4572, ../sass/_theme.scss */
.share-btn-wrp .button-wrap {
  transition: none;
}

/* line 4577, ../sass/_theme.scss */
.story-teaser.in-the-media.show-play-video-button:before {
  background: url("../images/Play.png");
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  content: " ";
  width: 1.875rem;
  height: 1.875rem;
  background-size: 100%;
}

@media all and (max-width: 767px) {
  /* line 4590, ../sass/_theme.scss */
  .story-teaser.in-the-media.show-play-video-button {
    position: relative;
  }
}
/* line 4595, ../sass/_theme.scss */
#main .region-content {
  position: relative;
}
/* line 4597, ../sass/_theme.scss */
#main .region-content #block-print-ui-print-links {
  position: absolute;
  right: 0;
  top: 4em;
}

/* line 4604, ../sass/_theme.scss */
a.print-page {
  color: transparent;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0;
}

/* line 4614, ../sass/_theme.scss */
h1.article-full-title {
  max-width: 85%;
}
@media (min-width: 581px) and (max-width: 767px) {
  /* line 4614, ../sass/_theme.scss */
  h1.article-full-title {
    max-width: 100%;
    padding-right: 115px;
  }
}
@media (max-width: 580px) {
  /* line 4614, ../sass/_theme.scss */
  h1.article-full-title {
    max-width: 100%;
  }
}

@media (min-width: 581px) and (max-width: 767px) {
  /* line 4624, ../sass/_theme.scss */
  .node-hebrew-story h1.article-full-title {
    max-width: 100%;
    padding-right: 0;
    padding-left: 115px;
  }
}

/* line 4632, ../sass/_theme.scss */
.page-search .messages--error {
  background-color: #f4f8f2;
  color: #333;
  border: none;
  margin: 0 0 2.1875rem 0;
  background-image: none;
  position: relative;
  max-width: 37.5rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 4641, ../sass/_theme.scss */
.page-search .messages--error:before {
  position: absolute;
  left: 15px;
  content: " ";
  background: url("../images/!.png") no-repeat;
  width: 21px;
  height: 19px;
}

/* line 4651, ../sass/_theme.scss */
.print-content {
  margin: 0 30px;
}
/* line 4653, ../sass/_theme.scss */
.print-content * {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
/* line 4657, ../sass/_theme.scss */
.print-content .side-image {
  position: initial;
  width: 240px !important;
  margin: 15px 0;
}
/* line 4662, ../sass/_theme.scss */
.print-content p.teaser {
  display: none;
}
/* line 4674, ../sass/_theme.scss */
.print-content .node-story p,
.print-content .node-hebrew-story p {
  width: 100%;
}
/* line 4678, ../sass/_theme.scss */
.print-content .teasers-holder {
  display: none;
}
/* line 4681, ../sass/_theme.scss */
.print-content .category-link {
  text-decoration: none !important;
}

/* line 4685, ../sass/_theme.scss */
.print-site_name,
.print-breadcrumb,
.print-hr {
  display: none;
}

/* line 4690, ../sass/_theme.scss */
.easy-breadcrumb {
  list-style-type: none;
  padding: 15px 0;
  margin: 0 0;
}
/* line 4694, ../sass/_theme.scss */
.easy-breadcrumb li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  margin: 0 0;
}
/* line 4701, ../sass/_theme.scss */
.easy-breadcrumb li a {
  color: #808080 !important;
}
/* line 4704, ../sass/_theme.scss */
.easy-breadcrumb li:after {
  content: "/";
  padding: 0 5px;
}
/* line 4709, ../sass/_theme.scss */
.easy-breadcrumb li:last-child:after {
  display: none;
}
/* line 4714, ../sass/_theme.scss */
.easy-breadcrumb li:first-child:before {
  content: "\f015";
  font-family: "Font Awesome Pro", sans-serif;
  font-weight: 700;
  padding-right: 5px;
  font-size: 13px;
}
/* line 4723, ../sass/_theme.scss */
.easy-breadcrumb > span {
  display: none;
}
/* line 4726, ../sass/_theme.scss */
.easy-breadcrumb:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 4733, ../sass/_theme.scss */
.share-btn-wrp > .print {
  background: url(../images/print_small.png) #ff2e3d no-repeat center;
}
/* line 4735, ../sass/_theme.scss */
.share-btn-wrp > .print:hover, .share-btn-wrp > .print:focus {
  background: url(../images/print_big.png) #fb0000 no-repeat center;
  width: 38px;
  left: -6px;
  position: relative;
}
/* line 4741, ../sass/_theme.scss */
.share-btn-wrp > .print:hover a.print-page, .share-btn-wrp > .print:focus a.print-page {
  width: 38px;
}

/* line 4747, ../sass/_theme.scss */
a.language.link {
  	/*position: absolute;
    color: #66B345;
    font-size: 15px;
    line-height: 20px;
    font-family: $header-font;
    text-transform: capitalize;
    top: 2.8875rem; 
    &.english {
      left: 0;
      padding-left: 23px;    
      &:before{
      	position: absolute;
      	left: 0;
      	content: " ";
      	background: url("../images/arrows_lang.png");
      	width: 15px;
      	height: 15px;
      	top: 2.5px;
      }
    }
    &.hebrew {
      right: 0;
      padding-right: 23px;
      &:before{
      	position: absolute;
      	right: 0;
      	content: " ";
      	background: url("../images/arrows_lang.png");
      	width: 15px;
      	height: 15px;
      	top: 2.5px;
      }
      
    }*/
  position: absolute;
  color: #3b8b1c;
  line-height: 2.6875rem;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  top: 3rem;
  width: 7.1875rem;
  text-align: center;
  border: solid 1px #3b8b1c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
/* line 4793, ../sass/_theme.scss */
a.language.link.english {
  left: 0;
}
/* line 4796, ../sass/_theme.scss */
a.language.link.hebrew {
  right: 0;
}
/* line 4800, ../sass/_theme.scss */
a.language.link:hover {
  text-decoration: underline;
}
@media (max-width: 580px) {
  /* line 4747, ../sass/_theme.scss */
  a.language.link {
    position: relative;
    display: block;
    top: 0;
    margin-bottom: 10px;
  }
  /* line 4808, ../sass/_theme.scss */
  a.language.link.english {
    float: left;
    margin-right: 10px;
  }
  /* line 4812, ../sass/_theme.scss */
  a.language.link.hebrew {
    float: right;
    margin-left: 10px;
  }
}

/* line 4818, ../sass/_theme.scss */
#content[dir="rtl"] * {
  font-family: "Assistant", sans-serif !important;
}

/* line 4821, ../sass/_theme.scss */
.node-hebrew-story * {
  font-family: "Assistant", sans-serif !important;
}

/* line 4824, ../sass/_theme.scss */
.node-hebrew-story .teasers-holder {
  display: none;
}

@media all and (max-width: 767px) {
  /* line 4828, ../sass/_theme.scss */
  iframe {
    height: auto;
    width: 90vw;
    resize: both;
    overflow: auto;
  }
}
/* line 4836, ../sass/_theme.scss */
.node-hebrew-story.view-mode-print {
  direction: rtl;
}

/* line 4842, ../sass/_theme.scss */
.node-type-story #main #content a,
.node-type-hebrew-story #main #content a {
  color: #3b8b1b;
  text-decoration: underline;
}
/* line 4845, ../sass/_theme.scss */
.node-type-story #main #content a:hover, .node-type-story #main #content a:focus,
.node-type-hebrew-story #main #content a:hover,
.node-type-hebrew-story #main #content a:focus {
  text-decoration: underline;
}

/* line 4852, ../sass/_theme.scss */
.node-type-weizmann-world #main #block-system-main a {
  color: #3b8b1b;
  text-decoration: underline;
}
/* line 4855, ../sass/_theme.scss */
.node-type-weizmann-world #main #block-system-main a:hover, .node-type-weizmann-world #main #block-system-main a:focus {
  text-decoration: underline;
}

/* line 4862, ../sass/_theme.scss */
#block-taxonomy-menu-block-1 {
  padding-top: 1.5rem;
}

/* line 4866, ../sass/_theme.scss */
.site-slogan {
  text-transform: uppercase;
}

/* line 4870, ../sass/_theme.scss */
.node-webform .form-item.form-type-item,
.node-page .links.inline,
.node-webform > .links.inline,
.webform-progressbar {
  display: none;
}

/* line 4879, ../sass/_theme.scss */
.i18n-he.section-contact .region-content .contact_info .contact_info_block .wrapper {
  right: 5.3125rem;
}
/* line 4882, ../sass/_theme.scss */
.i18n-he.section-contact .region-content .contact_info .contact_info_block:before {
  right: 1.375rem;
}

/* line 4888, ../sass/_theme.scss */
#block-weizmann-compass-header-language-search div[id^="block-weizmann-compass-header-search-redirect"] {
  display: inline;
}

/* line 4892, ../sass/_theme.scss */
.search-redirect-form.header,
.search-redirect-form.scroll-header {
  background: transparent;
}
/* line 4896, ../sass/_theme.scss */
.search-redirect-form.header input.form-text::placeholder,
.search-redirect-form.scroll-header input.form-text::placeholder {
  opacity: 1;
  color: #b3b3b3;
}
/* line 4900, ../sass/_theme.scss */
.search-redirect-form.header input.form-text:-ms-input-placeholder,
.search-redirect-form.scroll-header input.form-text:-ms-input-placeholder {
  color: #b3b3b3;
}
/* line 4903, ../sass/_theme.scss */
.search-redirect-form.header input.form-text::-ms-input-placeholder,
.search-redirect-form.scroll-header input.form-text::-ms-input-placeholder {
  color: #b3b3b3;
}

/* line 4908, ../sass/_theme.scss */
.search-redirect-form.header {
  float: none;
  margin: 1.75rem auto;
}
/* line 4911, ../sass/_theme.scss */
.search-redirect-form.header input.form-text {
  border-radius: 20px 0 0 20px;
  border: none;
  background: #f2f2f2;
}
/* line 4916, ../sass/_theme.scss */
.search-redirect-form.header input[type="submit"] {
  background: url(../images/Search_green.png) no-repeat center center #f2f2f2;
  border-radius: 0 20px 20px 0;
  border: none;
}
@media all and (max-width: 480px) {
  /* line 4916, ../sass/_theme.scss */
  .search-redirect-form.header input[type="submit"] {
    background-size: 5vw;
  }
}

/* line 4926, ../sass/_theme.scss */
.search-redirect-form.scroll-header {
  margin: 0.5rem auto;
  float: right;
}
/* line 4929, ../sass/_theme.scss */
.search-redirect-form.scroll-header.mobile {
  float: none;
}
/* line 4932, ../sass/_theme.scss */
.search-redirect-form.scroll-header input.form-text {
  border-radius: 20px 0 0 20px;
  border-top: 1px solid #66b345;
  border-left: 1px solid #66b345;
  border-bottom: 1px solid #66b345;
  border-right: none;
  background: transparent;
}
/* line 4940, ../sass/_theme.scss */
.search-redirect-form.scroll-header input[type="submit"] {
  background: url(../images/Search_green.png) no-repeat center center transparent;
  border-radius: 0 20px 20px 0;
  border-top: 1px solid #66b345;
  border-right: 1px solid #66b345;
  border-bottom: 1px solid #66b345;
  border-left: none;
  border-radius: 0 20px 20px 0;
}

/* line 4952, ../sass/_theme.scss */
#edit-search-api-views-fulltext-wrapper input.form-text {
  border-radius: 20px 0 0 20px;
  border-top: 1px solid #66b345;
  border-left: 1px solid #66b345;
  border-bottom: 1px solid #66b345;
  border-right: none;
  background: transparent;
}

/* line 4963, ../sass/_theme.scss */
#views-exposed-form-search-page input[type="submit"] {
  background: url(../images/Search_green.png) no-repeat center center transparent;
  border-radius: 0 20px 20px 0;
  border-top: 1px solid #66b345;
  border-right: 1px solid #66b345;
  border-bottom: 1px solid #66b345;
  border-left: none;
  border-radius: 0 20px 20px 0;
}

/* line 4974, ../sass/_theme.scss */
.form-radios {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 4980, ../sass/_theme.scss */
.form-radios .form-type-radio {
  display: block;
  overflow: hidden;
  margin-top: 7px;
  margin-right: 25px;
}
/* line 4985, ../sass/_theme.scss */
.form-radios .form-type-radio input {
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none;
  float: left;
}
/* line 4997, ../sass/_theme.scss */
.form-radios .form-type-radio input[type="radio"]:before {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  color: #3b8b1b;
  font-size: 15px;
  font-family: "Font Awesome Pro", sans-serif;
  content: "\f111";
  left: 0;
  top: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}
/* line 5012, ../sass/_theme.scss */
.form-radios .form-type-radio input[type="radio"]:checked:before {
  content: "\f192";
  color: #3b8b1b;
  font-weight: bold;
}
/* line 5018, ../sass/_theme.scss */
.form-radios .form-type-radio label {
  display: block;
  padding-left: 25px;
}

/* line 2, ../sass/_nagish.scss */
body.nagish-contrast.section-contact h1 span,
body.nagish-contrast #navigation,
body.nagish-contrast #header:before, body.nagish-contrast #header:after, body.nagish-contrast.section-sitemap h1 span, body.nagish-contrast.section-about h1 span, body.nagish-contrast.section-about #main .region-content, body.nagish-contrast h2.more-stories .text,
body.nagish-contrast #search-block-form input.form-text,
body.nagish-contrast #search-redirect-form--2 input.form-text,
body.nagish-contrast #search-redirect-form--3 input.form-text,
body.nagish-contrast #search-form input.form-text, body.nagish-contrast #views-exposed-form-search-page input[type="submit"], body.nagish-contrast.section-subscribe h1 span, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--committee select option, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--language select option, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--country select option, body.nagish-contrast.section-subscribe .node-webform input[type="checkbox"]:before {
  background: #000;
}
/* line 17, ../sass/_nagish.scss */
body.nagish-contrast.section-about #main .region-content p.body-pages {
  color: #ffff66;
}
/* line 20, ../sass/_nagish.scss */
body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--form-selectoin > label, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--committee select, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--language select, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--country select, body.nagish-contrast.section-subscribe .node-webform .form-item label, body.nagish-contrast .list-style-none li {
  color: #fff;
}
/* line 27, ../sass/_nagish.scss */
body.nagish-contrast.section-contact .region-content .contact_info .contact_info_block:before, body.nagish-contrast.section-sitemap .region-content .contact_info .contact_info_block:before {
  color: #ffff66;
  border-color: #ffff66;
}
/* line 32, ../sass/_nagish.scss */
body.nagish-contrast .right-blocks > a .giving-to-weizmann-hp-teaser .text {
  color: #000;
}
/* line 35, ../sass/_nagish.scss */
body.nagish-contrast .box-main, body.nagish-contrast .region-bottom,
body.nagish-contrast #block-block-14, body.nagish-contrast #block-block-20, body.nagish-contrast #block-block-14 #scroll_block, body.nagish-contrast #block-block-20 #scroll_block, body.nagish-contrast.section-subscribe .node-webform input[type="submit"], body.nagish-contrast.section-contact .region-content .contact_info .contact_info_block, body.nagish-contrast.section-sitemap .region-content .contact_info .contact_info_block, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--committee select option:hover, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--language select option:hover, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--country select option:hover, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--committee select option:focus, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--language select option:focus, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--country select option:focus,
body.nagish-contrast .chosen-results li:hover {
  background: #222;
}
/* line 49, ../sass/_nagish.scss */
body.nagish-contrast #block-block-14 #scroll_block p img, body.nagish-contrast #block-block-20 #scroll_block p img {
  background-color: #fff;
}
/* line 52, ../sass/_nagish.scss */
body.nagish-contrast #search-redirect-form,
body.nagish-contrast #search-block-form,
body.nagish-contrast #search-redirect-form--2,
body.nagish-contrast #search-redirect-form--3,
body.nagish-contrast #search-redirect-form,
body.nagish-contrast #search-redirect-form input[type="submit"],
body.nagish-contrast #search-block-form input[type="submit"],
body.nagish-contrast #search-redirect-form--2 input[type="submit"],
body.nagish-contrast #search-redirect-form--3 input[type="submit"],
body.nagish-contrast #search-form input[type="submit"], body.nagish-contrast #search-redirect-form[type="submit"],
body.nagish-contrast #views-exposed-form-search-page input[type="submit"] {
  background-color: #000;
  border: 1px solid;
  font-size: 14px;
  border-radius: 0;
  background: #000;
}
/* line 70, ../sass/_nagish.scss */
body.nagish-contrast .story-teaser a .text-wrapper {
  border-color: #222;
  background-color: #222 !important;
}
/* line 75, ../sass/_nagish.scss */
body.nagish-contrast .story-teaser a:hover .text-wrapper, body.nagish-contrast .story-teaser a:focus .text-wrapper {
  background-color: #000 !important;
}
/* line 83, ../sass/_nagish.scss */
body.nagish-contrast .attachment-after .story-teaser a:focus .field-name-title-field, body.nagish-contrast .attachment-after .story-teaser video:focus .field-name-title-field {
  outline: 1px dotted;
  margin: 1px;
}
/* line 90, ../sass/_nagish.scss */
body.nagish-contrast .date, body.nagish-contrast #block-system-main .node-story > .field-name-field-source, #block-system-main body.nagish-contrast .node-story > .field-name-field-source, body.nagish-contrast #block-system-main .node-story > .field-name-field-date, #block-system-main body.nagish-contrast .node-story > .field-name-field-date, body.nagish-contrast #block-system-main .node-story > .field-name-field-read, #block-system-main body.nagish-contrast .node-story > .field-name-field-read,
body.nagish-contrast .print-content .node-story > .field-name-field-source,
.print-content body.nagish-contrast .node-story > .field-name-field-source,
body.nagish-contrast .print-content .node-story > .field-name-field-date,
.print-content body.nagish-contrast .node-story > .field-name-field-date,
body.nagish-contrast .print-content .node-story > .field-name-field-read,
.print-content body.nagish-contrast .node-story > .field-name-field-read,
body.nagish-contrast #block-system-main .node-hebrew-story > .field-name-field-source,
#block-system-main body.nagish-contrast .node-hebrew-story > .field-name-field-source,
body.nagish-contrast #block-system-main .node-hebrew-story > .field-name-field-date,
#block-system-main body.nagish-contrast .node-hebrew-story > .field-name-field-date,
body.nagish-contrast #block-system-main .node-hebrew-story > .field-name-field-read,
#block-system-main body.nagish-contrast .node-hebrew-story > .field-name-field-read,
body.nagish-contrast .print-content .node-hebrew-story > .field-name-field-source,
.print-content body.nagish-contrast .node-hebrew-story > .field-name-field-source,
body.nagish-contrast .print-content .node-hebrew-story > .field-name-field-date,
.print-content body.nagish-contrast .node-hebrew-story > .field-name-field-date,
body.nagish-contrast .print-content .node-hebrew-story > .field-name-field-read,
.print-content body.nagish-contrast .node-hebrew-story > .field-name-field-read, body.nagish-contrast #block-system-main .node-story > .field-name-field-source, body.nagish-contrast #block-system-main .node-story > .field-name-field-date, body.nagish-contrast #block-system-main .node-story > .field-name-field-read,
body.nagish-contrast .date,
body.nagish-contrast #block-system-main .node-story > .field-name-field-source,
#block-system-main body.nagish-contrast .node-story > .field-name-field-source,
body.nagish-contrast #block-system-main .node-story > .field-name-field-date,
#block-system-main body.nagish-contrast .node-story > .field-name-field-date,
body.nagish-contrast #block-system-main .node-story > .field-name-field-read,
#block-system-main body.nagish-contrast .node-story > .field-name-field-read,
body.nagish-contrast .print-content .node-story > .field-name-field-source,
.print-content body.nagish-contrast .node-story > .field-name-field-source,
body.nagish-contrast .print-content .node-story > .field-name-field-date,
.print-content body.nagish-contrast .node-story > .field-name-field-date,
body.nagish-contrast .print-content .node-story > .field-name-field-read,
.print-content body.nagish-contrast .node-story > .field-name-field-read,
body.nagish-contrast #block-system-main .node-hebrew-story > .field-name-field-source,
#block-system-main body.nagish-contrast .node-hebrew-story > .field-name-field-source,
body.nagish-contrast #block-system-main .node-hebrew-story > .field-name-field-date,
#block-system-main body.nagish-contrast .node-hebrew-story > .field-name-field-date,
body.nagish-contrast #block-system-main .node-hebrew-story > .field-name-field-read,
#block-system-main body.nagish-contrast .node-hebrew-story > .field-name-field-read,
body.nagish-contrast .print-content .node-hebrew-story > .field-name-field-source,
.print-content body.nagish-contrast .node-hebrew-story > .field-name-field-source,
body.nagish-contrast .print-content .node-hebrew-story > .field-name-field-date,
.print-content body.nagish-contrast .node-hebrew-story > .field-name-field-date,
body.nagish-contrast .print-content .node-hebrew-story > .field-name-field-read,
.print-content body.nagish-contrast .node-hebrew-story > .field-name-field-read, body.nagish-contrast #block-system-main .node-hebrew-story > .field-name-field-source, body.nagish-contrast #block-system-main .node-hebrew-story > .field-name-field-date, body.nagish-contrast #block-system-main .node-hebrew-story > .field-name-field-read {
  color: #fff;
}
/* line 94, ../sass/_nagish.scss */
body.nagish-contrast .node-weizmann-world a:focus h3, body.nagish-contrast #block-views-weizmann-world-block a:focus p.section {
  outline: 1px dotted;
}
/* line 97, ../sass/_nagish.scss */
body.nagish-contrast.section-contact .region-content .contact_person_list .contact_person .people_role, body.nagish-contrast.section-sitemap .region-content .contact_person_list .contact_person .people_role {
  color: #FFDE9B;
}
/* line 101, ../sass/_nagish.scss */
body.nagish-contrast #search-form input.form-text, body.nagish-contrast #views-exposed-form-search-page input.form-text {
  background: #000;
}
/* line 104, ../sass/_nagish.scss */
body.nagish-contrast #search-form input[type="submit"], body.nagish-contrast #views-exposed-form-search-page input[type="submit"] {
  background: url("../images/Search.png") no-repeat center #00478e;
}
/* line 107, ../sass/_nagish.scss */
body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--country a.chosen-single {
  text-decoration: none !important;
}
/* line 109, ../sass/_nagish.scss */
body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--country a.chosen-single span {
  color: #fff;
}
/* line 113, ../sass/_nagish.scss */
body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--country .chosen-container-single .chosen-drop {
  background: #000;
}
/* line 116, ../sass/_nagish.scss */
body.nagish-contrast .chosen-container .chosen-results {
  color: #fff;
}
/* line 119, ../sass/_nagish.scss */
body.nagish-contrast .search-redirect-form.header input.form-text {
  background: #000;
  border: 1px solid;
}
/* line 122, ../sass/_nagish.scss */
body.nagish-contrast .search-redirect-form.header input.form-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
/* line 126, ../sass/_nagish.scss */
body.nagish-contrast .search-redirect-form.header input.form-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
/* line 129, ../sass/_nagish.scss */
body.nagish-contrast .search-redirect-form.header input.form-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
/* line 133, ../sass/_nagish.scss */
body.nagish-contrast .block-menu > ul > li.active-trail > a, body.nagish-contrast .block-menu > ul > li.active > a, body.nagish-contrast .block-menu > ul > li:hover > a, body.nagish-contrast .tb-megamenu > ul > li.active-trail > a, body.nagish-contrast .tb-megamenu > ul > li.active > a, body.nagish-contrast .tb-megamenu > ul > li:hover > a, body.nagish-contrast #navigation .block-superfish > ul > li.active-trail > a, body.nagish-contrast #navigation .block-superfish > ul > li.active > a, body.nagish-contrast #navigation .block-superfish > ul > li:hover > a {
  background: #222;
  color: #ffffff;
}
/* line 137, ../sass/_nagish.scss */
body.nagish-contrast .story-teaser a p.section, body.nagish-contrast .story-teaser.video p.section {
  color: #fff;
}
/* line 140, ../sass/_nagish.scss */
body.nagish-contrast #block-block-14 #scroll_block, body.nagish-contrast #block-block-20 #scroll_block, body.nagish-contrast #block-weizmann-compass-header-scroll-header #scroll_block,
body.nagish-contrast #block-block-14, body.nagish-contrast #block-block-20, body.nagish-contrast #block-weizmann-compass-header-scroll-header {
  background-color: #000;
}
/* line 144, ../sass/_nagish.scss */
body.nagish-contrast h2.more-stories .text {
  color: inherit;
}
/* line 147, ../sass/_nagish.scss */
body.nagish-contrast p.section {
  color: #fff;
}
/* line 150, ../sass/_nagish.scss */
body.nagish-contrast .description, body.nagish-contrast .print-content .description {
  color: #ffff66;
}
/* line 153, ../sass/_nagish.scss */
body.nagish-contrast .view-giving-to-weizmann.view-display-id-block article a .giving-to-weizmann-const {
  background: #222;
}
/* line 156, ../sass/_nagish.scss */
body.nagish-contrast .menu-name-menu-weizmann-world ul.menu li h3, body.nagish-contrast .menu-name-menu-weizmann-world ul.menu li span, body.nagish-contrast .menu-block-3 ul.menu li h3, body.nagish-contrast .menu-block-3 ul.menu li span, body.nagish-contrast .block-taxonomy-menu-block ul.menu li h3, body.nagish-contrast .block-taxonomy-menu-block ul.menu li span {
  color: #fff;
}
/* line 159, ../sass/_nagish.scss */
body.nagish-contrast.section-subscribe .node-webform input[type="checkbox"]:before {
  color: #fff;
  border: 1px solid #fff;
}
/* line 163, ../sass/_nagish.scss */
body.nagish-contrast.section-subscribe .node-webform input[type="checkbox"]:focus-visible:before {
  border: 2px solid #fff;
}
/* line 166, ../sass/_nagish.scss */
body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--first-name input, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--last-name input, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--state input, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--e-mail input, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--address input, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--last-name input, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--state input, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--e-mail input, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--address input, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--city input, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--zip-code input {
  border-bottom: solid 1px #fff;
}
/* line 174, ../sass/_nagish.scss */
body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--first-name input::placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--last-name input::placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--state input::placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--e-mail input::placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--address input::placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--last-name input::placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--state input::placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--e-mail input::placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--address input::placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--city input::placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--zip-code input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
/* line 178, ../sass/_nagish.scss */
body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--first-name input:-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--last-name input:-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--state input:-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--e-mail input:-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--address input:-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--last-name input:-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--state input:-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--e-mail input:-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--address input:-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--city input:-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--zip-code input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
/* line 181, ../sass/_nagish.scss */
body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--first-name input::-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--last-name input::-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--state input::-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--e-mail input::-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--address input::-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--last-name input::-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--state input::-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--e-mail input::-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--address input::-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--city input::-ms-input-placeholder, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--zip-code input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
/* line 185, ../sass/_nagish.scss */
body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--country select, body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--committee select {
  border: solid 1px #fff;
}
/* line 189, ../sass/_nagish.scss */
body.nagish-contrast.section-subscribe .node-webform .form-item.webform-component--country a.chosen-single {
  border: solid 1px #fff;
}

/* line 193, ../sass/_nagish.scss */
body.nagish-invert {
  background: #fff;
  height: initial;
}

/* line 199, ../sass/_nagish.scss */
body.nagish-animation.front .grid-top {
  height: 1080px !important;
}
/* line 203, ../sass/_nagish.scss */
body.nagish-animation .grid-item {
  position: static !important;
  width: 100%   !important;
}
/* line 206, ../sass/_nagish.scss */
body.nagish-animation .grid-item .field-name-field-main-image, body.nagish-animation .grid-item .field-name-field-video {
  float: left;
}
/* line 209, ../sass/_nagish.scss */
body.nagish-animation .grid-item .text-wrapper {
  margin-left: 220px;
  border-radius: 0 0 0 0;
  height: auto !important;
}
/* line 213, ../sass/_nagish.scss */
body.nagish-animation .grid-item .text-wrapper .field-name-field-teaser-text {
  height: 6.5625rem !important;
}
/* line 218, ../sass/_nagish.scss */
body.nagish-animation .grid-item.story-teaser.leading {
  max-width: 100%;
}
/* line 220, ../sass/_nagish.scss */
body.nagish-animation .grid-item.story-teaser.leading .text-wrapper {
  margin-left: 464px;
  height: 20.125rem !important;
}
/* line 228, ../sass/_nagish.scss */
body.nagish-animation .grid-item.story-teaser.box-inTheMedia-top .text-wrapper {
  margin-left: 0px;
}
/* line 233, ../sass/_nagish.scss */
body.nagish-animation .grid-item.story-teaser a:focus .field-name-title-field, body.nagish-animation .grid-item.story-teaser video:focus .field-name-title-field {
  outline: 1px dotted;
}
/* line 240, ../sass/_nagish.scss */
body.nagish-animation .grid-item a:hover .text-wrapper, body.nagish-animation .grid-item a:focus .text-wrapper {
  border-top: solid 1px #b3b3b3;
}

/** PLEASE DO NOT ADD YOUR STYLE INTO THIS FILE **/
