@font-face {
  font-family: 'SBL Hebrew';
  src: url('assets/fonts/sbl_hrbw.ttf');
  font-weight: normal;
  font-style: normal;
}

body {
	background-color: #101010;
	font-family: "Arimo", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.031rem;
	margin: 0 auto;
}


/*
	48.75rem => 768px
	50rem => 800px
	62.5rem => 1000px
	64rem => 1024px
	75rem => 1200px (default in foundation.css)
*/
.row {
  max-width: 62rem;
}

@media screen and (min-width: 40em) {
	.column, .columns {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
	  }
}

/*
.footer {
	font-size: 0.875em;
	text-align: center;
	color: #FFFFFF;
	background-color: #24478B;
	height: 25px;
	padding: 0.2rem;
	vertical-align: middle;
}
*/
.resetspace {
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 40em) {
	.bookthumb {
		max-width: 8.688rem;
	}
}

.inline-text-right, .inline-text-left {
	display: block;
	margin: 1.25rem auto; }
@media screen and (min-width: 40em) {
	.inline-text-right {
		float: left;
		margin: 0.313rem 1.25rem 0 0;
	}
	.inline-text-left {
		float: right;
		margin: 0.313rem 0 0 1.25rem;
	}
}

.underline {
	text-decoration: underline;
}
.italics {
	font-style: italic;
}
.notesli {
	list-style-position: inside;
	margin-left: 0;
	text-indent: 1.25rem;
 }

hr.mini {
	margin: 0.625rem auto;
}

ul.zero {
	margin-bottom: 0;
}

blockquote {
  margin: 0 0 1.25rem;
  padding: 0 1.25rem 0 1.1875rem;
  border-left: 0.188rem solid #dddddd; }
blockquote, blockquote p {
    line-height: 1.6;
    color: #777777;
    font-size: 0.9375rem; }

blockquote.nostyle {
	border-left: 0; }
blockquote.nostyle p {
	color: #0a0a0a;
	line-height: 1.5;
}
blockquote.nostyle li {
	color: #0a0a0a !important;
}
blockquote.turabian {
	margin-left: 1.25rem;
	padding-left: 0;
}
@media screen and (min-width: 40em) {
	blockquote.turabian {
		margin-left: 2.5rem;
		padding-left: 0;
	}
}

footer {
	font-size: 0.875rem;
}

footer ul.no-bullet ul li {
	list-style: none;
}

footer ul ul li:last-child {
	margin-bottom: 1rem;
}

footer ul ul {
	margin-left: 1rem;
}

footer li,a {
	font-size: 1rem;
}


footer li a {
	color: #eeeeee;
}
footer li a:hover {
	color: #FFCD00;
}

.breadcrumbs li a {
    float: left;
    font-size: 0.6875rem;
    text-transform: uppercase;
}

.breadcrumbs li a:hover {
	color: #1585cf;
	text-decoration: none;
}


#contact a {
	padding-left: 0;
	padding-right: 0;
}

sup a {
	color: #666666;
}

