@charset "UTF-8";
/*
RESET CSS
*/
@import url("https://web-archive.nli.org.il/National_Library/cs_/https://use.typekit.net/uek2qhh.css");
footer,
body {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem; }

* {
  margin: 0;
  padding: 0; }

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

html {
  box-sizing: border-box;
  font-size: 62.5%; }

p,
a {
  color: #000;
  font-size: 2rem;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal; }

.ml-auto {
  margin-left: auto !important; }

main {
  opacity: 0;
  transition: 0.3s opacity ease; }

main,
footer {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal; }

main p,
footer p {
  color: #404040 !important;
  font-size: 2rem;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  line-height: 1.4; }

main img,
footer img {
  max-width: 100%;
  height: auto;
  display: block; }

main a,
footer a {
  font-size: 2rem;
  color: #404040 !important;
  text-decoration: underline;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400; }

main a:hover,
footer a:hover {
  color: #404040;
  text-decoration: none; }

main a h1,
main a h2,
main a h3,
main a h4,
main a h5,
main a h6,
footer a h1,
footer a h2,
footer a h3,
footer a h4,
footer a h5,
footer a h6 {
  color: #005790; }

main a h1:hover,
main a h2:hover,
main a h3:hover,
main a h4:hover,
main a h5:hover,
main a h6:hover,
footer a h1:hover,
footer a h2:hover,
footer a h3:hover,
footer a h4:hover,
footer a h5:hover,
footer a h6:hover {
  color: #005790;
  text-decoration: underline; }

a:link,
a:visited {
  text-decoration: none; }

.body-section {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  padding: 60px 0; }

.body-section--inner {
  padding: 20px 40px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.body-section--inner.thin-section {
  max-width: 750px; }

@media (max-width: 920px) {
  .body-section {
    padding: 20px 0 !important; } }

.button-section {
  text-align: center;
  margin: 30px 0; }

#header-search-bar {
  z-index: 13;
  display: flex;
  align-items: center; }

@media (max-width: 920px) {
  #header-search-bar {
    justify-content: center; } }

#fixed-nav .flex-container {
  flex-wrap: wrap; }

.search-form {
  display: flex;
  align-items: center;
  position: relative; }

input[type="search"] {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  font-weight: 500;
  padding: 13px 20px; }

.search_entry {
  width: 100%;
  padding-left: 10px;
  height: 54px;
  -webkit-appearance: none;
  border: 2px solid #707070;
  border-radius: 5px; }

#header-search-bar input[type="submit"],
#search-bar input[type="submit"] {
  background: url(/National_Library/oe_/https://hfnj.org/wp-content/themes/HFNJ%20Theme/img/search-icon.png) 0 0 no-repeat;
  border: 0 none;
  /* height: 1.5em; */
  line-height: 1.5em;
  margin: 0;
  padding: 3px 0;
  text-indent: 100px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: inline-block;
  float: right;
  cursor: pointer;
  height: 22px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 24px; }

#navigation {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 40px;
  padding-left: 10px; }

.logged-in #fixed-nav {
  margin-top: 32px !important; }

#fixed-nav {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  height: 115px;
  transition: 0.2s background-color ease; }

@media (max-width: 920px) {
  #fixed-nav {
    border-bottom: none;
    height: 75px; } }

#fixed-nav .flex-container {
  justify-content: initial !important;
  height: 100%; }

@media (max-width: 920px) {
  #fixed-nav .flex-container {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0; } }

#fixed-nav .flex-container .twocol {
  display: flex;
  align-items: center;
  height: 100% !important;
  padding: 16px; }

#fixed-nav .flex-container .twocol svg {
  display: block;
  width: 100%;
  max-width: 171px; }

#fixed-nav .flex-container .twocol a {
  display: block; }

@media (max-width: 920px) {
  #fixed-nav .flex-container .twocol {
    position: relative;
    height: auto;
    padding: 2rem !important;
    width: 100%;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23); } }

header img {
  display: block;
  transition: 0.2s all ease;
  max-width: 26.5rem;
  width: 100%;
  display: block; }

@media (max-width: 920px) {
  header img {
    max-width: 20.2rem;
    position: relative;
	  padding: 5px;
    z-index: 1; } }

@media (max-width: 37.5em) {
  header img {
    max-width: 100%; } }

#backdrop {
  display: none;
  position: fixed;
  top: 105px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.2s all ease; }

@media (max-width: 920px) {
  #backdrop.open {
    display: block;
    opacity: 1; } }

#navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

@media (max-width: 920px) {
  #navigation {
    padding: 0;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 75px;
    height: 100vh;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.23); }
  #navigation a {
    margin-left: 40px !important; }
  #navigation a.button {
    margin: 0;
    margin-left: 0 !important;
    padding: 14px 2px; }
  #navigation a.button:not(:last-child) {
    margin-bottom: 20px; }
  #navigation .top-nav {
    display: none; }
  #navigation .top-nav-mobile {
    display: flex;
    position: relative;
    flex-direction: column;
    order: 5;
    padding: 0 30px 40px; }
  #navigation .top-nav-mobile li {
    padding: 0 30px; }
  #navigation .top-nav-mobile a {
    width: 100%;
    text-align: center; } }

#nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1; }

@media (max-width: 920px) {
  #nav {
    display: block;
    height: 100%;
    margin-left: 0;
    background: #fff;
    margin-right: 0;
    align-items: flex-start;
    justify-content: flex-start; } }

#nav > li {
  position: relative;
  padding: 0 17px;
  color: #005790; }

@media (max-width: 920px) {
  #nav > li {
    height: initial !important;
    border-bottom: 2px solid #ececec; }
  #nav > li:first-of-type {
    border-top: 2px solid #ececec; }
  #nav > li a {
    color: #005790;
    text-decoration: none !important; } }

#nav > li.menu-item-has-children {
  transition: 0.2s all ease;
 }

#nav > li.menu-item-has-children > a {
  position: relative;
  color: #005790 !important; }

#nav > li.menu-item-has-children > a:hover {
  color: #08a0db; }

#nav > li.menu-item-has-children.open {
  background: #f5f8f7; }

#nav > li.menu-item-has-children.open > a {
  color: #08a0db !important; }

@media (max-width: 920px) {
  #nav > li {
    padding: 0 !important; } }

#nav li {
  display: flex;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

#nav li:not(.menu-item-has-children) a:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  background-color: #000;
  height: 2px;
  top: 100%;
  transition: 0.5s all ease; }

@media (max-width: 920px) {
  #nav li {
    width: 100% !important;
    align-items: flex-start; } }

#nav a {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 700;
  letter-spacing: 0px;
  color: #005790;
  position: relative; }

@media (max-width: 920px) {
  #nav a {
    padding: 1.3rem 0;
	  width: 100%;
    font-size: 1.8rem; } }

.nav-menu {
  display: flex; }

.nav-menu ul {
  display: flex; }

#nav-wrapper {
  transition: 0.2s all ease; }

#nav-wrapper.open {
  background: #fff; }

#mobile-nav {
  display: none;
  cursor: pointer;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%); }

