/* This file will hold styles for the mobile version of your website (mobile first). */
/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */


/*-----------------------------FONTS----------------------------*/

@font-face {
    font-family: 'Alef_Bold';
    src: url('../fonts/Alef-Bold.eot');
    src: url('../fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Alef-Bold.woff') format('woff'),
         url('../fonts/Alef-Bold.ttf') format('truetype'),
         url('../fonts/Alef-Bold.svg#alefbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Alef';
    src: url('../fonts/Alef-Regular.eot');
    src: url('../fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Alef-Regular.woff') format('woff'),
         url('../fonts/Alef-Regular.ttf') format('truetype'),
         url('../fonts/Alef-Regular.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?u1qyy');
	src:url('../fonts/icomoon.eot?#iefixu1qyy') format('embedded-opentype'),
		url('../fonts/icomoon.woff?u1qyy') format('woff'),
		url('../fonts/icomoon.ttf?u1qyy') format('truetype'),
		url('../fonts/icomoon.svg?u1qyy#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[data-icon]:before {
  font-family: icomoon; /* BYO icon font, mapped smartly */
  content: attr(data-icon);
}

#edit-type-2 [data-icon]:before {
  color: #FFF;
  font-size: 34px;
  font-weight: normal;
}

#tt-generator-content .icon-block [data-icon]:before {
  position: relative;
  top: 5px;
  left: 30px;
  color: #FFF;
  font-size: 24px;
}

.icon-alone {
  display: inline-block; /* Fix for clickability issue in WebKit */
}
.screen-reader-text { /* Reusable, toolbox kind of class */
  display: none;
}

.screen-reader-text img {
  display: none;
}

.border-dotted {
	border-bottom: dotted 1px #414141;
	line-height: 30px;
	margin-bottom: 40px;
}

/*-----------------------------ADMIN----------------------------*/

#admin-menu a {
   font: 13px Arial, Helvetica, sans-serif;
   font-style:normal;
}

body.not-logged-in #messages .error { display: none; }

/*-----------------------------GLOBAL----------------------------*/


body {
   font: normal 13px/1.7em 'Open Sans', Arial, Helvetica, sans-serif;
   color: #414141;
}

*[dir="ltr"] { direction: ltr; unicode-bidi: embed; text-align: left; }
*[dir="rtl"] { direction: rtl; /*unicode-bidi: embed;*/ text-align: right; }

.no-wrap { white-space: nowrap; }

img, media, video {
  max-width: 100%;
  height: auto;
}

iframe.soundcloud {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h5 {
   letter-spacing: 0em;
   margin: 0;
   padding: 0;
   font: normal 1.5em/1.4em 'Merriweather', 'Open Sans', Arial, Helvetica, sans-serif;
}

h1, .main-title-block h2, .main-title-size {
   font: normal 1.6em/1.4em 'Merriweather', 'Open Sans', Arial, Helvetica, sans-serif;
   margin-bottom: 5px;
}

h1.arrow-subtitle {
	font: normal 15px/165% Alef, Helvetica, Arial, sans-serif;
	word-spacing: 0.1em;
}

h2.scroll-selected {
   background-color: transparent;
   padding: 0;
}

h2, h2.block-title, h3 {
margin-bottom: 0.5em;
letter-spacing: 0.01em;
font: normal 1.4em/1.4em 'Merriweather', 'Open Sans', Arial, Helvetica, sans-serif;
}

.sub-title {
   font: normal 16px/100% david, 'Open Sans', Alef, Arial, Helvetica, sans-serif;
   letter-spacing: 0.07em;
   display: block;
}

hr {
    background: #bbb;
    margin: 20px 0;	
}

a:link, a:visited {
   color: #666;
   text-decoration: none;
   border-bottom: solid 1px #666;
}

a:link img, a:visited img {
   border: none;
}

a span.block-title {
   color: #414141;
}

#region-header-first .menu a.active, a.active,#region-header-first .menu a:hover, a:hover  {
   color: #f95949;
}

.index-title a {
   /*color: #414141;*/
}


.float-start { float: left; } .float-end { float: right; } .clear-both { clear:both; } .dir-ltr { direction: ltr; } .dir-rtl { direction: rtl; }  .label-inline {  display: inline;  }

.vocabulary-language-עברית {
   direction: rtl;
}

.vocabulary-language-עברית .float-start { float: right; }