sub a,
sup a {
  font-size: 85%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.main-row {
	background-color: #FAFAFA;
	/*min-height: 780px;*/
	/*max-height: 100%;*/
	/*min-height: 100%;*/
	/*height: 100%;*/
	/*margin-bottom: -1.5rem;*/
}

.header span.header {
	font-family: times, arial, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
	/*margin-top: 0em;*/
	margin-bottom: 0em;
	padding-bottom: 0em;
}

.header span.verse-text {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	/*line-height: 0.5em;*/
}

.header span.verse-text i {
	font-size: 0.875em;
}

.header span.address-text {
	font-family: helvetica, arial, sans-serif;
	font-size: 0.875em;
	font-weight: normal;
	color: #FFFFFF;
	/*line-height: 0.5em;*/
}

.header2 {
	font-family: helvetica, arial, sans-serif;
	background-color: #24478B;
	border-style: solid;
	border-radius: 0.8em;
	border-color: #FFCD00;
	border-width: 0.285em;
}

.right-column {
	/*min-height: 780px;
	height: 100%;
	border-left: 0.938rem solid #FFCC33;*/
}

.left-column {
	background-color: #24478B;
	padding: 0em;
	/*border-right: 5px solid #FFCD00;
	min-height: 780px;
	min-height: 100%;
	height: 100%;*/
}

.left-column img {
	opacity: 0.55;
}

.menu > li > a,
.menu > li.disabled {
	display: block;
	padding: 0.45rem 0.9rem;
	line-height: 1;
}

.menu-text {
	padding:0.45rem 0.9rem;
	text-transform: uppercase;
}

.menu.nested {
	margin-left: 0;
	text-indent: 1rem;
}

ul.nested > li > ul > li > a {
	background-color: #173770;
	color: #dddddd;
	font-size: 0.938rem;
	line-height: 1;
	text-indent: 0;
	padding-left: 1.2rem;
}

ul.nested > li > ul > li > a:hover {
	background: #092559;
}


@media screen and (min-width: 40em) {
	ul.hanging1 > li {
		padding-left: 2em;
	    text-indent: -2em;
	}
}

.menu > li,
.menu > li > a {
	font-size: 1rem;
	color: #FFFFFF;
}

.menu .active > a {
	color: #FFCD00;
	background: #27508E;
	font-weight: bold;
}

.menu > li > a:hover {
	color: #FFCD00;
	background: #173770;
	/*font-weight: bold;*/
}

.menu.burning-bush > li.burning-bush,
.menu.burning-bush > li.burning-bush > a {
	font-size: 1.2rem;
	color: #2199e8;
}

.menu.burning-bush li.burning-bush.active > a,
.menu.burning-bush li.burning-bush.active > a:hover {
	color: #264989;
	background: #FFFFFF;
	font-weight: bold;
}

.menu.burning-bush > li.burning-bush > a:hover {
	color: #1585cf;
	/*font-weight: bold;*/
}

.nested > li > a {
	color: #dddddd;
}

.dropdown ul.menu > li > a {
	background-color: #264989;
}

.dropdown ul.menu > li > a:hover {
	background-color: #0e306e;
}

.is-dropdown-submenu {
	background: inherit;
	border: none;
}

#mainhead.menu-centered {
	/* golden lines
	border-top: 3px solid #D4AF37;
	border-bottom: 3px solid #D4AF37; */
	height: 2.313rem;
}

#mainhead .menu > li > a {
	font-size: 0.938rem;
	line-height: 1.5;
}

#mainhead > .menu > li > a {
	text-transform: uppercase;
}


.drilldown ul.menu > li > a {
	background-color: #6196d1;
}

.is-drilldown-submenu {
  background: #24478B;
}

.tabs {
  background: #FFCC66;
}

.tabs-title > a {
	padding: 1.25rem 1.5rem;
	line-height: 1;
	font-size: 1rem;
	background: #FFCC66;
}

.tabs-title > a:hover {
	background: #FFCC66;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
	font-weight: bold;
	background: #EEBB55;
}

  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #888888;
    line-height: 0; }

ol li {
	padding-left: 0.375rem;
	margin-bottom: 1rem;
	margin-left: 0.675rem;
}

ol.inside-left0 {
	margin-left: 0;
	list-style-position: inside;
}
ol.inside-left0 li {
	padding-left: 0;
	margin-left: 0;
}

ol.abc {
	list-style-type: lower-latin;
}

ol.iii {
	list-style-type: lower-roman;
}

ol.decipoint {
	counter-reset:decipoint; /* Initiate a counter */
	list-style: none;
	margin-left: 0.625rem;
	padding-left: 1.25rem;
}

ol.decipoint > li {
	position: relative;
	margin-bottom: 1rem;
	padding-left: 0;
}

ol.decipoint > li::before {
	content:"1." counter(decipoint); /* Use the counter as content */
	counter-increment:decipoint; /* Increment the counter by 1 */
	position: absolute;
	margin-left: -2.25rem;
}

ol.bracket-num {
	counter-reset:bracket; /* Initiate a counter */
	list-style: none;
	margin-left: 2.25rem;
}

ol.bracket-num > li {
	position: relative;
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding-left: 0;
}

ol.bracket-num > li::before {
	content:"(" counter(bracket) ")"; /* Use the counter as content */
	counter-increment:bracket; /* Increment the counter by 1 */
	position: absolute;
	margin-left: -2.25rem;
}

ol.bracket-upperiii {
	counter-reset:upperiii; /* Initiate a counter */
	list-style: none;
	margin-left: 2.25rem;
}

ol.bracket-upperiii > li {
	position: relative;
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding-left: 0;
}

