/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(flexboxgrid.css);
@import url("https://fonts.googleapis.com/css?family=Alef");

/* line 12, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../scss/partials/_normalize.scss */
[hidden],
template {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/partials/_normalize.scss */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
	background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
	/*outline: thin dotted;*/
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, ../scss/partials/_normalize.scss */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/partials/_normalize.scss */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
	margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 185, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
q:before,
q:after {
	content: "";
	content: none;
}

/* line 218, ../scss/partials/_normalize.scss */
small,
.small {
	font-size: 75%;
}

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

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

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 250, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
	margin: 1em 0;
}

/* line 257, ../scss/partials/_normalize.scss */
dd {
	margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../scss/partials/_normalize.scss */
menu {
	padding: 0 0 0 40px;
}

/* line 269, ../scss/partials/_normalize.scss */
ol,
ul {
	padding: 0;
	list-style-position: inside;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 280, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 294, ../scss/partials/_normalize.scss */
img {
	border: 0;
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 326, ../scss/partials/_normalize.scss */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 337, ../scss/partials/_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.
 */
/* line 348, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 362, ../scss/partials/_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 374, ../scss/partials/_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.
 */
/* line 387, ../scss/partials/_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 399, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 409, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
	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 421, ../scss/partials/_normalize.scss */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 433, ../scss/partials/_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 442, ../scss/partials/_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 453, ../scss/partials/_normalize.scss */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 466, ../scss/partials/_normalize.scss */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* line 473, ../scss/partials/_normalize.scss */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* line 480, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* line 488, ../scss/partials/_normalize.scss */
.clearfix,
.cf {
	zoom: 1;
}

/* line 490, ../scss/partials/_normalize.scss */
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
	content: "";
	display: table;
}

/* line 491, ../scss/partials/_normalize.scss */
.clearfix:after,
.cf:after {
	clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 498, ../scss/partials/_normalize.scss */
span.amp {
	font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
	font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 65, ../scss/partials/_typography.scss */

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 15, ../scss/modules/_alerts.scss */
.alert-help,
.alert-info,
.alert-error,
.alert-success {
	margin: 10px;
	padding: 5px 18px;
	border: 1px solid;
}

/* line 21, ../scss/modules/_alerts.scss */
.alert-help {
	border-color: #e8dc59;
	background: #ebe16f;
}

/* line 27, ../scss/modules/_alerts.scss */
.alert-info {
	border-color: #bfe4f4;
	background: #d5edf8;
}

/* line 33, ../scss/modules/_alerts.scss */
.alert-error {
	border-color: #f8cdce;
	background: #fbe3e4;
}

/* line 39, ../scss/modules/_alerts.scss */
.alert-success {
	border-color: #deeaae;
	background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
/* line 27, ../scss/modules/_buttons.scss */
.blue-btn {
	display: inline-block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	padding: 0 24px;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	-webkit-transition: background-color 0.14s ease-in-out;
	transition: background-color 0.14s ease-in-out;
}

/* line 44, ../scss/modules/_buttons.scss */
.blue-btn:hover,
.blue-btn:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}

/* line 51, ../scss/modules/_buttons.scss */
.blue-btn:active {
	top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
/* line 62, ../scss/modules/_buttons.scss */
.blue-btn {
	background-color: #2980b9;
}

/* line 66, ../scss/modules/_buttons.scss */
.blue-btn:hover,
.blue-btn:focus {
	background-color: #2574a8;
}

/* line 71, ../scss/modules/_buttons.scss */
.blue-btn:active {
	background-color: #2472a4;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/* line 24, ../scss/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
	display: block;
	height: 40px;
	line-height: 1em;
	padding: 0 12px;
	margin-bottom: 14px;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 0;
	width: 100%;
	max-width: 400px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #eaedf2;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
}

/* line 59, ../scss/modules/_forms.scss */
input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
	background-color: #f7f8fa;
	outline: none;
}

/* line 66, ../scss/modules/_forms.scss */
input[type="text"].error,
input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
	color: #fbe3e4;
	border-color: #fbe3e4;
	background-color: #fff;
	background-position: 99% center;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
	outline-color: #fbe3e4;
}

/* line 78, ../scss/modules/_forms.scss */
input[type="text"].success,
input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
	color: #e6efc2;
	border-color: #e6efc2;
	background-color: #fff;
	background-position: 99% center;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
	outline-color: #e6efc2;
}

/* line 90, ../scss/modules/_forms.scss */
input[type="text"][disabled],
input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
	cursor: not-allowed;
	border-color: #cfcfcf;
	opacity: 0.6;
}

/* line 96, ../scss/modules/_forms.scss */
input[type="text"][disabled]:focus,
input[type="text"][disabled]:active,
input[type="text"].is-disabled:focus,
input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
	background-color: #d5edf8;
}

/* line 106, ../scss/modules/_forms.scss */
input[type="password"] {
	letter-spacing: 0.3em;
}

/* line 111, ../scss/modules/_forms.scss */
textarea {
	max-width: 100%;
	min-height: 120px;
	line-height: 1.5em;
}

/* line 118, ../scss/modules/_forms.scss */
select {
	-webkit-appearance: none;
	/* 1 */
	-moz-appearance: none;
	appearance: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: 97.5% center;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
.bit-circle-wrapper{
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.bit-wrapper{
	border-radius: 50%;
	width: 124px;
	height: 124px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.bit-wrapper img{
	border-radius: 50%;
	max-width: 100%;
	max-height: 100%;
	filter: grayscale(1);
	transition: 0.6s;
}
.bit-circle-wrapper:hover img{
	filter: grayscale(0);
}
.bit-circle-wrapper:hover .donate-step-1__form-type__title{
	color: #317288;
}

/* line 19, ../scss/breakpoints/_base.scss */

body {
	font-family: "Alef", sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #3c3c3b;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* line 34, ../scss/breakpoints/_base.scss */
.noPadding {
	padding: 0;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 42, ../scss/breakpoints/_base.scss */
.wrap {
	width: 96%;
	margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
/* line 51, ../scss/breakpoints/_base.scss */
a,
a:visited {
	cursor: pointer;
	color: #00853e;
	text-decoration: none;
	/* on hover */
	/* on click */
	/* mobile tap color */
}

/* line 57, ../scss/breakpoints/_base.scss */
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
	color: #00853e;
}

/* line 67, ../scss/breakpoints/_base.scss */
a:link,
a:visited:link {
	/*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 81, ../scss/breakpoints/_base.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	text-rendering: optimizelegibility;
	font-weight: 500;
	/*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
	/* removing text decoration from all headline links */
}

/* line 90, ../scss/breakpoints/_base.scss */
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
	text-decoration: none;
}

/* line 95, ../scss/breakpoints/_base.scss */
h1,
.h1 {
	font-size: 2.5em;
	line-height: 1.333em;
}

/* line 100, ../scss/breakpoints/_base.scss */
h2,
.h2 {
	font-size: 1.75em;
	line-height: 1.4em;
	margin-bottom: 0.375em;
}

/* line 106, ../scss/breakpoints/_base.scss */
h3,
.h3 {
	font-size: 1.125em;
}

/* line 110, ../scss/breakpoints/_base.scss */
h4,
.h4 {
	font-size: 1.1em;
	font-weight: 700;
}

/* line 115, ../scss/breakpoints/_base.scss */
h5,
.h5 {
	font-size: 0.846em;
	line-height: 2.09em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
/* line 131, ../scss/breakpoints/_base.scss */
body.rtl container.langAndMenu .langs ul.inLang li:first-child {
	padding-right: 0.5em !important;
}

/* line 139, ../scss/breakpoints/_base.scss */
body.rtl container.langAndMenuMobile .menu_button {
	left: 0.1rem;
	right: auto;
}

/* line 143, ../scss/breakpoints/_base.scss */
body.rtl container.langAndMenuMobile section.header_nav {
	right: auto;
	left: -500rem;
}

/* line 148, ../scss/breakpoints/_base.scss */
body.rtl container.langAndMenuMobile section.header_nav ul.nav li a {
	text-align: left;
	padding-right: 0;
	padding-left: 12px;
}

/* line 154, ../scss/breakpoints/_base.scss */
body.rtl container.langAndMenuMobile section.header_nav ul.nav li.menu-item-has-children:after {
	left: auto;
	right: 0;
	border-left: 0;
	border-right: 1px solid #c8cacc;
}

/* line 164, ../scss/breakpoints/_base.scss */
body.rtl container.langAndMenuMobile #mobileMenuCheckbox:checked~.header_nav {
	right: 0;
}
body.rtl container.langAndMenuMobile section.header_nav.active {
	right: 0;
}
body container.langAndMenuMobile section.header_nav.active {
	left: 0;
}

/* line 170, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.logo {
	text-align: right;
}

/* line 173, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.logo #logo img {
	/* right: -2em; */
}

/* line 176, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.logo #logo:after {
	left: calc(100% - 80px);
}

/* line 181, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.rashiAndDonations {
	text-align: left;
}

/* line 183, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.rashiAndDonations a {
	float: left;
	width: 6.5rem;
	left: 0;
	right: auto;
}

/* line 188, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.rashiAndDonations a svg {
	right: auto;
	left: 0.4em;
}

/* line 192, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.rashiAndDonations a label {
	position: relative;
	top: -2px;
	font-size: 1.12em;
	left: auto;
	right: -1.2em;
}

/* line 203, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.langAndMenu nav ul {
	display: flex;
}

/* line 205, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.langAndMenu nav ul li,
body header #inner-header container.langAndMenu nav ul li {
	padding: 0 0.5em;
}

/* line 207, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.langAndMenu nav ul li:first-child {
	/*padding-right: 0;*/
}

/* line 209, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.langAndMenu nav ul li:first-child a {
	/*padding-right: 0;*/
	/*padding-left: 0.75em;*/
}

/* line 214, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.langAndMenu nav ul li:last-child {
	padding-left: 0;
}

/* line 216, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.langAndMenu nav ul li:last-child a {
	padding-left: 0;
	padding-left: 0.75em;
}

/* line 222, ../scss/breakpoints/_base.scss */
body.rtl header #inner-header container.langAndMenu nav ul li.menu-item-has-children:after {
	right: auto;
	left: 0.2em;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
}

/* line 240, ../scss/breakpoints/_base.scss */
body.rtl header .greenStrip .gstripWrapper .serachBar {
	margin-right: 0;
	margin-left: 0.5em;
}

/* line 244, ../scss/breakpoints/_base.scss */
body.rtl header .greenStrip .gstripWrapper .serachBar form input.search {
	border-left: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-left: 0;
	padding-right: 0.5em;
}

/* line 256, ../scss/breakpoints/_base.scss */
body.rtl .indexMainSlider .hp_main_sliderNext {
	left: auto;
	right: 1em;
}

/* line 260, ../scss/breakpoints/_base.scss */
body.rtl .indexMainSlider .hp_main_sliderPrev {
	left: 1em;
	right: auto;
}

/* line 266, ../scss/breakpoints/_base.scss */
body.rtl div.readMore .circle {
	margin-right: 0;
	margin-left: 0.5em;
}

/* line 272, ../scss/breakpoints/_base.scss */
body.rtl .contactForm span.gfield_required {
	float: right;
	margin-left: 4px !important;
	margin-right: 0 !important;
}

body.rtl .contactForm form .gform_footer input[type="submit"] {
	text-align: center !important;
}

/* line 279, ../scss/breakpoints/_base.scss */
body.rtl container.links .circle {
	margin-right: 0;
	margin-left: 0.5em;
}

/* line 285, ../scss/breakpoints/_base.scss */
body.rtl .newsAndEvents select.category {
	right: 0;
	left: auto;
	background-position: 10% center;
}

/* line 291, ../scss/breakpoints/_base.scss */
body.rtl .newsAndEvents .col-md-8:first-child {
	border-right: 0;
	border-left: 3px dotted rgba(0, 143, 67, 0.3);
}

/* line 294, ../scss/breakpoints/_base.scss */
body.rtl .newsAndEvents .col-md-8:first-child .newItem {
	padding-right: 0;
	padding-left: 1em;
}

/* line 301, ../scss/breakpoints/_base.scss */
body.rtl .newsAndEvents .col-md-4 .newItem {
	padding-right: 1em;
	padding-left: 0;
}

/* line 308, ../scss/breakpoints/_base.scss */
body.rtl .newsAndEvents .row.line2 .col-md-4 .newItem {
	padding-right: 0;
	padding-left: 1em;
}

/* line 313, ../scss/breakpoints/_base.scss */
body.rtl .newsAndEvents .row.line2 .col-md-8 {
	border-left: 0;
	border-right: 3px dotted rgba(0, 143, 67, 0.3);
}

/* line 316, ../scss/breakpoints/_base.scss */
body.rtl .newsAndEvents .row.line2 .col-md-8 .newItem {
	padding-left: 0;
	padding-right: 1em;
}

/* line 324, ../scss/breakpoints/_base.scss */
body.rtl .newsAndEvents .row.line3 .col-md-4.c-1 {
	border-right: 0;
	border-left: 3px dotted rgba(0, 143, 67, 0.3);
}

/* line 327, ../scss/breakpoints/_base.scss */
body.rtl .newsAndEvents .row.line3 .col-md-4.c-1 .newItem {
	padding-right: 0;
	padding-left: 1em;
}

/* line 332, ../scss/breakpoints/_base.scss */
body.rtl .newsAndEvents .row.line3 .col-md-4.c-2 {
	border-right: 0;
	border-left: 3px dotted rgba(0, 143, 67, 0.3);
}

/* line 336, ../scss/breakpoints/_base.scss */
body.rtl .newsAndEvents .row.line3 .col-md-4.c-3 {
	border-right: 0;
	border-left: 0;
}

/* line 339, ../scss/breakpoints/_base.scss */
body.rtl .newsAndEvents .row.line3 .col-md-4.c-3 .newItem {
	padding-right: 1em;
	padding-left: 0em;
}

/* line 350, ../scss/breakpoints/_base.scss */
body.rtl footer .socialSharing .sb.foF {
	margin-right: 1.26em;
	margin-left: 0;
}

/* line 354, ../scss/breakpoints/_base.scss */
body.rtl footer .socialSharing .sb.foS {
	margin-left: 1.26em;
	margin-right: 0;
}

/* line 363, ../scss/breakpoints/_base.scss */
body.page-template-page-activites #content {
	overflow: visible;
}

/* line 368, ../scss/breakpoints/_base.scss */
header {
	background-color: #fff;
}

/* line 370, ../scss/breakpoints/_base.scss */
header #inner-header {
	display: flex;
	width: 100%;
}

/* line 373, ../scss/breakpoints/_base.scss */
header #inner-header container {
	flex-direction: column;
	display: flex;
	justify-content: center;
}

/* line 378, ../scss/breakpoints/_base.scss */
header #inner-header container.logo {
	flex: 1;
	text-align: left;
}

/* line 381, ../scss/breakpoints/_base.scss */
header #inner-header container.logo #logo {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	width: 11.5em;
	height: 6.5em;
}

/* line 388, ../scss/breakpoints/_base.scss */
header #inner-header container.logo #logo img {
	width: 12rem;
	position: relative;
}

/* line 393, ../scss/breakpoints/_base.scss */
header #inner-header container.logo #logo:after {
	display: none;
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	position: absolute;
	bottom: -1em;
	left: calc(100% - 130px);
}

/* line 407, ../scss/breakpoints/_base.scss */
header #inner-header container.langAndMenu {
	flex-direction: column;
	justify-content: flex-end;
}

/* line 412, ../scss/breakpoints/_base.scss */
header #inner-header container.langAndMenu nav {
	display: none;
}

/* line 415, ../scss/breakpoints/_base.scss */
header .wrap {
	position: relative;
}

header .main-link {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 4px;
	width: 105px;
	height: 36px;
	background: url("../../images/main-link.png") no-repeat;
	color: black;
	font-family: Alef;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	z-index: 999999;
	transition: all 0.3s;
}

header .main-link:focus,
header .main-link:hover {
	color: #00853e;
}

body.rtl header .main-link {
	right: auto;
	left: 0;
}

header #inner-header container.langAndMenu .langs {
	top: -3em;
	position: relative;
}

/* line 418, ../scss/breakpoints/_base.scss */
header #inner-header container.langAndMenu .langs ul {
	margin: 0 0.5em;
	display: inline-flex;
	flex-direction: row-reverse;
	list-style-type: none;
}

/* line 423, ../scss/breakpoints/_base.scss */
header #inner-header container.langAndMenu .langs ul li {
	padding: 0 0.5em;
}

/* line 425, ../scss/breakpoints/_base.scss */
header #inner-header container.langAndMenu .langs ul li:first-child {
	padding-right: 0;
}

/* line 428, ../scss/breakpoints/_base.scss */
header #inner-header container.langAndMenu .langs ul li:last-child {
	padding: 0;
}

/* line 432, ../scss/breakpoints/_base.scss */
header #inner-header container.langAndMenu .langs ul li.current a {
	text-decoration: none;
}

/* line 436, ../scss/breakpoints/_base.scss */
header #inner-header container.langAndMenu .langs ul li a {
	text-decoration: underline;
	text-transform: uppercase;
	color: #b8b8b8;
}

header #inner-header container.langAndMenu .langs ul li a:focus {
	background-color: red;
	color: white;
}

/* line 440, ../scss/breakpoints/_base.scss */
header #inner-header container.langAndMenu .langs ul li a.English {
	font-size: 14px;
}

/* line 448, ../scss/breakpoints/_base.scss */
header #inner-header container.rashiAndDonations {
	text-align: right;
	position: relative;
}

header #inner-header container.rashiAndDonations a {
	height: 1.875rem;
	width: 7rem;
	background-image: linear-gradient(to top,
			#005527 0%,
			#007c3a 52%,
			#02b053 100%);
	border: 0;
	color: white;
	font-size: 1em;
	font-weight: 400;
	border-radius: 1em;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 0 1em;
	text-align: right;
	float: right;
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0.5em;
	cursor: pointer;
}

.header #inner-header container.rashiAndDonations a:focus {
	outline: thin dotted;
}

/* line 451, ../scss/breakpoints/_base.scss */
header #inner-header container.rashiAndDonations div.donate {
	height: 1.875rem;
	width: 8rem;
	background-image: linear-gradient(to top,
			#005527 0%,
			#007c3a 52%,
			#02b053 100%);
	border: 0;
	color: white;
	font-size: 1em;
	font-weight: 400;
	border-radius: 1em;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 0 1em;
	text-align: right;
	float: right;
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0.5em;
}

/* line 470, ../scss/breakpoints/_base.scss */
header #inner-header container.rashiAndDonations a label {
	position: relative;
	left: -1em;
	font-size: 1em;
	line-height: 1.8em;
	cursor: pointer;
}

/* line 475, ../scss/breakpoints/_base.scss */
header #inner-header container.rashiAndDonations a svg {
	width: 1.5em;
	height: 2em;
	position: absolute;
	bottom: 0.0001em;
	transition: all 1s;
	left: auto;
	right: 0.5em;
	cursor: pointer;
}

/* line 483, ../scss/breakpoints/_base.scss */
header #inner-header container.rashiAndDonations a svg path {
	transition: all 1s;
	fill: #fff;
}

/* line 490, ../scss/breakpoints/_base.scss */
header #inner-header container.rashiAndDonations a:hover svg path {
	fill: #ff0000;
}

header #inner-header container.rashiAndDonations a:focus svg path {
	fill: #ff0000;
}