.vocabulary-language-אנגלית {
   direction: ltr;
}

.vocabulary-language-אנגלית .float-start { float: left; }

.writers-list { margin-bottom: 20px; line-height: 1.7em; } 

span.arrow-subtitle:first-child:before, h1.arrow-subtitle:before { 
   content: "— ";
   font-family: icomoon;
   padding: 0 5px 0 0;
}

span.arrow-subtitle:after { 
   content: ", ";
}

span.arrow-subtitle:last-child:after  { 
   content: "";
}

.arrow-subtitle a {
   margin: 0 -3px 0 0;
   border: none;
}

.link-underline {
	border-bottom: solid 1px #666;
}

.site-block { margin-bottom: 35px; padding-bottom: 35px; border-bottom: dotted 1px #ccc; }

.display-inline-block { display: inline-block; }

.nowrap { white-space: nowrap; }

blockquote { padding: 0 20px; }

.views-row-first.site-block { padding-top: 35px; border-top: dotted 1px #ccc; }

.text-block { margin-top: 15px; }

.image-caption { display: block; font-size: 0.9em; color: #999; line-height: 1.6em; }

.comma-list .comma-item:after { display: inline-block; content: ", "; padding: 0 3px 0 0; }
.comma-list .comma-item:last-child:after { content: ""; }

.book-name, .book-name strong {
	/*color: #999*/; font-family: courier;
	font-family: david;
	letter-spacing: 0.15em;
	font-weight: normal;
	font-size: 0.93em;
 }
 
 ul.menu li {
  margin: 0 0 0 0.2em;
}

li.expanded, li.collapsed, li.leaf {
padding: 0;
}

.small-font { font-size: 0.9em; color: #999 }

sup { vertical-align: super; font-size: smaller; }
.cover-small-font { font-size: 0.8em; color: #999;  }

.cover-credit {
	position: absolute;
	writing-mode: tb-rl;
	/* -webkit-transform: rotate(270deg); */
	/* -moz-transform: rotate(90deg);
	-o-transform: rotate(90deg); */
	white-space: nowrap;
	display: block;
	top: 10%;
	left: -30px;
	width: 20px;
	height: 20px;
	
	/*display: none;*/
	
}

h2.label-above { padding-top: 1em }

.protocle-issue {
	display: block;
	background: #d3ffdc;
	text-align: center;
	position: absolute;
	top: 0;
	width: 110px;
	font: normal 1em/28px 'Merriweather', 'Open Sans', Arial, Helvetica, sans-serif;
}

/*---------------------input, selection reset-------------*/

button, input[type="reset"], input[type="submit"], input[type="button"] {
font: bold 12px/1.2 'Open Sans', Arial, Helvetica, sans-serif;
}

input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, input:focus {
   outline: none !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d3ffdc;
}

input[type="text"] {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 15px 10px;
}

input[type="radio"] {
	display:none;
}

input[type="radio"] + label {
	padding: 0 0 0 22px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
	font-weight: normal;
	margin: 5px 0;
}

input[type="radio"]:checked + label {
	background-position: 0 -15px;
}

input[type="radio"] + label:hover {
	background-position: 0 -30px;
}

.form-radios label {
	background-image:url('../images/csscheckbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


button, input[type="reset"], input[type="submit"], input[type="button"] {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
	border: none;
	cursor: pointer;
	color: #666;
	padding: 0;
	text-shadow: none;
}


::selection, .ds-search-highlight {
  background: #d3ffdc; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #d3ffdc; /* Gecko Browsers */
}

table {
   width: 100%;
}

table, tbody, tfoot, thead, tr, th, td {
   border: 1px solid #ccc;
}

table p {
   margin: 0;
   padding: 0;
}

/*---------------------field collection reset-------------*/

.field-collection-container {
   border: none;
}

.field-collection-view {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.book-info div.field-collection-view:last-child {
   margin: 0;
}

/*-----------------------------LAYOUT----------------------------*/

/*--------header--------*/

header a:link, header a:visited {
   border: none;
}

.region-user-first-inner > div {
   float: right;
}

.email-block {
   font-size: 0.8em;
   padding: 0 80px 0 25px;
}

#region-header-first {
   position: fixed;
   z-index: 100;
   /*overflow: hidden;*/
   background: #ededed;
   height: 80px;
   top: 0;
   width: 100%;
   margin: 0;
}

#region-header-first a, #region-blockgroup-index-content-group a {
   border: none;
}

.logo-block {
	position: absolute;
	width: 100%;
	text-align: center;
	height:80px;
	overflow: hidden;
}

.logo-block img, .logo-compact, #block-search-form, #block-print-ui-print-links, #block-text-resize-0  {
   display: none;
}

#region-header-first a, header a, a.homepage-link-1 {
   text-decoration: none;
   color: #1a1a1a;
   border: none;
}

#region-header-first a:hover, header a, a.homepage-link-1:hover {
   color: #afafaf;
   color: #f95949;;
}

#region-header-first a .logo-mobile {
   font-size: 55px; 
   line-height: 80px;
}

#collapsed-menu-button {
   position: relative;
   z-index: 1000;

	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: 0;
	font-family: icomoon;
	font-size: 2.3em;
	
	background: #d9d9d9;
}

#collapsed-menu-button:hover, #collapsed-menu-button.active  {
   background: #d3ffdc;
}