@media (max-width: 920px) {
  #mobile-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px; } }

.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 1.8rem;
  height: 2px;
  background-color: #011340;
  border-radius: 5px;
  display: inline-block;
  transition: 0.2s all;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out; }

.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0; }

.navigation__icon::before {
  top: -0.5rem; }

.navigation__icon::after {
  top: 0.5rem; }

.open .navigation__icon {
  background-color: transparent !important; }

.open .navigation__icon:before {
  top: 0;
  background-color: #000;
  transform: rotate(135deg); }

.open .navigation__icon:after {
  top: 0;
  background-color: #000;
  transform: rotate(-135deg); }

.header-social {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

@media (max-width: 920px) {
  .header-social {
    visibility: hidden;
    display: none; } }

header .facebook_button {
  display: block; }

header .facebook_button:hover path {
  fill: #536669; }

.top-navigation {
  align-items: center;
  padding: 20px 0; }

.top-navigation > div {
  padding: 5px; }

@media (max-width: 920px) {
  .top-navigation {
    display: none !important; } }

.menu-item-has-children:hover a::after {
  opacity: 1; }

.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1; }

#nav .sub-menu li{
	margin: 10px 0;
}

@media (max-width: 920px) {
	#nav li{
		margin: 0;
		width: max-content;
	}
  #nav .sub-menu a {
    font-size: 1.8rem;
    font-weight: 400;
	  padding: 0;
    margin-left: 20px !important;
    color: #404040; } }

@media (max-width: 920px) {
  li.open {
    background: #fafafa !important; }
  .opened > .sub-menu {
    border-top: 2px solid #707070;
    display: block;
    max-height: 0;
    overflow: hidden; } }

.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 1;
  border-radius: 2px;
  min-width: 200px;
  transition: 0.2s opacity ease;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  padding: 15px; }

@media (max-width: 920px) {
  .sub-menu {
    padding-top: 0 !important;
    visibility: visible;
    position: relative;
    box-shadow: none;
    max-width: initial;
    z-index: 1;
    opacity: 1;
    top: 0;
    display: none;
    border: none;
    overflow: hidden;
    background: #fafafa !important;
    width: 100%; } }

@media (max-width: 920px) {
  #nav .sub-menu a {
    margin-left: 25px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: block; } }

.top-navigation-mobile {
  display: none !important; }

@media (max-width: 920px) {
  .top-navigation-mobile {
    display: block !important;
    align-items: center;
    padding-top: 20px !important; } }

#nav {
  padding-top: 10px; }

#nav > li {
  position: relative;
  height: 100%; }

#nav li:hover > a,
#nav .current-menu-item > a,
#nav .current-menu-parent > a,
#nav .current_page_item > a {
  color: #08a0db;
  text-decoration: underline !important; }

@media (max-width: 920px) {
  #nav li:hover > a,
  #nav .current-menu-item > a,
  #nav .current-menu-parent > a,
  #nav .current_page_item > a {
    color: #005790 !important; }
  #nav li:hover a.button,
  #nav .current-menu-item a.button,
  #nav .current-menu-parent a.button,
  #nav .current_page_item a.button {
    color: #fff !important; } }

.home .logo {
  width: 252px; }

.scrolled .logo {
  width: 252px; }

.logo {
  width: 252px;
  padding: 15px;
  transition: 0.5s all ease; }

@media (max-width: 920px) {
  .logo {
    padding: 0; } }

.mobile-phone-link {
  display: none !important; }

@media (max-width: 920px) {
  .mobile-phone-link {
    display: block !important;
    width: 28px;
    height: 31px;
    background-size: cover;
    position: absolute;
    right: 9.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 28px; }
  .mobile-phone-link a {
    display: block !important;
    width: 100% !important;
    height: 100%;
    padding: 0 !important; } }

.header-buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.header-buttons a.button {
  height: 31px !important;
  padding: 5px 10px !important;
  font-size: 1.6rem;
  margin-bottom: 0; }

.header-buttons a.button:not(:last-child) {
  margin-right: 9px; }

.header-buttons.mobile {
  display: none; }

.header-buttons.mobile a.button {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 280px;
  display: flex;
  justify-content: center; }

@media (max-width: 920px) {
  .header-buttons.mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 20px 30px; } }

@media (max-width: 920px) {
  .header-buttons {
    display: none; } }

#big-video {
  position: relative;
  background: #fff;
  border: 20px solid #fff; }

@media (max-width: 920px) {
  #big-video {
    border: 10px solid #fff; } }

.video {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

video {
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  transition: 0.2s opacity ease; }

#big-video .video-element {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%; }

.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 75%; }

.flex-container {
  display: flex;
  width: 100%;
  justify-content: space-between !important; }

@media (max-width: 920px) {
  .flex-container.mobile-wrap {
    flex-wrap: wrap; } }

@media (max-width: 920px) {
  .flex-container.mobile-wrap .third:not(:last-child) {
    margin-bottom: 2rem; } }

@media (max-width: 920px) {
  .flex-container.mobile-wrap .half:not(:last-child) {
    margin-bottom: 2rem; } }

@media (max-width: 37.5em) {
  .flex-container.phone-wrap {
    flex-wrap: wrap; } }

.wrap {
  flex-wrap: wrap;
  justify-content: flex-start; }

.two-thirds {
  width: calc(66.6666667% - 2rem); }

@media (max-width: 920px) {
  .two-thirds {
    width: 100%; } }

.third {
  width: calc(33.3333% - 2rem); }

@media (max-width: 920px) {
  .third {
    width: 100%;
    padding: 1rem 0 !important; } }

.half {
  width: calc(50% - 2rem); }

@media (max-width: 920px) {
  .half {
    width: 100%; } }

.quarter {
  width: calc(25% - 2rem); }

@media (max-width: 920px) {
  .quarter {
    width: 100%;
    padding: 1rem 0 !important; } }

@media (max-width: 37.5em) {
  .quarter {
    width: 100%; } }

.middle {
  padding: 0 1rem; }

.tight-grid {
  display: grid; }

.tight-grid.two {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 80px; }

@media (max-width: 920px) {
  .tight-grid.two {
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 30px; } }

.tight-grid.three {
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2px;
  column-gap: 2px;
  row-gap: 2px; }

@media (max-width: 920px) {
  .tight-grid.three {
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 10px; } }

@media (max-width: 37.5em) {
  .tight-grid.three {
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 10px; } }

.tight-grid.four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px; }

@media (max-width: 920px) {
  .tight-grid.four {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px; } }

@media (max-width: 37.5em) {
  .tight-grid.four {
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 30px; } }

.tight-grid.five {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px; }

@media (max-width: 920px) {
  .tight-grid.five {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px; } }

@media (max-width: 37.5em) {
  .tight-grid.five {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px; } }

.tight-grid.six {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px; }

@media (max-width: 920px) {
  .tight-grid.six {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px; } }

@media (max-width: 37.5em) {
  .tight-grid.six {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px; } }

.grid {
  display: grid; }

.grid.two {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 80px; }

@media (max-width: 920px) {
  .grid.two {
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 30px; } }

.alm-reveal,
.alm-listing,
.grid.three {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px; }

@media (max-width: 920px) {
	.alm-reveal,
.alm-listing,
  .grid.three {
    grid-template-columns: 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px; } }