/* line 496, ../scss/breakpoints/_base.scss */
header #inner-header container.rashiAndDonations img {
	width: 5.25em;
	height: 2.375em;
}

/* line 502, ../scss/breakpoints/_base.scss */
header .greenStrip {
	background-color: #00853e;
	width: 100%;
	height: 1.625em;
}

/* line 506, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper {
	display: flex;
}

/* line 509, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper ul.socials {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 3.5em;
}

/* line 517, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper ul.socials li a {
	width: 1.688em;
	height: 1.625em;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	transition: all 1s;
}

/* line 526, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper ul.socials li svg {
	margin: 0 auto;
	width: 1em;
	height: 1em;
}

/* line 530, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper ul.socials li svg path {
	fill: #fff;
	transition: all 1s;
}

/* line 535, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper ul.socials li a:hover {
	background: #fff;
}

header .greenStrip .gstripWrapper ul.socials li a:focus {
	background: #fff;
}

/* line 538, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper ul.socials li a:hover svg path {
	fill: #00853e;
}

header .greenStrip .gstripWrapper ul.socials li a:focus svg path {
	fill: #00853e;
}

/* line 545, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper .serachBar {
	flex: 1;
	display: flex;
	margin-right: 0.5em;
}

/* line 549, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper .serachBar form {
	opacity: 1;
	display: flex;
	align-items: center;
}

/* line 551, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper .serachBar form input.search {
	border: 0;
	height: 26px;
	margin: 0;
	padding: 0 0 0 0.5em;
	background-color: transparent;
	color: #fff;
	font-size: 0.938em;
	font-weight: 700;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 562, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper .serachBar form input.search::-webkit-input-placeholder {
	/* Chrome */
	color: #fff;
	font-weight: 700;
}

/* line 566, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper .serachBar form input.search:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
	font-weight: 700;
}

/* line 570, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper .serachBar form input.search::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	opacity: 1;
	font-weight: 700;
}

/* line 575, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper .serachBar form input.search:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: #fff;
	opacity: 1;
	font-weight: 700;
}

/* line 581, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper .serachBar form svg {
	display: inline-block;
	width: 1.3em;
	height: 1em;
	position: relative;
	margin: 0;
	cursor: pointer;
}

/* line 589, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper .serachBar form svg path {
	transition: all 1s;
	fill: rgba(0, 0, 0, 0.5);
}

/* line 597, ../scss/breakpoints/_base.scss */
header .greenStrip .gstripWrapper .serachBar:hover svg path,
header .greenStrip .gstripWrapper .serachBar:focus svg path {
	fill: #fff;
}

/* line 608, ../scss/breakpoints/_base.scss */
.breadCrumbs {
	color: rgba(60, 60, 59, 0.7);
	font-size: 1em;
	margin: 0.5em auto;
}

/* line 612, ../scss/breakpoints/_base.scss */
.breadCrumbs a {
	color: rgba(60, 60, 59, 0.7);
}

/* line 614, ../scss/breakpoints/_base.scss */
.breadCrumbs a:hover {
	text-decoration: underline;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 632, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile button {
	position: fixed;
	width: 2.125em;
	height: 2.125em;
	top: 0.1rem;
	left: 0.1rem;
	padding: 0;
	z-index: 99999999;
	cursor: pointer;
	border: none;
	background: none;
}

body.rtl container.langAndMenuMobile button {
	right: 0.1rem;
	left: auto;
}

container.langAndMenuMobile .menu_button {
	display: block;
	width: 100%;
	height: 100%;
}

/* line 640, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile .menu_button img {
	border: 0;
}

/* line 644, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile #mobileMenuCheckbox {
	display: none;
}

/* line 647, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav {
	position: fixed;
	right: -500rem;
	top: 0;
	width: 87%;
	height: 100%;
	border-left: 1px solid #c8cacc;
	background-color: #c8cacc;
	z-index: 9999999;
}

/* line 657, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav {
	margin: 0;
	width: 100%;
}

/* line 660, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li {
	width: 100%;
	border-top: 1px solid #c8cacc;
	display: block;
	position: relative;
}

/* line 666, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li:hover a,
container.langAndMenuMobile section.header_nav ul.nav li a:focus {
	background-color: #00853e;
	color: #fff;
}

/* line 671, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li.menu-item-has-children:hover a:after,
container.langAndMenuMobile section.header_nav ul.nav li.menu-item-has-children>a:focus:after {
	background-image: url("../../images/green_minus.png");
}

container.langAndMenuMobile section.header_nav ul.nav li.menu-item-has-children.hover {
	background-image: url("../../images/green_minus.png");
}

container.langAndMenuMobile section.header_nav ul.nav li.menu-item-has-children.hover>a {
	background-color: #00853e;
	color: #fff;
}

container.langAndMenuMobile section.header_nav ul.nav li.menu-item-has-children.hover>a:after {
	background-image: url("../../images/green_minus.png");
}

/* line 677, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li.menu-item-has-children>a:after {
	content: " ";
	width: 35px;
	height: 35px;
	background-size: contain;
	background-image: url("../../images/black_plus.png");
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px solid #c8cacc;
}

body.rtl container.langAndMenuMobile section.header_nav ul.nav li.menu-item-has-children>a:after {
	right: 0;
	left: auto;
}

/* line 689, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li a {
	text-align: right;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100%;
	min-height: 35px;
	background-color: #222222;
	padding: 7px 12px 7px 0;
	text-decoration: none;
}

/* line 703, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li ul.sub-menu {
	height: 0;
	overflow: hidden;
}

/* line 709, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li ul.sub-menu li:hover.menu-item-has-children:after {
	background-image: url("../../images/white_minus.png");
}

/* line 715, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li ul.sub-menu li.menu-item-has-children:after {
	content: " ";
	width: 42px;
	height: 42px;
	background-size: contain;
	background-image: url("../../images/white_plus.png");
	position: absolute;
	top: 0;
	left: 1px;
}

/* line 726, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li ul.sub-menu li:before {
	content: " ";
	width: 4px;
	height: 6px;
	background-image: url("../../images/white_arrow.png");
	position: absolute;
	right: 12px;
	top: 16px;
}

/* line 735, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li ul.sub-menu li a {
	padding-right: 20px;
	background-color: #fff;
	color: #000;
}

/* line 740, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li ul.sub-menu li ul.sub-menu {
	display: none;
}

/* line 743, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li ul.sub-menu li ul.sub-menu li:before {
	content: " ";
	width: 9px;
	height: 6px;
	background-image: url("../../images/double_black_arrow.png");
	position: absolute;
	right: 12px;
	top: 16px;
}

/* line 752, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li ul.sub-menu li ul.sub-menu li a {
	padding-right: 25px;
	background-color: #e6e7e8;
	color: #58595b;
}

/* line 758, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li ul.sub-menu li ul.sub-menu li:hover>ul.sub-menu {
	display: block;
}

/* line 763, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li ul.sub-menu li:hover>ul.sub-menu {
	display: block;
}

/* line 768, ../scss/breakpoints/_base.scss */
container.langAndMenuMobile section.header_nav ul.nav li:hover ul.sub-menu,
container.langAndMenuMobile section.header_nav ul.nav li a:focus~ul.sub-menu {
	height: auto;
}

/* line 778, ../scss/breakpoints/_base.scss */
.nav {
	border-bottom: 0;
	margin: 0;
	/* end .menu li */
	/* highlight current page */
	/* end current highlighters */
}

/* line 782, ../scss/breakpoints/_base.scss */
.nav ul {
	margin: 0;
}

/* line 787, ../scss/breakpoints/_base.scss */
.nav li a {
	display: block;
	text-decoration: none;
	padding: 0.75em;
	color: #00853e;
	font-size: 0.9rem;
	font-weight: 700;
}

/* line 795, ../scss/breakpoints/_base.scss */
.nav li a:hover,
.nav li a:focus {
	color: #00853e;
}

/* line 801, ../scss/breakpoints/_base.scss */
.nav>li:first-child a {
	padding-left: 0;
}

/* line 807, ../scss/breakpoints/_base.scss */
.nav>li:last-child a {
	padding-right: 0;
}

body.rtl .nav>li:first-child a {
	padding-right: 0;
}

body.rtl .nav>li:last-child a {
	padding-left: 0;
}

/* line 817, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
	padding-left: 30px;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 852, ../scss/breakpoints/_base.scss */
#container {
	overflow-x: hidden;
}

/* line 856, ../scss/breakpoints/_base.scss */
.darkScreen {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	justify-content: center;
	flex-direction: column;
}

/* line 869, ../scss/breakpoints/_base.scss */
.darkScreen.flex {
	display: flex;
}

/* line 872, ../scss/breakpoints/_base.scss */
.darkScreen .closeApplyApp {
	display: block;
	background: none;
	border: none;
	color: #00853e;
	text-align: center;
	position: absolute;
	top: 1em;
	right: 1em;
}

/* line 880, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen {
	width: 100%;
	max-width: 1140px;
	margin: auto;
	height: auto;
	background-color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 1em 0;
}

/* line 889, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen h1 {
	margin: 0;
	color: #00853e;
	font-size: 1.625rem;
	font-weight: 700;
	text-align: center;
}

/* line 895, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen h1 .jobName {
	display: inline;
}

/* line 899, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen .wrap {
	width: 50%;
}

/* line 901, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen .wrap .gform_wrapper {
	margin: 0;
}

/* line 903, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen .wrap .gform_wrapper textarea {
	height: 1em;
	border-radius: 1em;
}

/* line 907, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen .wrap .gform_wrapper input[type="text"] {
	width: 100%;
	max-width: 100%;
	background-color: rgba(60, 60, 59, 0.1);
	padding: 0 0.5em !important;
	border-radius: 1em;
}

/* line 914, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen .wrap .gform_wrapper .top_label .gfield_label {
	display: none;
}

/* line 917, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen .wrap .gform_wrapper li#field_10_4>label {
	display: block;
}

/* line 920, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen .wrap .gform_wrapper li#field_10_6 {
	display: none;
}

/* line 923, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen .wrap .gform_wrapper li.gfield.gfield_error {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
}

/* line 928, ../scss/breakpoints/_base.scss */

/* line 933, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen .wrap .gform_footer.top_label {
	margin: 0 auto;
	display: flex;
}

/* line 936, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen .wrap .gform_footer.top_label input[type="submit"] {
	margin: 0 auto;
	background-color: #00853e;
	color: #fff;
	padding: 0;
	border: 0;
	border-radius: 1rem;
	font-size: 1.625rem;
	font-weight: bold;
	height: 2.938rem;
	width: 11.625rem;
	text-align: center !important;
	display: inline-block;
}

.darkScreen .whiteScreen .wrap .gform_footer.top_label input[type="submit"]:focus {
	background-color: #3c3c3b;
}

/* line 949, ../scss/breakpoints/_base.scss */
.darkScreen .whiteScreen .wrap .gform_footer.top_label input[type="submit"]:hover {
	background-color: #3c3c3b;
}

/* line 962, ../scss/breakpoints/_base.scss */
body.rtl container.activites .activityInfo .closeAct {
	left: auto;
	right: 1rem;
}

/* line 968, ../scss/breakpoints/_base.scss */
body.rtl .sign {
	float: left !important;
}

/* line 973, ../scss/breakpoints/_base.scss */
body.rtl .indexSlider div .darkness {
	background: -moz-linear-gradient(right,
			rgba(255, 255, 255, 0.5) 0%,
			rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-linear-gradient(right,
			rgba(255, 255, 255, 0.5) 0%,
			rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0.5) 0%,
			rgba(0, 0, 0, 0.7) 100%);
}

/* line 980, ../scss/breakpoints/_base.scss */
body.rtl container.bulletsHandle {
	left: 0;
	right: auto;
}

/* line 984, ../scss/breakpoints/_base.scss */
body.rtl container.bulletsHandle svg {
	transform: rotate(180deg);
}

/* line 989, ../scss/breakpoints/_base.scss */
body.rtl container.bulletsHandle .nextSlide label {
	margin-right: 0.4em;
}

/* line 996, ../scss/breakpoints/_base.scss */
body.rtl .gallerySlider .bulletsHandle .hp_main_sliderNext {
	right: 1em;
	left: auto;
}

/* line 1000, ../scss/breakpoints/_base.scss */
body.rtl .gallerySlider .bulletsHandle .hp_main_sliderPrev {
	left: 1em;
	right: auto;
}

/* line 1009, ../scss/breakpoints/_base.scss */
body.rtl main.information .infoBlocks .head .title {
	margin-right: 0;
	margin-left: 1rem;
}

/* line 1017, ../scss/breakpoints/_base.scss */
body.rtl main.donation .varLine {
	left: auto;
	right: 7.5rem;
}

/* line 1022, ../scss/breakpoints/_base.scss */
body.rtl main.management,
body main.management {
	margin: 0;
	max-width: 100%;
}

/* line 1025, ../scss/breakpoints/_base.scss */
body.rtl main.management .item,
body main.management .item {
	background-color: #3c3c3b;
	color: #fff;
}

