html {
    scroll-behavior: smooth;
}

.wwl-footer .menu-footer > ul {
	display: block;
}

.wwl-advice-block {
  overflow: hidden;
}

main.homepage h2.p1{
  color: #00074F;
}

div.jobboard h2{
    font-size: 2em;
    color: #00074F;
    text-align: center;
}

.wwl-headline-banner .title{
    background-color: #00074F;
    padding: 2em 5vw;

}

.wwl-headline-banner h2 {
    margin: 0;
}

.wwl-headline-banner .title h2{
    color: #fff

}

.wwl-advice-block__image {
  margin: 0 1.5rem 1rem 0;
}

.wwl-advice-block__image img,
.wwl-advice-block__svg svg {
  display: block;
  width: 100%;
  height: auto;
}

.wwl-advice-block__content {
  overflow: hidden;
}

.wwl-advice-block__title h2 {
  margin: 0 0 .35rem 0;
  color: var(--brand-color, #00074F);
  line-height: 1.2;
}

.wwl-advice-block__subtitle h3 {
  margin: 0 0 .75rem 0;
  line-height: 1.25;
  font-size: 1.5em;
}

.wwl-advice-block__description p {
  margin: 0 0 1rem 0;
}

.wwl-advice-block__button {
  margin-top: .5rem;
}

.wwl-advice-block__bttn {
  display: inline-block;
  padding: .6rem 1rem;
  border: 1px solid currentColor;
  text-decoration: none;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .wwl-advice-block__image {
    float: none;
    width: 100%;
    margin: 0 0 1rem 0;
  }
}

@media (max-width: 420px) {
  .wwl-advice-block__bttn { font-size: .95rem; }
  .wwl-advice-block__title h2 { font-size: 1.35rem; }
  .wwl-advice-block__subtitle h3 { font-size: 1.05rem; }
}


.wwl-footer .menu-footer > ul > li > button,
.wwl-footer .menu-footer > ul > li > span,
.wwl-footer .menu-footer > ul > li > a {
	text-transform:none;
}
  
.homepage h1{
  display: none;
}

header{
  position: relative;
}

div[data-block-id="807631"] div.description, .biz-carousel-container{
    display: block; 
    padding: 0 5vw;
    margin: 0 auto;
}

.grid-container > [data-block-id="806861"].block.sectionblock-cols.grid-3 > section > .sectionblock-grid {
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 2em 10em;
    /* grid-column: 2 / 12; */
}
.main-content h1,h2,h3,h4,h5,h6{
  font-family: 'Barlow'
}

h1.heading-bar.dark,h2.heading-bar.dark,h3.heading-bar.dark,h4.heading-bar.dark,h5.heading-bar.dark,h6.heading-bar.dark {
    color:var(--lightest);
    background: #00074F;
}

h1.heading-bar.light,h2.heading-bar.light,h3.heading-bar.light,h4.heading-bar.light,h5.heading-bar.light,h6.heading-bar.light {
    color: var(--brand-color);
    background: var(--brand-light-85p);
}
site-footer{
  margin-top:200px;
}
 

footer .footer-grid > .block:last-child{
  background:#00074F;
}

section[data-block-id="806871"] * {
  /* display: inline-grid; */
  /* flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; */
}

  footer a.nav-link{
    color:#00074F;
    font-family:Arial, Helvetica, sans-serif;
  }
  
.menu-footer > ul > li a {
    text-decoration: none;
    color: #00074F;
}

a:link {
  color: #00074F;
  background-color: transparent;
  text-decoration: none;
}
.thelogo{
  padding-top:40px;
}

body p a.bttn, body p button.bttn {
    font-size: 12px;
}

.nav-container {
      background-color: #00074F;
    }

    .horizontal-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      margin-right:200px;
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
    }

    .horizontal-menu li {
      padding: 14px 20px;
    }

    .horizontal-menu li a {
      text-decoration: none;
      color: #fff;
    }

    .horizontal-menu li:hover {
      /* background-color: #0071CE; */
      cursor: pointer;
    }

    .d-block{
      height: 500px;
      object-fit: cover;
      }

      main.homepage .d-block{
        height: 720px;
      }

    /* Responsive: Stack items vertically on small screens */
    @media (max-width: 600px) {
      .horizontal-menu {
        flex-direction: column;
        align-items: flex-end;
      }

    .horizontal-menu {
    
      margin-right:0px;
     
    }

      .horizontal-menu li {
        width: 100%;
        text-align: center;
        border-top: 1px solid #ccc;
      }
    }

    /*Carousel*/

    .carousel {
      position: relative;
    }

    .carousel-inner {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    .carousel-item {
      display: none;
      position: relative;
      float: left;
      width: 100%;
      transition: transform 0.6s ease;
    }

    .carousel-item.active {
      display: block;
    }

    .d-block {
      display: block;
    }

    .w-100 {
      width: 100%;
    }

    .carousel-caption {
      position: absolute;
      top: 50%;
      bottom: auto;
      left: 5%;
      right: auto;
      transform: translateY(-50%);
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: left;
      width: 600px;
    }

    @media (max-width: 600px) {
  .carousel-caption {
      width: calc(100vw - 40px);
    }
}

    .carousel-caption h5{
      font-size: 2em;
      color: #00074F;
    }

    .carousel-caption p{
      font-size: 18px;
    }

    .d-none {
      display: none !important;
    }

    .d-md-block {
      display: block !important;
    }

    .carousel-indicators {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 15;
      display: flex;
      justify-content: center;
      padding-left: 0;
      margin-right: 15%;
      margin-left: 15%;
      list-style: none;
    }

    .carousel-indicators li {
      box-sizing: content-box;
      flex: 0 1 auto;
      width: 30px;
      height: 8px;
      margin-right: 3px;
      margin-left: 3px;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 15px;
      cursor: pointer;
      opacity: 0.5;
      transition: opacity 0.6s ease;
    }

    .carousel-indicators .active {
      opacity: 1;
    }

    .carousel-control-prev,
    .carousel-control-next {
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 5%;
      color: #fff;
      text-align: center;
      background: none;
      border: 0;
      opacity: 1;
      transition: opacity 0.15s ease;
    }

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
      opacity: 0.9;
    }

    .carousel-control-prev {
      left: 0;
    }

    .carousel-control-next {
      right: 0;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      display: inline-block;
      width: 40px;
      height: 40px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
    }

    .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M5.25 0L4.5.75 1.25 4l3.25 3.25L5.25 8 1.25 4z'/%3E%3C/svg%3E");
    }

    .carousel-control-next-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M2.75 0L3.5.75 0.25 4l3.25 3.25L2.75 8 6.75 4z'/%3E%3C/svg%3E");
    }

    /* Smooth image fade transition */
    .carousel.carousel-fade .carousel-item {
      transition: opacity 1s ease-in-out;
      opacity: 0;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }

    .carousel.carousel-fade .carousel-item.active {
      opacity: 1;
      position: relative;
      z-index: 2;
    }