#mobile-menu-inner, #mobile-menu-wrapper .menu {
   width: 100%;
}

#mobile-menu li > a, .mobile-menu li > a, #mobile-menu li, .mobile-menu li {
	padding: 0;
	border: none;
	float: none;
}

#mobile-menu li > a {
	display: block;
	padding: 0 30px;
	border-bottom: 1px dotted #cccccc;
	width: 100%;
}

#mobile-menu li > a:hover {
    background: #d3ffdc;
}

#block-locale-language {
   position: absolute;
   top: 0;
   right: 0;
}

#block-locale-language ul {
	list-style: none;
}

#block-locale-language a {
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
}


.article-global-page #block-locale-language a:not([title]) {
   display: none;
}

#block-locale-language a.active, #block-locale-language li.active {
   display: none;
}

#block-search-form {
   width: 150px;
   position: absolute;
   bottom: 0px;
   
   border: solid 1px #ccc;
}

#block-search-form input[type="text"] {
    padding: 15px 45px 15px 10px;
    border: none;
	width: 150px;
	font-size: 0.9em;
}

#block-search-form input.form-submit {
   position: absolute;
   top: 0;
   right: 0;
   font-family: icomoon;
   width: 30px;
   height: 30px;
   background: #fff;
}

#block-search-form input.form-submit:hover {
   background: #d3ffdc;
}

#block-search-form .form-actions input {
   margin-right: 0;
}

/*-------------Index Zone - region menu-----------------------*/

.current-edition-block, #region-menu .main-title-block {
	height: 110px;
	/*border-bottom: solid 3px #ededed;*/
	line-height: 15px;
}

.current-edition-block h2, body.node-type-protocol #region-menu .title-block h1 {
   font-size: 1.2em;
   letter-spacing: 0.05em;
   font-family: Alef_Bold;
   margin-bottom: 0.3em;
}

.current-edition-block  a.current-edition-link, .main-title-block h2 a, body.node-type-protocol #region-menu .title-block {
    display: block;
    height: 70px;
	background: #d3ffdc;
	padding: 20px 25px;


	color: #414141;
	border: none;
}

.main-title-block h2 a {
	background: #ededed;
}

.current-edition-block  a:hover, .main-title-block a:hover {
    background: #d3ffdc;
}

a .edition-name {
    display: block;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	margin-bottom: 0.3em;
}

.index-block, .multiple-category h3 {
   margin-top: 20px;
}

.current-edition-block .index-block {
   margin-top: 0;
}

.index-item {
	margin-bottom: 15px;
	line-height: 1.15em;
}

#scroling-index > div {
   margin-bottom: 20px;
}

.title-font {
	font: bold 0.9em/22px 'Merriweather', 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
}

h2 .index-writer {
	font-size: 0.65em;
	font-family: 'Open Sans';
	letter-spacing: 0;
}

.index-writer {
   font-size: 0.9em;
}

#writer-footnote p:before {
	content: "* ";
}

.questionnaire-block .index-item {
	margin-bottom: 5px;
	line-height: 1.15em;
}

.index-main-block h2.block-title, .index-main-block h2 span.block-title, .index-main-block h3 {
    display: block;
	font-size: 1.15em;
	border-bottom: dotted 1px #ccc;
	line-height: 20px;
	margin-bottom: 15px;
	letter-spacing: 0.07em;
	padding-bottom: 3px;
}