/* line 1028, ../scss/breakpoints/_base.scss */
body.rtl main.management .item .col-md-4,
body main.management .item .col-md-4 {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/* line 1033, ../scss/breakpoints/_base.scss */
body.rtl main.management .item .profilePic,
body main.management .item .profilePic {
	background-size: cover;
	background-position: center center;
	width: 268px;
	height: 268px;
	border: 0.8em solid #636362;
	border-radius: 50%;
	margin-bottom: 20px;
}

/* line 1041, ../scss/breakpoints/_base.scss */
body.rtl main.management .item:nth-child(2n + 2),
body main.management .item:nth-child(2n + 2) {
	color: #3c3c3b;
	background-color: #fff;
}

/* line 1044, ../scss/breakpoints/_base.scss */
body.rtl main.management .item:nth-child(2n + 2) .profilePic,
body main.management .item:nth-child(2n + 2) .profilePic {
	border: 0.8em solid #cce9d9;
}

/* line 1047, ../scss/breakpoints/_base.scss */
body.rtl main.management .item:nth-child(2n + 2) p.content.det,
body main.management .item:nth-child(2n + 2) p.content.det {
	color: #00853e;
}

/* line 1051, ../scss/breakpoints/_base.scss */
body.rtl main.management .item:nth-child(3n + 3),
body main.management .item:nth-child(3n + 3) {
	color: #fff;
	background-color: #00853e;
}

/* line 1054, ../scss/breakpoints/_base.scss */
body.rtl main.management .item:nth-child(3n + 3) .profilePic,
body main.management .item:nth-child(3n + 3) .profilePic {
	border: 0.8em solid #00853e;
}

/* line 1057, ../scss/breakpoints/_base.scss */
body.rtl main.management .item:nth-child(3n + 3) p.content.det,
body main.management .item:nth-child(3n + 3) p.content.det {
	color: #fff;
}

/* line 1063, ../scss/breakpoints/_base.scss */
body.rtl main.management .reviewers,
body main.management .reviewers {
	padding: 2rem 0;
}

/* line 1065, ../scss/breakpoints/_base.scss */
body.rtl main.management .reviewers h2,
body main.management .reviewers h2 {
	color: #00853e;
	font-weight: 700;
}

/* line 1074, ../scss/breakpoints/_base.scss */
.bgNumbersB {
	background-image: url(../../images/bgNumbers.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}

/* line 1080, ../scss/breakpoints/_base.scss */
.bgNumbersB .numbersDarkness {
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,
			transparent 0%,
			rgba(0, 0, 0, 0.6) 100%);
	background: -webkit-linear-gradient(top,
			transparent 0%,
			rgba(0, 0, 0, 0.6) 100%);
	background: linear-gradient(to bottom,
			transparent 0%,
			rgba(0, 0, 0, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
	display: flex;
	text-align: center;
}

/* line 1092, ../scss/breakpoints/_base.scss */
.bgDots {
	background-image: url(../../images/vaadBg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	padding: 2rem 0;
}

/* line 1103, ../scss/breakpoints/_base.scss */
.dotsOverlay {
	background-image: url("../../images/hoverSlider.png");
	background-repeat: repeat-x;
	background-size: contain !important;
	position: relative;
	width: 100%;
	height: 100%;
}

/* line 1111, ../scss/breakpoints/_base.scss */
.indexSlider {
	visibility: hidden;
	width: 100%;
	/* height: 27.313em; */
	height: 30em;
	position: relative;
	margin-bottom: 0 !important;
}

/* line 1117, ../scss/breakpoints/_base.scss */
.indexSlider a.readMoreb {
	position: absolute;
	display: inline-block;
	color: white;
	border: 0;
	background-color: #00853e;
	padding: 0.5em 3em;
	font-size: 1.3em;
	margin-top: 1em;
	transition: all 0.5s ease;
	z-index: 99999;
}

.indexSlider a.readMoreb:focus {
	background-color: #fff;
	color: #00853e;
}

/* line 1124, ../scss/breakpoints/_base.scss */
.indexSlider a.readMoreb:hover {
	background-color: #fff;
	color: #00853e;
}

/* line 1129, ../scss/breakpoints/_base.scss */
.indexSlider div:not(.wrap) {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.indexSlider div.page {
	height: auto;
}

/* line 1134, ../scss/breakpoints/_base.scss */
.indexSlider div .darkness {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: -moz-linear-gradient(left,
			rgba(255, 255, 255, 0.5) 0%,
			rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-linear-gradient(left,
			rgba(255, 255, 255, 0.5) 0%,
			rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(to left,
			rgba(255, 255, 255, 0.5) 0%,
			rgba(0, 0, 0, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#a8000000', GradientType=1);
}

/* line 1145, ../scss/breakpoints/_base.scss */
.indexSlider div .content {
	width: 86%;
	color: #fff;
}

/* line 1148, ../scss/breakpoints/_base.scss */
.indexSlider div .content h1,
.indexSlider div .content h2,
.indexSlider div .content h3,
.indexSlider div .content h4,
.indexSlider div .content h5 {
	margin-top: 0;
}

.indexSlider div .content h1 {
	max-height: 106px;
	overflow: hidden;
}

.indexSlider div .content p {
	max-height: 72px;
	overflow: hidden;
}

/* line 1153, ../scss/breakpoints/_base.scss */
.indexSliderContainer .directionCircle {
	position: relative;
	width: 2.438rem !important;
	height: 2.438rem !important;
	background-color: #00853e;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
	cursor: pointer;
	text-align: center;
	transition: all 1s;
}

/* line 1169, ../scss/breakpoints/_base.scss */
.indexSliderContainer .directionCircle svg {
	width: 0.7em;
	height: 1em;
	margin: 0 auto;
}

/* line 1173, ../scss/breakpoints/_base.scss */
.indexSliderContainer .directionCircle svg path {
	fill: #fff;
}

/* line 1177, ../scss/breakpoints/_base.scss */
.indexSliderContainer .directionCircle:hover,
.indexSliderContainer .directionCircle:focus {
	background: #fff;
	color: #00853e;
}

.indexSliderContainer .slick-arrow:focus .directionCircle,
.indexSliderContainer .autoplay-container button:focus .directionCircle {
	background: #fff;
	color: #00853e;
}

/* line 1181, ../scss/breakpoints/_base.scss */
.indexSliderContainer .directionCircle:hover svg path,
.indexSliderContainer .directionCircle:focus svg path,
.indexSliderContainer .autoplay-container button:focus svg path {
	fill: #00853e;
}

.indexSliderContainer .slick-arrow:focus svg path {
	fill: #00853e;
}

.indexSliderContainer {}

/* line 1187, ../scss/breakpoints/_base.scss */
.indexSliderContainer .bulletsHandle button {
	background: none;
	border: none;
	padding: 0;
}

.indexSliderContainer .bulletsHandle button.prevSlide {
	order: 1;
}

.wrap_bulletsHandle {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
}

.indexSliderContainer .autoplay-container {
	width: 48px;
	position: absolute;
	display: flex;
	justify-content: center;
	top: -60px;
	right: 0;
}

body.rtl .indexSliderContainer .autoplay-container {
	left: 0;
	right: auto;
}

.indexSliderContainer .autoplay__play {
	display: none;
}

.indexSliderContainer .autoplay-container button {
	background: none;
	border: none;
	padding: 0;
}

.indexSliderContainer .autoplay-container button .directionCircle {
	padding: 0;
}

.indexSliderContainer .autoplay-container button svg {
	height: 16px;
	width: auto;
}

.indexSliderContainer .bulletsHandle {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: -437px;
	right: 0;
	height: 437px;
	width: 3rem;
	justify-content: center;
	align-items: center;
}

/* line 1195, ../scss/breakpoints/_base.scss */
.indexSliderContainer .bulletsHandle ul.slick-dots {
	display: block;
	position: relative;
	bottom: auto;
	margin: 1rem 0 1.7rem;
}

/* line 1201, ../scss/breakpoints/_base.scss */
.indexSliderContainer .bulletsHandle ul.slick-dots li {
	margin-bottom: 0.5em;
}

.indexSliderContainer .bulletsHandle ul.slick-dots li:last-child {
	margin-bottom: 0;
}

/* line 1205, ../scss/breakpoints/_base.scss */
.indexSliderContainer .bulletsHandle ul.slick-dots li.slick-active button {
	background-color: #fff;
}

/* line 1211, ../scss/breakpoints/_base.scss */
.indexSliderContainer .bulletsHandle ul.slick-dots li button {
	background-color: #00853e;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.indexSliderContainer .bulletsHandle ul.slick-dots li button:focus {
	background-color: red;
}

.indexSliderContainer .bulletsHandle ul.slick-dots li button:before {
	content: none;
}

/* line 1221, ../scss/breakpoints/_base.scss */
.indexSlider .bulletsHandle .prevSlide label {
	margin-left: 0.2em;
}

/* line 1226, ../scss/breakpoints/_base.scss */
.indexSlider .nextSlide {
	width: 2.438rem !important;
	height: 2.438rem !important;
	border-radius: 50%;
	position: initial;
}

/* line 1234, ../scss/breakpoints/_base.scss */
.hpGreenStrip {
	width: 100%;
	height: 4.125rem;
	background-color: #00853e;
	color: white;
	font-size: 1.625em;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

/* line 1244, ../scss/breakpoints/_base.scss */
.hpGreenStrip label {
	display: flex;
	justify-content: center;
	flex-direction: row;
}

/*NEW*/
.card {
	perspective: 1000px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	margin: 0;
	width: 100%;
	height: 240px;
	vertical-align: top;
	display: flex;
	align-items: center;
}

.card .content {
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	-ms-transition: 0.5s ease-out;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	/* content backface is visible so that static content still appears */
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-o-backface-visibility: visible;
	-ms-backface-visibility: visible;
	position: relative;
	width: 100%;
	height: 240px;
}

.card.applyflip .content {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

.card .content .cardFront,
.card .content .cardBack {
	/* Backface visibility works great for all but IE. As such, we mark the backface visible in IE and manage visibility ourselves */
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	height: 240px;
	width: 100%;
	display: flex;
}

.card .content .cardFront,
.card.applyflip .content .cardFront {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}

.card .content .cardBack,
.card.applyflip .content .cardBack {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
}

.card .content .cardFront,
.card.applyflip .content .cardBack {
	/* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
	animation: stayvisible 0.5s both;
	-webkit-animation: stayvisible 0.5s both;
	-moz-animation: stayvisible 0.5s both;
	-o-animation: stayvisible 0.5s both;
	-ms-animation: donothing 0.5s;
	-ms-transition: visibility 0s linear 0.17s;
	visibility: visible;
}

.card.applyflip .content .cardFront,
.card .content .cardBack {
	/* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
	animation: stayvisible 0.5s both;
	-webkit-animation: stayvisible 0.5s both;
	-moz-animation: stayvisible 0.5s both;
	-o-animation: stayvisible 0.5s both;
	-ms-animation: donothing 0.5s;
	-ms-transition: visibility 0s linear 0.17s;
	visibility: hidden;
}

@keyframes stayvisible {
	from {
		visibility: visible;
	}

	to {
		visibility: visible;
	}
}

@-webkit-keyframes stayvisible {
	from {
		visibility: visible;
	}

	to {
		visibility: visible;
	}
}

@-moz-keyframes stayvisible {
	from {
		visibility: visible;
	}

	to {
		visibility: visible;
	}
}

@-o-keyframes stayvisible {
	from {
		visibility: visible;
	}

	to {
		visibility: visible;
	}
}

@-ms-keyframes donothing {
	0% {}

	100% {}
}

/*END NEW*/

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}

/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
	width: 100%;
	height: 240px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front,
.back {
	display: flex;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

/* line 1252, ../scss/breakpoints/_base.scss */
.plansForBabies .titleBlock {
	height: 14rem;
	background-color: #1fafeb;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 1.875em;
}

/* line 1261, ../scss/breakpoints/_base.scss */
.plansForBabies .titleBlock h2 {
	font-size: 3.563rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.25em;
}

/* line 1267, ../scss/breakpoints/_base.scss */
.plansForBabies .titleBlock.darkBlue {
	background-color: #0083cb;
}

/* line 1270, ../scss/breakpoints/_base.scss */
.plansForBabies .titleBlock.orange {
	background-color: #f36e32;
}

/* line 1273, ../scss/breakpoints/_base.scss */
.plansForBabies .titleBlock.green {
	background-color: #00853e;
}

/* line 1276, ../scss/breakpoints/_base.scss */
.plansForBabies .titleBlock.purple {
	background-color: #5f53a3;
}

/* line 1280, ../scss/breakpoints/_base.scss */
.plansForBabies .inLogo {
	text-align: center;
	flex-direction: column;
	justify-content: center;
	display: flex;
	margin-top: 2rem;
	position: relative;
	padding-top: 2rem;
}

.plansForBabies .inLogo a {
	display: block;
	width: 100%;
}

/* line 1289, ../scss/breakpoints/_base.scss */
.plansForBabies .inLogo img {
	height: 240px;
	object-fit: cover;
	margin: auto;
}

/* line 1294, ../scss/breakpoints/_base.scss */
.plansForBabies .inLogo .titleBlock {
	width: 100%;
	height: 100%;
}

/* line 1311, ../scss/breakpoints/_base.scss */
.indexMainSlider,
.indexSlider,
.gallerySlider {
	display: none;
}

/* line 1312, ../scss/breakpoints/_base.scss */
.indexMainSlider.slick-initialized,
.indexSlider.slick-initialized,
.gallerySlider.slick-initialized {
	display: block;
}

/* line 1314, ../scss/breakpoints/_base.scss */
.loading {
	text-align: center;
}

/* line 1318, ../scss/breakpoints/_base.scss */
.indexMainSlider {
	visibility: hidden;
	margin-top: 2em;
	margin-bottom: 0 !important;
}

/* line 1322, ../scss/breakpoints/_base.scss */
.indexMainSlider .row,
.indexMainSlider .col-md-6 {
	margin: 0;
	padding: 0;
}

/* line 1326, ../scss/breakpoints/_base.scss */
.indexMainSlider .box {
	background-size: cover;
	width: 100%;
	height: 17.5em;
	background-position: center center;
}

/* line 1332, ../scss/breakpoints/_base.scss */
.indexMainSlider .box:hover>.darkness {
	opacity: 1;
}

/* line 1336, ../scss/breakpoints/_base.scss */
.indexMainSlider .box .darkness {
	display: flex;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	flex-direction: column;
}

/* line 1343, ../scss/breakpoints/_base.scss */
.indexMainSlider .box .darkness .wrapIn {
	width: 95%;
	margin: 0 auto;
}

/* line 1347, ../scss/breakpoints/_base.scss */
.indexMainSlider .box .darkness .content {
	color: #fff;
	font-size: 0.875em;
}

/* line 1350, ../scss/breakpoints/_base.scss */
.indexMainSlider .box .darkness .content h2 {
	margin: 0;
	font-size: 2.375rem;
	font-weight: 400;
	line-height: 1em;
	overflow: hidden;
	max-height: 80px;
}

/* line 1357, ../scss/breakpoints/_base.scss */
.indexMainSlider .box .darkness a {
	display: block;
	color: #00853e;
}

.indexMainSlider .box .darkness a:focus {
	background-color: red;
}

.indexMainSlider .box .darkness a:focus label {
	color: white;
}

/* line 1359, ../scss/breakpoints/_base.scss */
.indexMainSlider .box .darkness a:hover {
	color: #00853e;
}

/* line 1366, ../scss/breakpoints/_base.scss */
.indexMainSlider .bulletsHandle {
	background-color: #00853e;
	height: 2.188rem;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	margin: 0;
	margin-top: -1px;
}

/* line 1375, ../scss/breakpoints/_base.scss */
.indexMainSlider .bulletsHandle .hp_main_sliderNext,
.indexMainSlider .bulletsHandle .hp_main_sliderPrev {
	display: flex;
	position: absolute;
	color: #fff;
	cursor: pointer;
}

/* line 1381, ../scss/breakpoints/_base.scss */
.indexMainSlider .bulletsHandle .hp_main_sliderNext {
	left: 1em;
}

/* line 1384, ../scss/breakpoints/_base.scss */
.indexMainSlider .bulletsHandle .hp_main_sliderPrev {
	right: 1em;
}

/* line 1388, ../scss/breakpoints/_base.scss */
.indexMainSlider ul.slick-dots {
	display: flex;
	bottom: auto;
	width: auto;
	position: relative;
	margin: 0 auto;
}

/* line 1394, ../scss/breakpoints/_base.scss */
.indexMainSlider ul.slick-dots li {
	margin: 0;
}

/* line 1398, ../scss/breakpoints/_base.scss */
.indexMainSlider ul.slick-dots li.slick-active button:before {
	color: #fff;
}

/* line 1404, ../scss/breakpoints/_base.scss */
.indexMainSlider ul.slick-dots li button:before {
	color: #00853e;
	font-size: 0.8rem;
	width: 1.5em;
	opacity: inherit;
}

/* line 1415, ../scss/breakpoints/_base.scss */
.circleArrow {
	width: 1.5em;
	height: 0.6em;
	margin: 0 auto;
}

/* line 1419, ../scss/breakpoints/_base.scss */
.circleArrow path {
	fill: #fff;
}

/* line 1424, ../scss/breakpoints/_base.scss */
.readMore {
	color: #00853e;
	font-size: 1.125em;
	font-weight: 700;
	margin-top: 20px;
	position: relative;
	cursor: pointer;
}

/* line 1430, ../scss/breakpoints/_base.scss */
.readMore svg {
	width: 1.5em;
	height: 0.6em;
	margin: 0 auto;
}

/* line 1434, ../scss/breakpoints/_base.scss */
.readMore svg path {
	fill: #fff;
}

/* line 1440, ../scss/breakpoints/_base.scss */
.readMore.goBlack:hover .circle {
	background: #222;
}

/* line 1446, ../scss/breakpoints/_base.scss */
.readMore:hover label {
	text-decoration: underline;
}

/* line 1449, ../scss/breakpoints/_base.scss */
.readMore:hover .circle {
	background: #fff;
	color: #00853e;
	display: inline-flex;
}

/* line 1458, ../scss/breakpoints/_base.scss */
.readMore:hover svg path {
	fill: #00853e;
}

/* line 1463, ../scss/breakpoints/_base.scss */
.readMore label {
	cursor: pointer;
}

/* line 1466, ../scss/breakpoints/_base.scss */
.readMore .circle {
	width: 2.375rem;
	height: 2.375rem;
	background-color: #00853e;
	content: "";
	display: inline-flex;
	border-radius: 50%;
	margin-right: 0.5em;
	position: relative;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	transition: 1s linear all;
	padding-bottom: 2px;
}

/* line 1485, ../scss/breakpoints/_base.scss */
.numbersBlock {
	width: 100%;
	height: 49em;
	background-image: url("../../images/numbersBg.jpg");
	background-size: cover;
}

/* line 1490, ../scss/breakpoints/_base.scss */
.numbersBlock .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-bottom: 4em;
	color: #fff;
}

/* line 1497, ../scss/breakpoints/_base.scss */
.numbersBlock .content .numberCont .signT {
	display: inline-flex;
}

/* line 1499, ../scss/breakpoints/_base.scss */
.numbersBlock .content .numberCont .signT .sign {
	display: flex;
	font-size: 3em;
	margin: 0;
	line-height: 3em;
}

/* line 1507, ../scss/breakpoints/_base.scss */
.numbersBlock .content .numBox {
	margin: 1rem 0;
}

/* line 1510, ../scss/breakpoints/_base.scss */
.numbersBlock .content .number {
	font-size: 6em;
	line-height: 0.5em;
	text-align: center;
	transition: all 50s ease;
	margin-top: 2rem;
}

/* line 1517, ../scss/breakpoints/_base.scss */
.numbersBlock .content h2,
.numbersBlock .content div.text {
	text-align: center;
}

/* line 1520, ../scss/breakpoints/_base.scss */
.numbersBlock .content h2 {
	margin-bottom: 0;
}

/* line 1524, ../scss/breakpoints/_base.scss */
.numbersBlock label.bot {
	color: #fff;
	text-align: center;
	letter-spacing: 1em;
	margin-top: 2em;
	display: flex;
	font-size: 2em;
}

/* line 1535, ../scss/breakpoints/_base.scss */
main {
	margin: 2rem auto;
	color: #00853e;
	max-width: 90%;
}

/* line 1539, ../scss/breakpoints/_base.scss */
main.noMargin {
	margin: 0;
}

/* line 1542, ../scss/breakpoints/_base.scss */
main.gray {
	color: #3c3c3b;
}

/* line 1545, ../scss/breakpoints/_base.scss */
main h1,
main h2,
main h3 {
	font-size: 2.125em;
	margin: 0;
}

/* line 1549, ../scss/breakpoints/_base.scss */
main .center {
	text-align: center;
}

/* line 1552, ../scss/breakpoints/_base.scss */
main .content {
	font-size: 1.25rem;
}

/* line 1554, ../scss/breakpoints/_base.scss */
main .content ul {
	list-style-type: disc;
	list-style-position: inside;
}

/* line 1558, ../scss/breakpoints/_base.scss */
main .content ol {
	list-style-type: decimal;
	list-style-position: inside;
}

/* line 1563, ../scss/breakpoints/_base.scss */
main .content.ceo h1 {
	letter-spacing: 0.4em;
	margin: 0;
	font-size: 2.125em;
	color: #00853e;
}

/* line 1570, ../scss/breakpoints/_base.scss */
main .content .date {
	margin: 0.5em 0;
	font-size: 1.3rem;
}

/* line 1575, ../scss/breakpoints/_base.scss */
main .content p:first-child {
	margin-top: 0;
}

/* line 1579, ../scss/breakpoints/_base.scss */
main .content.np {
	margin-top: 2rem;
}

main .content.np a:focus {
	background-color: red;
	color: white;
}

/* line 1581, ../scss/breakpoints/_base.scss */
main .content.np .wp-caption {
	width: 100% !important;
}

/* line 1584, ../scss/breakpoints/_base.scss */
main .content.np img {
	width: 100%;
	max-height: 28.688rem;
	object-fit: cover;
}

/* line 1589, ../scss/breakpoints/_base.scss */
main .content.np .ceoImg {
	border-radius: 100%;
	height: 15.5rem;
	width: 15.5rem;
	border: 0.8rem solid #cce9d9;
	margin: 2rem auto;
	display: flex;
}

/* line 1597, ../scss/breakpoints/_base.scss */
main .content.np .sign {
	color: #00853e;
	float: right;
	margin-bottom: 2rem;
}

/* line 1601, ../scss/breakpoints/_base.scss */
main .content.np .sign .fname {
	font-weight: 700;
	font-size: 1.625rem;
	text-align: center;
}

/* line 1606, ../scss/breakpoints/_base.scss */
main .content.np .sign .job {
	font-size: 1.313rem;
	font-weight: 400;
	text-align: center;
}

/* line 1616, ../scss/breakpoints/_base.scss */
.gallerySlider {
	visibility: hidden;
	width: 90%;
	height: 17.625rem;
	margin: 2em auto !important;
}

/* line 1621, ../scss/breakpoints/_base.scss */
.gallerySlider img {
	width: 100%;
	height: 17.625em;
	object-fit: cover;
	display: flex;
}

/* line 1627, ../scss/breakpoints/_base.scss */
.news-events-slider-control {
	position: relative;
}

.news-events-slider-control .autoplay-container {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 2.188rem;
	left: 0;
	top: 0;
}

body.rtl .news-events-slider-control .autoplay-container {
	right: 0;
	left: auto;
}

.news-events-slider-control .autoplay-container button {
	border: none;
	background: none;
	padding: 0;
}

.news-events-slider-control .autoplay-container button.autoplay__play {
	display: none;
}

.news-events-slider-control .autoplay-container button svg {
	height: 16px;
	width: auto;
}

.news-events-slider-control .bulletsHandle {
	position: relative;
	height: 2.188rem;
	width: calc(100% - 100px);
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: row;
	margin: 0 auto;
}

.news-events-slider-control .bulletsHandle .slick-dots {
	position: relative;
	width: auto;
	margin: 0 1rem;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.news-events-slider-control .bulletsHandle .slick-dots button {
	width: 100%;
	height: 100%;
	font-size: 0;
	border-radius: 50%;
	background-color: rgba(60, 60, 59, 0.3);
	color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	margin: 0 auto;
}

.news-events-slider-control .bulletsHandle .slick-dots li.slick-active button {
	background-color: #00853e;
}

.news-events-slider-control .bulletsHandle .slick-dots button:before {
	content: none;
}

.news-events-slider-control .bulletsHandle>button {
	display: flex;
	flex-direction: row;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
}

.news-events-slider-control .bulletsHandle>button.nextSlide {
	order: 1;
}

.news-events-slider-control .bulletsHandle>button label {
	margin: 0 0.5rem;
	color: #00853e;
	cursor: pointer;
}

.news-events-slider-control .bulletsHandle>button.nextSlide .directionCircle {
	order: 1;
}

body.rtl .news-events-slider-control .bulletsHandle>button .directionCircle {
	transform: rotate(180deg);
}

.news-events-slider-control .directionCircle svg {
	width: 0.7em;
	height: 1em;
	margin: 0 auto;
}

/* line 1173, ../scss/breakpoints/_base.scss */
.news-events-slider-control .directionCircle svg path {
	fill: #fff;
}

/* line 1635, ../scss/breakpoints/_base.scss */
.gallerySlider .bulletsHandle .hp_main_sliderNext,
.gallerySlider .bulletsHandle .hp_main_sliderPrev {
	display: flex;
	position: absolute;
	color: #00853e;
	cursor: pointer;
}

/* line 1641, ../scss/breakpoints/_base.scss */
.gallerySlider .bulletsHandle .hp_main_sliderNext {
	left: 1em;
}

/* line 1644, ../scss/breakpoints/_base.scss */
.gallerySlider .bulletsHandle .hp_main_sliderPrev {
	right: 1em;
}

/* line 1647, ../scss/breakpoints/_base.scss */
.news-events-slider-control .bulletsHandle .directionCircle,
.news-events-slider-control .autoplay-container .directionCircle {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: #00853e;
	color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	margin: 0 auto;
	font-size: 1.6em;
}

/* line 1659, ../scss/breakpoints/_base.scss */
.gallerySlider .bulletsHandle .directionCircle .centerFlex {
	display: flex;
	line-height: 0em;
	margin: 0 auto;
}

/* line 1665, ../scss/breakpoints/_base.scss */
.gallerySlider .bulletsHandle .label {
	line-height: 2em;
	margin: 0 0.5em;
}

/* line 1670, ../scss/breakpoints/_base.scss */
.gallerySlider ul.slick-dots {
	display: flex;
	bottom: auto;
	width: auto;
	position: relative;
	margin: 0 auto;
}

/* line 1676, ../scss/breakpoints/_base.scss */
.gallerySlider ul.slick-dots li {
	margin: 0;
}

/* line 1680, ../scss/breakpoints/_base.scss */
.gallerySlider ul.slick-dots li.slick-active button:before {
	color: #00853e;
}

/* line 1686, ../scss/breakpoints/_base.scss */
.gallerySlider ul.slick-dots li button:before {
	color: rgba(60, 60, 59, 0.3);
	font-size: 0.8rem;
	width: 1.5em;
	opacity: inherit;
}

/* line 1697, ../scss/breakpoints/_base.scss */
container.links {
	display: flex;
	background-color: #3c3c3b;
	color: #fff;
}

container.links a {
	display: inline-block;
}

container.links a:focus {
	background-color: red;
	color: white;
}

/* line 1701, ../scss/breakpoints/_base.scss */
container.links ul {
	list-style-type: none;
}

/* line 1704, ../scss/breakpoints/_base.scss */
container.links .wrap {
	margin: 0 auto;
	max-width: 90%;
}

/* line 1708, ../scss/breakpoints/_base.scss */
container.links.marginTop4 {
	margin-top: 4em;
}

/* line 1712, ../scss/breakpoints/_base.scss */
container.links.orange h2 {
	color: #f36e32;
}

/* line 1717, ../scss/breakpoints/_base.scss */
container.links.orange ul li .circle {
	background-color: #f36e32;
}

/* line 1723, ../scss/breakpoints/_base.scss */
container.links.orange ul li:hover .circle svg path {
	fill: #f36e32;
}

/* line 1732, ../scss/breakpoints/_base.scss */
container.links h2 {
	font-weight: 700;
}

/* line 1735, ../scss/breakpoints/_base.scss */
container.links ul {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
}

/* line 1739, ../scss/breakpoints/_base.scss */
container.links ul li {
	width: 100%;
	cursor: pointer;
	margin-bottom: 1em;
}

/* line 1743, ../scss/breakpoints/_base.scss */
container.links ul li:last-child {
	margin-bottom: 0;
}

/* line 1746, ../scss/breakpoints/_base.scss */
container.links ul li a {
	color: #fff;
}

/* line 1749, ../scss/breakpoints/_base.scss */
container.links ul li container.link {
	display: inline-flex;
}

/* line 1752, ../scss/breakpoints/_base.scss */
container.links ul li .circle {
	width: 1.938rem;
	height: 1.938em;
	border-radius: 50%;
	background-color: #008f43;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-right: 0.5em;
	transition: all 0.5s;
}

/* line 1762, ../scss/breakpoints/_base.scss */
container.links ul li .circle svg {
	width: 1em;
	height: 1em;
	display: flex;
	margin: 0 auto;
}

/* line 1767, ../scss/breakpoints/_base.scss */
container.links ul li .circle svg path {
	fill: #fff;
	transition: all 0.5s;
}

/* line 1773, ../scss/breakpoints/_base.scss */
container.links ul li .label {
	line-height: 2em;
}

/* line 1777, ../scss/breakpoints/_base.scss */
container.links ul li:hover a {
	color: #fff;
	text-decoration: underline;
}

/* line 1781, ../scss/breakpoints/_base.scss */
container.links ul li:hover .circle {
	background-color: #fff;
}

/* line 1784, ../scss/breakpoints/_base.scss */
container.links ul li:hover .circle svg path {
	fill: #00853e;
}

/* line 1794, ../scss/breakpoints/_base.scss */
main.full {
	width: 100%;
	max-width: 100%;
}

/* line 1799, ../scss/breakpoints/_base.scss */
.linkE {
	float: right;
	position: relative;
	text-decoration: underline;
}

.linkE:focus {
	color: white;
	background-color: red;
	text-decoration: none;
}

/* line 1807, ../scss/breakpoints/_base.scss */
main.p404 .content {
	margin: 2em 0;
}

/* line 1809, ../scss/breakpoints/_base.scss */
main.p404 .content h1 {
	color: #281014;
	font-size: 13em;
	line-height: 1em;
}

/* line 1814, ../scss/breakpoints/_base.scss */
main.p404 .content h2 {
	color: #00853e;
	font-weight: bold;
	margin: 0.5em 0;
}

/* line 1819, ../scss/breakpoints/_base.scss */
main.p404 .content a {
	color: #3c3c3b;
	text-decoration: underline;
}

/* line 1824, ../scss/breakpoints/_base.scss */
main.p404 img {
	width: 100%;
	object-fit: cover;
}

/* line 1831, ../scss/breakpoints/_base.scss */
.itemsList .item {
	border-top: 2px dashed #00853e;
	margin-top: 2em;
	padding-top: 2em;
}

/* line 1836, ../scss/breakpoints/_base.scss */
.itemsList .item .thumbnail img {
	width: 100%;
	height: 13.688em;
	object-fit: cover;
}

/* line 1842, ../scss/breakpoints/_base.scss */
.itemsList .item .date {
	color: #959595;
	font-size: 1.188em;
	font-weight: 300;
	line-height: 1em;
}

/* line 1848, ../scss/breakpoints/_base.scss */
.itemsList .item .content {
	color: #3c3c3b;
	font-size: 1.313rem;
	font-weight: 400;
	margin: 0.5em 0;
	height: 6.4em;
	display: inline-block;
	overflow: hidden;
}

/* line 1856, ../scss/breakpoints/_base.scss */
.itemsList .item .content h2 {
	color: #00853e;
	font-size: 1.625rem;
	font-weight: 700;
	display: inline;
}

/* line 1862, ../scss/breakpoints/_base.scss */
.itemsList .item .content p {
	margin: 0;
	padding: 0;
	display: inline;
}

/* line 1870, ../scss/breakpoints/_base.scss */
.itemsList .item a:focus {
	display: block;
	background-color: red;
	color: #fff;
}

.itemsList .item a:focus label {
	color: #fff;
}

.itemsList .item .readMore:hover .circle {
	background-color: #222;
	color: #fff;
}

/* line 1880, ../scss/breakpoints/_base.scss */
body.page-template-page-activites .headerCover {
	box-shadow: none;
}

/* line 1885, ../scss/breakpoints/_base.scss */
.coverTop {
	width: 100%;
	height: 11.188rem;
	object-fit: cover;
}

/* line 1890, ../scss/breakpoints/_base.scss */
main.donation {
	max-width: 100%;
	margin: 0;
}

/* line 1893, ../scss/breakpoints/_base.scss */
main.donation .cover {
	width: 100%;
	height: 37.938rem;
	background-image: url("../../images/bgDonation.jpg");
	background-size: cover;
	position: relative;
}

/* line 1899, ../scss/breakpoints/_base.scss */
main.donation .cover .pattern {
	background-image: url("../../images/en_donationBg.png");
	width: 100%;
	height: 100%;
	background-repeat: repeat-y;
	background-position: 100%;
}

/* line 1905, ../scss/breakpoints/_base.scss */
main.donation .cover .pattern.he,
main.donation .cover .pattern.ar {
	background-image: url("../../images/he_donationBg.png");
	background-position: initial;
}

/* line 1910, ../scss/breakpoints/_base.scss */
main.donation .cover .line {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.92);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

/* line 1917, ../scss/breakpoints/_base.scss */
main.donation .cover .line h2 {
	color: #00853e;
	font-size: 2.313rem;
	font-weight: 700;
	width: 100%;
}

/* line 1922, ../scss/breakpoints/_base.scss */
main.donation .cover .line p {
	margin: 0;
}

/* line 1924, ../scss/breakpoints/_base.scss */
main.donation .cover .line strong {
	font-size: 1.4em;
	margin: 0 0.3rem 0.5rem;
	line-height: 1.4rem;
}

/* line 1929, ../scss/breakpoints/_base.scss */
main.donation .cover .varLine {
	width: 100%;
	height: 83%;
	background-color: rgba(255, 255, 255, 0.92);
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/* line 1936, ../scss/breakpoints/_base.scss */
main.donation .cover .varLine h2 {
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	margin: 1rem 0;
}

/* line 1942, ../scss/breakpoints/_base.scss */
main.donation .cover .varLine #myChart {
	width: 12.25rem !important;
	height: 12.25rem !important;
	margin: 2rem auto;
}

/* line 1947, ../scss/breakpoints/_base.scss */
main.donation .cover .varLine .year {
	color: #3c3c3b;
	font-size: 2.063rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 2rem;
}

/* line 1954, ../scss/breakpoints/_base.scss */
main.donation .cover .varLine .toc {
	width: 100%;
}

/* line 1956, ../scss/breakpoints/_base.scss */
main.donation .cover .varLine .toc .row {
	padding: 0;
	margin: 0;
}

/* line 1959, ../scss/breakpoints/_base.scss */
main.donation .cover .varLine .toc .row .col-md-4 {
	text-align: center;
	font-size: 14px;
	padding: 0;
}

/* line 1965, ../scss/breakpoints/_base.scss */
main.donation .cover .varLine .toc .cir {
	height: 1.313rem;
	width: 1.313rem;
	border-radius: 50%;
	margin: 0 auto 0.5rem;
}

/* line 1970, ../scss/breakpoints/_base.scss */
main.donation .cover .varLine .toc .cir.o1 {
	background-color: #ff6384;
}

/* line 1973, ../scss/breakpoints/_base.scss */
main.donation .cover .varLine .toc .cir.o2 {
	background-color: #36a2eb;
}

/* line 1976, ../scss/breakpoints/_base.scss */
main.donation .cover .varLine .toc .cir.o3 {
	background-color: #ffce56;
}

/* line 1983, ../scss/breakpoints/_base.scss */
main.donation .greenStrip {
	width: 100%;
	height: 1.188rem;
	background-color: #00853e;
}

/* line 1988, ../scss/breakpoints/_base.scss */
main.donation .buttonsDonate {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

main.donation .buttonsDonate button:focus {
	background-color: red !important;
	color: white !important;
}

/* line 1992, ../scss/breakpoints/_base.scss */
main.donation .buttonsDonate button {
	margin: 0 0.3rem;
	width: 20.313rem;
	height: 5.063rem;
	border: 0;
	border-bottom-right-radius: 0.938rem;
	border-bottom-left-radius: 0.938rem;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 400;
	background-color: #3c3c3b;
	transition: all 0.3s;
}

main.donation .buttonsDonate button:hover {
	background-color: #00853e;
}

/* line 2003, ../scss/breakpoints/_base.scss */
main.donation .buttonsDonate button.green {
	background-color: #00853e;
}

/* line 2008, ../scss/breakpoints/_base.scss */
main.donation .projectsList {
	margin: 3rem auto;
}

/* line 2010, ../scss/breakpoints/_base.scss */
main.donation .projectsList .project {
	width: 100%;
}

/* line 2012, ../scss/breakpoints/_base.scss */
main.donation .projectsList .project .thumbnail {
	width: 100%;
	height: 14.375rem;
	background-size: cover;
}

/* line 2016, ../scss/breakpoints/_base.scss */
main.donation .projectsList .project .thumbnail .text {
	width: 100%;
	height: 2.625rem;
	background-color: #00853e;
	color: #ffffff;
	font-size: 1.438rem;
	font-weight: 700;
	text-align: center;
}

/* line 2030, ../scss/breakpoints/_base.scss */
.DonationProjectsList {
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

/* line 2035, ../scss/breakpoints/_base.scss */
.DonationProjectsList .project .cover {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 14.375rem;
	position: relative;
}

/* line 2041, ../scss/breakpoints/_base.scss */
.DonationProjectsList .project .cover .title {
	background-color: rgba(0, 143, 67, 0.95);
	width: 100%;
	height: 2.625rem;
	color: #fff;
	font-weight: 700;
	font-size: 1.438rem;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	bottom: 0;
}

/* line 2055, ../scss/breakpoints/_base.scss */
.DonationProjectsList .project .cover:after {
	display: block;
	content: " ";
	border-left: 20px solid rgba(0, 143, 67, 0);
	border-right: 20px solid rgba(0, 143, 67, 0);
	border-top: 20px solid rgba(0, 143, 67, 0.95);
	position: absolute;
	bottom: -20px;
	left: calc(50% - 20px);
	right: auto;
	margin: 0 auto;
}

/* line 2068, ../scss/breakpoints/_base.scss */
.DonationProjectsList .project .content {
	margin: 1em 1em 7em;
	color: #3c3c3b;
	font-size: 1.25rem;
	font-weight: 400;
}

/* line 2074, ../scss/breakpoints/_base.scss */
.DonationProjectsList .col-xs-12.col-md-4,
.DonationProjectsList .col-xs-12 {
	position: relative;
}

.DonationProjectsList .project a {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.DonationProjectsList .project .donateB {
	display: inline-flex;
	width: 100%;
	cursor: pointer;
}

.DonationProjectsList .project .donateB .donation-guide {
	white-space: nowrap;
	position: absolute;
	top: -30px;
	left: 40%;
	font-weight: bold;
}

/* line 2078, ../scss/breakpoints/_base.scss */
.DonationProjectsList .project .donateB .donate {
	margin: 1em auto;
	display: inline-flex;
	position: relative;

}

/* line 2081, ../scss/breakpoints/_base.scss */
.DonationProjectsList .project .donateB .donate .icon {
	margin: 0 1em;
}

/* line 2084, ../scss/breakpoints/_base.scss */
.DonationProjectsList .project .donateB .donate label {
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #00853e;
	font-weight: 700;
	font-size: 1.625rem;
}

/* line 2100, ../scss/breakpoints/_base.scss */
main.organizationLinks .circle svg {
	width: 1rem;
	height: 1rem;
	display: flex;
	margin: 0 auto;
}

/* line 2109, ../scss/breakpoints/_base.scss */
main.information,
main.organizationLinks {
	margin-bottom: 4rem;
}

/* line 2110, ../scss/breakpoints/_base.scss */
main.information p,
main.organizationLinks p {
	font-size: 1.313rem;
}

/* line 2114, ../scss/breakpoints/_base.scss */
main.information .topContent,
main.organizationLinks .topContent {
	margin: 3rem 0;
}

/* line 2116, ../scss/breakpoints/_base.scss */
main.information .topContent h2,
main.organizationLinks .topContent h2 {
	color: #00853e;
	text-align: center;
	letter-spacing: 0.5rem;
}

/* line 2123, ../scss/breakpoints/_base.scss */
main.information .infoBlocks .head,
main.organizationLinks .infoBlocks .head {
	display: inline-flex;
	flex-direction: row;
	width: 100%;
	margin-bottom: 1rem;
}

main.information .infoBlocks a:focus {
	display: inline-block;
	background-color: red;
	color: white;
}

/* line 2128, ../scss/breakpoints/_base.scss */
main.information .infoBlocks .head .title,
main.organizationLinks .infoBlocks .head .title {
	color: #00853e;
	font-size: 1.625rem;
	font-weight: 700;
	display: flex;
	margin-right: 1rem;
}

/* line 2135, ../scss/breakpoints/_base.scss */
main.information .infoBlocks .head .line,
main.organizationLinks .infoBlocks .head .line {
	border-top: 0.1px dashed #00853e;
	display: flex;
	margin-top: 1.4rem;
	right: 0.1rem;
	flex: 1;
	position: relative;
}

/* line 2145, ../scss/breakpoints/_base.scss */
main.information .infoBlocks .infoItems .item,
main.organizationLinks .infoBlocks .infoItems .item {
	margin-bottom: 1rem;
}

/* line 2149, ../scss/breakpoints/_base.scss */
main.information .infoBlocks .infoItems .text h2,
main.organizationLinks .infoBlocks .infoItems .text h2 {
	margin: 0;
	display: inline;
	color: #00853e;
	font-weight: 700;
	font-size: 1.3rem;
}

/* line 2156, ../scss/breakpoints/_base.scss */
main.information .infoBlocks .infoItems .text p,
main.organizationLinks .infoBlocks .infoItems .text p {
	display: inline;
	margin: 0;
}

/* line 2161, ../scss/breakpoints/_base.scss */
main.information .infoBlocks .infoItems .readMore,
main.organizationLinks .infoBlocks .infoItems .readMore {
	margin: 1rem 0 2rem 0;
}

/* line 2168, ../scss/breakpoints/_base.scss */
main.partners {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

/* line 2172, ../scss/breakpoints/_base.scss */
main.partners .logos {
	margin: 3rem 0px 3rem 0;
}

/* line 2174, ../scss/breakpoints/_base.scss */
main.partners .logos .col-md-3 {
	justify-content: center;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 2rem;
}

/* line 2180, ../scss/breakpoints/_base.scss */
main.partners .logos .col-md-3:nth-child(4n + 4),
main.partners .logos .col-md-3:last-child {
	border-right: 0;
}

/* line 2185, ../scss/breakpoints/_base.scss */
main.partners .addtionalInfo {
	width: 100%;
	padding: 1rem;
	background-image: url(../../images/bgPartners.jpg);
	background-size: cover;
	display: inline-block;
	justify-content: center;
	flex-direction: column;
}

.main.partners .addtionalInfo p {
	word-break: normal;
}

/* line 2193, ../scss/breakpoints/_base.scss */
main.partners .addtionalInfo h2 {
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.5rem;
}

/* line 2198, ../scss/breakpoints/_base.scss */
main.partners .addtionalInfo .contentBlock {
	color: #fff;
	margin-top: 2rem;
}

/* line 2201, ../scss/breakpoints/_base.scss */
main.partners .addtionalInfo .contentBlock h3 {
	margin: 0;
	color: #00853e;
	font-size: 1.6rem;
}

/* line 2207, ../scss/breakpoints/_base.scss */
main.partners .addtionalInfo .contentBlock p {
	margin: 0;
	font-size: 1.3rem;
	text-align: justify;
}

/* line 2214, ../scss/breakpoints/_base.scss */
main.partners .joinUs {
	margin: 2rem 0;
	font-size: 1.5rem;
}

main.partners .joinUs a:focus {
	background-color: red;
	color: white;
}

/* line 2217, ../scss/breakpoints/_base.scss */
main.partners .joinUs img {
	margin: 0 auto;
	display: flex;
}

/* line 2221, ../scss/breakpoints/_base.scss */
main.partners .joinUs h2 {
	font-size: 2.125rem;
	text-align: center;
	color: #00853e;
	font-weight: 700;
	margin: 2rem 0;
	letter-spacing: 0.5rem;
}

/* line 2233, ../scss/breakpoints/_base.scss */
main.contact {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

/* line 2236, ../scss/breakpoints/_base.scss */
main.contact h2 {
	text-align: center;
	color: #00853e;
}

/* line 2240, ../scss/breakpoints/_base.scss */
main.contact .gform_wrapper {
	max-width: 100%;
	margin: 0 auto;
}

/* line 2243, ../scss/breakpoints/_base.scss */
main.contact .gform_wrapper .error_form {
	color: red;
	margin: 2rem 0;
}

/* line 2247, ../scss/breakpoints/_base.scss */
main.contact .gform_wrapper .validation_message {
	color: red;
}

/* line 2253, ../scss/breakpoints/_base.scss */
main.contact .gform_wrapper .gform_body ul li.gfield_error {
	border: 0;
	background: transparent;
	padding: 0 !important;
	margin: 0;
}

/* line 2259, ../scss/breakpoints/_base.scss */
main.contact .gform_wrapper .gform_body ul li.gfield_error label {
	color: red;
}

/* line 2263, ../scss/breakpoints/_base.scss */
main.contact .gform_wrapper .gform_body ul li.gfield_error .ginput_container input,
main.contact .gform_wrapper .gform_body ul li.gfield_error .ginput_container select,
main.contact .gform_wrapper .gform_body ul li.gfield_error .ginput_container textarea {
	border: 1px solid red !important;
}

/* line 2266, ../scss/breakpoints/_base.scss */
main.contact .gform_wrapper .gform_body ul li.gfield_error .ginput_container select {
	width: 100%;
}

/* line 2272, ../scss/breakpoints/_base.scss */
main.contact .gform_wrapper .gform_body ul li input[type="text"],
main.contact .gform_wrapper .gform_body ul li textarea,
main.contact .gform_wrapper .gform_body ul li select {
	color: #3c3c3b;
	padding: 0 1rem !important;
	width: 100%;
	height: 2.938rem;
	border-radius: 1.438rem;
	border: 0.063rem solid #d7d7d7;
	background-color: rgba(60, 60, 59, 0.1);
}

/* line 2281, ../scss/breakpoints/_base.scss */
main.contact .gform_wrapper .gform_body ul li textarea {
	padding-top: 0.5rem !important;
}

/* line 2284, ../scss/breakpoints/_base.scss */
main.contact .gform_wrapper .gform_body ul li select {
	width: 100% !important;
}

/* line 2290, ../scss/breakpoints/_base.scss */
main.contact .gform_wrapper input[type="submit"] {
	width: 11.625rem;
	height: 2.938rem;
	border-radius: 1.438rem;
	background-color: #00853e;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.3rem;
	border: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	transition: all 0.5s ease;
}

/* line 2303, ../scss/breakpoints/_base.scss */
main.contact .gform_wrapper input[type="submit"]:hover,
main.contact .gform_wrapper input[type="submit"]:focus {
	background-color: #3c3c3b;
}

/* line 2311, ../scss/breakpoints/_base.scss */
main.search h2 {
	color: #3c3c3b;
	text-align: center;
}

/* line 2316, ../scss/breakpoints/_base.scss */
main.search .searchItems .searchItem {
	margin-top: 2rem;
	border-top: 3px dotted rgba(0, 143, 67, 0.3);
	padding-top: 2rem;
}

/* line 2320, ../scss/breakpoints/_base.scss */
main.search .searchItems .searchItem .date {
	color: #959595;
	font-size: 1.188rem;
}

/* line 2324, ../scss/breakpoints/_base.scss */
main.search .searchItems .searchItem h3 {
	color: #00853e;
	font-size: 1.625rem;
	font-weight: 700;
	display: inline;
}

/* line 2330, ../scss/breakpoints/_base.scss */
main.search .searchItems .searchItem p {
	color: #3c3c3b;
	font-size: 1.313rem;
	display: inline;
	margin: 0;
}

/* line 2336, ../scss/breakpoints/_base.scss */
main.search .searchItems .searchItem .readMore {
	margin-top: 2rem;
}

/* line 2339, ../scss/breakpoints/_base.scss */
main.search .searchItems .searchItem img {
	object-fit: cover;
	width: 100%;
	height: 12rem;
}

/* line 2349, ../scss/breakpoints/_base.scss */
.activitesList .item {
	position: relative;
	width: 100%;
}

/* line 2352, ../scss/breakpoints/_base.scss */
.activitesList .item:after {
	content: "";
	position: absolute;
	box-shadow: 0 5px 10px 6px rgba(0, 0, 0, 0.5);
	top: 0;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 2360, ../scss/breakpoints/_base.scss */
.activitesList .item .row {
	height: 100%;
}

/* line 2363, ../scss/breakpoints/_base.scss */
.activitesList .item .colorBox {
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/* line 2370, ../scss/breakpoints/_base.scss */
.activitesList .item .colorBox h2 {
	line-height: 1em;
	margin: 1em 0;
}

/* line 2375, ../scss/breakpoints/_base.scss */
.activitesList .item .imgBox {
	height: 100%;
	display: flex;
	align-items: center;
}

/* line 2380, ../scss/breakpoints/_base.scss */
.activitesList .item .imgBox img {
	width: 100%;
	height: auto;
	margin: 2em auto;
}

/* line 2385, ../scss/breakpoints/_base.scss */
.activitesList .item .subContentBox {
	width: 100%;
	height: 100%;
	background-size: cover;
}

/* line 2389, ../scss/breakpoints/_base.scss */
.activitesList .item .subContentBox .cover {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 2.5rem;
	color: #fff;
	background: -moz-linear-gradient(right,
			rgba(0, 0, 0, 0.8) 0%,
			rgba(224, 224, 224, 0) 100%);
	background: -webkit-linear-gradient(right,
			rgba(0, 0, 0, 0.8) 0%,
			rgba(224, 224, 224, 0) 100%);
	background: linear-gradient(to right,
			rgba(0, 0, 0, 0.8) 0%,
			rgba(224, 224, 224, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00e0e0e0', GradientType=1);
}

.activitesList .item .subContentBox .cover a:focus {
	display: block;
	background-color: red;
	color: white;
}

body.rtl .activitesList .item .subContentBox .cover {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 2.5rem;
	color: #fff;
	background: -moz-linear-gradient(left,
			rgba(0, 0, 0, 0.8) 0%,
			rgba(224, 224, 224, 0) 100%);
	background: -webkit-linear-gradient(left,
			rgba(0, 0, 0, 0.8) 0%,
			rgba(224, 224, 224, 0) 100%);
	background: linear-gradient(to left,
			rgba(0, 0, 0, 0.8) 0%,
			rgba(224, 224, 224, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00e0e0e0', GradientType=1);
}

/* line 2405, ../scss/breakpoints/_base.scss */
.activitesList .item .subContentBox .cover .readMore:hover svg path {
	fill: #333;
}

/* line 2412, ../scss/breakpoints/_base.scss */
.activitesList .item .subContentBox h3 {
	line-height: 1em;
	font-size: 2em;
}

/* line 2416, ../scss/breakpoints/_base.scss */
.activitesList .item .subContentBox h3,
.activitesList .item .subContentBox p {
	color: #fff;
	margin: 0;
}

/* line 2420, ../scss/breakpoints/_base.scss */
.activitesList .item .subContentBox p.shorter {
	margin: 1em 0;
	width: 18rem;
}

/* line 2424, ../scss/breakpoints/_base.scss */
.activitesList .item .subContentBox .readMore {
	color: #fff;
}

/* line 2430, ../scss/breakpoints/_base.scss */
.activitesList .item .subContentBox .readMore a label {
	color: #fff;
}

/* line 2439, ../scss/breakpoints/_base.scss */
.video-container {
	width: 100%;
	height: 30.5em;
	margin: 2em 0;
}

/* line 2443, ../scss/breakpoints/_base.scss */
.video-container iframe {
	width: 100%;
	height: 100%;
}

/* line 2449, ../scss/breakpoints/_base.scss */
.headerCover {
	width: 100%;
	height: 6em;
	background-image: url("../../images/cover.jpg");
	background-size: cover;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.3);
}

/* line 2459, ../scss/breakpoints/_base.scss */
.headerCover h1 {
	color: white;
	font-size: 2.375em;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
}

/* line 2466, ../scss/breakpoints/_base.scss */
.headerCover .breadCrumbs {
	position: absolute;
	color: #fff;
	margin-top: -0.5rem;
	width: 21rem;
}

/* line 2471, ../scss/breakpoints/_base.scss */
.headerCover .breadCrumbs a {
	color: #fff;
}

.headerCover .breadCrumbs a:focus {
	background-color: red;
}

.breadCrumbs.single a:focus {
	background-color: red;
	color: white;
}

/* line 2478, ../scss/breakpoints/_base.scss */
.newsAndEvents {
	position: relative;
	width: 100%;
	border-top: 3px dotted rgba(0, 143, 67, 0.3);
	margin-top: 3rem;
}

/* line 2483, ../scss/breakpoints/_base.scss */
.newsAndEvents .newItem {
	margin-bottom: 2em;
	padding-top: 1em;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-left: 5%;
	padding-right: 5%;
}

.newsAndEvents .newItem a:focus {
	display: block;
	background-color: red;
}

.newsAndEvents .newItem a:focus label {
	color: white;
}

/* line 2487, ../scss/breakpoints/_base.scss */
.newsAndEvents .newItem .thumbnail img {
	width: 100%;
	height: 20.25em;
	object-fit: cover;
}

/* line 2493, ../scss/breakpoints/_base.scss */
.newsAndEvents .newItem .grayL {
	display: inline-flex;
	color: #959595;
	font-size: 1.188em;
}

/* line 2498, ../scss/breakpoints/_base.scss */
.newsAndEvents .newItem .content {
	color: #3c3c3b;
	height: 10em;
	overflow: hidden;
}

/* line 2502, ../scss/breakpoints/_base.scss */
.newsAndEvents .newItem .content h2 {
	color: #00853e;
	/* font-size: 1.625em; */
	font-size: 1.625em;
	font-weight: 700;
	height: 1.5em;
	/* overflow: hidden; */
	min-height: 4.5em;
}

/* line 2509, ../scss/breakpoints/_base.scss */
.newsAndEvents .newItem .content p {
	margin-top: 0;
}

/* line 2515, ../scss/breakpoints/_base.scss */
.newsAndEvents .col-md-8:first-child {
	border-right: 3px dotted rgba(0, 143, 67, 0.3);
}

/* line 2517, ../scss/breakpoints/_base.scss */
.newsAndEvents .col-md-8:first-child .newItem {
	padding-right: 1em;
}

/* line 2523, ../scss/breakpoints/_base.scss */
.newsAndEvents .col-md-4 .newItem {
	padding-left: 1em;
}

/* line 2527, ../scss/breakpoints/_base.scss */
.newsAndEvents .row.line2 {
	border-top: 3px dotted rgba(0, 143, 67, 0.3);
}

/* line 2529, ../scss/breakpoints/_base.scss */
.newsAndEvents .row.line2 .col-md-8 {
	border-left: 3px dotted rgba(0, 143, 67, 0.3);
	border-right: 0;
}

/* line 2532, ../scss/breakpoints/_base.scss */
.newsAndEvents .row.line2 .col-md-8 .newItem {
	padding-left: 1em;
	padding-right: 0;
}

/* line 2538, ../scss/breakpoints/_base.scss */
.newsAndEvents .row.line2 .col-md-4 .newItem {
	padding-left: 0;
	padding-right: 1em;
}

/* line 2544, ../scss/breakpoints/_base.scss */
.newsAndEvents .row.line3 {
	border-top: 3px dotted rgba(0, 143, 67, 0.3);
}

/* line 2546, ../scss/breakpoints/_base.scss */
.newsAndEvents .row.line3 .col-md-4 {
	border-right: 3px dotted rgba(0, 143, 67, 0.3);
}

/* line 2548, ../scss/breakpoints/_base.scss */
.newsAndEvents .row.line3 .col-md-4 .newItem {
	padding: 0;
	padding-top: 1em;
}

/* line 2552, ../scss/breakpoints/_base.scss */
.newsAndEvents .row.line3 .col-md-4:last-child {
	border-right: 0;
}

/* line 2556, ../scss/breakpoints/_base.scss */
.newsAndEvents .row.line3 .col-md-4.c-1 .newItem {
	padding-right: 1em;
}

/* line 2561, ../scss/breakpoints/_base.scss */
.newsAndEvents .row.line3 .col-md-4.c-2 .newItem {
	padding-right: 1em;
	padding-left: 1em;
}

/* line 2566, ../scss/breakpoints/_base.scss */
.newsAndEvents .row.line3 .col-md-4.c-3 {
	border: 0;
}

/* line 2568, ../scss/breakpoints/_base.scss */
.newsAndEvents .row.line3 .col-md-4.c-3 .newItem {
	padding-left: 1em;
}

/* line 2577, ../scss/breakpoints/_base.scss */
select.category {
	width: 9em;
	height: 1.563em;
	border-radius: 1em 1em 0 0;
	background-color: #00853e;
	color: #fff;
	background-position: 85% center;
	margin: 0;
	position: absolute;
	left: 0;
	top: -1.5em;
	cursor: pointer;
}

select.category:focus {
	background-color: red;
	color: white;
}

/* line 2590, ../scss/breakpoints/_base.scss */
#content {
	overflow-x: hidden;
}

/* line 2595, ../scss/breakpoints/_base.scss */
.signleCover {
	width: 100%;
	height: 30em;
	background-size: cover;
	position: relative;
}

/* line 2600, ../scss/breakpoints/_base.scss */
.signleCover .hover {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: relative;
}

/* line 2606, ../scss/breakpoints/_base.scss */
.signleCover .breadCrumbs {
	margin: 0;
}

/* line 2608, ../scss/breakpoints/_base.scss */
.signleCover .breadCrumbs .breadCrumbs {
	color: rgba(255, 255, 255, 0.5);
	margin: 0;
	position: relative;
	width: 100%;
}

/* line 2613, ../scss/breakpoints/_base.scss */
.signleCover .breadCrumbs .breadCrumbs a {
	color: #fff;
}

/* line 2618, ../scss/breakpoints/_base.scss */
.signleCover .inLogo {
	width: 15rem;
	height: 9.563em;
	background-color: white;
	display: flex;
	margin: 0 auto;
	align-items: center;
	position: relative;
	top: 0;
}

/* line 2629, ../scss/breakpoints/_base.scss */
.signleCover .inLogo img {
	width: auto;
	height: 90%;
	margin: 0 auto;
	object-fit: cover;
}

/* line 2633, ../scss/breakpoints/_base.scss */
.signleCover .inLogo.slashes {
	-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
	clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}

/* line 2638, ../scss/breakpoints/_base.scss */
.signleCover h1 {
	text-align: center;
	color: #f36e32;
	font-size: 2.375em;
	font-weight: 400;
}

/* line 2644, ../scss/breakpoints/_base.scss */
.signleCover .content {
	color: white;
	font-size: 1.25em;
	font-weight: 400;
}

/* line 2652, ../scss/breakpoints/_base.scss */
container.map .topStrip {
	text-align: center;
	background-color: #f36e32;
	height: 7.563em;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	/*&:after {
  	content: "";
  	background-image: url(../../images/locationIcon.png);
  	width: 3.8em;
  	height: 4.99em;
  	position: absolute;
  	margin-left: auto;
  	margin-right: auto;
  	left: 0;
  	right: 0;
  	top: 5.3em;
  	z-index: 9;
  }*/
}

/* line 2660, ../scss/breakpoints/_base.scss */
container.map .topStrip h1 {
	margin: 0;
	letter-spacing: 0.4em;
	color: #fff;
	line-height: 1em;
}

/* line 2666, ../scss/breakpoints/_base.scss */
container.map .topStrip svg {
	position: absolute;
	z-index: 1;
	width: 5em;
	height: 4.99em;
	margin: 0 auto;
	right: 0;
	left: 0;
	bottom: -3em;
}

/* line 2675, ../scss/breakpoints/_base.scss */
container.map .topStrip svg path {
	fill: #fff;
}

/* line 2695, ../scss/breakpoints/_base.scss */
container.activites {
	margin: 2rem 0;
	width: 100%;
	display: inline-block;
}

/* line 2699, ../scss/breakpoints/_base.scss */
container.activites .col-md-6 {
	padding: 0 0.1em 0.1em 0.1em;
}

/* line 2702, ../scss/breakpoints/_base.scss */
container.activites .topStrip {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	background-color: #3c3c3b;
	width: 100%;
	height: 4em;
	text-align: center;
}

/* line 2711, ../scss/breakpoints/_base.scss */
container.activites .topStrip h1 {
	margin: 0;
	color: #f36e32;
	font-size: 1.625em;
	font-weight: 700;
	letter-spacing: 0.4em;
}

/* line 2719, ../scss/breakpoints/_base.scss */
container.activites .activitesList {
	width: 100%;
	position: relative;
}

/* line 2722, ../scss/breakpoints/_base.scss */
container.activites .activitesList .activityB {
	width: 100%;
	height: 19em;
	background-size: cover;
	position: relative;
	cursor: pointer;
}

/* line 2728, ../scss/breakpoints/_base.scss */
container.activites .activitesList .activityB .stripB {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	width: 100%;
	height: 3rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	bottom: 0;
	padding: 0 1em;
	color: #f36e32;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1em;
}

/* line 2742, ../scss/breakpoints/_base.scss */
container.activites .activitesList .activityB .stripB:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 0.5em solid transparent;
	border-right: 0.5em solid transparent;
	border-bottom: 0.5em solid rgba(255, 255, 255, 0.8);
	position: absolute;
	top: -0.5em;
	left: 1em;
}

/* line 2756, ../scss/breakpoints/_base.scss */
container.activites container.acInfoWraper {
	display: none;
	width: 83%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.68);
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 0.3em;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	transition: opacity 20s ease-in-out;
}

/* line 2773, ../scss/breakpoints/_base.scss */
container.activites container.acInfoWraper.show {
	display: flex;
}

/* line 2776, ../scss/breakpoints/_base.scss */
container.activites container.acInfoWraper.opacityOff {
	opacity: 1;
}

/* line 2779, ../scss/breakpoints/_base.scss */
container.activites container.acInfoWraper div.activityInfo {
	width: 99.7%;
	min-height: 307px;
	margin: 0 1px;
	background-color: #f36e32;
	color: #fff;
	padding: 2em;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

/* line 2790, ../scss/breakpoints/_base.scss */
container.activites container.acInfoWraper div.activityInfo h1 {
	margin: 0;
	font-size: 2.375em;
	font-weight: 400;
}

/* line 2795, ../scss/breakpoints/_base.scss */
container.activites container.acInfoWraper div.activityInfo p {
	font-size: 1.25em;
}

/* line 2798, ../scss/breakpoints/_base.scss */
container.activites container.acInfoWraper div.activityInfo .closeAct {
	background: none;
	border: none;
	text-align: right;
	cursor: pointer;
	position: absolute;
	top: 1rem;
	left: 1rem;
	color: white;
}

container.activites container.acInfoWraper div.activityInfo .closeAct:focus {
	border: 1px solid white;
}

/* line 2809, ../scss/breakpoints/_base.scss */
container.achievements {
	width: 100%;
}

/* line 2811, ../scss/breakpoints/_base.scss */
container.achievements .col-xs-12 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

/* line 2814, ../scss/breakpoints/_base.scss */
container.achievements svg {
	width: 6.8em;
	height: 9.5em;
	margin: 0 auto;
	right: 0;
	left: 0;
	position: absolute;
	top: 3em;
}

/* line 2822, ../scss/breakpoints/_base.scss */
container.achievements svg path {
	fill: #fff;
}

/* line 2826, ../scss/breakpoints/_base.scss */
container.achievements .topStrip {
	width: 100%;
	height: 7.5em;
	background-color: #f36e32;
	position: relative;
	/*&:after {
  	background-image: url(../../images/achievementsIcon.png);
  	background-repeat: no-repeat;
  	width: 6.8em;
  	height: 9.5em;
  	content: "";
  	position: absolute;
  	margin-left: auto;
  	margin-right: auto;
  	left: 0;
  	right: 0;
  	top: 4.23em;
  }*/
}

/* line 2831, ../scss/breakpoints/_base.scss */
container.achievements .topStrip h1 {
	margin: 0;
	color: white;
	font-size: 1.625em;
	font-weight: 700;
	text-align: center;
	padding-top: 1rem;
}

/* line 2853, ../scss/breakpoints/_base.scss */
container.achievements .content {
	background-color: #3c3c3b;
	color: #fff;
	display: flex;
	flex-direction: column-reverse;
	padding: 5em 0;
}

/* line 2860, ../scss/breakpoints/_base.scss */
container.achievements .content div.title {
	font-size: 1.625em;
	font-weight: 700;
	display: flex;
	padding: 0 0.5em;
	line-height: 1em;
	justify-content: center;
	flex-direction: column;
}

/* line 2869, ../scss/breakpoints/_base.scss */
container.achievements .content div.number,
container.achievements .content div.sign {
	font-size: 3.5em;
	font-weight: 300;
	display: inline;
}

/* line 2877, ../scss/breakpoints/_base.scss */
container.subContents {
	width: 100%;
	margin: 2em 0;
	display: inline-block;
}

/* line 2882, ../scss/breakpoints/_base.scss */
container.subContents .content h2,
container.subContents .content p {
	display: inline;
	margin: 0;
	padding: 0;
}

/* line 2887, ../scss/breakpoints/_base.scss */
container.subContents .content h2 {
	color: #f36e32;
	font-size: 1.625rem;
	font-weight: 700;
}

/* line 2892, ../scss/breakpoints/_base.scss */
container.subContents .content p {
	color: #3c3c3b;
	font-size: 1.25rem;
}

/* line 2900, ../scss/breakpoints/_base.scss */
container.galleryA .glBlock {
	width: 100%;
	height: 16rem;
	background-size: cover;
	cursor: pointer;
}

/* line 2905, ../scss/breakpoints/_base.scss */
container.galleryA .glBlock .onHoverB {
	opacity: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease;
}

/* line 2915, ../scss/breakpoints/_base.scss */
container.galleryA .glBlock .onHoverB h1 {
	color: #f36e32;
	font-size: 1.625em;
	font-weight: 700;
	margin: 0;
}

/* line 2921, ../scss/breakpoints/_base.scss */
container.galleryA .glBlock .onHoverB p {
	margin: 0;
	color: white;
	font-size: 1.25em;
}

/* line 2928, ../scss/breakpoints/_base.scss */
container.galleryA .glBlock:hover .onHoverB {
	opacity: 1;
}

/* line 2933, ../scss/breakpoints/_base.scss */
container.galleryA .col-xs-3 {
	padding: 0;
}

/* line 2938, ../scss/breakpoints/_base.scss */
container.quote {
	display: flex;
	width: 100%;
	height: 39.313em;
	background-image: url("../../images/temp-5.jpg");
	background-size: cover;
	margin-bottom: 4rem;
}

/* line 2945, ../scss/breakpoints/_base.scss */
container.quote .hover {
	width: 100%;
	height: 100%;
	background-color: rgba(60, 60, 59, 0.9);
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	/*&:after {
  	content: "";
  	background-image: url('../../images/3arrowsLeft.png');
  	width: 15.75em;
  	height: 5em;
  	position: absolute;
  	margin-left: auto;
  	margin-right: auto;
  	right: 0;
  	left: 0;
  	bottom: -2.4em;
  }*/
}

/* line 2953, ../scss/breakpoints/_base.scss */
container.quote .hover h1 {
	color: white;
	font-size: 1.625em;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-align: center;
}

/* line 2960, ../scss/breakpoints/_base.scss */
container.quote .hover p {
	color: white;
	font-size: 1.25em;
	font-weight: 400;
}

/* line 2965, ../scss/breakpoints/_base.scss */
container.quote .hover svg {
	width: 5rem;
	height: 4rem;
	position: absolute;
	z-index: 999;
	bottom: -2em;
	margin: 0 auto;
	right: 0;
	left: 0;
	transform: rotate(180deg);
}

body.rtl container.quote .hover svg {
	transform: rotate(0deg);
}

/* line 2974, ../scss/breakpoints/_base.scss */
container.quote .hover svg.first {
	left: 7em;
}

/* line 2977, ../scss/breakpoints/_base.scss */
container.quote .hover svg:last-child {
	right: 7em;
}

/* line 2997, ../scss/breakpoints/_base.scss */
.activitesListi .col-md-12 {
	padding: 0;
}

/* line 3000, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC {
	height: 17rem;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

/* line 3006, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC .image {
	width: 100%;
	height: 100%;
}

/* line 3009, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC .image .subContent {
	width: 100%;
	height: 100%;
	background-size: cover;
}

/* line 3013, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC .image .subContent .hover {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem;
}

/* line 3022, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC .image .subContent .readMore {
	margin-top: 1em;
}

/* line 3024, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC .image .subContent .readMore .circle {
	background-color: #56c0ea;
}

/* line 3027, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC .image .subContent .readMore label {
	color: #fff;
}

/* line 3031, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC .image .subContent h1,
.activitesListi .activitesBigC .image .subContent p {
	color: #fff;
	font-weight: 400;
	margin: 0;
}

/* line 3036, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC .image .subContent h1 {
	font-size: 2.375rem;
}

/* line 3039, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC .image .subContent p {
	font-size: 0.875rem;
}

/* line 3044, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC .mLogo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #fff;
}

/* line 3052, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC .mLogo img {
	border: 0;
	width: 7.5rem;
	height: 8rem;
	margin: 0 auto;
}

/* line 3059, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC .contentColored {
	background-color: #56c0ea;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #ffffff;
	font-size: 2.25rem;
	font-weight: 400;
}

/* line 3069, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC .col-md-2,
.activitesListi .activitesBigC .col-md-4,
.activitesListi .activitesBigC .col-md-6 {
	padding: 0;
	margin: 0;
}

/* line 3073, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC:after {
	content: " ";
	width: 100%;
	position: absolute;
	height: 1.625rem;
	opacity: 0.41;
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	padding: 0;
	border: 0;
	-moz-box-shadow: inset 0 12px 10px #000000;
	-webkit-box-shadow: inset 0 12px 10px #000000;
	box-shadow: inset 0 12px 10px #000000;
}

/* line 3090, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC.mishpahti .contentColored {
	background-color: #f36e32;
}

/* line 3093, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC.mishpahti .circle {
	background-color: #f36e32;
}

/* line 3098, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC.elHaOfek .contentColored {
	background-color: #0083cb;
}

/* line 3101, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC.elHaOfek .circle {
	background-color: #0083cb;
}

/* line 3106, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC.gil-rah .contentColored {
	background-color: #56c0ea;
}

/* line 3109, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC.gil-rah .circle {
	background-color: #56c0ea;
}

/* line 3114, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC.mgdal-or .contentColored {
	background-color: #00853e;
}

/* line 3117, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC.mgdal-or .circle {
	background-color: #00853e;
}

/* line 3122, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC.hacerem .contentColored {
	background-color: #6d66a8;
}

/* line 3125, ../scss/breakpoints/_base.scss */
.activitesListi .activitesBigC.hacerem .circle {
	background-color: #6d66a8;
}

/* line 3132, ../scss/breakpoints/_base.scss */
.jobsList {
	width: 100%;
	margin: 2em 0;
}

/* line 3135, ../scss/breakpoints/_base.scss */
.jobsList .job {
	width: 100%;
	border-top: 2px dashed #00853e;
	margin-top: 2rem;
	padding-top: 2rem;
}

/* line 3140, ../scss/breakpoints/_base.scss */
.jobsList .job:first-child {
	border-top: 0;
	margin: 0;
	padding: 0;
}

/* line 3145, ../scss/breakpoints/_base.scss */
.jobsList .job .inLogo {
	display: flex;
	align-items: center;
	height: 100%;
}

/* line 3150, ../scss/breakpoints/_base.scss */
.jobsList .job .inLogo img {
	display: block;
	width: 70%;
	height: auto;
	text-align: center;
}

/* line 3157, ../scss/breakpoints/_base.scss */
.jobsList .job .content .date {
	color: #959595;
	font-weight: 300;
	font-family: Roboto;
	font-size: 1.188rem;
}

/* line 3163, ../scss/breakpoints/_base.scss */
.jobsList .job .content h1 {
	color: #00853e;
	font-size: 1.625rem;
	font-weight: 700;
}

/* line 3168, ../scss/breakpoints/_base.scss */
.jobsList .job .content .jTitle {
	color: #3c3c3b;
	font-size: 1.25rem;
}

/* line 3172, ../scss/breakpoints/_base.scss */
.jobsList .job .content .jTitle,
.jobsList .job .content .jAnswer,
.jobsList .job .content .reqTitle {
	display: inline-block;
}

/* line 3175, ../scss/breakpoints/_base.scss */
.jobsList .job .content .jAnswer,
.jobsList .job .content .reqTitle {
	color: #00853e;
}

/* line 3178, ../scss/breakpoints/_base.scss */
.jobsList .job .content .reqTitle {
	font-weight: 700;
}

/* line 3181, ../scss/breakpoints/_base.scss */
.jobsList .job .content .req {
	display: none;
}

/* line 3183, ../scss/breakpoints/_base.scss */
.jobsList .job .content .req p {
	display: inline;
}

.jobsList .job a:focus {
	background-color: red;
	color: white;
}

/* line 3189, ../scss/breakpoints/_base.scss */
.jobsList .sendApp {
	text-align: center;
	color: #00853e;
	font-size: 1.625rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	cursor: pointer;
}

/* line 3203, ../scss/breakpoints/_base.scss */
.slick-slide:focus {
	outline: none;
}

/*********************
FOOTER STYLES
*********************/
/* line 3211, ../scss/breakpoints/_base.scss */
footer {
	clear: both;
	background-color: #222;
	color: #fff;
	padding-top: 1em;
}

/* line 3216, ../scss/breakpoints/_base.scss */
footer .footerBlock {
	max-width: 90%;
	margin: 0 auto;
}

/* line 3219, ../scss/breakpoints/_base.scss */
footer .footerBlock .title {
	font-size: 1.125em;
	margin: 1em 0;
	text-align: center;
	font-weight: bold;
}

/* line 3224, ../scss/breakpoints/_base.scss */
footer .footerBlock .title.init {
	text-align: initial;
}

/* line 3228, ../scss/breakpoints/_base.scss */
footer .footerBlock h3 {
	font-weight: 700;
	margin: 0;
}

/* line 3232, ../scss/breakpoints/_base.scss */
footer .footerBlock .footerLogo {
	text-align: center;
	margin: 2rem 0;
}

/* line 3236, ../scss/breakpoints/_base.scss */
footer .footerBlock .rashiFooter {
	text-align: center;
}

footer .footerBlock .ngoFooter {
	margin-top: 2rem;
}

footer .footerBlock .ngoFooter img {
	width: 172px;
	height: auto;
}

/* line 3241, ../scss/breakpoints/_base.scss */
footer .contactForm span.gfield_required {
	color: red;
	float: left;
	margin-left: 0;
	margin-right: 4px;
}

/* line 3247, ../scss/breakpoints/_base.scss */
footer .contactForm input[type="text"],
footer .contactForm textarea {
	background: transparent;
	border: 1px solid #fff;
	max-width: 400px !important;
	border-radius: 0;
	color: #fff;
	font-size: 1em;
	padding: 0 0.5em !important;
}

/* line 3254, ../scss/breakpoints/_base.scss */
footer .contactForm input[type="text"]::-webkit-input-placeholder,
footer .contactForm textarea::-webkit-input-placeholder {
	/* Chrome */
	color: #fff !important;
}

/* line 3257, ../scss/breakpoints/_base.scss */
footer .contactForm input[type="text"]:-ms-input-placeholder,
footer .contactForm textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff !important;
}

/* line 3260, ../scss/breakpoints/_base.scss */
footer .contactForm input[type="text"]::-moz-placeholder,
footer .contactForm textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff !important;
	opacity: 1;
}

/* line 3264, ../scss/breakpoints/_base.scss */
footer .contactForm input[type="text"]:-moz-placeholder,
footer .contactForm textarea:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: #fff !important;
	opacity: 1;
}

/* line 3271, ../scss/breakpoints/_base.scss */
footer .contactForm ul li:first-child {
	margin-top: 0 !important;
}

/* line 3276, ../scss/breakpoints/_base.scss */
footer .contactForm input[type="submit"] {
	display: flex;
	color: #00853e;
	font-family: Alef;
	font-size: 0.938em;
	font-weight: 700;
	width: 6em !important;
	height: 2.375em;
	background-color: white;
	justify-content: center;
	border: 0;
	margin: 0 auto;
	transition: all 0.5s ease;
}

ul.gfield_checkbox li {
	display: flex;
	align-items: center;
}

ul.gfield_checkbox li input {
	margin: 0 !important;
}

ul.gfield_checkbox li label {
	margin: 0 5px !important;
}

/* line 3289, ../scss/breakpoints/_base.scss */
footer .contactForm input[type="submit"]:hover,
footer .contactForm input[type="submit"]:focus {
	color: #fff;
	background-color: #00853e;
}

/* line 3294, ../scss/breakpoints/_base.scss */
footer .contactForm .validation_error {
	color: #fff !important;
	border-top: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
}

/* line 3299, ../scss/breakpoints/_base.scss */
footer .contactForm .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	padding: 1em !important;
}

/* line 3304, ../scss/breakpoints/_base.scss */
footer .contactForm .gform_wrapper li.gfield.gfield_error.gfield_contains_required input[type="text"] {
	width: 95% !important;
}

.gfield_description {
	padding: 0 !important;
}

/* line 3309, ../scss/breakpoints/_base.scss */
footer .socialSharing {
	width: 8rem;
	margin: 0 auto;
}

/* line 3312, ../scss/breakpoints/_base.scss */
footer .socialSharing .sb {
	width: 2.188em;
	height: 2.188em;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
	margin-bottom: 0.6em;
}

/* line 3324, ../scss/breakpoints/_base.scss */
footer .socialSharing .sb svg {
	height: 1.3em;
}

/* line 3326, ../scss/breakpoints/_base.scss */
footer .socialSharing .sb svg path {
	fill: #000;
	transition: all 0.5s;
}

/* line 3333, ../scss/breakpoints/_base.scss */
footer .socialSharing .sb:hover svg path {
	fill: #00853e;
}

footer .socialSharing a:focus .sb svg path {
	fill: #00853e;
}

/* line 3338, ../scss/breakpoints/_base.scss */
footer .socialSharing .sb.foF {
	margin-left: 1.26em;
}

/* line 3342, ../scss/breakpoints/_base.scss */
footer .socialSharing .sb.foS {
	margin-right: 1.26em;
}

/* line 3351, ../scss/breakpoints/_base.scss */
.iconLine {
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;
}

/* line 3353, ../scss/breakpoints/_base.scss */
.iconLine .svg {
	display: flex;
	align-items: center;
}

/* line 3355, ../scss/breakpoints/_base.scss */
.iconLine .svg svg {
	width: 1.063em;
	height: 1em;
}

/* line 3358, ../scss/breakpoints/_base.scss */
.iconLine .svg svg path,
.iconLine .svg svg polygon {
	fill: #fff;
}

/* line 3363, ../scss/breakpoints/_base.scss */
.iconLine .info {
	display: inline;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.iconLine .info a:focus {
	background-color: red;
	color: white;
}

/* line 3369, ../scss/breakpoints/_base.scss */
.iconLine .info a {
	color: #fff;
}

/* line 3371, ../scss/breakpoints/_base.scss */
.iconLine .info a:hover {
	color: #fff;
	text-decoration: underline;
}

/* line 3379, ../scss/breakpoints/_base.scss */
.iconLine.fax .svg svg {
	width: 1em;
	height: 0.813em;
}

/* line 3385, ../scss/breakpoints/_base.scss */
.iconLine:last-child {
	margin: 0;
}

/* line 3388, ../scss/breakpoints/_base.scss */
.iconLine.location {
	display: inline-flex;
}

/* line 3393, ../scss/breakpoints/_base.scss */
p.copyright {
	color: #6d6e71;
	font-size: 0.688rem;
	text-align: center;
}

/* line 3397, ../scss/breakpoints/_base.scss */
p.copyright a {
	color: #6d6e71;
}

p.copyright a:focus {
	background-color: red;
	color: white;
}

/* line 3399, ../scss/breakpoints/_base.scss */
p.copyright a:hover {
	color: #fff;
	text-decoration: underline;
}

.accessibility__image {
	display: block;
	width: 128px;
	height: 59px;
	margin: 1rem 0;
	background-color: white;
}

.accessibility__image:hover svg {
	transition: 0.3s all;
	fill: #00853e;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {

	/******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.

  ******************************************************************/
	/*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
	/*********************
  NAVIGATION STYLES
  *********************/
	/* .menu is clearfixed inside mixins.scss */
	/* line 33, ../scss/breakpoints/_481up.scss */
	.menu {
		/* end .menu ul */
	}

	/* line 34, ../scss/breakpoints/_481up.scss */
	.menu ul {
		/* end .menu ul li */
		/* highlight current page */
		/* end current highlighters */
	}

	/* line 35, ../scss/breakpoints/_481up.scss */
	.menu ul li {
		/*
    plan your menus and drop-downs wisely.
    */
	}

	/* line 36, ../scss/breakpoints/_481up.scss */
	.menu ul li a {
		/*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
	}

	/* end .menu */
	/*********************
  POSTS & CONTENT STYLES
  *********************/
	/* entry content */
	/* line 81, ../scss/breakpoints/_481up.scss */
	.entry-content {
		/* at this larger size, we can start to align images */
	}

	/* line 85, ../scss/breakpoints/_481up.scss */
	.entry-content .alignleft,
	.entry-content img.alignleft {
		margin-right: 1.5em;
		display: inline;
		float: left;
	}

	/* line 90, ../scss/breakpoints/_481up.scss */
	.entry-content .alignright,
	.entry-content img.alignright {
		margin-left: 1.5em;
		display: inline;
		float: right;
	}

	/* line 95, ../scss/breakpoints/_481up.scss */
	.entry-content .aligncenter,
	.entry-content img.aligncenter {
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
	}

	/* end .entry-content */
	/*********************
  FOOTER STYLES
  *********************/
	/*
  check your menus here. do they look good?
  do they need tweaking?
  */
	/* end .footer-links */
}

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {

	/******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
	/*********************
  GENERAL STYLES
  *********************/
	/*********************
  LAYOUT & GRID STYLES
  *********************/
	/* line 26, ../scss/breakpoints/_768up.scss */
	.wrap {
		width: 760px;
	}

	/*********************
  HEADER STYLES
  *********************/
	/*********************
  NAVIGATION STYLES
  *********************/
	/* line 42, ../scss/breakpoints/_768up.scss */
	.nav {
		border: 0;
		/* end .menu ul li */
		/* highlight current page */
		/* end current highlighters */
	}

	/* line 44, ../scss/breakpoints/_768up.scss */
	.nav ul {
		background: #fff;
		margin-top: 0;
	}

	/* line 48, ../scss/breakpoints/_768up.scss */
	.nav li {
		float: left;
		position: relative;
		/*
    plan your menus and drop-downs wisely.
    */
		/* showing sub-menus */
	}

	/* line 51, ../scss/breakpoints/_768up.scss */
	.nav li a {
		border-bottom: 0;
		/*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
	}

	/* line 59, ../scss/breakpoints/_768up.scss */
	.nav li a:hover>a,
	.nav li a:focus>a {
		color: #222;
	}

	/* line 76, ../scss/breakpoints/_768up.scss */

	/* line 96, ../scss/breakpoints/_768up.scss */
	.nav li ul.sub-menu,
	.nav li ul.children {
		margin-top: 0;
		border: 1px solid #ccc;
		border-top: 0;
		position: absolute;
		/*visibility: hidden;*/
		left: -99999999px;
		z-index: 8999;
		display: block !important;
		/* highlight sub-menu current page */
	}

	body.rtl .nav li ul.sub-menu,
	.nav li ul.children {
		right: -99999999px;
		left: auto;
	}

	/* line 105, ../scss/breakpoints/_768up.scss */
	.nav li ul.sub-menu li,
	.nav li ul.children li {
		width: 100%;
		/*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
	}

	/* line 107, ../scss/breakpoints/_768up.scss */
	.nav li ul.sub-menu li:hover,
	.nav li ul.children li:hover {
		background-color: #00853e;
	}

	/* line 109, ../scss/breakpoints/_768up.scss */
	.nav li ul.sub-menu li:hover a,
	.nav li ul.children li:hover a {
		color: #fff;
		border: 0;
	}

	/* line 114, ../scss/breakpoints/_768up.scss */
	.nav li ul.sub-menu li a,
	.nav li ul.children li a {
		padding-left: 10px;
		border-right: 0;
		display: block;
		width: 180px;
		border-bottom: 1px solid #ccc;
	}

	/* line 127, ../scss/breakpoints/_768up.scss */
	.nav li ul.sub-menu li:first-child,
	.nav li ul.children li:first-child {
		/*padding: 0 !important;*/
	}

	/* line 134, ../scss/breakpoints/_768up.scss */
	.nav li ul.sub-menu li:last-child a,
	.nav li ul.children li:last-child a {
		border-bottom: 0;
	}

	/* line 144, ../scss/breakpoints/_768up.scss */
	.nav li ul.sub-menu li ul,
	.nav li ul.children li ul {
		top: 0;
		left: 100%;
	}

	/* line 151, ../scss/breakpoints/_768up.scss */
	.nav li ul.sub-menu li.current-menu-item,
	.nav li ul.sub-menu li.current_page_item,
	.nav li ul.sub-menu li.current_page_ancestor,
	.nav li ul.children li.current-menu-item,
	.nav li ul.children li.current_page_item,
	.nav li ul.children li.current_page_ancestor {
		position: relative;
	}

	/* line 155, ../scss/breakpoints/_768up.scss */
	nav li ul.sub-menu li.current-menu-item:after,
	nav li ul.sub-menu li.current_page_item:after,
	nav li ul.sub-menu li.current_page_ancestor:after,
	nav li ul.children li.current-menu-item:after,
	nav li ul.children li.current_page_item:after,
	nav li ul.children li.current_page_ancestor:after {
		position: absolute;
		content: "";
		width: 0.5rem;
		height: 100%;
		background-color: #00853e;
		right: 0;
		top: 0;
		z-index: 99;
	}

	body.rtl nav li ul.sub-menu li.current-menu-item:after,
	body.rtl nav li ul.sub-menu li.current_page_item:after,
	body.rtl nav li ul.sub-menu li.current_page_ancestor:after,
	body.rtl nav li ul.children li.current-menu-item:after,
	body.rtl nav li ul.children li.current_page_item:after,
	body.rtl nav li ul.children li.current_page_ancestor:after {
		position: absolute;
		content: "";
		width: 0.5rem;
		height: 100%;
		background-color: #00853e;
		left: 0;
		right: auto;
		top: 0;
		z-index: 99;
	}

	/* line 169, ../scss/breakpoints/_768up.scss */
	.nav li:hover>ul {
		top: auto;
		left: 0;
	}

	body.rtl .nav li:hover>ul {
		top: auto;
		left: auto;
		right: 0;
	}

	.nav li a:focus+ul {
		top: auto;
		left: 0;
	}

	body.rtl .nav li a:focus+ul {
		top: auto;
		left: auto;
		right: 0;
	}

	.nav li a:focus+ul {
		top: auto;
		visibility: visible;
	}

	/* line 180, ../scss/breakpoints/_768up.scss */
	.nav li.current-menu-item>a,
	.nav li.current-menu-item:after,
	.nav li.current_page_item>a,
	.nav li.current_page_item:after,
	.nav li.current_page_ancestor>a,
	.nav li.current_page_ancestor:after {
		color: #222;
	}

	/* end .nav */
	/*********************
  SIDEBARS & ASIDES
  *********************/
	/* line 191, ../scss/breakpoints/_768up.scss */
	.sidebar {
		margin-top: 2.2em;
	}

	/* line 195, ../scss/breakpoints/_768up.scss */
	.widgettitle {
		border-bottom: 2px solid #444;
		margin-bottom: 0.75em;
	}

	/* line 200, ../scss/breakpoints/_768up.scss */
	.widget {
		padding: 0 10px;
		margin: 2.2em 0;
	}

	/* line 205, ../scss/breakpoints/_768up.scss */
	.widget ul li {
		margin-bottom: 0.75em;
		/* deep nesting */
	}

	/* line 213, ../scss/breakpoints/_768up.scss */
	.widget ul li ul {
		margin-top: 0.75em;
		padding-left: 1em;
	}

	/* links widget */
	/* meta widget */
	/* pages widget */
	/* recent-posts widget */
	/* archives widget */
	/* tag-cloud widget */
	/* calendar widget */
	/* category widget */
	/* recent-comments widget */
	/* search widget */
	/* text widget */
	/*********************
  FOOTER STYLES
  *********************/
	/*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
	/* line 321, ../scss/breakpoints/_768up.scss */
	.footer-links ul li {
		/*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
	}

	/* end .footer-links */
}

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {

	/******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
	.nav li.menu-item-has-children:after {
		content: ">";
		position: absolute;
		right: 0.2em;
		bottom: 0.26em;
		color: #00853e;
		font-size: 1.3em;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		/* IE 9 */
		-webkit-transform: rotate(90deg);
		/* Chrome, Safari, Opera */
		transition: 300ms linear all;
	}

	/* line 16, ../scss/breakpoints/_1030up.scss */
	body.rtl main.partners .logos .row .col-md-3 {
		border-right: 0;
		border-left: 2px solid #eaeae9;
	}

	/* line 19, ../scss/breakpoints/_1030up.scss */
	body.rtl main.partners .logos .row .col-md-3:nth-child(4n + 4),
	body.rtl main.partners .logos .row .col-md-3:last-child {
		border-left: 0;
	}

	/* line 28, ../scss/breakpoints/_1030up.scss */
	body.rtl main.donation .line {
		padding-left: 0;
		padding-right: 16rem;
	}

	/* line 34, ../scss/breakpoints/_1030up.scss */

	body.rtl .linkE {
		float: left;
	}

	/* line 39, ../scss/breakpoints/_1030up.scss */
	body.rtl .content.ceo .inContent {
		padding-right: 20px;
		padding-left: 0;
	}

	/* line 49, ../scss/breakpoints/_1030up.scss */
	body.rtl container.langAndMenu .langs ul.inLang li:first-child {
		padding: 0 !important;
	}

	/* line 52, ../scss/breakpoints/_1030up.scss */
	body.rtl container.langAndMenu .langs ul.inLang li:last-child {
		padding-left: 0.5em !important;
	}

	/* line 63, ../scss/breakpoints/_1030up.scss */
	body.rtl container.langAndMenu nav ul li ul li a {
		/*padding-left: 0 !important;*/
		/*padding-right: 0.75em !important;*/
	}

	/* line 74, ../scss/breakpoints/_1030up.scss */

	/* line 78, ../scss/breakpoints/_1030up.scss */
	container.langAndMenuMobile {
		display: none !important;
	}

	/* line 81, ../scss/breakpoints/_1030up.scss */
	.wrap {
		width: 1040px;
	}

	/* line 84, ../scss/breakpoints/_1030up.scss */
	header {
		background-color: #fff;
	}

	/* line 87, ../scss/breakpoints/_1030up.scss */
	header #inner-header container.logo {
		flex: none;
	}

	/* line 90, ../scss/breakpoints/_1030up.scss */
	header #inner-header container.logo #logo:after {
		display: block;
	}

	/* line 93, ../scss/breakpoints/_1030up.scss */
	header #inner-header container.logo #logo img {
		right: 1em;
	}

	/* line 98, ../scss/breakpoints/_1030up.scss */
	header #inner-header container.langAndMenu {
		display: flex;
	}

	/* line 100, ../scss/breakpoints/_1030up.scss */
	header #inner-header container.langAndMenu .langs {
		top: auto;
	}

	/* line 103, ../scss/breakpoints/_1030up.scss */
	header #inner-header container.langAndMenu nav {
		display: flex;
	}

	/* line 109, ../scss/breakpoints/_1030up.scss */
	header .greenStrip .gstripWrapper {
		justify-content: flex-end;
	}

	/* line 111, ../scss/breakpoints/_1030up.scss */
	header .greenStrip .gstripWrapper .serachBar {
		flex: none;
	}

	/* line 121, ../scss/breakpoints/_1030up.scss */
	.indexMainSlider .box .darkness .wrapIn {
		width: 61.5%;
	}

	/* line 128, ../scss/breakpoints/_1030up.scss */
	.numbersBlock {
		height: 38.063em;
	}

	/* line 130, ../scss/breakpoints/_1030up.scss */
	.numbersBlock .numBox {
		margin: auto;
	}

	/* line 133, ../scss/breakpoints/_1030up.scss */
	.numbersBlock label.bot {
		margin-top: 0;
		display: block;
	}

	/* line 137, ../scss/breakpoints/_1030up.scss */
	.numbersBlock .content {
		justify-content: flex-end;
	}

	/* line 139, ../scss/breakpoints/_1030up.scss */
	.numbersBlock .content .number {
		margin-top: 0;
	}

	/* line 142, ../scss/breakpoints/_1030up.scss */
	.numbersBlock .content .numberCont {
		position: relative;
		top: -3rem;
	}

	/* line 146, ../scss/breakpoints/_1030up.scss */
	.numbersBlock .content .numberCont .signT .sign {
		line-height: 1em;
	}

	/* line 156, ../scss/breakpoints/_1030up.scss */
	.indexSlider div .content {
		width: 50%;
	}

	/* line 160, ../scss/breakpoints/_1030up.scss */
	.indexSlider .bulletsHandle {
		right: 8rem;
	}

	/* line 166, ../scss/breakpoints/_1030up.scss */
	.plansForBabies .inLogo {
		margin-top: 0;
	}

	/* line 169, ../scss/breakpoints/_1030up.scss */
	.plansForBabies .disTop2 {
		margin: 2rem 10rem;
	}

	/* line 175, ../scss/breakpoints/_1030up.scss */
	main {
		max-width: 100%;
		margin: 2em 0;
	}

	/* line 180, ../scss/breakpoints/_1030up.scss */
	main .content.np .ceoImg {
		margin: auto;
		display: block;
	}

	/* line 189, ../scss/breakpoints/_1030up.scss */
	.content.ceo .inContent {
		padding-left: 20px;
		padding-right: 0;
	}

	/* line 195, ../scss/breakpoints/_1030up.scss */
	container.subContents {
		margin: 6em 0;
	}

	/* line 200, ../scss/breakpoints/_1030up.scss */
	container.activites.noSpaceTop {
		margin-top: 0;
	}

	/* line 204, ../scss/breakpoints/_1030up.scss */
	.grayAreaSpace {
		background-color: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 2rem;
		display: inline-block;
	}

	/* line 213, ../scss/breakpoints/_1030up.scss */
	main.partners .logos .col-md-3 {
		border-right: 2px solid #eaeae9;
	}

	/* line 217, ../scss/breakpoints/_1030up.scss */
	main.partners .addtionalInfo {
		height: 37.5rem;
		padding: 0;
		display: flex;
	}

	/* line 225, ../scss/breakpoints/_1030up.scss */
	main.contact .gform_wrapper {
		max-width: 38%;
		margin: 0 auto;
	}

	/* line 231, ../scss/breakpoints/_1030up.scss */
	main.contact .gform_wrapper .gform_body ul li input[type="text"],
	main.contact .gform_wrapper .gform_body ul li textarea,
	main.contact .gform_wrapper .gform_body ul li select {
		width: 29.563rem;
	}

	/* line 241, ../scss/breakpoints/_1030up.scss */
	.headerCover {
		height: 3.875em;
	}

	/* line 243, ../scss/breakpoints/_1030up.scss */
	.headerCover .breadCrumbs {
		margin-top: 0;
		width: auto;
	}

	/* line 251, ../scss/breakpoints/_1030up.scss */
	container.links ul li {
		width: 50%;
	}

	/* line 255, ../scss/breakpoints/_1030up.scss */
	container.links .wrap {
		margin: auto;
		max-width: 100%;
	}

	/* line 262, ../scss/breakpoints/_1030up.scss */
	footer .footerBlock {
		max-width: 100%;
		margin: auto;
	}

	/* line 266, ../scss/breakpoints/_1030up.scss */
	footer .footerBlock .rashiFooter {
		text-align: center;
	}

	/* line 277, ../scss/breakpoints/_1030up.scss */
	.DonationProjectsList .col-md-4 {
		padding: 0 1px;
	}

	/* line 282, ../scss/breakpoints/_1030up.scss */
	.linkE {
		top: -2em;
	}

	/* line 288, ../scss/breakpoints/_1030up.scss */
	.signleCover .breadCrumbs .breadCrumbs {
		position: absolute;
		width: 30%;
	}

	/* line 296, ../scss/breakpoints/_1030up.scss */
	container.achievements .content {}

	/* line 301, ../scss/breakpoints/_1030up.scss */
	container.quote {
		height: 29.313em;
	}

	/* line 306, ../scss/breakpoints/_1030up.scss */
	.activitesList .item {
		/*height: 17rem;*/
	}

	/* line 309, ../scss/breakpoints/_1030up.scss */
	.activitesList .item .colorBox h2 {
		margin: 0;
	}

	/* line 314, ../scss/breakpoints/_1030up.scss */
	.activitesList .item .imgBox img {}

	/* line 323, ../scss/breakpoints/_1030up.scss */
	main.donation .cover .line {
		position: absolute;
		bottom: 3rem;
		height: 8.938rem;
		padding-left: 16rem;
	}

	/* line 329, ../scss/breakpoints/_1030up.scss */
	main.donation .cover .varLine {
		position: absolute;
		width: 17.5em;
		top: 0;
		left: 7.5rem;
		height: 100%;
		justify-content: flex-end;
	}

	/* line 335, ../scss/breakpoints/_1030up.scss */
	main.donation .cover .varLine .year {
		margin-bottom: 5.3rem;
	}

	/* line 338, ../scss/breakpoints/_1030up.scss */
	main.donation .cover .varLine .toc {
		width: 100%;
		position: relative;
		top: -1.25em;
	}
}

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
	/******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
}

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	/******************************************************************
  Site Name:
  Author:

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
	/*

  EXAMPLE
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go.

  */
}

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {

	/******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
	/* line 13, ../scss/partials/_print.scss */
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	/* line 21, ../scss/partials/_print.scss */
	a,
	a:visited {
		color: #444 !important;
		text-decoration: underline;
	}

	/* line 26, ../scss/partials/_print.scss */
	a:after,
	a:visited:after {
		content: " ("attr(href) ")";
	}

	/* line 31, ../scss/partials/_print.scss */
	a abbr[title]:after,
	a:visited abbr[title]:after {
		content: " ("attr(title) ")";
	}

	/* line 36, ../scss/partials/_print.scss */
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	/* line 42, ../scss/partials/_print.scss */
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/* line 47, ../scss/partials/_print.scss */
	thead {
		display: table-header-group;
	}

	/* line 51, ../scss/partials/_print.scss */
	tr,
	img {
		page-break-inside: avoid;
	}

	/* line 55, ../scss/partials/_print.scss */
	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	/* line 63, ../scss/partials/_print.scss */
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	/* line 68, ../scss/partials/_print.scss */
	h2,
	h3 {
		page-break-after: avoid;
	}

	/* line 74, ../scss/partials/_print.scss */
	.sidebar,
	.page-navigation,
	.wp-prev-next,
	.respond-form,
	nav {
		display: none;
	}
}

/*MAX*/
.site-map__list {
	list-style: none;
}

.site-map__sublist {
	list-style: none;
	padding-left: 1.2em;
}

body.rtl .site-map__sublist {
	padding-right: 1.2em;
	padding-left: 0;
}

.site-map__sublist__item {
	position: relative;
}

body.rtl .site-map__sublist__item:before {
	right: -1.2em;
	left: auto;
}

.site-map__sublist__item:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	left: -1.2em;
	top: 0.85em;
	background-color: black;
	border-radius: 50%;
}

.site-map__sublist__link {
	font-size: 1.563rem;
}

.site-map__sublist__link:hover {
	color: black;
	text-decoration: underline;
}

.go-to-top {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80px;
	/* margin: -9rem 0 0; */
	right: 2%;
	padding: 0;
	cursor: pointer;
	background: none;
	border: none;
}

body.rtl .go-to-top {
	right: auto;
	left: 2%;
}

.go-to-top:hover .go-to-top__image {
	background-color: white;
}

.go-to-top:hover .go-to-top__image svg {
	fill: #00853e;
}

.go-to-top__image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 76px;
	height: 76px;
	border: 4px solid #00853e;
	border-radius: 50%;
	background-color: #00853e;
	transition: all 0.3s;
}

.go-to-top__image svg {
	width: 50%;
	fill: white;
}

.go-to-top__title {
	margin-top: 0.5rem;
	color: #00853e;
	text-align: center;
}

.readMoreToggle,
.hideToggle {
	background: none;
	border: none;
	color: #008f43;
}

.openAppWindow {
	height: 100%;
	display: block;
	background: none;
	border: none;
}

.DonationProjectsList_organization {
	display: block;
}

.DonationProjectsList_project {
	display: none;
}

.acf-map {
	width: 100%;
	height: 400px;
}

/* fixes potential theme css conflict */
.acf-map img {
	width: 200px;
}

.acf-map a {
	display: block;
	margin: 0.5rem 0;
}

.gm-style-iw div div {
	font-family: "Alef" !important;
}

.map {
	position: relative;
}

.marks-container {
	background-color: #3c3c3c;
}

.marks__list {
	margin: 0;
	padding: 30px 0;
}

.marks__item {
	display: flex;
	align-items: center;
	list-style: none;
}

.marks__link {
	display: flex;
	align-items: center;
	margin: auto 0;
	padding: 0.3rem 0;
	width: 100%;
	overflow: hidden;
	color: white;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
}

.marks__link_all {
	background-color: #222;
}

.marks__link_active .marks__icon {
	background-color: white;
}

a.marks__link:hover,
a.marks__link:focus,
a.marks__link:visited:hover,
a.marks__link:visited:focus,
a.marks__link:visited {
	color: white;
}

.marks__icon {
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid white;
	margin: 0 16px 0;
	border-radius: 50%;
}

.marks__text {
	width: calc(100% - 63px);
	overflow: hidden;
}

.activites-content__list {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.activites-content__item {
	list-style: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.activites-content__item:first-child {
	list-style: none;
	border-top: none;
}

.activites-content__item:last-child {
	list-style: none;
	border-bottom: none;
}

.activites-content__item a:focus {
	background-color: red;
	color: white;
}

.activites-map {}

.activites-map__header {
	height: 120px;
	background-color: blue;
	position: relative;
}

.activites-map__title {
	color: white;
	font-size: 1.625em;
	font-weight: 700;
	text-align: center;
	padding-top: 1rem;
	margin-top: 0;
}

.activites-map__image {
	position: absolute;
	left: 0;
	right: 0;
	top: 4.1em;
	display: block;
	width: 92px;
	margin: 0 auto;
	z-index: 1;
}

.activites-map__image path {
	fill: white;
}

/*donations steps*/
.donate-step-1__title {
	margin-top: 5.3rem;
	color: rgb(60, 60, 59);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.donate-step-1__form {
	margin-top: 1rem;
}

input.donate-step-1__form-donate-to {
	display: none;
}

.donate-step-1__form-title {
	width: 100%;
	color: rgb(0, 143, 67);
	font-size: 26px;
	font-weight: 400;
	line-height: 30px;
}

.donate-step-1__form-type {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 3rem 0;
	border-top: 4px dashed rgba(60, 60, 59, 0.2);
	border-bottom: 4px dashed rgba(60, 60, 59, 0.2);
}

.donate-step-1__form-type__label {
	display: inline-block;
	width: 160px;
	margin: 2rem 2.5rem 0;
	text-align: center;
	cursor: pointer;
}

.donate-step-1__form-type__input {
	transition: all 0.3s;
	opacity: 0;
}

.donate-step-1__form-type__input:checked+.donate-step-1__form-type__image {
	background: url(../../images/One-time-donation.png);
}

.donate-step-1__form-type__input:hover+.donate-step-1__form-type__image {
	background: url(../../images/One-time-donation.png);
}

.donate-step-1__form-type__label:nth-of-type(2) .donate-step-1__form-type__input:checked+.donate-step-1__form-type__image {
	background: url(../../images/monthly-donation.png);
}

.donate-step-1__form-type__label:nth-of-type(2) .donate-step-1__form-type__input:hover+.donate-step-1__form-type__image {
	background: url(../../images/monthly-donation.png);
}

.donate-step-1__form-type__image {
	margin: 0 auto;
	display: block;
	width: 124px;
	height: 124px;
	background: url(../../images/One-time-donation-Rollover.png);
}

.donate-step-1__form-type__label:nth-of-type(2) .donate-step-1__form-type__image {
	background: url(../../images/monthly-donation-Rollover.png);
}

.donate-step-1__form-type__title {
	display: block;
	margin-top: 0.8rem;
	font-size: 20px;
	font-weight: 400;
	color: rgba(60, 60, 59, 0.5);
	transition: all 0.3s;
}

.donate-step-1__form-type__input:checked~.donate-step-1__form-type__title {
	color: rgb(0, 143, 67);
}

.donate-step-1__form-type__input:hover~.donate-step-1__form-type__title {
	color: rgb(0, 143, 67);
}

.donate-step-1__form-type__label:last-child .donate-step-1__form-type__input:checked~.donate-step-1__form-type__title {
	color: rgb(0, 143, 67);
}

.donate-step-1__form-type__label:last-child .donate-step-1__form-type__input:hover~.donate-step-1__form-type__title {
	color: rgb(0, 143, 67);
}

.donate-step-1__form-count {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 3rem 0 2rem;
	border-bottom: 4px dashed rgba(60, 60, 59, 0.2);
	text-align: center;
}

.donate-step-1__form-count .donate-step-1__form-title {
	margin-bottom: 2.3rem;
}

.donate-step-1__form-count__label {
	width: 45%;
	margin-bottom: 1rem;
	cursor: pointer;
}

.donate-step-1__form-count__label_custom {
	padding-top: 23px;
}

.donate-step-1__form-count__title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 47px;
	background-color: rgba(60, 60, 59, 0.1);
	border-radius: 24px;
	color: rgba(60, 60, 59, 0.5);
	font-size: 20px;
	font-weight: 400;
	transition: all 0.3s;
}

.donate-step-1__form-count__input {
	opacity: 0;
}

.donate-step-1__form-count__input:checked+.donate-step-1__form-count__title {
	background-color: rgb(0, 143, 67);
	color: white;
}

.donate-step-1__form-count__input:hover+.donate-step-1__form-count__title {
	background-color: rgb(0, 143, 67);
	color: white;
}

input[type="number"].donate-step-1__form-count__custom {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 47px;
	padding: 0 20px;
	background-color: rgba(60, 60, 59, 0.1);
	border-radius: 24px;
	color: rgba(60, 60, 59, 0.5);
	font-size: 20px;
	font-weight: 400;
	transition: all 0.3s;
}

input[type="number"].donate-step-1__form-count__custom:focus {
	background-color: rgb(0, 143, 67);
	color: white;
}

input[type="number"].donate-step-1__form-count__custom:hover {
	background-color: rgb(0, 143, 67);
	color: white;
}

input[type="number"].donate-step-1__form-count__custom:hover::-webkit-input-placeholder {
	color: white;
}

input[type="number"].donate-step-1__form-count__custom:hover::-moz-placeholder {
	color: white;
}

input[type="number"].donate-step-1__form-count__custom:hover:-ms-input-placeholder {
	color: white;
}

input[type="number"].donate-step-1__form-count__custom:hover:-moz-placeholder {
	color: white;
}

input[type="number"].donate-step-1__form-count__custom::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(60, 60, 59, 0.5);
	font-size: 20px;
	font-weight: 400;
}

input[type="number"].donate-step-1__form-count__custom::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(60, 60, 59, 0.5);
	font-size: 20px;
	font-weight: 400;
}

input[type="number"].donate-step-1__form-count__custom:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(60, 60, 59, 0.5);
	font-size: 20px;
	font-weight: 400;
}

input[type="number"].donate-step-1__form-count__custom:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(60, 60, 59, 0.5);
	font-size: 20px;
	font-weight: 400;
}

input[type="number"].donate-step-1__form-count__custom:focus::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: white;
}

input[type="number"].donate-step-1__form-count__custom:focus::-moz-placeholder {
	/* Firefox 19+ */
	color: white;
}

input[type="number"].donate-step-1__form-count__custom:focus:-ms-input-placeholder {
	/* IE 10+ */
	color: white;
}

input[type="number"].donate-step-1__form-count__custom:focus:-moz-placeholder {
	/* Firefox 18- */
	color: white;
}

.donate-step-1__form__submit,
.donate-step-2__form__submit {
	display: block;
	margin: 5rem auto 8rem;
	width: 186px;
	height: 47px;
	background-color: rgb(0, 143, 67);
	color: white;
	border-radius: 24px;
	font-size: 26px;
	font-weight: 700;
	line-height: 47px;
	outline: none;
	border: none;
	transition: all 0.3s;
}

.donate-step-1__form__submit:hover,
.donate-step-2__form__submit:hover,
.donate-step-1__form__submit:focus,
.donate-step-2__form__submit:focus {
	background-color: black;
}

/*donate step 2*/
.donation-step-2 {
	padding-bottom: 5.5rem;
}

.donate-step-2__title {
	margin: 5.3rem 0 0 70px;
	color: rgb(60, 60, 59);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

body.rtl .donate-step-2__title {
	margin: 5.3rem 70px 20px 0;
}

.donate-step-2__form {
	margin: 1rem 0 0 70px;
	width: calc(100% - 70px);
}

body.rtl .donate-step-2__form {
	margin: 1rem 70px 0 0;
}

.tranzila-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 1rem 0;
	border-top: 4px dashed rgba(60, 60, 59, 0.2);
}

.donate-step-2__form_title {
	width: 100%;
	margin-top: 1rem;
	color: rgb(60, 60, 59);
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}

.donate-step-2__form__radio-label {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 1.7rem;
	color: rgb(0, 143, 67);
	font-size: 26px;
	font-weight: 400;
	line-height: 30px;
	cursor: pointer;
}

.donate-step-2__form__radio {
	display: none;
}

.donate-step-2__form__radio+span:before {
	content: "";
	position: absolute;
	top: 0;
	left: -70px;
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid rgb(0, 143, 67);
	border-radius: 50%;
}

body.rtl .donate-step-2__form__radio+span:before {
	left: auto;
	right: -70px;
}

.donate-step-2__form__radio:checked+span:before {
	background-color: rgb(0, 143, 67);
}

.donate-step-2__form__radio:checked+span:after {
	content: "\2713";
	position: absolute;
	top: 3px;
	left: -61px;
	display: block;
	color: white;
	font-size: 22px;
}

body.rtl .donate-step-2__form__radio:checked+span:after {
	left: auto;
	right: -61px;
}

.donate-step-2__form__info-container {
	width: 100%;
	margin-top: 2.5rem;
}

.donate-step-2__form__info-container label,
.donate-step-2__form__card-container label {
	width: 100%;
	display: block;
	color: rgb(0, 143, 67);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 1rem;
}

.donate-step-2__form__info-container .description,
.donate-step-2__form__card-container .description {
	color: rgb(0, 143, 67);
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

.donate-step-2__form__info-container .description.error,
.donate-step-2__form__card-container .description.error {
	color: red;
}

input.donate-step-2__form__info-input,
input.donate-step-2__form__card-input {
	margin: 0.5rem 0;
	padding: 0 30px;
	max-width: none;
	width: 100%;
	height: 47px;
	background-color: rgba(60, 60, 59, 0.1);
	border-radius: 24px;
	color: rgba(60, 60, 59, 0.5);
	font-size: 20px;
	font-weight: 400;
}

.donate-step-2__form__card-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-top: 2.5rem;
}

.donate-step-2__form__card-container label.half {
	width: 45%;
}

.paypal-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 1rem;
	padding: 1rem 0;
	border-top: 4px dashed rgba(60, 60, 59, 0.2);
	border-bottom: 4px dashed rgba(60, 60, 59, 0.2);
}

.donate-step-2__form__radio-label_paypal {
	width: auto;
}

.donate-step-2__form__paypal-link {
	width: 179px;
	height: 85px;
	margin: 1.7rem 1rem;
}

.donate-step-2__form__submit {
	margin-bottom: 1rem;
}

.donate-step-2__form__mandatory {
	color: red;
}

.donate-step-2__remark {
	margin: 4.5rem 0 0;
	color: rgb(60, 60, 59);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.donate-step-3__image {
	height: 488px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.donate-step-3__title-container {
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
}

.donate-step-3__title {
	padding: 3rem 0 2rem;
	color: black;
	font-family: Alef;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	background-image: url(../../images/vaadBg.png);
	background-size: cover;
	z-index: 1;
}

.donate-step-3__logo {
	position: absolute;
	top: -3rem;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.donate-step-3__logo-container {
	position: relative;
}

.donate-step-3__logo-container:before {
	position: absolute;
	content: "";
	display: block;
	background-color: white;
	width: 78px;
	height: 38px;
	margin: 0 auto;
	right: 0;
	left: 0;
	top: -2.35rem;
	opacity: 0.7;
}

.payment-acceptance
{
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
}
.payment-acceptance a{
	 font-weight: 600;
	 text-decoration: underline;
	 margin: 0 5px;
 }
 .payment-acceptance label{
	 display: flex;
	 align-items: center;
 }
.payment-acceptance p{
 margin-left: 5px;
 margin-bottom: 0;
}
#acceptance-checkbox{
	position: absolute;
	left: -0.8em;
	top: 1.2em;
}
.error-text{
	margin-left: 5px;
    color: #790000;
    font-weight: 700;
    letter-spacing: normal;
    display: none;
    font-size: 15px;
}
.error-text.active{
	display: block;
}
body.rtl .payment-acceptance p{
 margin-right: 5px;
}
body.rtl .payment-acceptance .error-text{
	left: auto;
	right: 0.7em;
}
body.rtl #acceptance-checkbox{
	right: -0.8em;
}

.page-id-1802 main{
	padding-bottom: 50px;
}
 .page-id-1829 main, .page-id-1831 main{
	 padding: 50px 15px;
 }
 .page-id-1831 br{
		 display: none;
 }
.page-template-page-donation-step-1 input[disabled]{
	cursor: no-drop;
}
.acceptance-checkbox{
	margin-top: 0.2em;
}
.accetpance-content p{
	font-size: 16px;
	margin: 2px 0;
}
@media screen and (min-width: 768px) {
	.donate-step-1__form-count__label {
		width: 30%;
	}

	/*donate step 2*/

	.donate-step-2__form__info-container {
		width: 45%;
	}

	.donate-step-2__form__card-container {
		width: 45%;
	}
}

@media screen and (min-width: 1030px) {
	main.partners .addtionalInfo .contentBlock {
		width: 95%;
		margin: 2rem auto 0;
	}

	.acf-map {
		height: 600px;
	}

	.marks-container {
		position: absolute;
		display: flex;
		align-items: center;
		height: 100%;
		width: 135px;
		top: 0;
		left: 145px;
	}

	body.rtl .marks-container {
		right: 50px;
		left: 0;
	}

	.marks__list {
		width: 100%;
		margin: auto 0;
		padding: 0;
	}

	.activites-content__list {
		display: flex;
		flex-direction: row;
		width: 100%;
		margin: 0 !important;
		padding: 1em 0 !important;
	}

	.activites-content__item {
		list-style: none;
		width: 346px;
		border-right: 1px solid white;
		border-left: 1px solid white;
		border-top: none;
		border-bottom: none;
		padding: 0 40px;
	}

	.activites-content__item:first-child {
		border-left: none;
		padding-left: 0;
	}

	.activites-content__item:last-child {
		border-right: none;
		padding-right: 0;
	}

	body.rtl .activites-content__item:first-child {
		border-right: none;
		border-left: 1px solid white;

		padding-right: 0;
	}

	body.rtl .activites-content__item:last-child {
		border-left: none;
		border-right: 1px solid white;
		padding-left: 0;
		padding-right: 40px;
	}
}

@media screen and (min-width: 1040px) {
	.donate-step-1__form-count {
		justify-content: flex-start;
	}

	.donate-step-1__form-count__label {
		width: auto;
		margin: 1rem 28px 0 0;
	}

	.donate-step-1__form-count__title {
		width: 150px;
	}

	body.rtl .donate-step-1__form-count__label {
		margin: 0 0 1rem 28px;
	}

	.donate-step-1__form-count__label:nth-child(6n + 7) {
		margin-right: 0;
	}

	body.rtl .donate-step-1__form-count__label:nth-child(6n + 7) {
		margin-left: 0;
	}

	input[type="number"].donate-step-1__form-count__custom {
		width: 150px;
	}
}

@media screen and (min-width: 1300px) {
	.go-to-top {
		right: calc(50% - 630px);
	}

	body.rtl .go-to-top {
		right: auto;
		left: calc(50% - 630px);
	}
}

.social-box {
	display: block;
	margin: -20px 0 40px;
	padding: 0 6rem 0;
}

.social-box:last-of-type {
	margin: 0 0 40px;
}

.social-btn {
	display: block;
	width: 100%;
}

a.col-2.sbtn span {
	display: none;
}

a.col-1.sbtn {
	width: 180px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	color: #fff;
	margin: 0 0.5% 0 0;
	font-size: 15px;
}

a.col-1.sbtn span {
	margin: 0 0 0 15px;
}

a.col-2.sbtn {
	width: 6%;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	color: #fff;
	margin: 0 0.5% 0 0;
	line-height: 1.825 !important;
	max-width: 50px;
	min-width: 50px;
}

.s-twitter {
	background: #03a9f4;
}

.s-twitter::before {
	font-family: fontawesome;
	content: "\f099";
}

.s-twitter:hover {
	background: #0093d6;
}

.s-facebook {
	background: #3f51b5;
}

.s-facebook::before {
	font-family: fontawesome;
	content: "\f09a";
}

a.col-1.sbtn.s-facebook:hover {
	background: #2f409f;
}

.s-googleplus {
	background: #f44336;
}

.s-googleplus::before {
	font-family: fontawesome;
	content: "\f0d5";
}

.s-googleplus:hover {
	background: #c82c21;
}

.s-whatsapp {
	background: #4caf50;
}

.s-whatsapp::before {
	font-family: fontawesome;
	content: "\f232";
}

a.col-2.sbtn.s-whatsapp:hover {
	background: #3d9440;
}

.s-linkedin {
	background: #1a7baa;
}

.s-linkedin::before {
	font-family: fontawesome;
	content: "\f0e1";
}

a.col-2.sbtn.s-linkedin:hover {
	background: #136288;
}

.s-pinterest {
	background: #bd081c;
}

.s-pinterest::before {
	font-family: fontawesome;
	content: "\f231";
}

a.col-2.sbtn.s-pinterest:hover {
	background: #a10718;
}

/*.s-buffer {
	background: #ced7df;
}
.s-buffer::before {
    font-family: fontawesome;
    content: '\e804';
}
a.col-2.sbtn.s-buffer:hover {
    background: #c3c5c8;
}*/

/********************************
////// Important
*******************************/

.social-btn a:last-of-type {
	margin: 0;
}

@media only screen and (max-width: 1200px) {
	a.col-1.sbtn {
		width: 180px;
		display: inline-block;
		text-align: center;
		border-radius: 50px;
		padding: 10px;
		color: #fff;
		margin: 0 0.5% 0 0;
		font-size: 15px;
	}
}

@media only screen and (max-width: 768px) {
	a.col-1.sbtn {
		width: 46px;
	}

	a.col-1.sbtn span {
		display: none;
	}
}

[dir="rtl"] .slick-slide:after {
	/* float: none !important; */
	clear: both;
	display: table;
	content: "";
}

.both {
	clear: both !important;
}

.wrap {
	position: relative;
}

/* Additional */

.ytvideo .wrap {
	width: 100% !important;
	height: 100% !important;
}

.ytvideo .video-container {
	/* position: relative; */
	/* padding-bottom: 56.25%; 16:9 */
	/* padding-top: 2px; */
	/* height: 0; */
}

.ytvideo .content {
	width: 100% !important;
	height: 100% !important;
	position: relative;
}

.ytvideo #video1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	/* transform: scaleX(1.5); */
}

#video1 video {
	object-fit: fill;
}

.payment-container {
	position: relative;
	min-height: 100vh;
	margin-left: auto !important;
}

.payment-container iframe {
	/* display: block; */
	/* position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	margin-top: 5.4rem; */
}
@media only screen and (max-width: 640px) {
	.numbersBlock {
	   height:fit-content;
	}
	.go-to-top__image {
		width: 46px;
		height: 46px;
	}
}


@media only screen and (max-width: 480px) {
	 .page-id-1802 li, .page-id-1802 #main .content{
		font-size: 16px;
	}
	.payment-acceptance label{
		flex-direction: column;
	}
	.bit-wrapper img{
		filter: grayscale(0);
	}
}