.carousel-caption {
  /* background-color: rgba(0, 7, 79, 0.8); */
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 0 3.5vw;
  left: 0;
  right: 0;
  top: 180px;
}

.carousel-caption h5 {
  font-size: 2.1rem;
  color: #00074F;
  line-height: 1.3;
}

.carousel-indicators li {
  background-color: #00074F;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: none;
  color: rgba(0, 0, 0, 0.5);
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
  display: inline-block;
  font-size: 3rem;
  color: white;
  opacity: .5;
  content: '';
}

.carousel-control-prev-icon::before {
  content: '<';
}

.carousel-control-next-icon::before {
  content: '>';
}

/*Biz carousel*/
.biz-carousel-container {
      width: 90vw;
      margin: auto;
      position: relative;
      overflow: hidden;
    }

    .biz-carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .biz-carousel-item {
      flex: 0 0 20%; /* 5 visible at a time */
      padding: 5px;
    }

    .biz-carousel-item a {
      display: block;
      width: 100%;
      height: 100%;
    }

    .biz-carousel-item img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      display: block;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .biz-carousel-item {
        flex: 0 0 33.33%;
      }
    }

    @media (max-width: 500px) {
      .biz-carousel-item {
        flex: 0 0 50%;
      }
    }

    /* Navigation buttons */
    .biz-carousel-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 0.5rem 1rem;
      cursor: pointer;
      font-size: 1.5rem;
      z-index: 2;
      border-radius: 4px;
    }

    .biz-carousel-nav:hover {
      background: rgba(0, 0, 0, 0.7);
    }

    .biz-carousel-prev {
      left: 10px;
    }

    .biz-carousel-next {
      right: 10px;
    }

    /*Biz Carousel*/

    .biz-carousel-container {
margin: auto;
position: relative;
overflow: hidden;
}