.index-main-block h2 span.block-title {
	margin-bottom: 5px;
	font-size: 0.9em;
}

.sidebar-menu {
   padding: 20px;
   line-height: 30px;
}

.sidebar-menu a {
   border: none;
}

.sidebar-menu ol { counter-reset: item; margin: 0 }
.sidebar-menu li { display: block }
.sidebar-menu li:before { content: counters(item, ".") ". "; counter-increment: item }

.sidebar-menu ol ol {
   padding: 0 0 0 10px;
}

.call-for-papers-link:after {
   content: " download this file as PDF";
} 

/*-------------Content-----------------------*/

#section-content {
   padding: 80px 0 20px 0;
}

.region-content-inner {
	direction: rtl;
}

.region-content-inner > div, .region-content-inner > form, .region-content-inner > h2, .region-content-inner > article {
	direction: ltr;
}

.front #region-content  {
   background: rgba(255, 255, 255, 0.85); 
}

.front #region-content {
	background: -webkit-linear-gradient(225deg, transparent 45px, rgba(255, 255, 255, 0.85) 0) top right; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(225deg, transparent 45px, rgba(255, 255, 255, 0.85) 0) top right; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(225deg, transparent 45px, rgba(255, 255, 255, 0.85) 0) top right; /* For Firefox 3.6 to 15 */
	background: linear-gradient(225deg, transparent 45px, rgba(255, 255, 255, 0.85) 0) top right;
}



#fold-block {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 0 0 60px;
	border-color: #fff #fff #fff #d3ffdc;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #d3ffdc;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	
	box-shadow: -1px 2px 0px #ccc;
	margin-bottom: 25px;
}

.mode-overlay #fold-block {
	border-color: #e1ffe7 #e1ffe7 #e1ffe7 #d3ffdc;
	_border-color: #e1ffe7 #e1ffe7 #e1ffe7 #d3ffdc;
}

.not-article #fold-block {
	position: absolute;
	z-index: 500;
	top: 30px;
	right: 0;
	background: #fff;
	
	border-width: 60px 0 0 60px;
	border-color: #fff #fff #fff #F3F3F3;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #F3F3F3;
}



 #region-content {
 
    padding: 25px 0 25px 0;
 
    margin: 0 10px 0 0;
	
    background: -webkit-linear-gradient(225deg, transparent 45px, #FFF 0) top right; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(225deg, transparent 45px, #FFF 0) top right; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(225deg, transparent 45px, #FFF 0) top right; /* For Firefox 3.6 to 15 */
	background: linear-gradient(225deg, transparent 45px, #FFF 0) top right;
}

.main-article-content h2 {
    padding-top: 0.5em;
}

.abstract {
   font-wieight: 600;
   text-align: left;
   margin-bottom: 15px;
   letter-spacing: 0.01em;
}

.abstract p {
   margin: 0;
   padding: 0;
}

.keywords-block {
	padding-bottom: 30px;
	border-bottom: dotted 1px #ccc;
	font-size: 0.9em;
}

.keywords-block a, .keywords-block {
	border: none;
	color: #999;
}

.keywords-block a:hover {
    color: #f95949;
}

.keywords-block span:after {
    content: " // ";
	padding: 0 3px;
	color: #999;
}

.keywords-block span:last-child:after {
    content: "";
}

.main-article-content img {
	display: block;
	margin-bottom: 10px;
}

#region-menu #region-blockgroup-index-content-group {
    display: none;
}

#region-menu {
	margin: 0;
}

.scrollbarpaper-container {
   /*display: none !important;*/
}

#region-content .region-content-inner {
	overflow-y: visible !important;
	overflow-x: visible !important;
  /* break long words */
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  
  /*
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /*word-break: break-all;
  /* Instead use this non-standard one: */
  /*word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.print_html, .print_mail, .print_pdf, .print_epub {
margin: 0;
}

a#text_resize_increase, a#text_resize_decrease {
   background: transparent;
   text-indent: 0;
}

#region-blockgroup-sidebar-links .icon-span {
   display: block;
   margin: 20px 5px;
}

#region-blockgroup-sidebar-links #share-button-span {
   font-size: 1.1em;
}

#region-blockgroup-sidebar-links .block-service-links .icon-span {
   display: inline-block;
   margin: 0;
   width: 25px;
   font-size: 0.9em;
   line-height: 45px;
}

.block-service-links {
	display: none;
	position: relative;
	top: -50px;
	left: -100px;
	background: #ededed;
	padding: 0 30px 0 0;
	margin: 0 10px;
	width: 110px;
	z-index: -1;
	box-shadow: -2px 2px 0px #b3b3b3;
}

/*-------------Home Page--------------*/

