@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
body{
  font-family: "Inter", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
body.menu-open {
  overflow: hidden;
}
.header {
  position: sticky;
  z-index: 100;
  top: 0;
  background-color: #fff;
}
.mobile_button_toggle {
  cursor: pointer;
  z-index: 10000;
  position: absolute;
  right: 20px;
  top: 25px;
  display: block;
  width: 30px;
  height: 24px;
}
.mobile_button_toggle::before,
.mobile_button_toggle::after,
.mobile_button_toggle span {
  content: "";
  display: block;
  height: 3px;
  background: #000;
  margin: 5px 0;
  transition: 0.3s ease;
}
.mobile_button_toggle.active::before {
  transform: rotate(45deg) translate(5px, 0px);
  background: #fff;
}
.mobile_button_toggle.active::after {
  transform: rotate(-45deg) translate(5px, -1px);
  background: #fff;
}
.mobile_button_toggle.active span {
  display: none;
}
.mobile_button_toggle.active {
  width: 24px;
}
.region-mobile {
  position: fixed;
  top: 0;
  left: -80%;
  width: 80%;
  height: 100%;
  background: #00297B;
  z-index: 9999;
  transition: left 0.3s ease;
  overflow-y: auto;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
}
.region-mobile > div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.region-mobile > div > div {
  padding: 20px;
}
.logo-white img {
  max-width: 200px;
  height: auto;
}
.top-llc-menu-mobile > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.top-llc-menu-mobile {
  padding: 30px;
}
.top-llc-menu-mobile > ul a {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}
.region-mobile.active {
  left: 0%;
}
.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9998;
}
.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile_button_toggle,
.region-mobile,
.mobile-overlay {
  display: none;
}
.region-header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.llc-branding img {
  max-width: 260px;
}
.llc-branding {
  padding: 20px 0;
}
.top-llc-menu > ul {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-llc-menu > ul li a {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #00297B;
  text-decoration: none;
}
.top-llc-menu > ul li a:before, .top-llc-menu > ul li a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -10px;
  background: #0D76B6;
}