ol.bracket-upperiii > li::before {
	content:"(" counter(upperiii, upper-roman) ")"; /* Use the counter as content */
	counter-increment:upperiii; /* Increment the counter by 1 */
	position: absolute;
	margin-left: -2.25rem;
}

ol ol.bracket-num,
ol ol.bracket-upperiii {
	margin-left: 1rem;
}

@media screen and (max-width: 39.9375em) {
	ol ol.bracket-num,
	ol ol.bracket-upperiii {
		margin-left: 1.5rem;
	}
	ol.bracket-upperiii,
	ol.bracket-num {
		margin-left: 1.5rem;
	}
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
    margin-left: 1.25em;
    font-size: 0.938rem;
}

@media screen and (min-width: 40em) {
	ul ul, ol ul, ul ol, ol ol {
	    margin-bottom: 0;
	    margin-left: 2.3rem;
	    font-size: 1rem;
	}
	ol li {
		padding-left: 0.625rem;
		margin-left: 1.25rem;
	}
	ol.decipoint {
		margin-left: 1.625rem;
	}
}

ul.spaceout2 > li {
	margin-bottom: 1.25rem;
}

li.spaceout {
	padding-left: 1em;
	margin-bottom: 1em;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arimo", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}

.primary {
	color: #264989;
}

.reverse-primary {
	background: #264989;
	color: #ffffff;
}

#logo {
	color: #FFCD00;
}

footer a {
	color: #FFCD00;
	font-size: 0.938rem;
}

footer a:hover {
	color: #DDDDDD;
}

.reverse-secondary {
	background: #2a5198;
	color: #ffffff;
}

footer .reverse-third {
	background: #2f59a8;
	color: #ffffff;
}

footer .reverse-fourth {
	background:#3362b7;
	color: #ffffff;
}

.reverse-fifth {
	background: #376ac6;
}
table.hover tr:hover {
  background-color: #dbe5f7; }

table.hover tr:nth-of-type(even):hover {
  background-color: #cccccc; }

table.tblank tbody tr {
	background: none;
	border: none;
	vertical-align: top;
}
table.tblank tbody {
	border: none;
}
table.align-top tr {
	vertical-align: top;
}
table.text-center td,
table.text-center th {
	text-align: center;
}
table.th-center th {
	text-align: center;
}
table.smaller-font {
	font-size: 76%;
}
table.tline-only tbody tr {
	background: none;
}
table.tline-only tbody tr td,
table.tline-only tbody tr th,
table.tline-only thead tr th {
	border: 1px solid #cccccc;
}
table.mini tbody td,
table.mini tbody th {
	padding: 0.375rem;
}
tr.tblue {
	background: #DAEEF3 !important;
}

table.top-and-left tbody tr {
	background: none;
}

table.top-and-left th {
	background: #f8f8f8;
}

table {
	margin-top: 1.25rem;
	margin-bottom: 2.5rem;
}

table.left1-center td,
table.left1-center th {
	text-align: center;
}
table.left1-center td:first-child,
table.left1-center th:first-child {
	text-align: left;
}

table a {
	font-size: 0.938rem;
}

@media screen and (max-width: 39.9375em) {
  table.scrollstack thead {
    display: none; }
  table.scrollstack tfoot {
    display: none; }
  table.scrollstack tr,
  table.scrollstack th,
  table.scrollstack td {
    display: block; }
  table.scrollstack td {
    border-top: 0; }
}

@media screen and (min-width: 40em) {
	table.scrollstack {
	  width: 100%;
	  overflow-x: auto; }
}

span.encircle {
  border: 2px solid #000000;
  border-radius: 1rem;
  display: inline-block;
  height: 1.313rem;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 1.2px;
  text-align: center;
  width: 1.313rem;
  vertical-align: middle;
}

p {
	font-size: 1rem;
	line-height: 1.5;
}

p#subhead {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: rgba(38,73,137,0.85);
    letter-spacing: -.010rem;
    margin-bottom: 0.5rem;
}

h4#title {
    margin-bottom: 0.25rem;
    line-height: 1.2;
    color: #264989;
    margin-top: 1rem;
}

p#author {
	font-size: 0.938rem;
	color: #888;
	margin-bottom: 2rem;
	line-height: 1.2;
    letter-spacing: -.006rem;
}

p#author::before {
	content: "by ";
	text-transform: none;
}