.front h1 {
	font-size: 10em;
}

.front h2 {
   font-size: 1.6em;
   margin-bottom: 0.4em;
}

.front h1 img {
   display: none;
}

.front .logo-compact {
   display: none;
}


.front .entrance-link {
	position: absolute;
	bottom: 0;
    right: 560px;
}

.call-for-papers {
	display: none;
	border: dotted 1px #f95949;
	width: 119px;
	padding: 15px 15px;
	font-size: 0.9em;
	font-size: 14px;
	line-height: 15px;
	position: absolute;
	bottom: 0;
}

.call-for-papers h3 {
   font-size: 1.2em;
   /*border-bottom: solid 1px #d9d9d9;
   padding-bottom: 5px;*/
}

#region-header-first .call-for-papers h3 a {
    color: #666;
	font-size: 0.8em;
}

#region-header-first .call-for-papers a {
    color: #999;
}

.homepage-text {
   /*text-align: justify;*/
   margin-bottom: 60px;
}

.hompage-edition-block a.homepage-link-1 {
   padding: 0 5px;
}

/*-------------INDEX--------------*/

.index-block a {
   border:none;
}

.index-page .block-title {
   border-bottom: dotted 1px #414141;
}

/*-------------VIEW LIBRARY-----------------------*/

#block-views-exp-library-page {
   margin-top: 20px;
}

.views-exposed-form .views-exposed-widget {
	float: left;
	padding: .5em 1em;
}

.grid-column {
   width: 50%;
   text-align: center;
   height: 250px;
   overflow: hidden;
   font: normal 14px/100% 'Open Sans', Arial, Helvetica, sans-serif;
   position: relative;
}

.view-library .book-item a {
   border: none;
}

.book-cover, .grid-image {
   display: block;
   margin-bottom: 8px;
}

a:link .grid-image img, a:visited .grid-image img {
  border: solid 1px rgb(209, 209, 209);
  box-sizing: border-box;
}

.book-placeholder {
	width: 110px;
	height: 150px;
	border: solid 1px #999;
	background: none;
	box-sizing: border-box;
	margin: 0 auto;
}

.book-title, .grid-text {
	display: block;
	width: 110px;
	margin: 0 auto;
	font-size: 0.85em;
	line-height: 1.45em;
	text-align: initial;
}

.book-title {
	direction: ltr;
	text-align: left;
}

.book-language-עברית {
	direction: rtl;
	text-align: right;
	font-size: 0.9em;
	font-family: Alef;
}

/*-------------books-----------------------*/

.node-type-library label[for="edit-field-book-category-tid-all"] {
   display: none;
}

.node-type-library #region-content .book-info, .node-type-library #region-content .block-text, .node-type-library #region-content h1, .node-type-library #region-content .writers-list  {
   direction: ltr;
}

.book-hebrew #region-content .book-info, .book-hebrew #region-content .block-text, .book-hebrew #region-content h1, .book-hebrew #region-content .writers-list {
   direction: rtl;
}

.node-type-library #region-content h1 {
    width: 100%;
}

.book-info {
   padding-bottom: 40px;
   margin-bottom: 50px;
   border-bottom: dotted 1px #ccc;
}

.book-info-pages:after {
   content: " pages";
}

.book-hebrew .book-info-pages:after {
   content: " עמודים";
}
/*
.book-info-publish:before {
   content: "pub: ";
}

.book-hebrew .book-info-publish:before {
   content: "הוצאה: ";
}
*/

.node-type-library .library-book-cover, .node-type-library .book-info-text {
    float:left;
}

.book-hebrew .library-book-cover, .book-hebrew .book-info-text {
    float:right;
}

.book-info-text {
   margin: 0 10px;
   max-width: 240px;
}

/*-----------------------------scrollbar----------------------------*/

/*
.scrollbar-active .region-inner {
	direction: rtl;
}

.scrollbar-active .region-inner > * {
	direction: ltr;
}

*/

div.scrollbarpaper-container {
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: transparent;
}

div.scrollbarpaper-track {
   left: 0;
}

