@font-face { font-family: SBLHebrew; src: url(/fonts/SBLHebrew.ttf); unicode-range: U+0590-05FF; }
@font-face { font-family: SBLGreek; src: url(/fonts/SBLGreek.ttf); unicode-range: U+370-03FF, U+1F00-1FFF; }
@font-face { font-family: NotoSans; src: url(/fonts/NotoSans-Regular.ttf); }
@font-face { font-family: NotoSans; font-weight: bold; src: url(/fonts/NotoSans-Bold.ttf); }
@font-face { font-family: NotoSans; font-style: italic; src: url(/fonts/NotoSans-Italic.ttf); }
@font-face { font-family: NotoSans; font-weight: bold; font-style: italic; src: url(/fonts/NotoSans-BoldItalic.ttf); }

/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/

html {
	font-family: serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}

summary {
	display: list-item;
	cursor: pointer;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	/*font-style: italic;*/
	font-style: normal;
	font-weight: bold;
}

mark {
	background: #ff0;
	/*color: #000;*/
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0 0 1em 0;
	padding: 10px;
	text-align: center;
}

figcaption {
	margin-top: 1em;
	text-align: center;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

form {
	margin: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
}

fieldset>p {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

html,
body,
button,
input,
select,
textarea {
	font-family: SBLHebrew, SBLGreek, NotoSans, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.5;
	margin: 0 0 .5em 0;
}

h1 {
	text-align: center;
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

blockquote {
	margin: 1em 1.5em;
}

figure {
	font-size: 14px;
}

ol.outline {
	list-style-type: upper-roman;
}

ol.outline ol {
	list-style-type: upper-alpha;
}

ol.outline ol ol {
	list-style-type: decimal;
}

ol.outline ol ol ol {
	list-style-type: lower-alpha;
}

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

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;	/* Fallback for when there is no custom background color defined. */
	word-wrap: break-word;
}

main {
	width: 100%;
	margin: 0 auto;
}

footer {
	margin-bottom: 64px;
	padding: 20px;
	border-top: 1px solid #dcdcdc;
	text-align: center;
}

address {
	font-style: normal;
}

img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #111;
	border: 0;
	height: 1px;
	margin: 1em 0;
}

ul,
ol {
	padding-left: 1.5em;
	margin-bottom: 1em;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: .5em;
}

li {
	margin-bottom: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th,
td {
	padding: 4px;
}

caption,
th,
td {
	text-align: left;
}

caption {
	margin: 1em 0;
}

th {
	font-weight: bold;
}

a
/*a:visited,
a:hover,
a:focus,
a:active*/ {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

label {
	font-size: .9em;
}

.tableBorders {
	border: 1px solid black;
}

.tableBorders th,
.tableBorders td {
	border: 1px solid black;
}

.tableCellAlignTop th,
.tableCellAlignTop td {
	vertical-align: top;
}

.displayInlineBlock {
	display: inline-block !important;
}

.floatLeft {
	display: inline;
	float: left;
	margin: 0 1em 0 0;
}

.floatRight {
	display: inline;
	float: right;
	margin: 0 0 0 1em;
}

.floatCenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.alignCenter {
	text-align: center !important;
}

.margin0 {
	margin: 0 !important;
}

.mt-1em {
	margin-top: 1em;
}

.mb-1em {
	margin-bottom: 1em;
}

.fullWidth {
	width: 100% !important;
}

.width100px {
	width: 100px !important;
}

.univisium {
	aspect-ratio: 2 / 1;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
	display: inline-block;
	background: transparent;
	color: #000 !important;
	font-weight: bold;
	border: 1px solid #111;
	border-radius: 8px;
	margin: .5em 0;
	padding: .5em 1em;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 8px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #111;
	color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #111;
	color: #fff;
}

.btn,
.btn:visited,
.btn:active {
	color: #000;
	text-decoration: none;
}
.btn:focus,
.btn:hover {
	background: #111;
	color: #fff !important;
}

.btn.btn-black {
	border: none;
	background: #000;
	color: #fff !important;
}

.btn.btn-blue {
	border: none;
	background: #0080ff;
	color: #fff !important;
}

.btn.btn-yellow {
	border: none;
	background: #ffcc00;
	color: #000 !important;
}

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
	border: 1px solid #111;
	padding: .5em;
	margin-bottom: .5em;
	border-radius: 8px;
	-webkit-appearance: none;
	-webkit-border-radius: 8px;
}

input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus {
	border-style: solid;
	color: #111;
}

/*--------------------------------------------------------------
Screen
--------------------------------------------------------------*/

@media (min-width: 768px) {
	html,
	body,
	button,
	input,
	select,
	textarea {
		font-size: 20px;
	}
	figure {
		font-size: 16px;
	}
}

@media (min-width: 960px) {}

/*--------------------------------------------------------------
Print
--------------------------------------------------------------*/

@media print {
	h1, h2, h3, h4, h5 {
		page-break-after: avoid;
	}
	table, figure {
		page-break-inside: avoid;
	}
	footer {
		display: none;
	}
}