@import url('https://fonts.googleapis.com/css?family=Heebo');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);


/* Admin Editor */

body#tinymce {
    direction: rtl;
}

/* End Admin Editor */

.itemIntroText * {
    font-size: 18px;
} 
/* Color palette */
:root {
  --turquoise: #0cc2b5;
  --dark-sky-blue: #3d80e4;
  --light-sky-blue: #43ade1;
  --black: #000000;
  --white: #ffffff;
}

.black {
	color: #000000 !important;
}

/* Text styles */
h1 {
  font-family: Heebo;
  font-size: 61px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  color: var(--white);
}
h2 {
  font-family: Gilroy;
  font-size: 48px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  color: var(--black);
  margin:0;
}
.H2-white {
  font-family: Gilroy;
  font-size: 48px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff !important;
  color: var(--white);
}
.H2-heb {
  font-family: OpenSansHebrew;
  font-size: 48px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
  color: var(--black);
}
.h3-en {
  font-family: 'Gilroy-ExtraBold' !important;
  letter-spacing:1px;
  font-size: 34px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  text-align: center;
  color: #000000;
  color: var(--black);
}
.h3-en-white {
  font-family: 'Gilroy-ExtraBold' !important;
  letter-spacing:1px;
  font-size: 34px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  color: var(--white);
}
.H3-heb {
  font-family: OpenSansHebrew;
  font-size: 32px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  color: var(--black);
}
h6 {
  font-family: OpenSans;
  font-size: 27px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  margin:0;
  text-align: center;
  color: #000000;
  color: var(--black);
}
h4 {
  font-family: OpenSansHebrew;
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  margin:0;
  text-align: right;
  color: #000000;
  color: var(--black);
}

.h4-en-blue {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.9px;
    text-align: center;
    color: #43ade1;
    margin-bottom: 28px;
}

p, .p1 ,#tinymce {
  font-family: OpenSansHebrew;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: var(--black);
}

.p2 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: var(--black);
}

.p1-white {
  font-family: OpenSansHebrew;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  color: var(--white);
}
h5 {
  font-family: OpenSansHebrew;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: right;
  margin:0;
  color: #000000;
  color: var(--black);
}

.P3 {
  font-family: OpenSansHebrew;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
  color: var(--black);
}

.text-center {
	text-align:center !important;
}
.bold {
	font-weight:700 !important
}



.list {
    list-style: disc !important;
}
ul.list li {
    padding-right: 3px !important;
    margin-right: 39px !important;
    list-style-image: url(/images/assets/checkedB.svg) !important;
}

.button1 {
    background-color: #0cc2b5 !important;
    padding: 0px 20px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #ffffff !important;
    color: var(--white) !important;
    display: inline-block !important;
    box-sizing: border-box !important;
	transition: .3s !important;
	height: 55px !important;
	line-height: 55px !important;
}

.button1:hover {
	opacity:.85 !important; 
	color:white !important;
	box-shadow: 0 8px 15px 0 rgba(86, 86, 86, 0.5) !important;
}

.button2 {
    background-color: transparent !important;
	border: 1px solid white !important;
    padding: 0px 20px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #ffffff !important;
    color: var(--white) !important;
    display: inline-block !important;
    box-sizing: border-box !important;
	transition: .3s !important;
	height: 55px !important;
	line-height: 55px !important;
}

.button2:hover {
	opacity:.67 !important;
	color:white !important;
	box-shadow: 0 8px 15px 0 rgba(86, 86, 86, 0.5) !important;
}

.button3 {
	border: 1px solid rgb(138, 150, 160) !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    display: inline-block;
    box-sizing: border-box !important;
	transition: .3s !important;
	height: 34px;
	
	color: rgb(255, 255, 255) !important;
    border-radius: 3px !important;
    background-color: rgb(138, 150, 160) !important;
    line-height: 20px !important;
    padding: 0px 15px 0px 40px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.button3:hover {
	opacity:.67 !important;
	color: rgb(255, 255, 255) !important;
	box-shadow: 0 3px 10px 0 rgba(86, 86, 86, 0.5) !important;
}

.button4 {
    background-color: #fff !important;
    padding: 0px 20px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #8a96a0 !important;
    display: inline-block !important;
    box-sizing: border-box !important;
	transition: .3s !important;
	height: 55px !important;
	line-height: 55px !important;
	border: 1px solid #8a96a0 !important;
}

.button4:hover {
	opacity:.67 !important;
	color:#8a96a0 !important;
	box-shadow: 0 8px 15px 0 rgba(86, 86, 86, 0.5) !important;
}

a.link1, a.link1:hover {
    font-family: OpenSansHebrew;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: right;
    color: var(--turquoise);
	padding-left:20px;
	background-image: url('/images/assets/left-arrow.svg');
	background-position:left center;
	background-size:11px;
	background-repeat:no-repeat;
}
.Line-10 {
  width: 65px;
  height: 1px;
  opacity: 0.38;
  border: solid 3px #8a96a0;
}


.input-wrap-3 {
    width: calc(33% - 21px);
    display: inline-block;
    vertical-align: top;
	margin:10px 0;
}

.input-wrap-2 {
    width: calc(66% - 42px);
    display: inline-block;
    vertical-align: top;
	margin:10px 0;
}

div[class^=input-wrap] label {
	display:block;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: var(--black);
	margin-bottom:5px;
}

div[class^=input-wrap] input[type=text],
div[class^=input-wrap] input[type=text]:focus,
div[class^=input-wrap] input[type=password],
div[class^=input-wrap] input[type=password]:focus {
	display:block;
	height: 36px;
	background-color:white;
	line-height:36px;
	width: 100%;
	padding: 0 11px;
	font-size: 14px;
	border-radius: 2px;
	box-shadow: inset 0 0 4px 0 rgba(106, 90, 90, 0.2);
	border: solid 1px #ced9e6;
	outline: none;
}

div[class^=input-wrap] textarea {
	display:block;
	height: 36px;
	background-color:white;
	line-height:36px;
	width: 100%;
	padding: 0 11px;
	font-size: 14px;
	border-radius: 2px;
	box-shadow: inset 0 0 4px 0 rgba(106, 90, 90, 0.2);
	border: solid 1px #ced9e6;
	outline: none;
}

div[class^=input-wrap] select, #gkContent select {
	display:block;
	height: 36px;
	background-color:white;
	line-height:36px;
	width: 100%;
	padding: 0 11px;
	font-size: 14px;
	border-radius: 2px;
	box-shadow: inset 0 0 4px 0 rgba(106, 90, 90, 0.2);
	border: solid 1px #ced9e6;
	outline: none;
	background-image: url('/images/assets/cheveron1.png');
	background-position: left 15px center;
	background-size:13px;
	background-repeat:no-repeat;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: solid 1px #ced9e6;
}