.biz-carousel-track {
display: flex;
transition: transform 0.5s ease-in-out; /* Smooth transition for sliding */
}

.biz-carousel-item {
flex: 0 0 20%; /* 5 visible at a time */
padding: 5px;
display: flex; /* Center the wrapper */
justify-content: center;
align-items: center;
}

.biz-carousel-item a {
display: block;
width: 100%;
height: 100%;
}

.biz-carousel-image-wrapper {
width: 150px; /* Fixed width for uniform size */
height: 150px; /* Fixed height for uniform size */
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}

.biz-carousel-item img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
border-radius: 8px;
display: block;
object-fit: contain; /* Preserve aspect ratio */
}
body main > section{ grid-template-columns: auto!important}
/* Responsive adjustments */
@media (max-width: 768px) {
.biz-carousel-item {
flex: 0 0 33.33%; /* 3 visible */
}
.biz-carousel-image-wrapper {
width: 120px; /* Slightly smaller for medium screens */
height: 120px;
}
}

@media (max-width: 500px) {
.biz-carousel-item {
flex: 0 0 50%; /* 2 visible */
}
.biz-carousel-image-wrapper {
width: 100px; /* Smaller for small screens */
height: 100px;
}
}

/* Navigation buttons */
.biz-carousel-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.5);
color: white;
border: none;
width: 30px; /* Smaller size */
height: 30px; /* Circular */
border-radius: 50%; /* Circular shape */
cursor: pointer;
font-size: 1rem; /* Smaller arrow */
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}

.biz-carousel-nav:hover {
background: rgba(0, 0, 0, 0.7);
}

.biz-carousel-prev {
left: 10px;
}

.biz-carousel-next {
right: 10px;
}


html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

/* WWL at a Glance */
.diagram-image-container{
    width: 1200px;
    position: relative;
    display: inline-block;
}

.diagram-container {
            position: relative;
            max-width: 100%;
            text-align: center;
        }
        
        .diagram-image {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }
        
        .diagram-link {
            position: absolute;
            display: block;
            background-color: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            transition: background-color 0.3s;
        }
        
        .diagram-link:hover {
            background-color: rgba(0, 150, 255, 0.3);
        }
        
        /* Default size (largest) */
        #diagram {
            width: 1200px;
        }
      
        /* Link positions for large size */
        .link-1 { top: 130px; left: 131px; width: 220px; height: 100px; }
        .link-2 { top: 32px;
    left: 437px;
    width: 300px;
    height: 70px; }
        .link-3 { top: 122px;
    left: 807px;
    width: 200px;
    height: 100px; }
        .link-4 { top: 344px;
    left: 88px;
    width: 172px;
    height: 80px; }
        .link-5 { top: 315px;
    left: 899px;
    width: 242px;
    height: 160px; }
        .link-6 { top: 575px;
    left: 108px;
    width: 222px;
    height: 100px; }
        .link-7 { top: 675px;
    left: 408px;
    width: 360px;
    height: 90px; }
        .link-8 { top: 575px;
    left: 828px;
    width: 190px;
    height: 60px; }