@media (max-width: 37.5em) {
	.alm-reveal,
.alm-listing,
  .grid.three {
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 30px; } }

.grid.four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px; }

@media (max-width: 920px) {
  .grid.four {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px; } }

@media (max-width: 37.5em) {
  .grid.four {
    grid-template-columns: 1fr;
    -moz-column-gap: 0px;
    column-gap: 0px;
    row-gap: 30px; } }

.grid.five {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px; }

@media (max-width: 920px) {
  .grid.five {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px; } }

@media (max-width: 37.5em) {
  .grid.five {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px; } }

.grid.six {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px; }

@media (max-width: 920px) {
  .grid.six {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px; } }

@media (max-width: 37.5em) {
  .grid.six {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px; } }

.center img {
  display: block;
  margin: 0 auto; }

footer {
  border-top: 2px solid #08a0db; }

footer .footer-content {
  padding: 77px 100px; }

footer .footer-content .social-footer {
  display: flex;
  flex-direction: column; }

@media (max-width: 920px) {
  footer .footer-content .social-footer {
    justify-content: center; } }

footer .footer-content .social-links {
  display: flex;
  align-items: center; }

footer .footer-content .social-links a {
  width: 100%; }

@media (max-width: 920px) {
  footer .footer-content .social-links {
    margin-left: 0; } }

footer .footer-content .social-links .social-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 10px; }

footer .footer-content .social-links svg {
  width: 100%;
  height: auto; }

footer .footer-content .social-links svg path {
  fill: #005790; }

@media (max-width: 920px) {
  footer .footer-content {
    height: auto;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
  footer .footer-content .half:last-child {
    margin-bottom: 15px; } }

footer .footer-content .half {
  min-height: 664px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 80px;
  width: 50% !important; }

footer .footer-content .half:first-child {
  background: #f5f8f7; }

footer .footer-content .half:last-child {
  background: #005790; }

footer .footer-content .half h2 {
  margin-bottom: 50px; }

footer .footer-content .half img {
  display: block;
  width: 100px;
  height: 100px; }

footer .footer-content .half p {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 40px; }

footer .footer-content .half p .button {
  margin-left: 15px;
  margin-bottom: 0; }

@media (max-width: 920px) {
  footer .footer-content .half {
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: 40px;
    min-height: initial; }
  footer .footer-content .half h2 {
    margin-bottom: 23px; }
  footer .footer-content .half img {
    width: 0px;
    height: 0px; }
  footer .footer-content .half p {
    margin-bottom: 10px; }
  footer .footer-content .half p .button {
    margin-left: 0; } }

footer .footer-inner {
  width: 100%; }

@media (max-width: 920px) {
  footer .footer-inner {
    width: 100%; } }

footer h4 {
  font-size: 1.6rem; }

footer .bottom-footer {
  background: #005790;
  padding: 40px; }

footer .bottom-footer p,
footer .bottom-footer a {
  font-size: 1.4rem !important; }

@media (max-width: 920px) {
  footer .bottom-footer {
    padding: 30px 40px; } }

footer .flex-end {
  display: flex;
  justify-content: flex-end; }

@media (max-width: 920px) {
  footer .flex-end {
    justify-content: flex-start; } }

.page-title {
  text-align: center;
  padding: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e0f3ff; }

@media (max-width: 920px) {
  .page-title {
    padding: 30px 0px; } }

.content-section--inner {
  padding: 100px;
  max-width: 1166px;
  margin: 0 auto; }

@media (max-width: 920px) {
  .content-section--inner {
    padding: 30px; } }

.text-margin > *:not(:last-child) {
  margin-bottom: 9px; }

.full-image-container img {
  display: block;
  width: 100%;
  max-width: initial; }

.title-wrapper {
  padding: 0 100px; }

@media (max-width: 920px) {
  .title-wrapper {
    padding: 0 30px; } }

.post-title {
  text-align: center;
  border-bottom: 2px solid #c7c7c7;
  padding: 80px 20px; }

@media (max-width: 920px) {
  .post-title {
    padding: 40px 40px; } }

.page-title,
.content-section,
.block--inner {
  background-size: cover !important; }

.block--inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.block--inner .block-content-inner {
  max-width: 600px;
  padding: 100px; }

@media (max-width: 920px) {
  .block--inner .block-content-inner {
    padding: 30px; } }

.content-inner .button:last-child {
  margin-bottom: 0 !important; }

.opened-header h4 {
  padding-bottom: 0; }

.thumbnail-container {
  position: relative;
  display: block; }

.thumbnail-container .hover-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s all ease;
  opacity: 0; }

.post-content:hover .hover-thumbnail {
  opacity: 1; }

.thumb-img img {
  max-width: initial;
  width: 100%; }

#page_controls {
  display: flex; }

#page_controls .full {
  width: 100%; }

#page_controls .control-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #00255b;
  text-align: center;
  margin-bottom: 0 !important; }

#page_controls .control-button h5 {
  padding-bottom: 0;
  color: #fff; }

#page_controls .control-button a {
  width: 100%;
  display: block;
  padding: 33px;
  text-decoration: none !important; }

@media (max-width: 920px) {
  #page_controls .control-button {
    margin-bottom: 2px !important; } }

#page_controls #prev.half {
  border-right: 1px solid #fff; }

@media (max-width: 920px) {
  #page_controls #prev.half {
    border-right: none; } }

#page_controls #next.half {
  border-left: 1px solid #fff; }

@media (max-width: 920px) {
  #page_controls #next.half {
    border-left: none; } }

#page_controls .control-icon {
  width: 30px;
  height: 30px;
  border-top: 2px solid #1682c6;
  border-right: 2px solid #1682c6; }

#page_controls .prev-icon {
  transform: rotate(-135deg) translateY(50%);
  position: absolute;
  left: 5%;
  top: 50%; }

#page_controls .next-icon {
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 5%;
  top: 50%; }

@media (max-width: 920px) {
  header .flex-container {
    flex-wrap: wrap; } }

.halves-section:not(:last-child) {
  border-bottom: 2px solid #a1a9b2; }

@media (max-width: 920px) {
  .halves-section:last-child {
    padding-bottom: 0; } }


.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto; }

.section-title {
  position: relative;
  text-align: left;
  margin-bottom: 40px; }

@media (max-width: 920px) {
  .section-title {
    text-align: center; } }

.section-title .view-all {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.section-title .view-all svg {
  margin-left: 15px; }

@media (max-width: 920px) {
  .section-title .view-all {
    position: relative;
    transform: none;
    top: initial;
    margin-top: 5px; } }

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

.content-tiles .content-tile {
  padding: 20px; }

.content-tiles .content-tile--inner {
  position: relative;
  min-height: 200px;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  transition: 0.2s all ease;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  height: 100%; }

.content-tiles .content-tile--inner img {
  display: block; }

@media (max-width: 920px) {
  .content-tiles .content-tile--inner {
    margin-bottom: 0 !important; } }

.image-tiles .image-tile {
  padding: 20px; }

.image-tiles .image-tile--inner {
  position: relative;
  min-height: 200px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  transition: 0.2s all ease;
  justify-content: center;
  align-items: center; }

.image-tiles .image-tile--inner img {
  display: block; }

@media (max-width: 920px) {
  .image-tiles .image-tile--inner {
    margin-bottom: 0 !important; } }

.image-tiles .image-tile--inner:hover {
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
  border: 2px solid #00a3ca; }

.image-list .image-list-item {
  padding: 20px; }

.image-list .image-list-item--content {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }

.image-list .image-list-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000);
  opacity: 0.5; }