hr.end-article {
	width: 30%;
	border: 1px solid #aaa;
	text-align: left;
	margin: 2rem 0 0.5rem 0;
}
div.end-article p,
div.end-article a {
	font-size: 0.875rem;
}

div.text-indent > p,
blockquote.text-indent > p {
	text-indent: 1.25rem;}
@media screen and (min-width: 40em) {
	div.text-indent > p,
	blockquote.text-indent > p {
		text-indent: 2.5rem;}
	}


div.indent1 > p,
ul.indent1 > li {
	margin-left: 1.5rem;
}

ul.indent1 ul.indent1 > li {
	margin-left: 3rem;
}

ul.indent3 > li {
	margin-left: 1.25rem;
} 
ul.indent3 ul.indent3 > li {
	margin-left: 2.5rem;
}

div.indent2 > p,
ul.indent2 > li {
	margin-left: 2.5rem;
}

@media screen and (max-width: 39.9375em) {
	ul.indent1 > li {
		margin-left: 0.625rem;
	}
	ul.indent1 ul.indent1 > li {
		margin-left: 1.3rem;
	}
	ul.indent3 > li {
		margin-left: 0.625rem;
	}
	ul.indent3 ul.indent3 > li {
		margin-left: 1.3rem;
	}
}

/* dot leaders */
ul.leaders.root {
	max-width: 23.3em;
}

ul.leaders.root2 {
	max-width: 24.813em;
}

ul.leaders {
    max-width: 22.5em;
    padding: 0;
    overflow-x: hidden;
    list-style: none; }

ul.leaders li:after {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "; }

ul.leaders span:first-child {
    padding-right: 0.33em;
    background: white; }

ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
    position: relative;
    z-index: 1;
}
/* end of dot leaders */

.thumbnail {
  box-shadow: 0 0 0 0 rgba(10, 10, 10, 0.2);
  border-width: 0;
}

#abbrev p {
	font-size: 0.875rem;
}

/*For Portfolio Template*/
.off-canvas-wrapper {
    width: 100%;
    min-height: 1050px;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    margin: auto;
}

.off-canvas {
    position: absolute;
    background: #24478B;
    color: #FFFFFF;
    z-index: -1;
    min-height: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow-y: visible;
}

.off-canvas-content {
	min-height: 1050px;
}

.off-canvas-content,
.off-canvas-content {
  box-shadow: none; }


.orbit-bullets button {
    width: 0.938rem;
    height: 0.938rem;
}

.callout {
	border: 0;
}

.off-canvas .row img {
	opacity: 0.55;
}

.title-bar {
	border-bottom: 1rem solid #D4AF37;
}

h3.letterhead {
	font-family: times, serif;
	font-weight: 700;
	margin-top: 0.5rem;
	font-size: 2.25rem;
}

.header img {
	display: block;
	width: 6.25rem;
	height: 6.25rem;
	margin: 1rem auto 0 auto;
}

.marginbtm {
	margin-bottom: 1rem;
}

.marginbtm2 {
	margin-bottom: 2rem;
}

.margintop {
	margin-top: 1rem;
}

.margintop2 {
	margin-top: 2rem;
}

.margintop3 {
	margin-top: 5rem;
}

@media screen and (max-width: 39.9375em) {
	.margintop2 {
		margin-top: 1.25rem;
	}
	.marginbtm2 {
		margin-bottom: 1.25rem;
	}
	.margintop {
		margin-top: 0rem;
	}
	.marginbtm {
		margin-bottom: 0.625rem;
	}
	h4#title {
		margin-top: 0rem;
	}
	p#author {
		margin-bottom: 1.5rem;
		font-size: 0.875rem;
		line-height: 1;
	}
	p#subhead {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 1rem;
	}
}


.orbit-bullets {
  margin-top: 0.4rem;
}

.orbit-caption {
	font-size: 1.063rem;
	font-style: italic;;
	letter-spacing: 1px;
}

.border1 {
	border: 1px solid rgba(0,0,0,0.25);
}

.borderall tr td,
.borderall tr th {
	border: 1px solid #aaaaaa;
	background: none;
}
.borderall tr:nth-child(even) {
	background: none;
}
.borderall thead,
.borderall tbody,
.borderall tfoot {
	border: none;
	background: none;
}
.last-left td:last-child {
	text-align: left;
	padding: 0.5rem 0.625rem;
}

