



/*style for blogpost carousel */
* {
  box-sizing: border-box; /* Include padding and borders in the element's total dimensions */
  margin: 0;
  padding: 0;
}

.carousel-inner {
  width: 100%; /* Ensure carousel takes full width */
}

.carousel-item {
  display: none; /* Hide non-active items */
  position: relative;
  text-align: center; /* Central alignment of content */
}

.carousel-item.active {
  display: block; /* Show active item */
}

.carousel-item img {
  width: 100%; /* Ensure image takes full width */
  max-height: 1000px;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.carousel-item img:hover {
  opacity: 0.8;
  transform: scale(1.05);

}

.carousel-caption {
  position: absolute; /* Position it absolutely within the relative parent */
  bottom: 0; /* Align it to the bottom of the parent */
  left: 50%; /* Center it horizontally */
  transform: translateX(-50%); /* Offset by half its width to center perfectly */
  width: 100%;
  background-color: white;
  color: #e47505;
  padding: 20px;
  text-align: center;
  padding-bottom: 50px;
}

.carousel-indicators {
  display: none;
}
/* If there's a custom counter */
.slide-counter {
  display: none;
}


/*Button for the slider*/


				.carousel-control-prev, .carousel-control-next {
					position: absolute;
					top: auto; /* Resetting the default positioning */
					background-color: rgba(239, 117, 5, 0);
					padding: 5px;
					border-radius: 25%;
          height: 60px;
          width: 100px;
				}
		
				.carousel-control-prev {
					bottom: 10px; /* Position at the bottom of the text */
					left: 10px; /* Adjust this value based on your design needs */
				}
		
				.carousel-control-next {
					bottom: 10px;
					right: 10px;/* Adjust this value based on your design needs */
				}

			
/*space for readability*/






/* Add this media query to apply the stacked layout for smaller screens like phones */
@media (max-width: 767px) {
  [container17] {
    flex-direction: column;
    align-items: center; /* Center the items horizontally */
  }

  /* Adjust the padding and alignment for better mobile layout */
  div[style^="flex: 1; text-align: center;"] {
    text-align: center;
    padding-right: 20px; /* Add padding to the right to center the content more */
    padding-top: 20px;
    padding-left: 70px; /* Remove left padding to center the content */
  }

  /* Set the width of the images to a fixed value so they don't resize and maintain orientation */
  img[src="img/Final Core Values.png"] {
    width: 500px;
    height: auto;
  }

  /* Show the logo on phone and iPad view */
  div[style^="text-align: center;"] {
    display: block;
  
	
	
	}

  img[src="img/newlogo.png"] {
    width: 300px;
    height: auto;
    margin-top: 20px; /* Add some spacing between the text and the logo */
  }
}

/* Add this media query to apply the stacked layout for iPad */
/* Add this media query to apply the stacked layout for iPad */
/* Add this media query to apply the stacked layout for iPad */
@media (max-width: 1023px) and (min-width: 768px) {
  [container17] {
    flex-direction: column;
    align-items: center; /* Center the items horizontally */
  }

  /* Adjust the padding for better mobile layout */
  div[style^="flex: 1; text-align: center;"] {
    padding: 20px; /* Add equal padding to center the content */
    padding-left: 60px; /* Add left padding to move the text to the right */
  }

  img[src="img/Final Core Values.png"] {
    width: 100%; /* Take the full width available on iPad */
    height: auto;
  }

  /* Show the logo on iPad view */
  div[style^="text-align: center;"] {
    display: block;
  }

  img[src="img/newlogo.png"] {
    width: 300px; /* Set the width of the logo to a fixed value */
    height: auto;
    margin-top: 20px; /* Add some spacing between the text and the logo */
  }
}
#video-container {
    overflow: hidden;
  }

  @media (max-width: 768px) {
    #video-container video {
      width: 100%;
      height: auto;
    }
    .col-md-12 {
      flex-wrap: wrap;
    }
    .col-md-12 > * {
      flex: 1;
      margin: 10px;
    }
    .col-md-12 .social-icons-facebook,
    .col-md-12 .social-icons-instagram,
    .col-md-12 .social-icons-linkedin,
    .col-md-12 .social-icons-youtube {
      flex: 0 0 100%;
      text-align: center;
      margin: 5px 0;
    }
  }
  /* Center the header items horizontally and stack them vertically on phones */
  .header-row.flex-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-item {
    display: block;
    margin: 5px 0;
  }

  /* Style for the aqua link */
  .header-item:last-child {
    text-align: center;
    margin-top: 0px;
    padding-top: 0px; /* Adjust to make the orange bar thinner */
    padding-bottom: 0px; /* Adjust to make the orange bar thinner */
  }

  /* Add blue line on phones only for the aqua link */
  @media (max-width: 767px) {
    .header-row.justify-content-between {
      justify-content: center;
    }
 

    /* Remove blue line on Lawrenceville item */
    .header-item:nth-child(3) {
      border-top: none;
    }
  }

  /* Remove blue line on computers */
  @media (min-width: 768px) {
    .header-row.justify-content-between {
      justify-content: space-between;
    }

    .header-item:last-child {
      border: none;
    }
  }




/* Popup styles */
  .popup-banner1 {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    padding: 15px;
    background-color: #ffffff;
    background-image: url('img/popup.png'); /* Replace 'your-image-url.jpg' with your actual image URL */
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999;
  }

  .popup-close1 {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }

  /* Trigger styles */
  .popup-trigger1 {
    display: inline-block;
    /* Add your trigger styles here */
  }
.containerbravo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filterDiv {
  display: none;
}

.show {
  display: block;
}

.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.popup-content {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    max-width: 50vw;
    max-height: 100vh;
    text-align: center;
    color: #fff;
    word-wrap: break-word;
  }


.close {
  color: #ccc;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #fff;
}

.description {
  margin-top: 10px;
  text-align: center;
}
  

							
  .collapsible {
    cursor: pointer;
    user-select: none;
    background-color: white;
    padding: 5px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	    list-style-type: none;
  }

  .collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .active:after {
    content: "\2212";
  }

  .contenttwo {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
   .decking-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .decking-container a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 20px;
        text-decoration: none;
        color: black;
    }

    .decking-container h3 {
        padding-right: 75px;
        margin: 10px 0;
    }

    .decking-container img {
        max-width: 150px;
        height: auto;
        padding: 10px;
    }  
.filterDiv {cursor: pointer}

/* Sidebar styles */
/*carousel buttons*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #000; /* Dark background for better visibility */
    border-radius: 50%; /* Circle shape */
    width: 50px; /* Larger size */
    height: 50px; /* Larger size */
}

.carousel-control-prev-icon:after,
.carousel-control-next-icon:after {
    content: ''; /* Using pseudo-elements for custom icons */
    display: inline-block;
    background: no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 8 8"><path d="M5.5 0l-5 4 5 4V5H8V3H5.5V0z"/></svg>'); /* Custom arrow */
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 8 8"><path d="M2.5 0v3H0v2h2.5v3l5-4-5-4z"/></svg>'); /* Custom arrow */
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #ef7505;  
  filter: drop-shadow(0 0 5px rgba(239,117,5,0.5)); /* Shadow for better contrast */
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #ef7505; /* Darker on hover */
    cursor: pointer;
}