/* @media (max-width: 1200px) {
    .diagram-image-container {
    width: 100%;
    }
  }
        
        @media (max-width: 992px) {
            #diagram {
                width: 700px;
            }
            
            .link-1 { top: 15%; left: 25%; width: 40px; height: 40px; }
            .link-2 { top: 20%; left: 50%; width: 40px; height: 40px; }
            .link-3 { top: 25%; left: 75%; width: 40px; height: 40px; }
            .link-4 { top: 50%; left: 15%; width: 40px; height: 40px; }
            .link-5 { top: 50%; left: 85%; width: 40px; height: 40px; }
            .link-6 { top: 70%; left: 25%; width: 40px; height: 40px; }
            .link-7 { top: 75%; left: 50%; width: 40px; height: 40px; }
            .link-8 { top: 80%; left: 75%; width: 40px; height: 40px; }
        }
        
        @media (max-width: 768px) {
            #diagram {
                width: 500px;
            }
            
            .link-1 { top: 15%; left: 25%; width: 30px; height: 30px; }
            .link-2 { top: 20%; left: 50%; width: 30px; height: 30px; }
            .link-3 { top: 25%; left: 75%; width: 30px; height: 30px; }
            .link-4 { top: 50%; left: 15%; width: 30px; height: 30px; }
            .link-5 { top: 50%; left: 85%; width: 30px; height: 30px; }
            .link-6 { top: 70%; left: 25%; width: 30px; height: 30px; }
            .link-7 { top: 75%; left: 50%; width: 30px; height: 30px; }
            .link-8 { top: 80%; left: 75%; width: 30px; height: 30px; }
        }
        
        @media (max-width: 576px) {
            #diagram {
                width: 350px;
            }
            
            .link-1 { top: 15%; left: 25%; width: 20px; height: 20px; }
            .link-2 { top: 20%; left: 50%; width: 20px; height: 20px; }
            .link-3 { top: 25%; left: 75%; width: 20px; height: 20px; }
            .link-4 { top: 50%; left: 15%; width: 20px; height: 20px; }
            .link-5 { top: 50%; left: 85%; width: 20px; height: 20px; }
            .link-6 { top: 70%; left: 25%; width: 20px; height: 20px; }
            .link-7 { top: 75%; left: 50%; width: 20px; height: 20px; }
            .link-8 { top: 80%; left: 75%; width: 20px; height: 20px; }
        } */
.link-1 { top: 130px; left: 131px; width: 220px; height: 100px; }
        .link-2 { top: 32px; left: 437px; width: 300px; height: 70px; }
        .link-3 { top: 122px; left: 807px; width: 200px; height: 100px; }
        .link-4 { top: 344px; left: 88px; width: 172px; height: 80px; }
        .link-5 { top: 315px; left: 899px; width: 242px; height: 160px; }
        .link-6 { top: 575px; left: 108px; width: 222px; height: 100px; }
        .link-7 { top: 675px; left: 408px; width: 360px; height: 90px; }
        .link-8 { top: 575px; left: 828px; width: 190px; height: 60px; }
        
        /* Media Query for 800px width (1199px to 800px) */
        @media (max-width: 1199px) {
            .diagram-image-container {
                width: 800px;
            }
            
            .link-1 { top: 86.67px; left: 87.33px; width: 146.67px; height: 66.67px; }
            .link-2 { top: 21.33px; left: 291.33px; width: 200px; height: 46.67px; }
            .link-3 { top: 81.33px; left: 538px; width: 133.33px; height: 66.67px; }
            .link-4 { top: 229.33px; left: 58.67px; width: 114.67px; height: 53.33px; }
            .link-5 { top: 210px; left: 599.33px; width: 161.33px; height: 106.67px; }
            .link-6 { top: 383.33px; left: 72px; width: 148px; height: 66.67px; }
            .link-7 { top: 450px; left: 272px; width: 240px; height: 60px; }
            .link-8 { top: 383.33px; left: 552px; width: 126.67px; height: 40px; }
        }
        
        /* Media Query for 500px width (799px to 500px) */
        @media (max-width: 799px) {
            .diagram-image-container {
                width: 500px;
            }
            
            .link-1 { top: 54.17px; left: 54.58px; width: 91.67px; height: 41.67px; }
            .link-2 { top: 13.33px; left: 182.08px; width: 125px; height: 29.17px; }
            .link-3 { top: 50.83px; left: 336.25px; width: 83.33px; height: 41.67px; }
            .link-4 { top: 143.33px; left: 36.67px; width: 71.67px; height: 33.33px; }
            .link-5 { top: 131.25px; left: 374.58px; width: 100.83px; height: 66.67px; }
            .link-6 { top: 239.58px; left: 45px; width: 92.5px; height: 41.67px; }
            .link-7 { top: 281.25px; left: 170px; width: 150px; height: 37.5px; }
            .link-8 { top: 239.58px; left: 345px; width: 79.17px; height: 25px; }
        }
        
        /* Media Query for 380px width (499px to 380px) */
        @media (max-width: 499px) {
            .diagram-image-container {
                width: 380px;
            }
            
            .link-1 { top: 41.17px; left: 41.48px; width: 69.67px; height: 31.67px; }
            .link-2 { top: 10.13px; left: 138.38px; width: 95px; height: 22.17px; }
            .link-3 { top: 38.63px; left: 255.55px; width: 63.33px; height: 31.67px; }
            .link-4 { top: 108.93px; left: 27.87px; width: 54.47px; height: 25.33px; }
            .link-5 { top: 99.75px; left: 284.68px; width: 76.63px; height: 50.67px; }
            .link-6 { top: 182.08px; left: 34.2px; width: 70.3px; height: 31.67px; }
            .link-7 { top: 213.75px; left: 129.2px; width: 114px; height: 28.5px; }
            .link-8 { top: 182.08px; left: 262.2px; width: 60.17px; height: 19px; }
        }

    .simple-content-collection.two-column .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 2em;
}