.index-main-block .region-blockgroup-index-content-group-inner {
   padding: 0 20px;
}



/*-----------------------------footnotes----------------------------*/

.footnotes {
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
	text-align: left;
}

ul.footnotes li {
	margin: 0 0 0 2.3em;
}

.footnotes .footnote-label {
	border: none;
}

.see-footnote:target {
   border: none;
}

.see-footnote:target, .footnotes .footnote:target, .scroll-selected, ul.footnotes li.scroll-selected {
	background-color: #e9ffed;
	padding: 2px 8px;
}

div.scroll-selected {
	padding: 8px;
}

a.see-footnote {
	/*color: #f95949;*/
	border: none;
	font-size: 0.85em;
}


.footnotes a.footnote-label {
   font-weight: bold;
}

.footnotes a.footnote-label:before {
   content: " ^ ";
}

/*-----------------Search------------------------*/

.page-search .group-result h2 {
   border-top: solid 1px #ccc;
   border-bottom: solid 1px #ccc;
   padding: 10px 0;
   font-size: 1.3em;
   margin: 30px 0;
}

.page-search .group-result > div {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}

.page-search .group-result > div:last-child {
  border: none;
}

.page-search a {
   border: none;
}

.more-link {
   padding: 0 5px;
}

/*-----------------------------Overlay----------------------------*/

.overlay-screen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	display: none;
	cursor: pointer;
}

.overlay-darken-block {
    background-image: url("../images/overlay.png");
    z-index: 300;
}

.overlay-service-links {
    background: grey;
    z-index: 510;
}

.krumo-root { text-align: left; }

/*-----------------------------Protocols----------------------------*/

body.context-protocol {
   background: #e8e9e0;
}

body.context-protocol .current-edition-block h2 a {
  font-family: Alef_Bold !important;
}

body.context-protocol .not-article #fold-block {
    border-color: #e8e9e0 #e8e9e0 #e8e9e0 #F3F3F3;
	_border-color: #000000 #000000 #000000 #F3F3F3;
}

body.node-type-protocol-article #region-content span, body.context-protocol #region-content p {
   font-family: Alef !important;
   color: #666 !important;
   margin-right: 0 !important;
   margin-left: 0 !important;
   font-size: 1em;
}

body.context-protocol #region-content a:link, a:visited, body.context-protocol #region-menu a:link, a:visited,  body.context-protocol #region-user-first a:link {
   /* color: #666 !important; */
   text-decoration: none !important;
   font-family: Alef !important;
}

body.context-protocol h2 {
   margin: 0 !important;
}

body.context-protocol span.MsoEndnoteReference {
  vertical-align: initial;
}


a[href="/archive/4022"]:after {
   content: "מאמרי תגובה";
   display: block;
   margin-top: 14px;
   color: #414141;
   font-family: david, "Open Sans", Alef, Arial, Helvetica, sans-serif;
 }

/*-----------------------------individual protocole pages----------------------------*/

body.context-protocol.page-node-2699 h2, body.context-protocol.page-node-2699 h3, body.context-protocol.page-node-2699 #region-content p {
    text-align: left !important;
}

/*------ISSN--------*/

.issn {
   font-family: david, Alef, Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #9E9E9E;
   height: 30px;
}

/*-------------------SUB-MENU-----------------------*/

.yalkut #region-menu .title-block {
   background-color: #eaebff;
}


.sub-menu {
   font-family: Alef;
   font-size: 16px;
   padding: 30px 20px;
}

.sub-menu h2.block-title {
   border-bottom: none;
   font-size: 1.15em;
   border-bottom: dotted 1px #ccc;
   line-height: 20px;
   margin-bottom: 26px;
   letter-spacing: 0.07em;
   padding-bottom: 26px;
}

.sub-menu a {
   display: block;
   border: none;
   margin-bottom: 16px;
   padding: 0 6px;
}

.sub-menu a:hover {
   color: inherit;
   background-color: #eaebff;
}

.sub-menu a.active {
   background-color: #eaebff;
   color: inherit;
   font-weight: bold;
}


/*-------------TEASER-------------------*/

.teaser {
   margin-bottom: 20px;
   border: none !important;
   display: block;
}

.teaser .teaser-title {
   font-weight: bold;
   font-size: 16px;
   max-width: 34ch;
   display: block;
   letter-spacing: 0.6px;
}
