@charset "UTF-8";
/*!
Malabari website
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="tel"],
input[type="email"],
button {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

iframe {
  max-width: 100%;
}

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #4f5899;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Arial Narrow", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
  background-color: #3f467a;
  color: #fff;
}
button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
  outline: 3px solid rgba(79, 88, 153, 0.6);
  outline-offset: 2px;
}
button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #4f5899;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "Arial Narrow", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}
[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #4f5899;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(79, 88, 153, 0.7);
  outline: none;
}
[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #7a7a7a;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(79, 88, 153, 0.6);
  outline-offset: 2px;
}

html {
  background-color: #3c3c3c;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.2;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  color: #212121;
  font-family: "Arial Narrow", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #4f5899;
  text-decoration-skip: ink;
  transition: color 150ms ease;
}
a:hover {
  color: #3b4273;
}
a:focus {
  outline: 3px solid rgba(79, 88, 153, 0.6);
  outline-offset: 2px;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

/*@mixin button($radius) {
	border-radius: $radius;
	color: $color-base;
	margin: em(10px) auto;
	padding: em(10px);
	display: block;
	text-align: center;
	border: 1px solid $color-base;

	&:hover {text-decoration:none;}

}*/
/* =Web Fonts
----------------------------------------------- */
@font-face {
  font-family: 'notosansmalayalamui';
  src: url("_/fonts/notosansmalayalamui-regular-webfont.woff2") format("woff2"), url("_/fonts/notosansmalayalamui-regular-webfont.woff") format("woff"), url("_/fonts/notosansmalayalamui-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* =Selected Font Awesome Fonts via Fontello.com
----------------------------------------------- */
@font-face {
  font-family: 'fontello';
  src: url("_/fonts/fontello/font/fontello.eot?92235250");
  src: url("_/fonts/fontello/font/fontello.eot?92235250#iefix") format("embedded-opentype"), url("_/fonts/fontello/font/fontello.woff2?92235250") format("woff2"), url("_/fonts/fontello/font/fontello.woff?92235250") format("woff"), url("_/fonts/fontello/font/fontello.ttf?92235250") format("truetype"), url("_/fonts/fontello/font/fontello.svg?92235250#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?67709237#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cancel:before {
  content: '\e800';
}

/* '' */
.icon-cog:before {
  content: '\e801';
}

/* '' */
.icon-globe:before {
  content: '\e802';
}

/* '' */
.icon-download:before {
  content: '\e803';
}

/* '' */
.icon-volume-down:before {
  content: '\e804';
}

/* '' */
.icon-search:before {
  content: '\e805';
}

/* '' */
.icon-zoom-out:before {
  content: '\e806';
}

/* '' */
.icon-zoom-in:before {
  content: '\e807';
}

/* '' */
.icon-left-open:before {
  content: '\e808';
}

/* '' */
.icon-left-big:before {
  content: '\e809';
}

/* '' */
.icon-right-open:before {
  content: '\e80a';
}

/* '' */
.icon-right-big:before {
  content: '\e80b';
}

/* '' */
.icon-menu:before {
  content: '\f0c9';
}

/* '╔' */
.icon-list-bullet:before {
  content: '\f0ca';
}

/* '╩' */
.icon-female:before {
  content: '\f182';
}

/* '‚' */
.icon-male:before {
  content: '\f183';
}

/* 'ƒ' */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

/* =Global
----------------------------------------------- */
.english-sans {
  font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
}

.english-serif {
  font-family: "Arial Narrow", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.malabari-font,
.mal-font {
  font-family: notosansmalayalamui;
}

h1 {
  font-size: 3em;
  line-height: .9;
  color: #457426;
  font-weight: normal;
  margin: 1.2em 0 .25em;
  font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
}
@media screen and (max-width: 700px) {
  h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 1.75em;
  }
}

h2 {
  font-size: 3em;
  line-height: 1;
  margin: 1.1em 0 .3em;
  font-weight: normal;
  color: #457426;
  font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
}
@media screen and (max-width: 700px) {
  h2 {
    font-size: 1.75em;
  }
}
h2.page-title, h2.scripture-title {
  margin-top: 0;
  text-align: center;
  margin-bottom: 0.4em;
}
h2.scripture-title {
  text-transform: uppercase;
  font-size: 2.5em;
}
@media screen and (max-width: 700px) {
  h2.scripture-title {
    font-size: 1.75em;
  }
}

h3 {
  font-size: 2em;
  line-height: 1;
  margin: 1em 0 .25em;
  font-weight: normal;
  color: #457426;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 1.5em;
  }
}

h4 {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 700;
  margin: 1.3em 0 .4em;
}
@media screen and (max-width: 700px) {
  h4 {
    font-size: 1.25em;
  }
}

h5 {
  font-size: rem(20px);
  line-height: 1.2;
  font-weight: 400;
  margin: 1.25em 0 .4em;
  color: #777777;
}

h6 {
  font-size: rem(18px);
  line-height: 1.2;
  font-weight: 400;
  margin: 1.25em 0 .4em;
  color: #777777;
}

.usfm-desc {
  font-style: italic;
  font-size: .8em;
}

p {
  margin-top: .2em;
  margin-bottom: 1em;
}

.site-main ul, .site-main ol {
  margin: 0 0 .9em 1.9em;
}
.site-main ul {
  list-style: disc;
}
.site-main ul ul {
  list-style: circle;
}
.site-main ul ul ul {
  list-style-type: square;
}
.site-main ol {
  list-style: decimal;
}
.site-main ol ol {
  list-style: upper-alpha;
}
.site-main ol ol ol {
  list-style: lower-roman;
}
.site-main ol ol ol ol {
  list-style: lower-alpha;
}
.site-main li {
  margin-bottom: .5em;
}
.site-main li > ul,
.site-main li > ol {
  margin-bottom: 0;
  margin-left: 2em;
}
.site-main dt {
  font-weight: bold;
}
.site-main dd {
  margin: 0 1em 1.5em;
}

ul.plain-list {
  list-style: none;
  margin: 0 0 .9em 0;
}
ul.plain-list li {
  overflow: hidden;
  margin-bottom: 1em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 .75em;
  padding: 0 .75 0 .75em;
  /* border-left: 2px solid #b9e0a0; */
  color: #457426;
  font-style: italic;
  /* font-weight: 700; */
}

blockquote p.usfm-hanging {
  /* margin-bottom: -.3em; */
  margin-top: -.1ex;
  margin-bottom: .1ex;
  text-indent: -1em;
  padding-left: 1em;
}

.usfm-indent {
  margin-top: 2ex !important;
  margin-bottom: 1ex !important;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .8ex;
}

small {
  font-size: 70%;
  line-height: 120%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

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

th {
  font-weight: bold;
}

a {
  color: #4f5899;
}
a:hover, a:focus, a:active {
  color: #3e4577;
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: #d4ddfe;
}

::-moz-selection {
  background: #a2b5fd;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #a2b5fd;
  color: #FFF;
  text-shadow: none;
}

ins {
  background-color: #e6e62e;
  color: #FFF;
  text-decoration: none;
}

mark {
  background-color: #2281e2;
  color: #FFF;
  font-style: italic;
  font-weight: bold;
}

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

h1.no-top-margin,
h2.no-top-margin,
h3.no-top-margin,
h4.no-top-margin,
h5.no-top-margin,
h6.no-top-margin,
p.no-top-margin,
ul.no-top-margin,
ol.no-top-margin {
  margin-top: 0 !important;
}

/* =Global
----------------------------------------------- */
input:-moz-placeholder {
  color: #a9a9a9;
}

textarea:-moz-placeholder {
  color: #a9a9a9;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"] :focus,
input[type="email"] :focus,
input[type="tel"] :focus,
input[type="url"] :focus,
input[type="password"] :focus,
input[type="search"] :focus,
textarea :focus {
  color: #111;
}

/*input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}*/
textarea {
  overflow: auto;
  vertical-align: top;
  width: 98%;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.25s 0.25s ease;
  opacity: 0;
}

.searchform {
  padding: 0;
}
.searchform .search-container {
  border-radius: 4px;
  background: #FFF;
  width: 100%;
  max-width: 300px;
  position: relative;
  display: flex;
  font-size: 1.125em;
}
@media only screen and (min-width: 768px) {
  .searchform .search-container {
    font-size: 1.6em;
    max-width: 450px;
  }
}
.searchform input.main-field {
  padding: .4em .4em;
  width: 100%;
  border-top: 2px solid #457426 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #457426 !important;
  border-left: 2px solid #457426 !important;
  background: none;
  background: transparent;
  box-sizing: border-box;
  margin: 0 !important;
  border-radius: 3px 0 0 3px;
}
.searchform input.search-btn {
  background: #457426;
  border: 0;
  padding: .1em .5em 0;
  color: #FFF;
  border-radius: 0 3px 3px 0;
  font-size: 1.5em;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "fontello";
}
.searchform input.search-btn:hover {
  background: #2e4e19;
}

/* Misc from foundation ---------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hide {
  display: none;
}

.highlight {
  background: #ffff99;
}

/* Clearing */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '';
  display: table;
}

.clearfix:after,
.row:after {
  clear: both;
}

.clear {
  clear: both;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.2rem;
  margin-bottom: .5rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.2rem;
  margin-bottom: .5rem;
}

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

.centered {
  margin-left: auto;
  margin-right: auto;
}

/* =Body
----------------------------------------------- */
body {
  background: #3c3c3c;
  min-height: 100vh;
}

/* =Header
----------------------------------------------- */
.site-header {
  color: #FFF;
  margin: 0;
  background: #457426 url("_/img/header-bg-mobile.jpg") center center no-repeat;
  background-size: cover;
  text-align: right;
  /*@media
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
      // Retina-specific stuff here
  	background: $brand-color url('_/img/subtle_freckles-orange@2x.jpg') center top;
  	background-size: 198px 198px;
  }*/
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  	/*.announcement-top {
  		background: $brand-color;
  		padding-top: .4rem;
  		padding-bottom: .5rem;
  		text-align: center;
  		font-size: 1.125em;

  		.fa {
  			color: #fff;
  		}
  	}*/
}
@media only screen and (min-width: 600px) {
  .site-header {
    background: #457426 url("_/img/header-bg-desktop.jpg") center center no-repeat;
    background-size: cover;
  }
}
.site-header .header-content {
  margin: 0 auto;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .header-content::after {
  clear: both;
  content: "";
  display: block;
}
.site-header h1.site-title {
  font-size: 20px;
  line-height: 100%;
  width: 270px;
  margin: 0 1em 0 25px;
  text-align: center;
  float: left;
  padding: .6em .6em .6em;
}
.site-header h1.site-title img {
  width: 85%;
  height: auto;
  display: block;
  margin: 0 auto .5em;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .site-header h1.site-title {
    width: 220px;
    font-size: 15px;
    padding: .6em .6em .3em;
  }
  .site-header h1.site-title img {
    width: 60%;
  }
}
.site-header h1.site-title a {
  display: block;
  color: #72ca5a;
  text-decoration: none;
}
.site-header h1.site-title a:hover {
  opacity: .85;
}
.site-header h1.site-title .mal-font {
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}

/* =Menus
----------------------------------------------- */
.site-nav {
  text-align: right;
  text-transform: uppercase;
  padding: .5em 0 0;
  font-size: 1.1em;
  justify-self: end;
  flex: 1
}
@media screen and (min-width: 768px) {
  .site-nav {
    margin-right: 25px;
  }
}
.site-nav a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  padding: 10px 12px;
  line-height: 100%;
  position: relative;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-nav a:hover,
.site-nav li.selected > a {
  color: #FFF;
  background: #1a3608;
}
.site-nav .language-switcher {
  padding: .4em 1em;
  background: #457426;
  display: inline-block;
}
.site-nav .language-switcher .switcher-title {
  color: #212121;
}
@media screen and (min-width: 768px) {
  .site-nav .language-switcher {
    font-size: .8em;
    margin-top: .8em;
  }
  .site-nav .language-switcher .switcher-title {
    margin-right: .5em;
  }
  .site-nav .language-switcher ul.language-list {
    display: inline-block;
  }
  .site-nav .language-switcher ul.language-list li {
    display: inline-block;
  }
  .site-nav .language-switcher ul.language-list li a {
    text-transform: none;
    color: #e3e3db;
  }
}
.site-nav ul.nav-menu {
  display: block;
  position: relative;
  z-index: 0;
}
.site-nav ul.nav-menu li {
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  			/*

  			&.menu-item-has-children > a{
  				padding-right: .6em;
  			}

  			&.menu-item-has-children > a:after {
  				content: "\f107";
  				font-size: .813em;
  				position: relative;
  				top: -.1em;
  				right: -.2em;
  				@include fa-styles;
  				color:  #fff;
  			}

  			.no-js &:hover > ul.sub-menu, // no-js fallback
  			&.selected > ul.sub-menu  {
  				left: 0;
  				top: 95%;
  				position: absolute;
  				display: block !important;
  				z-index: 1000;
  			}

  		}

  		.no-js li ul.sub-menu li:hover > ul.sub-menu, // no-js fallback
  		li ul.sub-menu ul.sub-menu li.selected > ul.sub-menu  {
  			left:100%;
  			top: 100%;
  		}
  		*/
  		/*& ul.sub-menu {
  			display: none;
  			position: absolute;
  			z-index: 9999;
  			margin: 0;
  			padding: 0 0 1px;
  			text-align: left;
  			background: $menu-hover-bg-color;
  			width: 12em;
  			float: none;
  			//border-bottom: 1px solid lighten($gray, 30%);
  			//box-shadow: 0 2px 5px rgba(0,0,0,.35);

  			li {
  				display: block;
  				padding: 0;
  				position: relative;
  				margin: 0;


  				a {
  					display: block;
  					padding-top: 12px;
  					padding-bottom: 10px;
  					//border-top: 2px dotted #FFF;
  					//color: $menu-hover-color;
  					font-size: .8em;
  					line-height: 100%;
  					text-transform: none;
  					margin-left: 0;
  					background: $menu-hover-bg-color;
  					//font-weight: 400;




  				}

  				&:first-child a {
  			    	border-top: 0;
  			    }

  				a:hover,
  				a:focus,
  				&.selected > a {
  					background: darken($menu-hover-bg-color, 6%);
  				}
  				&.current-menu-item > a,
  				&.current-page-item > a {
  					background: darken($menu-hover-bg-color, 6%);
  				}

  				&.menu-item-has-children > a:after {
  					//color: $lime;
  				}






  				//Sub-sub
  				ul.sub-menu {
  					position: static;
  					box-shadow: none;

  					li {
  						a {
  							padding-left: 1.25em;
  						}
  					}
  				}
  			}*/
}

#menuButton {
  display: none;
}

@media screen and (max-width: 767px) {
  .site-nav {
    margin: 0;
    width: 100%;
    position: relative;
    padding-top: 0;
  }
  .site-nav #menuButton {
    display: inline-block;
    text-align: center;
  }
  .site-nav #menuButton a.menu-toggle {
    display: inline-block;
    font-size: 1.85em;
    line-height: 100%;
    padding: .35em .35em .35em .5em;
    color: #FFF;
    text-decoration: none;
    background: #23480b;
    margin: 0;
  }
  .site-nav #menuButton a.menu-toggle:hover, .site-nav #menuButton a.menu-toggle:focus, .site-nav #menuButton a.menu-toggle:active {
    background: #1a3608;
  }
  .site-nav #menuButton a.menu-toggle .fa-stack {
    /*width: 1.5em;
    height: 1.5em;*/
  }
  .site-nav #menuButton a.menu-toggle i.fa {
    line-height: 100%;
  }
  .site-nav #menuButton a.menu-toggle .icon-cancel {
    display: none;
  }
  .site-nav #menuButton a.menu-toggle .icon-menu {
    display: inline-block;
  }
  .site-nav.open #menuButton a.menu-toggle .icon-cancel {
    display: inline-block;
  }
  .site-nav.open #menuButton a.menu-toggle .icon-menu {
    display: none;
  }
  .site-nav #menus {
    position: absolute;
    top: 88%;
    right: 0;
    width: 100%;
    z-index: 10;
    text-align: left;
    background: #23480b;
    padding: 1em;
    vertical-align: top;
  }
  .site-nav #menus::after {
    clear: both;
    content: "";
    display: block;
  }
  .site-nav #menus .language-switcher {
    width: 46%;
    margin-top: 0;
    float: right;
    padding: 0;
  }
  .site-nav #menus .language-switcher .switcher-title {
    border-bottom: 1px dotted #72ca5a;
    display: block;
    padding: 8px 10px 6px 12px;
    font-weight: 700;
  }
  .site-nav #menus .language-switcher ul.language-list {
    margin: 6px 0;
  }
  .site-nav #menus .language-switcher ul.language-list li {
    display: block;
  }
  .site-nav #menus .language-switcher ul.language-list li a {
    display: block;
  }
  .site-nav #menus ul.nav-menu.main {
    margin: 0 !important;
    display: inline-block;
    width: 52%;
    padding: 0;
    position: relative;
    margin-right: 4%;
  }
  .site-nav #menus ul.nav-menu.main li {
    display: block;
    margin: 0;
    text-align: left;
    					/*ul.sub-menu {
    						box-shadow: none;
    						display: none;
    						position: static !important;
    						margin: 0;
    						padding: 0;
    						width: 100%;
    						box-shadow: none;

    						li {
    							display: block;
    							margin: 0;

    							a {
    								display: block;
    								width: auto;
    								letter-spacing: 0;
    								font-size: 20px;
    								line-height: 1;
    								padding: 12px 25px 14px 45px;
    								font-weight: 400;
    								//border-bottom: 0;
    							}

    							ul.sub-menu {
    								a { padding-left: 60px;}
    							}


    						}



    					}

    					&.selected > ul.sub-menu{
    						display: block;
    					}*/
  }
  .site-nav #menus ul.nav-menu.main li a {
    line-height: 1;
    padding: 10px 12px 10px;
    border-radius: 0;
    display: block;
    border: 0;
    width: 100%;
    margin: 0;
    display: block;
    font-weight: 400;
  }
  .site-nav #menus ul.nav-menu.main li.current-menu-item > a,
  .site-nav #menus ul.nav-menu.main li a:hover {
    background: #1a3608;
  }

  /* Hide menus when the div wrap has this class */
  #menus {
    display: none;
  }

  .open #menus {
    display: block;
  }
}
/* =Content
----------------------------------------------- */
.site-content {
  background: #FFF;
  overflow: hidden;
  padding-bottom: 2em;
}
.site-content.scripture-page {
  background: #e3e3db;
}