.wwl-footer{
  margin-top: 2em;
}

.statistics .basiccontentblock.bg-color .basic{
    padding: 2em;
}

.statistics main .main-content>.block.basiccontentblock-layout {
    padding: 0;
}

.statistics .basiccontentblock-layout .basic{
  padding: 2em;
}

header.site-header #site-logo {
    padding-left: 5vw;
}

#second-footer.footer2 .description {
    margin: 0;
}

/* .rowwithicon .image, .rowwithicon .tab-copy{display: inline-block; width: 90%;}
.rowwithicon .basic .button{    justify-self: unset; padding-top: 1em;}
.rowwithicon .image img{    display: block;}
.rowwithicon .image{width: 9.90%;}
.rowwithicon{}
.rowwithicon{}
.rowwithicon{}
.rowwithicon{}
.rowwithicon{}
.rowwithicon{}
.rowwithicon{}
.rowwithicon{}
.rowwithicon{} */

.row-with-icon {
  display: grid;
  grid-template-columns: 10% 90%;
  gap: 2rem;
  align-items: start;
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  padding: 2rem 1rem;
}

.row-with-icon .image{
  margin: 0 auto;
}

.row-with-icon .image img {
  width: auto;
  max-width: 120px;
  height: auto;
  display: block;
}

.row-with-icon .tab-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.row-with-icon .title h2 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.row-with-icon .description p,
.row-with-icon .description ul {
  margin: 0 0 1rem;
  line-height: 1.6;
  font-size: 1rem;
}

.row-with-icon .button .bttn {
  /* display: inline-block;
  background: #005fa3;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease; */
}

.row-with-icon .button .bttn:hover {
  background: #004273;
}

.row-with-icon .title{
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
/* Responsive behavior */
@media (max-width: 768px) {
  .row-with-icon .title{
  border-bottom: none
}
  .basiccontentblock .row-with-icon.basic .button{
    align-self: center;
    
  }
  .row-with-icon {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .row-with-icon .image {
    max-width: 120px;
    margin: 0 auto;
  }
}

.tab-pages .image-hero{
      padding-bottom: 0;
}

/* === Container === */
.wwl-hero-carousel .hero-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* === Wrapper === */
.wwl-hero-carousel .hero-swiper-wrapper {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* === Slides === */
.wwl-hero-carousel .hero-swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* === Pagination === */
.wwl-hero-carousel .hero-swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 10px;
  left: 0;
  right: 0;
}

.wwl-hero-carousel .hero-swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #00074F;
  opacity: 0.3;
  margin: 0 4px;
  cursor: pointer;
}

.wwl-hero-carousel .hero-swiper-pagination-bullet-active {
  opacity: 1;
  background: #00074F;
}

/* === Navigation Buttons === */
.wwl-hero-carousel .hero-swiper-button-prev,
.wwl-hero-carousel .hero-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00074F;
  font-size: 2rem;
  font-weight: bold;
  transition: opacity 0.3s;
}

.wwl-hero-carousel .hero-swiper-button-prev:hover,
.wwl-hero-carousel .hero-swiper-button-next:hover {
  opacity: 0.7;
}

.wwl-hero-carousel .hero-swiper-button-prev {
  left: 10px;
}

.wwl-hero-carousel .hero-swiper-button-next {
  right: 10px;
}
.hero-caption{
    position: absolute;
    top: 10px;
    width: 780px;
    padding: 2vw 5vw;

}

/* 
@media (max-width: 600px) {
          .hero-caption{
    position: absolute;
    top: 10px;
    width: 800px;
    padding: 5vw;

}
} */