.top-llc-menu > ul li a:before {
  left: 0;
}
.top-llc-menu > ul li a:after {
  right: 0;
  background: #0D76B6;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.top-llc-menu > ul li a:hover:before {
  background: #0D76B6;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.top-llc-menu > ul li a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}
.banner-video-bg {
  background-image: url('../img/banner-bg.jpg');
  background-color: #00297B;
  background-size: cover;
  background-position: center center;
  height: 780px;
}
.banner-video-bg video {
  width: 100%;
  height: 780px;
  opacity: .25;
  background-color: #000;
  mix-blend-mode: overlay;
}

.hp-banner-text {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.region-slideshow {
  position: relative;
}
.home-banner-slides {
  color: #fff;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
}
.slick-dots {
  margin: 0;
  padding: 20px;
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.slick-dots button {
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 0px;
}
.slick-dots .slick-active button {
  background-color: #0D76B6;
}
.home-banner-slides h2.title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 48px;
}
.home-banner-slides .description {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}
.hp-vision-block {
  background-color: #00297B;
  padding: 150px 0;
  font-weight: 200;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
}
.hp-vision-block h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 58px;
}
.hp-blocks {
  padding: 80px 0;
}
.hp-blocks p {
  font-size: 20px;
  font-weight: 300;
}
.hp-science-block {
  text-align: center;
}
.hp-operationalexcellence-block .description,
.hp-science-block .description {
  padding: 30px 50px 0;
  font-size: 20px;
  font-weight: 300;
}
.science-slider .slick-slide {
  padding: 10px;
}
.science-slider.content {
  padding-bottom: 50px;
}
.science-slider .slick-prev.slick-arrow {
  background-image: url('../img/left-arrow.png');
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 40px;
  font-size: 0;
  height: 40px;
  border: none;
  background-color: transparent;
  margin-left: -45px;
  padding: 10px;
  background-size: cover;
}
.science-slider .slick-next.slick-arrow {
  background-image: url('../img/right-arrow.png');
  position: absolute;
  bottom: -50px;
  right: 50%;
  width: 40px;
  font-size: 0;
  height: 40px;
  border: none;
  background-color: transparent;
  margin-right: -45px;
  padding: 10px;
  background-size: cover;
}
.hp-operationalexcellence-block {
  background-position: right center;
  background-size: auto 100%;
  text-align: center;
  background-color: #F1F1F1;
  background-repeat: no-repeat;
}
.title-db-color h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 58px;
  padding-bottom: 30px;
  color: #2E57A5;
}
.title-db-color h2 span {
  color: #2E57A5;
}
.hp-operationalexcellence-block svg {
  max-width: 500px;
  height: auto;
}
.llcmembers img {
  margin: 50px auto;
}
.llc-team-block {
  background-color: #F1F1F1;
}
.llc-team-block header {
  max-width: 1000px;
  margin: 0 auto;
}
.leadership-block-style {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 50px 0 0;
  margin: 0;
}
.leadership-block-style > li {
  width: 33.333%;
  background-color: #2E57A5;
  overflow: hidden;
  border-radius: 20px;
}
.leadership-block-style > li .image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.leadership-block-style .nested-list {
  width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.leadership-block-style .nested-list li {
  margin-bottom: 50px;
  background-color: #2E57A5;
  overflow: hidden;
  border-radius: 20px;
}
.leadership-block-style .nested-list li .image {
  float: left;
  padding-right: 30px;
}
.leadership-block-style .nested-list li .image img {
  max-width: 220px;
  height: 100%;
  object-fit: cover;
}
.leadership-block-style .nested-list li:last-child {
  margin: 0;
}
.leadership-block-style .name {
  font-size: 24px;
  color: #fff;
  margin: 0;
  padding: 30px 20px 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.leadership-block-style .name a {
  color: #fff;
  text-decoration: none;
}
.leadership-block-style .title {
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0px 20px 0px;
  text-transform: capitalize;
  font-weight: 300;
  font-style: italic;
}
.leadership-block-style > li .name {
  padding: 20px 30px 10px;
}
.leadership-block-style .quotes {
  font-size: 14px;
  color: #fff;
  padding: 10px 30px 30px;
  font-style: italic;
  line-height: 18px;
}
.leadership-block-style > li .title {
  padding: 0px 30px 10px;
}
.footer-banner {
  min-height: 600px;
  background-image: url('../img/jlab.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.hp-news header > div {
  display: flex;
  justify-content: space-between;
}
.home-news {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 50px;
}
.home-news li {
  background-color: #fff;
  flex: 1;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
}
.home-news li img {
  max-width: 100%;
  height: auto;
}
.hp-news {
  background-color: #f1f1f1;
}
.home-news li .date {
  padding: 20px 30px 10px;
  font-size: 14px;
}
.home-news li .title {
  font-size: 24px;
  font-weight: 600;
  padding: 0 30px 30px;
}
.home-news li .title a {
  text-decoration: none;
}
.container {
  max-width: 1200px;
}
h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 58px;
}
h2 {
  font-size: 32px;
  line-height: 42px;
  font-style: normal;
  font-weight: 700;
}
a {
  color: #2E57A5;
  text-decoration: underline;
}
a:hover {
  color: #00297B;
}
.form-item {
  padding-bottom: 15px;
}
label {
  display: block;
}
.button,
.btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #ccc;
  padding: 6px 30px;
  border-radius: 5px;
  border: none;
}
.btn.green {
  background-color: #3F8642;
  color: #ffffff;
}
.btn.blue {
  background-color: #00297B;
  color: #ffffff;
}
.wrapper-footer {
  background-color: #00297B;
  color: #fff;
  background-image: url('../img/inner-bg.jpg');
  background-position: center center;
  background-size: cover;
  position: relative;
}
.wrapper-footer:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00297B;
  left: 0;
  top: 0;
  opacity: 0.7;
}
.wrapper-footer > div {
  position: relative;
  z-index: 1;
}
.region-footer {
  padding: 80px 0;
}
.region-footer > div {
  display: flex;
  gap: 50px;
}
.region-footer .block {
  flex-grow: 1;
  max-width: 25%;
}
.region-footer h2 {
  font-size: 24px;
  text-transform: uppercase;
}
.footer-logo img {
  width: 250px;
  height: auto;
}
.footer-logo p {
  padding-top: 20px;
}
.quick-links .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.quick-links .content ul li {
  padding-bottom: 5px;
}
.quick-links .content ul li a {
  color: #fff;
  text-decoration: navajowhite;
  font-size: 16px;
}
.socialmedia-wrapper-footer {
  overflow: hidden;
  display: flex; 
  gap: 10px;
}

