@font-face {
  font-family: Samaritan;
  src: url("/assets/fonts/Samaritan.otf");
  font-display: swap;
}
@font-face {
  font-family: AramaicSerto;
  src: url("/assets/fonts/AramaicSerto.ttf");
}
@font-face {
  font-family: Proxima;
  src: url("/assets/fonts/proximaReg.woff");
  font-display: swap;
}
@font-face {
  font-family: blbHebrew;
  src: url("/assets/fonts/SBL_Hebrew.ttf");
  font-display: swap;
}
@font-face {
  font-family: blbGentium;
  src: url("/assets/fonts/GentiumPlus-R.woff");
  font-display: swap;
}
@font-face {
  font-family: "URWEgyptienneTMedRegular";
  src: url("/assets/fonts/e046014t-webfont.eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "URWEgyptienneTMedRegular";
  src: url("/assets/fonts/e046014t-webfont.woff") format("woff"), url("/assets/fonts/e046014t-webfont.ttf") format("truetype"), url("/assets/fonts/e046014t-webfont.svg#webfontH1BQkWHE") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AndaleMonoRegular";
  src: url("/assets/fonts/andalemono-webfont.eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AndaleMonoRegular";
  src: url("/assets/fonts/andalemono-webfont.woff") format("woff"), url("/assets/fonts/andalemono-webfont.ttf") format("truetype"), url("/assets/fonts/andalemono-webfont.svg#webfont4Qd1s3Ey") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "socialico";
  src: url("/assets/fonts/socialico-webfont.eot");
  src: url("/assets/fonts/socialico-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/socialico-webfont.woff") format("woff"), url("/assets/fonts/socialico-webfont.ttf") format("truetype"), url("/assets/fonts/socialico-webfont.svg#socialicoregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "socialico_plusregular";
  src: url("/assets/fonts/socialico_plus-webfont.eot");
  src: url("/assets/fonts/socialico_plus-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/socialico_plus-webfont.woff2") format("woff2"), url("/assets/fonts/socialico_plus-webfont.woff") format("woff"), url("/assets/fonts/socialico_plus-webfont.ttf") format("truetype"), url("/assets/fonts/socialico_plus-webfont.svg#socialico_plusregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.socialico {
  font-family: "socialico";
}

.socialico_plus {
  font-family: "socialico_plusregular";
}

.fa {
  font-family: FontAwesome !important;
}

.back-link a {
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  display: block;
  border: unset;
  text-align: center;
  width: 60vw;
  background-color: #DCECFF;
  border-radius: 6px;
  padding: 12px 15px;
  margin: 10px auto;
  transition: 0.25s ease-in-out;
}
.back-link a.back-link-bold {
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}
.back-link a:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #91A6C3;
}

div#about {
  column-count: auto;
  column-gap: 1em;
  column-width: 640px;
  padding: 1rem 2rem;
}
div#about > div {
  border-radius: 5px;
  margin: 10px 15px;
  border: 1px solid #cbd8fb;
  margin-bottom: 2em;
  padding: 10px 20px;
  break-inside: avoid;
}

p.history-body {
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  padding: 0 25px;
  margin: 15px 0 10px 0;
}
p.history-body b {
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}
p.history-body a {
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}

p.history-body.last-para {
  margin-bottom: 35px;
}

img.blb-logo {
  display: block;
  margin: 40px auto 30px auto;
  max-width: 300px;
}

img.history-screenshot {
  display: block;
  margin: 40px auto 30px auto;
  border: 2px solid #E6E6E6;
  transition: ease-in-out 0.25s;
  border-radius: 6px;
  box-shadow: 0px 0px 5px rgba(186, 205, 235, 0.45);
}
img.history-screenshot.noborder {
  border: none;
}
img.history-screenshot.noshadow {
  box-shadow: none;
}
img.history-screenshot.max500 {
  max-width: 500px;
}
img.history-screenshot.marBot50 {
  margin-bottom: 50px;
}

a.outside-btn {
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  display: inline-block;
  border: unset;
  background-color: #DCECFF;
  border-radius: 6px;
  padding: 12px 15px;
  margin-bottom: 10px;
  margin-right: 0;
  transition: 0.25s ease-in-out;
}
a.outside-btn svg * {
  fill: #516D94;
  transition: 0.25s ease-in-out;
}
@media print, screen and (max-width: 39.99875em) {
  a.outside-btn {
    display: block;
    margin: 10px auto;
  }
}
a.outside-btn:hover {
  text-decoration: none;
  color: #fff;
  border: unset;
  background-color: #91A6C3;
}
a.outside-btn:hover svg * {
  fill: #fff;
}
a.outside-btn .outside-btn_icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  fill: rgb(81, 109, 148);
}
a.outside-btn .outside-btn_icon-horiz {
  width: 25px;
  height: 18px;
  margin-right: 5px;
  fill: rgb(81, 109, 148);
}
a.outside-btn .outside-btn_icon-arrow {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 2px;
}

a.outside-btn-semibold {
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 600;
}

div.blb-icon-container {
  width: 40px;
  margin: 0 auto;
}

img.blb-icon {
  width: 40px;
}

h2.history-headline {
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  font-size: 1.8em;
  padding: 20px 20px 30px 20px;
  margin: 0 auto;
  margin-top: -20px;
  color: #1A3A69;
  line-height: 1.2;
  max-width: unset;
}

.donate-block {
  border-style: solid;
  border-width: 2px;
  border-image: linear-gradient(to left, rgb(255, 255, 255) 1%, rgb(194, 208, 231) 50%, rgb(255, 255, 255) 100%) 100% 0 100% 0/2px 0 2px 0 stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 660px;
  margin: 0 auto;
}
.donate-block a.outside-btn {
  margin: 0;
}

h3.history-title {
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.1;
  color: #516D94;
  margin: 20px;
}
h3.history-title a.history-link {
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
@media print, screen and (max-width: 39.99875em) {
  h3.history-title {
    font-size: 1.25em;
  }
}
h3.history-title::after {
  background: none repeat scroll 0 0 #B9C9DA;
  bottom: -10px;
  content: "";
  display: block;
  margin: 0 auto;
  height: 3px;
  position: relative;
  width: 50px;
  margin-bottom: 25px;
}

h4.history-subtitle {
  font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  margin: 15px auto;
  font-size: 1.1em;
  line-height: 1.2;
  color: #39547f;
  padding: 0 25px;
  margin: 15px 0 10px 0;
}

@media print, screen and (max-width: 39.99875em) {
  body:not(.viewport) div.bodyColumns {
    margin-top: 0;
  }
  body:not(.viewport) div#about {
    padding-top: 0;
  }
  body:not(.viewport) h2.history-headline {
    font-size: 1.25em;
  }
  body:not(.viewport) h4.history-subtitle {
    text-align: center;
  }
  body:not(.viewport) p.history-body {
    padding: 0;
  }
  body:not(.viewport) ul.marketing-list li {
    text-align: left;
  }
  body:not(.viewport) ol.marketing-ordered-list li {
    text-align: left;
  }
  body:not(.viewport) img {
    width: 100%;
  }
  body:not(.viewport) img.blb-logo {
    max-width: 200px;
  }
}