.wwl-hero-carousel .hero-swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
}
.wwl-hero-carousel .hero-swiper-wrapper {
  display: flex;
  width: 100% !important;
}

    .wwl-hero-carousel .hero-swiper {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    .wwl-hero-carousel .hero-swiper-wrapper {
      display: flex;
      transition-property: transform;
      box-sizing: content-box;
    }
    .wwl-hero-carousel .hero-swiper-slide {
      flex-shrink: 0;
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .wwl-hero-carousel .hero-swiper-slide img.hero-slide-img {
      width: 100vw;
      height: 100%;
      object-fit: cover;
    }
    .wwl-hero-carousel .hero-swiper-pagination {
      position: absolute;
      text-align: center;
      transition: 300ms opacity;
      transform: translate3d(0,0,0);
      z-index: 10;
      bottom: 10px;
      left: 0;
      right: 0;
    }
    .wwl-hero-carousel .hero-swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      display: inline-block;
      border-radius: 50%;
      background: #00074F;
      opacity: 0.3;
      margin: 0 4px;
      cursor: pointer;
    }
    .wwl-hero-carousel .hero-swiper-pagination-bullet-active {
      opacity: 1;
      background: #00074F;
    }
    .wwl-hero-carousel .hero-swiper-button-prev,
    .wwl-hero-carousel .hero-swiper-button-next {
      position: absolute;
      top: 50%;
      width: 44px;
      height: 44px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #00074F;
      font-size: 2rem;
      font-weight: bold;
      transition: opacity 0.3s;
    }
    .wwl-hero-carousel .hero-swiper-button-prev:hover,
    .wwl-hero-carousel .hero-swiper-button-next:hover {
      opacity: 0.7;
    }
    .wwl-hero-carousel .hero-swiper-button-prev { left: 10px; }
    .wwl-hero-carousel .hero-swiper-button-next { right: 10px; }
div.hero-button-wrapper a, .hero-button{
    display: inline-block;
    font-size: 1.75em;
    vertical-align: middle;
    font-weight: 700;

}
    @media (max-width: 1200px) {
  /* h2.hero-caption-title{
    font-size: 1.5em;
  }
    .hero-caption{
    width: 400px;
} */
/* .wwl-hero-carousel .hero-swiper-button-next {
    right: -10px;
}
.wwl-hero-carousel .hero-swiper-button-prev {
    left: -10px;
} */
.wwl-hero-carousel .hero-swiper-slide img {
    width: 100%;
}
.wwl-hero-carousel .hero-swiper-slide img.hero-slide-img {
    width: 100vw;
    height: 620px;
    object-fit: cover;
    object-position: left;
}
div.hero-button-wrapper {
    position: absolute;
    bottom: 105px;
    width: 800px;
    padding: 2vw 5vw;
}

}

@media (max-width: 700px) {
  /* h2.hero-caption-title{
    font-size: 12px;
  }
    .hero-caption{
    width: 200px;
} */
.wwl-hero-carousel .hero-swiper-slide img.hero-slide-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: left;
}
.hero-caption {
    position: absolute;
    top: 10px;
    width: 88vw;
    text-align: left;
    margin-left: 5vw;
}

div.hero-button-wrapper {
    position: absolute;
    bottom: 80px;
    width: 400px;
    margin-left: 4vw;
}

.hero-caption h2{font-size: 1.6em;}

.wwl-hero-carousel .hero-swiper-button-next {
    right: 0;
}

.wwl-hero-carousel .hero-swiper-button-prev {
    left: 0;
}

div.hero-button-wrapper a, .hero-button {
    display: inline-block;
    font-size: 1.5em;
}

div.hero-button-wrapper img.hero-button-image{
    width: 45px;
    height: auto;
    display: inline-block;
    margin-right: 5px;
}
div.hero-button-wrapper a, .hero-button {
    font-size: 1.45em;
}


}

.wwl-map-legend .title h2{
  border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1em;
}

@media (max-width: 676px) {
    .grid-container > .wwl-footer.block.sectionblock-cols.grid-3 > section > .sectionblock-grid,.grid-container > .wwl-map-legend.block.sectionblock-cols.grid-3 > section > .sectionblock-grid, .grid-container > .block.sectionblock-cols.grid-5 > section > .sectionblock-grid, .grid-container > .block.sectionblock-cols.grid-4 > section > .sectionblock-grid {
        grid-template-columns: auto;
    }

}

.wwl-aside-main.main-content>h1 {
    padding: 0 0 0 26px;
}

div.hero-button-wrapper{
  position: absolute;
  bottom: 80px;
  width: 800px;
  padding: 2vw 5vw;
}

div.hero-button-wrapper img.hero-button-image{
  width: 60px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}