.socialmedia-wrapper-footer .link {
  display: inline-block; 
}

.socialmedia-wrapper-footer .link a {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../img/social-bg.png');
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  transition: all 0.2s ease;
  background-size: 142px;
  background-position: -112px 0px;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.socialmedia-wrapper-footer .link a:hover {
  background-position: -112px -36px;
}

.socialmedia-wrapper-footer .link.link-instagram a {
  background-position: -75px 0px;
}

.socialmedia-wrapper-footer .link.link-instagram a:hover {
  background-position: -75px -36px;
}

.socialmedia-wrapper-footer .link.link-facebook a {
  background-position: 0px 0px;
}

.socialmedia-wrapper-footer .link.link-facebook a:hover {
  background-position: 0px -36px;
}
.socialmedia-wrapper-footer .link.link-x a {
  background-position: -37px 0px;
}

.socialmedia-wrapper-footer .link.link-x a:hover {
  background-position: -37px -36px;
}
.region-footer-copy {
  text-align: center;
  font-size: 14px;
  padding: 20px 20px 5px;
  background-color: #2E57A5;
}
#block-si-jsallc-primary-local-tasks .content ul {
  display: flex;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
  background-color: #E4E4E4;
  border-bottom: 2px solid #ddd;
}

#block-si-jsallc-primary-local-tasks .content ul li a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 20px;
  text-decoration: none;
}

#block-si-jsallc-primary-local-tasks .content ul li a.is-active {
  background-color: #00297B;
  color: #fff;
}
.inner-layout-container > main {
  background-color: #f1f1f1;
}
.inner-layout-container .region-slideshow {
  padding: 80px 0;
  background-image: url('../img/inner-bg.jpg');
  background-position: center center;
  background-size: cover;
}
.inner-layout-container .region-slideshow h1 {
  margin: 0;
  text-transform: uppercase;
  color: #FFFFFF;
}
.inner-layout-container .region-content {
  padding: 50px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}
.team-ct-image {
  float: left;
  padding: 0 30px 10px 0;
}

.accordion-wrap .title {
  font-size: 16px;
  font-weight: 500;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px 25px 10px 15px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.accordion-wrap .panel {
  padding: 10px 15px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion-wrap .title:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 10px;
}
.accordion-wrap .title.active:after {
  content: "-";
}
[data-drupal-messages] > div {
  background: #e6ffed;
  border-left: 5px solid #28a745;
  color: #155724;
  padding: 15px 20px 15px 50px;
  border-radius: 6px;
  position: relative;
  margin: 20px
}

[data-drupal-messages] > div::before {
  content: "✔";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #28a745;
}

.contact-form-faq {
  max-width: 700px;
  margin: 0 auto;
  background-color: #EEEEEE;
  padding: 30px;
  margin-top: 50px;
}
.contact-form-faq .form-text {
  width: 100%;
  font-size: 16px;
  color: #000;
  padding: 5px;
}
.contact-form-faq h2 {
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}