.site-width {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  max-width: 1100px;
}
.site-width::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 700px) {
  .site-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.standard-page-content {
  padding-top: 2em;
  padding-bottom: 2.5em;
}

/* =Search Section - (Specific form styling is in 5_typography/_forms)
----------------------------------------------- */
.search-section {
  background: #e3e3db;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2.5em;
}
.search-section .searchform .search-container {
  margin: 0 auto;
}

/* = Tan Index Table
----------------------------------------------- */
.translated-index {
  text-align: center;
}

table.index-table.tan {
  font-weight: 700;
  text-align: left;
  background: #e3e3db;
  border: 1px solid #457426;
  margin-top: .75em;
}
table.index-table.tan tr {
  border-bottom: 0;
}
table.index-table.tan th, table.index-table.tan td {
  padding: .5em;
  border-bottom: 0;
}
table.index-table.tan th {
  text-align: left;
  background: #457426;
  text-transform: uppercase;
  color: #e3e3db;
  font-size: 1.25em;
  font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
}
table.index-table.tan th.book-col {
  width: 25%;
}
table.index-table.tan td {
  border-bottom: 1px solid #457426;
}
table.index-table.tan td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table.index-table.tan td ul li {
  display: inline-block;
  margin: 0 0 .25em;
  padding: 0;
}
table.index-table.tan td ul li a {
  display: inline-block;
  text-decoration: none;
  padding: .125em .65em;
  border-right: 1px solid #cdcdbe;
}
table.index-table.tan td ul li:last-child a {
  border-right: 0;
}

/* = Reading Plan
----------------------------------------------- */
ol.reading-plan {
  border: 1px solid #dcdcda;
  list-style-position: inside;
  margin-left: 0;
}
ol.reading-plan li {
  padding: 1em .5em 0 1em;
  margin: 0;
}
ol.reading-plan li .details {
  margin-left: 1.5em;
  position: relative;
  top: -1.4em;
}
ol.reading-plan li h3 {
  font-family: "Arial Narrow", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  font-size: 1.25em;
}
ol.reading-plan li h3 a {
  text-decoration: none;
}
ol.reading-plan li h3 a:hover {
  text-decoration: underline;
}
ol.reading-plan li p.media {
  font-style: italic;
  margin: 0;
}
ol.reading-plan li:nth-child(odd) {
  background: #f3f7f2;
}

.full-downloads {
  margin-top: 2em;
}

/* =Scripture Page
----------------------------------------------- */
.scripture-page .scripture-tools {
  text-align: center;
  font-size: 1.75em;
}
.scripture-page .scripture-tools a {
  color: #457426;
  display: inline-block;
  margin: 0 2px;
}
.scripture-page .scripture-tools a:hover {
  color: #33551c;
}
.scripture-page .passage {
  margin-top: 1.5em;
}
.scripture-page .passage .inspired {
  position: relative;
  background: #FFF;
  padding: 2.5em 1.25em;
  border: 3px solid #72ca5a;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.scripture-page .passage .inspired sup.label {
  color: #2281e2;
}
.scripture-page .passage .inspired:before {
  content: '';
  display: block;
  height: 60px;
  width: 60px;
  background: url("_/img/corner.svg") no-repeat;
  position: absolute;
  background-size: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 700px) {
  .scripture-page .passage .inspired:before {
    height: 45px;
    width: 45px;
  }
}
.scripture-page .passage .inspired:after {
  content: '';
  display: block;
  height: 60px;
  width: 60px;
  background: url("_/img/corner.svg") no-repeat;
  position: absolute;
  background-size: 100%;
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
@media only screen and (max-width: 700px) {
  .scripture-page .passage .inspired:after {
    height: 45px;
    width: 45px;
  }
}
.scripture-page .passage .inspired .scripture-section:before {
  content: '';
  display: block;
  height: 60px;
  width: 60px;
  background: url("_/img/corner.svg") no-repeat;
  position: absolute;
  background-size: 100%;
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
@media only screen and (max-width: 700px) {
  .scripture-page .passage .inspired .scripture-section:before {
    height: 45px;
    width: 45px;
  }
}
.scripture-page .passage .inspired .scripture-section:after {
  content: '';
  display: block;
  height: 60px;
  width: 60px;
  background: url("_/img/corner.svg") no-repeat;
  position: absolute;
  background-size: 100%;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
@media only screen and (max-width: 700px) {
  .scripture-page .passage .inspired .scripture-section:after {
    height: 45px;
    width: 45px;
  }
}
.scripture-page .passage .footnotes {
  padding: 1em 1.25em;
  font-size: .9em;
}

/* =Media
----------------------------------------------- */
a:hover img {
  opacity: .85;
}

/* =Footer
----------------------------------------------- */
.site-footer {
  background: #3c3c3c;
  padding-top: 2em;
  padding-bottom: 2em;
}
.site-footer .footer-menus::after {
  clear: both;
  content: "";
  display: block;
}
.site-footer .footer-menus a {
  color: #FFF;
  text-decoration: none;
  padding: 10px 12px 10px;
}
.site-footer .footer-menus a a:hover {
  opacity: .8;
}
.site-footer .footer-menus ul.footer-menu {
  margin: 0 !important;
  display: inline-block;
  width: 48%;
  padding: 0;
  position: relative;
  float: left;
}
.site-footer .footer-menus ul.footer-menu li {
  display: block;
  margin: 0;
  text-align: left;
}
.site-footer .footer-menus ul.footer-menu li a {
  line-height: 1;
  display: block;
  width: 100%;
  margin: 0;
  display: block;
  text-transform: uppercase;
}
.site-footer .footer-menus ul.footer-menu li a:hover {
  background: #282828;
}
.site-footer .footer-menus .language-switcher {
  width: 48%;
  margin-top: 0;
  float: right;
  padding: 6px 0 0;
  background: #282b27;
  font-weight: 700;
}
.site-footer .footer-menus .language-switcher .switcher-title {
  color: #65b34d;
  text-transform: uppercase;
  padding: 10px 12px 10px;
}
.site-footer .footer-menus .language-switcher ul.language-list {
  margin: 6px 0;
}
.site-footer .footer-menus .language-switcher ul.language-list li {
  display: block;
}
.site-footer .footer-menus .language-switcher ul.language-list li a {
  display: block;
}
.site-footer .footer-menus .language-switcher ul.language-list li a:hover {
  background: #212121;
}

/* =Fancybox - special styling and override default styles
----------------------------------------------- */
/* =Responsive
----------------------------------------------- */
@media only screen and (max-width: 900px) {
  body {
    font-size: 16px;
  }
}
/*@media only screen and (max-width: 770px) {
	body {
		font-size: 15px;
		//line-height: 19px;
	}
}*/
/* =Print
----------------------------------------------- */
@media print {
  body {
    font-size: 12pt;
    line-height: 1;
  }

  /*.primary,
  .secondary  {
  	width: 100%;
  	float: none;
  }*/
}

/*# sourceMappingURL=style.css.map */