.vtop tbody tr {
	vertical-align: top;
}
.vmid tbody tr {
	vertical-align: middle;
}
table.text-center tbody th,
table.text-center tbody td {
	padding: 0.5rem 0.325rem;
}

/* image-hover test */
.image-hover-text-container {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  transition: all 0.25s linear;
  margin-bottom: 1.25rem;
}

.image-hover-image {
 display: block;
}

.image-hover-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  color: #ffffff;
  transition: opacity 0.25s linear;
}

.image-hover-text:hover {
  opacity: 1;
}

.image-hover-text-bubble {
  position: relative;
  box-sizing: border-box;
  top: 0; left: 0; right: 100%;
  height: 100%;
  text-align: center;
  background: rgba(36, 71, 139, 0.8);
  border-radius: 0%;
  margin: 0 auto;
  padding: 33% 0.5rem;
  overflow: hidden;
  word-wrap: break-word;
}
.image-hover-text-bubble.two {
	padding: 27% 0.5rem;
}
.image-hover-text-bubble.three {
	padding: 23% 0.5rem;
}
.image-hover-text-bubble.four {
	padding: 17% 0.5rem;
}


.image-hover-text .image-hover-text-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  display: block;
}

@media screen and (max-width: 39.9375em) {
	h3.letterhead {
		font-size: 1.6rem;
	}
	.column, .columns {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.tablet-column {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

@media screen and (min-width: 40em) {
	.header img {
		margin-top: 0.5rem;
		margin-bottom: 1rem;
		width: 7.5rem;
		height: 7.5rem;
	}
	.inline-block-center {
	  text-align: center;
	}
	.inline-block-center div {
	  display: inline-block;
	  text-align: left;
	  margin-left: 0.313rem;
	  margin-right: 0.313rem;
	  vertical-align: top;
	}
	h3.letterhead {
		font-size: 2rem;
		margin-top: 0.875rem;
	}
	.header {
		padding-top: 0.75rem;
	}
	.tablet-column {
		padding: 0.625rem;
	}
}

/* Iphone 5 portrait view */
@media screen and (max-width: 24.938em) {
  h3.letterhead {
  	font-size: 1.5rem;
  }
  .header p {
  	font-size: 0.75rem;
  }
}

@media screen and (min-width: 64em) {
	.position-left.reveal-for-large {
		position: absolute;
	}
	.off-canvas-wrapper {
	    max-width: 62rem;
	    border-left: 1rem solid #D4AF37;
	    border-right: 1rem solid #D4AF37;
	}
	h3.letterhead {
		font-size: 2.25rem;
		margin-top: 0.750rem;
	}
}

/*
@media screen and (max-width: 63.9375em) {
	.column, .columns {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

*/

:lang(he) {
	direction: rtl !important;
	font-family: "SBL Hebrew", "Ezra SIL", Cardo;
	font-size: 1.625rem;
	line-height: 1.1;
}

:lang(he2) {
	direction: rtl;
	font-family: "SBL Hebrew", "Ezra SIL", Cardo;
	font-size: 2rem;
	line-height: 1.4; }


.dbl-underline {
	border-bottom: 3px double;
}

.strikethrough {
	text-decoration: line-through;
}

.raise-letter {
	position: relative;
    top: -0.75rem;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*width: 50%;*/
}

/* For registration form */
/*
label.course-selection-1, label.course-selection-2 {
	display: inline;
}

label.course-selection-2 {
	margin-left: 1em;
}
*/

span.payment,
span.payment-mode,
span.form-course-label {
	font-size: 0.9rem;
	font-weight: 600;
}

label.course-selection-1 > input.checkbox,
label.payment > input[type=radio],
label.payment-mode > input[type=radio] {
	margin-bottom: 0;
}

/* For registration confirmation reply */
div.registration > div {
	font-size: 0.8rem;
	text-align: left;
	line-height: 1.1;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-bottom: 0.8rem;
	line-height: 1;
}

div.registration > h3 {
	font-size: 0.8rem;
	line-height: 1.1;
}

div.registration > h4 {
	font-size: 0.8rem;
	line-height: 1.1;
}

div.registration > div > h5 {
	font-size: 0.8rem;
	line-height: 1.1;
}

/* For Course Materials */
h6.course-title {
	margin-left: 1rem;
}

ul.course-material {
	margin-left: 2.5rem;
}

span.youtube-link {
	font-size: 0.8rem;
	color: red;
}