h2.hero-caption-title{
  color: #00074F; 
}
/* 
@media (max-width: 1000px) {
  h2.hero-caption-title{
    font-size: 12px;
  }
    .hero-caption{
    width: 200px;
}
} */
.hero-caption-description p{
font-size: 1.75em;
    line-height: 1.1;
    font-weight: 500;
}

.advicecontentblock{
  background-color: rgba(0, 150, 255, 0.1);
}

body.success-columns .main-content.wwl-aside-main{
  grid-template-columns: 70% 30%;
  grid-column: unset;
  grid-row: unset;

}

body.success-columns main .main > aside + .wwl-aside-main.main-content > *{
grid-column: unset;
}

body.success-columns .aside-area{
  display: none;
}
@media (max-width: 1000px) {
body.success-columns .main-content.wwl-aside-main {
    grid-template-columns: 100%;
}
}

main > section > * {
    /* grid-column: 1 / 13; */
}


@media (max-width: 768px) {
.simple-content-collection.two-column .list {
    grid-template-columns: 1fr;
}
}

.swiper-navigation-icon{
  display: none!important;
}

/* .wwl-fw-text-banner {
    width: 102vw;
    margin-left: -2vw;
    font-size: 2em;
    padding: 10px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.wwl-fw-text-banner {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;          /* always match viewport width */
  margin-left: -50vw;    /* shift left edge out of parent */
  margin-right: -50vw;   /* shift right edge out of parent */

  padding: 10px 0;       /* thin banner spacing */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent; /* text-only look */
}

.wwl-fw-text-banner span {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}

.wwl-fw-text-banner a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}


.lightblue-bg{
  background-color: rgba(0, 113, 206, .2);
  color: white;
}

.brandblue-bg{
  background-color: #00074F;
  color: white;
}

.basiccontentblock-fullwidthbanner{
  margin: 2em 0;
}

.four-column.simple-content-collection .list{
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 767px) {
.four-column.simple-content-collection .list{
  grid-template-columns: 1fr;
}
}

.benefits-counseling h1{
  margin: 0;
    text-align: center;
    padding: 1em;
    font-size: 2em;
    background-color: #00074F;
    color: white;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.benefits-counseling .image-hero{
  padding-bottom: 0
}

.career-fair-for-individuals-with-disabilities .image-hero{
  padding-bottom: 0
}

.career-fair-for-individuals-with-disabilities h4.heading-bar.dark{
  margin-top: 0;
}

 .cf-nav-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1em;
}

 .cf-nav-container a {
    color: #00074F;
    font-size: 1em;
    transition: all 0.3s ease;
}

 .cf-nav-container a:hover {
    color: #007bff;
    border-radius: 4px;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
     .cf-nav-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }
    
     .cf-nav-container a {
        display: block;
        width: 100%;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #dee2e6;
    }
    
     .cf-nav-container a:last-child {
        border-bottom: none;
    }
}

.thick-headline .image-hero{
  padding: 0;
}

.thick-headline h1{    
    margin: 0;
    text-align: center;
    padding: 1em;
    font-size: 2em;
    background-color: #00074F;
    color: white;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  a.child-item{
    font-size: 10px;
  }

  .search-results .search-list ul li:nth-child(even) {
    background: rgba(0, 113, 206,.2)!important
}

.main > aside.aside-area ul.aside-menu-root.wwl-mobile-menu-hide, .main > aside.aside-area ul.aside-menu-root li ul.aside-menu-root.wwl-mobile-menu-hide {
  display: none;
}

.main > aside.aside-area ul.aside-menu-root.wwl-mobile-menu-show, .main > aside.aside-area ul.aside-menu-root li ul.aside-menu-root.wwl-mobile-menu-show {
  display: block;
}

@media (min-width: 768px) {
  .main > aside.aside-area ul.aside-menu-root.wwl-mobile-menu-hide, .main > aside.aside-area ul.aside-menu-root li ul.aside-menu-root.wwl-mobile-menu-hide {
  display: none!important;
}
}

@media (max-width: 768px) {
  .thick-headline h1{
      width: 92vw;
}
}

@media (max-width: 680px) {
  .thick-headline h1{
      width: 91vw;
}
}

@media (max-width: 580px) {
  .thick-headline h1{
      width: 90vw;
}
}

@media (max-width: 460px) {
  .thick-headline h1{
      width: 87vw;
}
}