.image-list .image-list-item--inner {
  position: relative;
  background: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  transition: 0.2s all ease;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.image-list .image-list-item--inner .button-icon {
  width: 100%; }

.image-list .image-list-item--inner img {
  display: block;
  width: 100%;
  height: auto; }

@media (max-width: 920px) {
  .image-list .image-list-item--inner {
    margin-bottom: 0 !important; } }

.image-link {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #fff; }

.image-link svg {
  margin-left: 10px; }

.image-link.active {
  color: #00adee; }

.image-link.active svg path {
  stroke: #00adee; }

.image-link-image {
  opacity: 0;
  transition: 0.4s opacity ease; }

.image-link-image.active {
  opacity: 1; }

.image-links-wrapper {
  background: #161616;
  padding: 30px;
  display: flex;
  min-height: 429px; }

@media (max-width: 920px) {
  .image-links-wrapper {
    background: #fff;
    padding: 0; } }

.image-links-wrapper a {
  font-size: 22px; }

.image-links-wrapper .section-image-links {
  display: flex;
  flex-direction: column;
  width: 33.3333%; }

.image-links-wrapper .section-image-links .mobile-image,
.image-links-wrapper .section-image-links .mobile-title {
  display: none; }

@media (max-width: 920px) {
  .image-links-wrapper .section-image-links {
    width: 100%; }
  .image-links-wrapper .section-image-links .desktop-content {
    display: none !important; }
  .image-links-wrapper .section-image-links .mobile-image,
  .image-links-wrapper .section-image-links .mobile-title {
    display: block;
    width: 100%; }
  .image-links-wrapper .section-image-links .image-link {
    display: flex;
    flex-direction: column; }
  .image-links-wrapper .section-image-links .image-link img {
    display: block;
    width: 100%;
    height: auto; }
  .image-links-wrapper .section-image-links .image-link .mobile-title {
    background: #000;
    color: #fff !important;
    padding: 10px; } }

.image-links-wrapper .section-image-links-images {
  width: 66.66666%;
  position: relative; }

@media (max-width: 920px) {
  .image-links-wrapper .section-image-links-images {
    display: none !important; } }

.image-links-wrapper .section-image-links-images .image-link-image {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center; }

.image-links-wrapper .section-image-links-images img {
  -o-object-fit: contain;
  object-fit: contain; }

.post {
  padding: 15px; }

.post img{
	transition: 0.8s all ease;
}

.post:hover .post-thumbnail img{
	transform: scale(1.1);
}

.alm-listing,
.alm-reveal,
.posts-list {
  padding-bottom: 45px; }

.alm-listing .post-link,
.alm-reveal .post-link,
.posts-list .post-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none !important; }

.alm-listing .post-link p,
.alm-reveal .post-link p,
.posts-list .post-link p {
  color: #000 !important;
  margin-top: 22px; }

.alm-listing .post-link h5,
.alm-listing .post-link p,
.alm-reveal .post-link h5,
.alm-reveal .post-link p,
.posts-list .post-link h5,
.posts-list .post-link p {
  transition: 0.2s all ease; }

.alm-listing .post-link:hover h5,
.alm-listing .post-link:hover p,
.alm-reveal .post-link:hover h5,
.alm-reveal .post-link:hover p,
.posts-list .post-link:hover h5,
.posts-list .post-link:hover p {
  color: #005790 !important; }

@media (max-width: 920px) {
	.alm-listing .post-link,
  .alm-reveal .post-link,
  .posts-list .post-link {
    max-width: 280px;
    margin: 0 auto; }
  .alm-reveal .post-link:last-of-type,
  .posts-list .post-link:last-of-type {
    border-bottom: none;
    padding-bottom: 0; } }

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


.testimonials-title {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 60px; }

.testimonials {
  position: relative; }

.testimonial--inner {
  display: flex;
  flex-direction: column; }

.slider-count {
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 80px;
  font-weight: 700; }

.slick-arrow {
  display: block;
  background-size: cover !important;
  background-position: center !important;
  cursor: pointer;
  position: absolute;
  top: -45px;
  border-radius: 50px;
  width: 30px;
  height: 30px; }

.slick-next {
  left: 40px; }

.slick-prev {
  left: 0; }

.button-container {
  text-align: center;
  padding: 30px 0; }

.client-content {
  padding-right: 50px; }

.client-logos {
  justify-content: center;
  align-items: center; }

.client-logo {
  display: flex;
  justify-content: center;
  align-items: center; }

.client-logo:not(:last-child) {
  margin-bottom: 20px; }

.client-page .client-logo {
  padding: 30px 0; }

@media (max-width: 920px) {
  .client-page .client-logo {
    padding: 10px 0; } }

@media (max-width: 920px) {
  .event-text {
    padding-bottom: 10px; } }

.event-banner {
  padding-top: 40px;
  padding-bottom: 40px; }

.event-details--inner {
  max-width: 800px;
  justify-content: center;
  margin: 0 auto; }

.event-details--inner .event-date {
  text-align: center; }

@media (max-width: 920px) {
  .event-list {
    padding-top: 0 !important; } }

.event-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #c6c6c6;
  padding: 60px 0; }

@media (max-width: 920px) {
  .event-item {
    padding-bottom: 40px; } }

.event-item .blue-text {
  font-weight: 700;
  color: #0086e3; }

.date-month {
  text-transform: uppercase;
  margin-bottom: 20px; }

@media (max-width: 920px) {
  .date-day {
    margin-bottom: 10px; } }

.event-item .event-start-date {
  width: 20%;
  min-width: 240px;
  text-align: center; }

@media (max-width: 920px) {
  .event-item .event-start-date {
    width: 100%; } }

.event-item .event-start-date h6 {
  font-weight: 500; }

.event-item .event-start-date .date-day h1 {
  font-size: 10rem;
  color: #3056a3;
  letter-spacing: 6px; }

.event-item .event-main-content {
  flex-grow: 1; }

@media (max-width: 920px) {
  .event-item .event-main-content {
    width: 100%;
    margin-bottom: 30px; } }

.event-item .event-buttons {
  min-width: 300px; }

.event-item .event-buttons .button:not(:last-child) {
  margin-right: 10px; }

.past-events .blue {
  padding: 0 !important; }

.register-button {
  margin-top: 30px; }

@media (max-width: 920px) {
  .register-button {
    text-align: center; } }

.opened .plusmin {
  border-color: #005790; }

.opened .plusmin::after {
  transform: translateX(-50%) translateY(-1.5px) rotate(180deg); }

.hidden-text dt:hover .plusmin::after,
.hidden-text dt:hover .plusmin::before {
  background: #005790; }

.opened .plusmin::after,
.opened .plusmin::before {
  background: #005790; }

.plusmin {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  transition: 0.2s all ease;
  display: block; }

.plusmin:before {
  content: "";
  width: 80%;
  height: 3px;
  background: #005790;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: 0.2s all ease;
  padding: 1px; }

.plusmin:after {
  content: "";
  width: 80%;
  height: 3px;
  background: #005790;
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-1.5px) rotate(90deg);
  position: absolute;
  transition: 0.2s all ease;
  padding: 1px; }

.hidden-text dt {
  cursor: pointer;
  position: relative; }

.hidden-text dt h5 {
  color: #005790;
  padding-left: 20px; }

.hidden-text dt:hover h5 {
  color: #005790; }

.hidden-text dd {
  display: none;
  padding-top: 15px; }

.hidden-text {
  padding: 20px;
  border: 2px solid #cbcbcb;
  background: #fff;
  border-radius: 10px; }

.hidden-text:not(:last-child) {
  margin-bottom: 20px; }

.content-section{
	padding: 30px 0;
}

@media (max-width: 920px) {
  .content-section {
    padding: 20px !important; } }

.content-section .body-section--inner {
  width: 100%;
  padding: 20px !important; }

.content-section .body-section--inner:first-child {
  padding-top: 40px !important; }

@media (max-width: 920px) {
  .content-section .body-section--inner:first-child {
    padding-top: 20px !important; } }

.content-section .body-section--inner:last-child {
  padding-bottom: 40px !important; }

@media (max-width: 920px) {
  .content-section .body-section--inner:last-child {
    padding-bottom: 20px !important; } }

.content-section .body-section--inner a:link {
  color: #005790;
  text-decoration: none; }

.content-section .body-section--inner a:link:hover {
  text-decoration: underline; }

.image-section {
  background-size: cover !important;
  background-position: center !important;
  padding: 90px;
  position: relative; }

.image-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2e3033;
  opacity: 0.7; }

.collapsible-section {
  padding: 45px 0; }

.hidden-text {
  max-width: 840px;
  margin: 0 auto; }

.next-prev {
  display: flex;
  padding: 20px;
  position: relative;
  background: #005790; }

.next-prev .prev-post {
  position: relative;
  margin-left: 15px;
  margin-right: auto; }

.next-prev .next-post {
  position: relative;
  margin-right: 15px;
  margin-left: auto; }

.next-prev .all-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

@media (max-width: 920px) {
  .next-prev {
    padding: 20px 10px; } }

.icon {
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute; }

.icon.prev-icon {
  top: 41%;
  left: -15px;
  transform: translateY(-50%) rotate(135deg); }

.icon.next-icon {
  top: 41%;
  right: -15px;
  transform: translateY(-50%) rotate(-45deg); }

.video-container {
  position: relative; }

.video-container .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  opacity: 0.5; }

@media (max-width: 920px) {
  .video-container {
    display: flex;
    flex-direction: column; }
  .video-container .overlay {
    opacity: 0; } }

.logo-slider-section {
  background-color: #f8f8f8; }

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

.logo-slider {
  margin-bottom: 30px; }

.logo-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.logo-image img {
  display: block; }

.logo-image .logo-image-base {
  transition: 0.2s all ease; }

.logo-image .logo-image-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.2 all ease; }

.logo-image:hover .logo-image-base {
  opacity: 0; }

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

.logo-grid-tile {
  border: 1px solid #bbbbbb;
  width: 20%;
  margin-left: -1px;
  margin-top: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px; }

@media (max-width: 75em) {
  .logo-grid-tile {
    width: 25%; } }

@media (max-width: 920px) {
  .logo-grid-tile {
    width: 33.3333%; } }

@media (max-width: 37.5em) {
  .logo-grid-tile {
    width: 50%; } }

.category-banner {
  background-color: #000; }

.category-banner .category-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative; }

.category-banner .category-image .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to top, #000, transparent); }

.category-banner .category-banner-content {
  padding: 20px 80px 80px 80px; }

.category-banner .category-banner-content h1 {
  margin-bottom: 40px; }

@media (max-width: 920px) {
  .category-banner .category-banner-content {
    padding: 20px; } }

.alm-reveal {
  display: flex;
  flex-wrap: wrap; }

.project {
  padding: 20px;
  position: relative; }

.project img {
  width: 100%;
  height: auto;
  display: block; }

.project--inner {
  position: relative; }

.project .project-title {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: #000;
  padding: 20px;
  z-index: 1;
  transition: 0.4s all ease; }

@media (max-width: 920px) {
  .project .project-title {
    height: initial;
    padding: 10px; } }

.project .project-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  transition: 0.4s all ease; }

.project:hover .project-overlay {
  opacity: 0.5; }

.project:hover .project-title {
  background-color: transparent; }

.category-selector {
  margin-left: 20px; }

@media (max-width: 920px) {
  .category-selector {
    margin-left: 0;
    display: flex;
    flex-direction: column; }
  .category-selector .category-link {
    margin-bottom: 10px; }
  .category-selector .category-link:after {
    display: none !important; } }

.category-selector .category-link {
  position: relative;
  margin-right: 10px;
  text-decoration: none;
  color: #161616;
  text-decoration: none !important;
  transition: 0.2s color ease; }

.category-selector .category-link.active, .category-selector .category-link:hover {
  color: #00adee; }

.category-selector .category-link:not(:last-child):after {
  content: "·";
  color: #161616 !important;
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%); }

.post-tag {
  width: 55px;
  height: 55px !important;
  position: relative; }

.post-tag .previous-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%); }

@media (max-width: 920px) {
  .post-tag .previous-arrow {
    width: 35px;
    height: 35px !important; }
  .post-tag .previous-arrow svg {
    width: 35px;
    height: 35px !important; } }

.post-tag .next-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }

@media (max-width: 920px) {
  .post-tag .next-arrow {
    width: 35px;
    height: 35px !important; }
  .post-tag .next-arrow svg {
    width: 35px;
    height: 35px !important; } }

@media (max-width: 920px) {
  .post-tag {
    width: 35px;
    height: 35px !important; } }

.next-post {
  margin-left: auto; }

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

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

.alm-btn-wrap {
  display: none; }

.cta-section .cta {
  padding: 80px;
  background: #efeefa;
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: 0.2s all ease; }

@media (max-width: 920px) {
  .cta-section .cta {
    flex-wrap: wrap;
    padding: 30px; }
  .cta-section .cta > div:not(:last-child) {
    margin-bottom: 15px; } }

.cta-section .cta-right {
  display: flex;
  align-items: center; }

.cta-section .cta-right h6 {
  margin-right: 10px; }

.cta-section .cta:hover {
  background: #fff;
  border: 2px solid #00a3ca;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23); }

.quotes-section {
  background: #f8f8f8;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070; }

.quotes-section .quotes--inner {
  position: relative; }

.quotes-section .view-all {
  position: absolute;
  right: 0;
  top: 0;
  color: #000; }

.quotes-section .view-all svg {
  margin-left: 15px; }

.big-quoute {
  width: 25%; }

.big-quoute svg {
  display: block;
  width: 100%;
  height: auto; }

@media (max-width: 920px) {
  .big-quoute {
    width: 100%; }
  .big-quoute svg {
    margin-top: 15px; } }

.quotes-slider {
  width: 75%;
  margin-top: 50px; }

@media (max-width: 920px) {
  .quotes-slider {
    width: 100%; } }

.post-title {
  margin-top: 10px; }

.gradient,
.banner-svg-parent {
  background: linear-gradient(to right, #0c4874, #08a0db); }

@keyframes gradientBackground {
  0% {
    background-position: left; }
  100% {
    background-position: right; } }

@-webkit-keyframes gradientBackground {
  0% {
    background-position: left; }
  100% {
    background-position: right; } }

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

.team-member h4,
.team-member p {
  color: #000; }

.team-member img {
  border-radius: 15px; }

.team-member:hover h4,
.team-member:hover p {
  color: #00a3ca; }

.links {
  display: flex;
  margin-left: auto; }

@media (max-width: 920px) {
  .links {
    margin-left: 0; } }

.links svg {
  width: 25px !important;
  height: 25px;
  margin-right: 10px; }

.links svg path {
  fill: #005790; }

.webinar--inner {
  background: #f8f8f8;
  border-radius: 15px;
  padding: 30px; }

.webinar--inner .button {
  z-index: 1; }

.webinar-title {
  padding: 60px; }

.webinar-title .title--inner {
  text-align: center; }

.image-list-item {
  padding: 20px; }

.image-list-item--content {
  padding: 30px; }

.image-list-item--inner {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: 100%; }

.image-list-item--inner img {
  display: block;
  width: 100%;
  height: auto; }

.button-half {
  padding: 0 20px; }

@media (max-width: 920px) {
  .button-half {
    padding: 0 !important; } }

a.button.big-button {
  width: 100%;
  border-radius: 10px;
  font-size: 28px;
  font-weight: 700;
  min-height: 124px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  color: #011340 !important;
  border: 2px solid #efeefa;
  transition: 0.2s all ease;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1); }

a.button.big-button:after {
  background: #efeefa !important; }

a.button.big-button:before {
  background: #fff !important; }

a.button.big-button:hover {
  color: #0080c5 !important;
  border-color: #0080c5 !important; }

.image-half--inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block; }

.image-half--image {
  aspect-ratio: 1.8; }

.image-half--image img {
  aspect-ratio: 1.8;
  width: 100%;
  display: block; }

.image-half--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: #fff !important;
  font-size: 2.8rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.2s all ease; }

.image-half--content:hover {
  background: #0080c5; }

.image-half--inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0; }

.full-half {
  padding: 100px;
  background-position: center !important;
  background-size: cover !important; }

@media (max-width: 920px) {
  .full-half {
    margin-bottom: 0 !important;
    padding: 30px; }
  .full-half.image {
    min-height: 300px; } }

main ul {
  padding-left: 20px; }

main ul li {
  padding-bottom: 10px; }

.narrow {
  max-width: 766px;
  margin: 0 auto; }

.brands {
  justify-content: space-evenly; }

.brand {
  width: calc(25% - 40px);
  position: relative;
  text-decoration: none !important; }

.brand .gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  z-index: -1; }

.brand .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px; }

.brand .logo img {
  max-width: 100%;
  display: block; }

.brand .image img {
  display: block;
  position: relative;
  z-index: -2; }

.brand:hover .overlay {
  opacity: 1; }

.brand .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.2s all ease;
  padding: 20px; }

.brand .overlay .title,
.brand .overlay .description,
.brand .overlay .button {
  position: relative;
  z-index: 1;
  text-align: center; }

.brand .overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8; }

@media (max-width: 920px) {
  .brand {
    width: 100%;
    display: flex;
    justify-content: center; }
  .brand .gradient {
    display: none; }
  .brand .overlay {
    display: none !important; }
  .brand .image {
    display: none; }
  .brand .logo {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    min-width: 210px; } }

.full-screen-image {
  height: 300px;
  background-position: center !important;
  background-size: auto 300px !important; }

.posts-page-link {
  width: 100%;
  display: flex;
  justify-content: flex-end; }

.posts-page-link a {
  margin-left: auto; }

@media (max-width: 920px) {
  .posts-page-link {
    display: none; } }

.posts-page-link.mobile {
  display: none; }

@media (max-width: 920px) {
  .posts-page-link.mobile {
    display: block; } }

.posts-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px; }

.alm-reveal,
.posts-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px; }

@media (max-width: 920px) {
  .alm-reveal,
  .posts-list {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px; } }

@media (max-width: 37.5em) {
  .alm-reveal,
  .posts-list {
    grid-template-columns: 1fr;
    row-gap: 30px; } }

.body .social-link svg path {
  fill: #005790; }

.team-section {
  margin-bottom: 40px; }

.post-link {
  position: relative; }

.post-link:hover .team-content {
  opacity: 1; }

.post-link:hover p {
  color: #005790 !important; }

.team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s all ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px; }

.team-content h4 {
  margin-bottom: 5px; }

.team-content h4,
.team-content h6 {
  position: relative;
  z-index: 1; }

.team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #005790;
  opacity: 0.5; }

.post-type-archive-team-member .alm-reveal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px; }

@media (max-width: 920px) {
  .post-type-archive-team-member .alm-reveal {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px; } }

@media (max-width: 37.5em) {
  .post-type-archive-team-member .alm-reveal {
    grid-template-columns: 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px; } }

.view-more {
  color: #005790;
  display: flex;
  align-items: center; }

.view-more svg {
  margin-left: 18px; }

.stats-container {
  background: transparent linear-gradient(90deg, #0c4874 0%, var(--unnamed-color-08a0db) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #0c4874 0%, #08a0db 100%) 0% 0% no-repeat padding-box; }

.stats-container .flex-container{
	justify-content: center !important;
}

.stat {
  padding: 20px;
  text-align: center;
  width: 33.33333%; }

.stat:not(:first-child) {
  border-left: 2px solid #fff; }

@media (max-width: 920px) {
  .stat:not(:first-child) {
    border-left: none; } }

@media (max-width: 920px) {
  .stat:not(:last-child) {
    border-bottom: 2px solid #fff;
    padding-bottom: 20px; } }

@media (max-width: 920px) {
  .stat {
    width: 100%; } }

.stat-value {
  display: flex;
  justify-content: center;
  font-size: 4.5rem;
  color: #fff;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  margin-bottom: 20px; }

@media (max-width: 920px) {
  .stat-value {
    margin-bottom: 0; } }

.stat-description p {
  color: #00382d; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1px;
  height: 1px;
  padding: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #005790;
  border-radius: 30px;
  opacity: 0.2;
  transition: background 0.2s ease-in-out; }

.slick-dots .slick-active button,
.slick-dots li button:hover {
  opacity: 1; }

.slick-dots {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  list-style: none; }

.slider {
  padding-top: 30px; }

.slider img {
  width: 100%;
  height: auto;
  display: block;
  max-width: initial;
  margin-bottom: 16px; }

.slider .image-caption {
  width: 100%;
  text-align: center; }

.items-center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.slider-content {
  margin-top: 30px; }

@media (max-width: 920px) {
  .slider-content {
    margin-top: 0; } }

.card-image {
  width: 80%; }

.card-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: initial; }

@media (max-width: 920px) {
  .card-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px; } }

.card-slide {
  position: relative; }

@media (max-width: 920px) {
  .card-slide {
    padding: 10px; } }

.slide-card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 420px;
  height: 390px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  background: #fff;
  padding: 67px 40px 40px; }

.slide-card img {
  display: block; }

@media (max-width: 920px) {
  .slide-card {
    position: relative;
    top: initial;
    transform: none;
    width: auto;
    height: auto; } }

.slide-card .slick-dots {
  top: 36px;
  left: 35px;
  text-align: left; }

.aligncenter {
  margin: 0 auto; }

.image-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029; }

.image-card-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto; }

.image-card-content {
  padding: 30px 35px; }

.image-card-content h5 {
  color: #000 !important; }

.icon-card {
  background: #005790;
  position: relative;
  border-radius: 10px;
  padding: 15px;
  min-height: 385px;
  transition: 0.2s all ease;
  cursor: default; }

.icon-card-image {
  max-height: 138px;
  width: auto;
  text-align: center;
  position: absolute;
  bottom: 43%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  transition: 0.4s all ease; }

.icon-card-image img {
  display: block;
  max-height: 138px;
  width: auto; }

.icon-card-title {
  width: 100%;
  height: auto;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px;
  text-align: center;
  transition: 0.4s all ease; }

.icon-card-content {
  text-align: center;
  width: 100%;
  opacity: 0;
  padding-top: 151px;
  transition: 0.4s all ease;
  line-height: 27px; }

.icon-card:hover {
  background: #ffd106; }

.icon-card:hover .icon-card-image {
  opacity: 0; }

.icon-card:hover .icon-card-title {
  top: 32px; }

.icon-card:hover .icon-card-content {
  opacity: 1; }

.icon-cards {
  -moz-column-gap: 10px !important;
  column-gap: 10px !important;
  row-gap: 10px !important; }

.gallery-image img {
  display: block;
  width: 100%;
  height: auto; }

.logo-image {
  display: flex;
  align-items: center; }

.testimonial-section {
  background: #f5f8f7; }

.testimonial-slide {
  position: relative;
  padding: 50px 80px; }

.testimonial-slide:before {
  background: url(/National_Library/oe_/https://hfnj.org/wp-content/themes/HFNJ%20Theme/img/quote.png) 0 0 no-repeat;
  content: "";
  display: block;
  width: 185px;
  height: 140px;
  background-size: 185px;
  position: absolute;
  transform: translate(-50%, -50%); }

@media (max-width: 920px) {
  .testimonial-slide:before {
    left: 50%;
    transform: translate(-50%, 0); } }

.testimonial-slide .testimonial {
  position: relative;
  z-index: 1; }

@media (max-width: 920px) {
  .testimonial-slide {
    padding: 30px 20px; } }

.testimonial-slider {
  max-width: 926px;
  margin: 0 auto; }

.services-section {
  padding: 0;
  margin: 0;
  position: relative;
  height: 610px;
  display: flex;
  overflow: hidden; }

.services-section .service--container {
  width: 25%;
  height: 610px;
  display: block;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  transition: width 0.7s ease;
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  color: #fff; }

.services-section .service--container .service-content {
  position: absolute;
  bottom: 40px;
  padding: 0 10px; }

@media (max-width: 920px) {
  .services-section .service--container .service-content {
    padding: 0; } }

@media (max-width: 920px) {
  .services-section .service--container .service-content {
    display: none !important; } }

.services-section .service--container .service-desc {
  display: none;
  opacity: 0;
  transition: 0.7s opacity ease;
  padding-top: 10px; }

.services-section .service--container .service-desc.active {
  opacity: 1; }

@media (max-width: 920px) {
  .services-section .service--container {
    padding: 10px 40px;
    width: 100%;
    flex-wrap: wrap;
    height: initial;
    background: none !important; }
  .services-section .service--container .service-desc {
    display: block;
    opacity: 1; } }

@media (max-width: 920px) {
  .services-section {
    flex-wrap: wrap;
    height: initial; } }

@media (min-width: 920px) {
  .services-section:hover .service--container {
    width: 0; }
  .services-section .service-link {
    background-color: rgba(18, 18, 18, 0.7);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    position: absolute;
    padding: 5rem 2.5rem 9.375rem;
    height: 100%;
    width: 25%;
    left: 0;
    z-index: 2;
    border: 1px solid #fff; }
  .services-section .service--container {
    transition: width 0.7s ease; }
  .services-section .service--container:nth-child(2) .service-link {
    left: 25%; }
  .services-section .service--container:nth-child(3) .service-link {
    left: 50%; }
  .services-section .service--container:nth-child(4) .service-link {
    left: 75%; }
  .services-section .service--container:hover {
    width: 100%; } }

.service--mobile-thumb {
  display: none; }

@media (max-width: 920px) {
  .service--mobile-thumb {
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden; }
  .service--mobile-thumb img {
    width: 100%;
    height: auto; }
  .service--mobile-thumb .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5; }
  .service--mobile-thumb .service-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } }

.image-section .content {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  width: 40%;
  border-radius: 10px; }

@media (max-width: 920px) {
  .image-section .content {
    padding: 0;
    width: 100%; } }

@media (max-width: 920px) {
  .image-section {
    background: none !important;
    padding: 0; } }

.image-section .mobile-image {
  display: none; }

@media (max-width: 920px) {
  .image-section .mobile-image {
    display: block; }
  .image-section .mobile-image img {
    width: 100%;
    height: auto;
    display: block; } }

.flex-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }

@media (max-width: 920px) {
  .pinned-section {
    padding: 40px 0 0; } }

.pinned-half-content {
  padding: 100px; }

@media (max-width: 920px) {
  .pinned-half-content {
    padding: 0 40px; } }

.pinned-image-container {
  height: 100%; }

.pinned-image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }

.pinned-image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right; }

@media (max-width: 920px) {
  .pinned-image {
    position: relative;
    width: 100% !important; } }

.relative {
  position: relative; }

.banner-bg {
  background: #005790;
  padding: 100px;
  position: relative; }

@media (max-width: 920px) {
  .banner-bg {
    padding: 0px; }
  .banner-bg .banner-text {
    padding: 10px 40px; } }

.video {
  position: relative; }

.banner-bg .pinned-image {
  width: 50%; }

.full-section {
  padding-top: 60px; }

@media (max-width: 920px) {
  .full-section {
    padding: 40px 0; } }

@media (max-width: 920px) {
  .body-section--inner.card-slider-section {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

.content-section .body-section--inner.no-pad {
  padding: 0 !important; }

.focus-area {
  position: relative; }

.focus-area-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 75%;
  transition: 0.2s all ease; }

@media (max-width: 920px) {
  .focus-area-hover {
    opacity: 1; } }

.focus-area:hover .focus-area-hover {
  opacity: 1; }

.focus-area-title {
  position: absolute;
  left: 50%;
  bottom: 60px;
  width: 100%;
  transform: translate(-50%, 50%);
	padding: 10px;
  text-align: center; }

.focus-area-title h3{
	text-shadow: 0px 0px 10px #00000080;
}

.featured-news {
  background: #e0f3ff; }

.post {
  padding: 0;
  border-radius: 20px;
	overflow: hidden;
  box-shadow: 0px 3px 6px #00000029; }

.post-thumbnail {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  max-height: 217px; }

.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto; }

.post-details {
  padding: 40px;
  display: flex;
  flex-direction: column;
	height: 100%;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }

.view-all {
  width: 100%;
  text-align: center;
  margin-top: 40px; }

.large {
  font-size: 2rem; }

.focus-area-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 955px;
  margin: 0 auto; }

.focus-area-button {
  padding: 6px 10px;
  margin: 5px;
  color: #005790 !important;
  background: #fff;
  transition: 0.2s all ease;
  border-radius: 50px;
  font-size: 1.6rem !important;
  font-weight: 500;
  border: 2px solid #005790;
  display: inline-block; }

.focus-area-button.active,
.focus-area-button.hoverable:hover {
  color: #fff !important;
  border-color: #005790 !important;
  background: #005790 !important; }


.archive-page {
  background: #e0f3ff; }

.focus-area-header {
  display: flex;
  flex-wrap: wrap; }

.focus-area-header > * {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 50%; }

@media (max-width: 920px) {
  .focus-area-header > * {
    width: 100%; }
  .focus-area-header > *.image {
    height: 360px; } }

.focus-area-header .content {
  padding: 150px 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 920px) {
  .focus-area-header .content {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px; } }

.focus-area-header .content .inner {
  max-width: 450px; }

.navigation-wrapper {
  height: 350px;
  padding: 80px;
  background: #fafafa; }

@media (max-width: 920px) {
  .navigation-wrapper {
    padding: 40px;
    height: auto; } }

.view-all-button {
  width: 100%;
  display: flex;
  justify-content: center; }

.post-navigation {
  display: flex;
  flex-wrap: wrap; }

.post-navigation div {
  width: 50%;
  padding: 40px 20px; }

@media (max-width: 920px) {
  .post-navigation div {
    width: 100%;
    padding: 10px; } }

.post-navigation div a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 40px;
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 10px; }

.post-navigation div a:hover {
  text-decoration: underline; }

.post-navigation .nav-previous {
  margin-right: auto; }

.post-navigation .nav-next {
  margin-left: auto; }

.serach-form {
  display: flex;
  width: 100%; }

.search-label {
  display: flex;
  flex-grow: 1; }

.search-field {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 100px;
  text-align: center;
  font: normal normal normal 20px/30px Libre Franklin;
  letter-spacing: 0px;
  color: #404040;
  flex-grow: 1;
  text-align: left; }

.search-submit {
  background: #005790 0% 0% no-repeat padding-box;
  border-radius: 30px;
  opacity: 1;
  font: normal normal bold 20px/24px Libre Franklin;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 15px 20px;
  outline: none;
  cursor: pointer;
  margin-bottom: 0 !important;
  margin-left: 10px; }

.search-result {
  padding: 40px 0;
  border-bottom: 2px solid #707070;
  display: block; }

.search-result:first-child {
  border-top: 2px solid #707070; }

.tile {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
  border-radius: 20px; }

.icon-bullet {
  display: flex;
  align-items: flex-start; }

.icon-bullet .bullet-icon {
  min-width: 35px;
  min-height: 35px;
  margin-right: 27px; }

@media (max-width: 920px) {
  .icon-bullet .bullet-icon {
    margin-right: 20px; } }

.icon-bullet .bullet-content {
  padding-top: 6px; }

.icon-bullet:not(:last-child) {
  margin-bottom: 45px; }

.alert {
  width: 100%;
  text-align: center;
  padding: 20px; }

/*ANIMATIONS*/
.text-in {
  opacity: 0; }

.come-in .text-in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(9rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.come-in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(15rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards; }

.come-in:nth-child(2) .text-in {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.come-in:nth-child(3) .text-in {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s; }

.already-visible {
  transform: translateY(15rem);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards; }

.come-in .animate-width {
  -webkit-animation: anim-width 0.5s ease forwards;
  animation: anim-width 0.5s ease forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

@keyframes anim-width {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-webkit-keyframes anim-width {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes text-down {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes text-down {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes come-in {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes come-in {
  from {
    opacity: 0; }
  to {
    opacity: 1;
    transform: translateY(0); } }

h1 a,
h1 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
  color: #005790; }

@media (max-width: 920px) {
  h1 a,
  h1 {
    font-size: 4rem; } }

h2 a,
h2 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  color: #005790; }

@media (max-width: 920px) {
  h2 a,
  h2 {
    font-size: 3rem; } }

h3 a,
h3 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  color: #005790; }

@media (max-width: 920px) {
  h3 a,
  h3 {
    font-size: 2.2rem; } }

h4 a,
h4 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 2.5rem;
  color: #404040; }

@media (max-width: 920px) {
  h4 a,
  h4 {
    font-size: 2.2rem; } }

h5 a,
h5 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  color: #005790; }

@media (max-width: 920px) {
  h5 a,
  h5 {
    font-size: 2rem; } }

h6 a,
h6 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #000; }

@media (max-width: 920px) {
  h6 a,
  h6 {
    font-size: 1.4rem; } }

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white li,
.text-white a {
  color: #fff !important; }

blockquote {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  color: #005790;
  border-left: 2px solid #005790;
  padding-left: 15px; }

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p {
  color: #005790 !important; }

.button {
  border-radius: 0px;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px 20px;
  color: #fff !important;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  border-radius: 50px;
  letter-spacing: 1px;
  line-height: 1;
  transition: color 0.2s ease-in;
  transition: background 0.2s ease-in;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 54px;
  display: inline-flex;
  align-items: center;
  background: #005790;
  border: 2px solid #005790; }

.button:hover {
  color: #005790 !important;
  background: #fff !important; }

.button.alt {
  color: #005790 !important;
  background: transparent !important;
  border-radius: 10px;
  height: initial;
  letter-spacing: 0px;
  padding-right: 40px;
  border: none !important; }

.button.alt:hover {
  text-decoration: underline !important; }

.button.alt:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/National_Library/oe_/https://hfnj.org/wp-content/themes/HFNJ%20Theme/img/arrow.png) no-repeat !important;
  background-position: center !important;
  background-size: 14px 14px !important;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%); }

.button.big {
  height: 95px;
  border-color: transparent;
  border-radius: 20px !important;
  max-width: 380px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.button.big:hover {
  color: #005790 !important;
  background-color: #fff !important;
  border-color: #005790 !important; }

.text-white .button{
  color: #005790 !important;
  background: #fff !important;
}

.text-white .button:hover{
	 color: #fff !important;
	background: #005790 !important;
}

@media (max-width: 920px) {
  .button.big {
    width: 280px; } }


.focus-area h3{
	text-decoration: none !important;
}

@media (max-width: 1244px) {
	#nav a{
		font-size: 1.6rem;
	}
	#nav li{
		padding: 0 8px;
	}
	.stat-value{
		font-size: 3.5rem;
	}
}

.tribe-common,
.single-tribe_events{
	margin-top: 90px;
}

.post-date{
	font-size: 1.6rem !important;
}
