/*Font Definitions*/
/* Lato Regular */
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Regular.woff2') format('woff2'),
       url('/fonts/Lato-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}


/* Lato Bold */
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Bold.woff2') format('woff2'),
       url('/fonts/Lato-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

  
 
/* Basic styling */
body {
  font-size: 16px;
  font-family: 'Lato', Arial, Sans;
  line-height: 1.5; /* Increase line height for better readability */
  margin: 0;
  padding: 0;
  line-height: 1.5; 
  background-color: #F9F9F9;
  
  color: black;
   
}

/*TYPOGRAPHY*/



p {
  margin-bottom: 1.5em; /* Add spacing below paragraphs for better readability */
  text-align: left; /* Justify text for a cleaner appearance */
}


h1 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2; /* Increase line height for better readability */
  color: black;
  margin-top: 40px;
  margin-bottom: 15px;
    border-bottom: 1px solid gray; /* Solid black border */
    padding-bottom: 50px; /* Space between the text and the border */
}


h2 {
  font-size: 22px;
  font-weight: bold;
   color: black;
   line-height: 1.2;
     margin-top: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid gray; /* Solid black border */
    padding-bottom: 10px; /* Space between the text and the border */
}


h3 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: bold;
}

h4, h5, h6 {
  font-weight: 600;
}



@media (max-width: 1420px) {

h1 {
  font-size: 24px;
   	margin-top: 30px;
  margin-bottom: 10px;
    border-bottom: 1px solid gray; /* Solid black border */
    padding-bottom: 40px; /* Space between the text and the border */
}

}

@media (max-width: 1200px) {

h1 {
  font-size: 25px;
    margin-top: 40px;
  margin-bottom: 15px;
    border-bottom: 1px solid gray; /* Solid black border */
    padding-bottom: 30px; /* Space between the text and the border */
}
}


/* Mobile Typography Adjustments */
@media (max-width: 775px) {
   h1 {
  font-size: 20px;
    margin-top: 30px;
     line-height: 1.5; 
  margin-bottom: 5px;
    border-bottom: 1px solid gray; /* Solid black border */
    padding: 0 7px 30px 7px;
  }
  
   h2 {
  font-size: 19px;
   }
   
   h3 {
  font-size: 18px;
   }
  
  p {
    margin-bottom: 1.3em; /* Less space between paragraphs on mobile */
  }
}
/* List styles */
/* Add styles for all lists */
ul, ol {
  margin: 10px;
  padding: 10px;
}

/* Add styles for list items */
li {
}

/* adjust the margin in h3 headings in lists */
ul h3, ol h3 {
  margin-top: 0; 
  margin-bottom: 0; 
}
/*HEADER LAYOUT AND STYLING*/

.header-content-wrapper {
     background-color: #d6cec7;
   box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.05);
    top: 0;
    left: 0;
     width: 100%;
     z-index: 400;
}
.header-container {
 display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px; /* Example max-width */
  margin: 0 auto; /* Center the container */
}



.header-column-1 {
  flex: 0 1 20%;
  padding: .7em 0 1.2em 1em;
  order: 1;
    margin-right: auto;
}

.header-column-2 {
flex: 0 1 calc(30% - 3.75vw); /* More aggressive shrinking */
  max-width: 22.5em; /* Smaller max-width to allow further reduction */
  padding: 1em;
  margin-right: 1.25vw;
  margin-left: 1.25vw;
  order: 2;

}

.header-column-3 {
  flex: 0 1 20%;
  padding: 1em; /* Increase padding for better spacing */
  order: 3;
   max-width: 45em;
  margin-left: auto;
}


@media (max-width: 775px) {
    
    .header-content-wrapper {
        position: static; /* Make position static for mobile */
        top: auto;
        left: auto;
        width: auto; 
    }
    .header-container {
 background-color:maroon;
 padding-top: 20px;
}

.header-column-1 {
  order: 2;

  margin-left: auto;
  margin-right: auto;

}

.header-column-2 {
  display:none;

}

.header-column-3 {
  display:none;
}
}




/*END HEADER LAYOUT*/


/*NAV BAR LAYOUT*/



    

@media (max-width: 775px) {
    .nav-container {
 background-color:maroon;
}

.nav-column-1 {
  flex: 0 1 20%;
  /*visibility: hidden;*/
  order: 1;
}

.nav-column-2 {
  padding: .5em; /* Increase padding for better spacing */
  margin: 0 0 20px 0;

}



}


/*END NAV BAR LAYOUT*/



/*BREADCRUMBS - Not Using Now, Maybe Later*/

.breadcrumbs-container {
 display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.breadcrumbs-column-1 {
  flex: 0 1 20%;
  /*visibility: hidden;*/
  padding: 1.25em;
  order: 1;
}

.breadcrumbs-column-2 {
  flex: 0 1 calc(60% - 7.5vw);
  padding: 1em; /* Increase padding for better spacing */
  margin-right: 1.25vw;
  margin-left: 1.25vw;
  order: 2;
  max-width: 45em;

}

.breadcrumbs-column-3 {
    
  display: flex;
  flex-direction: column; /* Stacks children vertically */
  align-items: center; /* Centers children horizontally */
  padding-top: 300px; /* Space from the top */
  
  
  flex: 0 1 20%;
  padding: 1em; /* Increase padding for better spacing */
  order: 3;
   max-width: 45em;
   

  
  
}



@media screen and (max-width: 1420px) {
  .breadcrumbs-column-1, .breadcrumbs-column-3 {
    display: none; /* Hide column 1 */
  }

  .breadcrumbs-column-2 {
    flex-basis: 100%; /* Expand column 2 to full width */
    order: 1; /* Change order to 1, stacking column 2 on top */
    max-width: 40em;
  }

}

/*END BREADCRUMBS LAYOUT*/





/*BODY LAYOUT*/

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}



.container {
 display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.column-1 {
  flex: 1;
  /*visibility: hidden;*/
  padding: 1.25em;
  order: 1;
}

.column-2 {
  flex: 0 1 calc(60% - 7.5vw);
  padding: 1em; /* Increase padding for better spacing */
  margin-right: 1.25vw;
  margin-left: 1.25vw;
  order: 2;
  min-width: 37em;
  max-width: 42em;

}

.column-3 {
    
  display: flex;
  flex-direction: column; /* Stacks children vertically */
  align-items: center; /* Centers children horizontally */
  padding-top: 300px; /* Space from the top */
  flex: 1;
  padding: 1em; /* Increase padding for better spacing */
  order: 3;
   max-width: 45em;
   position: relative;
   z-index: 02;
  
}




@media screen and (max-width: 1420px) {
  

.column-3 {
     flex: .1;
    max-width: 20em;
}
}




@media screen and (max-width: 1220px) {
	.column-2 {
  margin-left: 1.25vw;
   max-width: 35em;
  order: 1;

}
}


@media screen and (max-width: 1087px) {
	
	.column-1 {
 display: none;
}
}


@media screen and (max-width: 1010px) {
	
	
	.column-2 {
   max-width: 30em;
     padding: none;
  margin-right: none;
  margin-left: none;

}
}

@media screen and (max-width: 1040px) {
		.column-3 {
 display: none;
}
}
	

@media screen and (max-width: 912px) {
	.column-2 {
  margin-left: 1.25vw;
   max-width: 29em;
  order: 1;

}
}
	

@media screen and (max-width: 775px) {


.column-2 {
  min-width: 100%;

}
}

/*CONTACT INFO ON TOP OF PAGE*/


.contact-info {
    text-align: left; 
    text-shadow: 0 1px 1px #d0cfe6;
    white-space: nowrap; /* Prevents the name from breaking into multiple lines */
     transform: translateY(8px); /* Adjust the value as needed */
}

.contact-info .call-today,
.contact-info .phone {
    display: block; /* Display elements as block-level */
}

.contact-info .call-today {
    color: black;
    font-family: Arial, sans-serif; /* Example of a sans-serif font */
      font-size: 1.2em;
    font-weight: bold; /* Emphasize the text */
}

.contact-info .phone {
    color: maroon;
    font-family: Arial, sans-serif; /* Example of a sans-serif font */
 /* Subtle embossed text effect */
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5), /* Light upper shadow */
                 0px -1px 1px rgba(0, 0, 0, 0.2); /* Dark lower shadow */
    font-size: 1.7em;
    font-weight: bold; /* Emphasize the text */
    margin-top: -10px; /* Reduce the top margin to bring it closer to the "Call Today" text */
}

@media screen and (max-width: 1200px) {
.contact-info {
     transform: translateY(2px); /* Adjust the value as needed */
}
}

@media screen and (max-width: 775px) {
    .contact-info {
        display: none; /* Hides the contact info on mobile */
    }
}
/*END CONTACT INFO ON TOP OF PAGE*/

/*CONTACT INFO ON MOBILE "MOBILE CALL TO ACTION"*/
/* Base styles for the mobile call to action */
.mobile-call-to-action {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position to stay at the top */
  top: 0; /* Align to the top of the screen */
  left: 0; /* Align to the left of the screen */
  width: 100%; /* Full width */
  background-color: #F9F9F9; 
  color: black; /* White text color */
  text-align: center; /* Center the text */
  padding: 10px 0; /* Padding top and bottom */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Box shadow for a subtle depth */
  z-index: 1400; /* High z-index to ensure visibility over other elements */
}

/* Styling the content inside the call to action */
.cta-content {
  display: flex; /* Use flexbox for alignment */
  flex-direction: inline; 
  justify-content: space-between; 
  align-items: center; /* Center elements horizontally */
  padding: 0 10px 0 10px;
}

.cta-text {
    font-family: arial;
    color: maroon;
    font-size: 1em;
    font-weight: bold;
    text-align: center; /* Center align text */
    text-shadow: 0 1px 1px #d0cfe6;
    white-space: nowrap; /* Prevents the name from breaking into multiple lines */
}

/* Styling the phone number and button */
.cta-phone-number {
  display: inline; 
  color: maroon; /* White text color for visibility */
  text-decoration: none; /* No underline for links */
  margin: 5px 0; /* Margin for spacing */
  font-weight: bold; /* Bold font for emphasis */
  padding-right: 0; /* Add padding to separate from the button */
}
.cta-button {
  display: block; /* Block display to take full width */
  color: white; /* White text color for visibility */
      font-size: .7em;
  text-shadow: 0 1px 1px black;
  text-decoration: none; /* No underline for links */
  margin: 5px 0; /* Margin for spacing */
  font-weight: bold; /* Bold font for emphasis */
  margin-top: 10px;
}

/* Styling the button specifically */
.cta-button {
  background-color: maroon; 
  padding: 10px 20px; /* Padding for the button */
  border-radius: 5px; /* Rounded corners for the button */
  border: none; /* No border for the button */
  font-size: 16px; /* Font size for the button */
}

/* Media query for mobile devices */
@media (max-width: 775px) {
  .mobile-call-to-action {
    display: block; /* Show the call to action on mobile devices */
    padding: 10px 0;
    justify-content: center; /* Center elements vertically */
    align-items: center; /* Center elements horizontally */
  }
}
/*END CONTACT INFO ON MOBILE "MOBILE CALL TO ACTION"*/


/*BREAD*/
/* Styles the breadcrumbs container */
#breadcrumbs {
    overflow-x: auto; /* Allows horizontal scrolling for small screens */
    white-space: nowrap; /* Keeps breadcrumbs in a single line */
}

/* Styles the breadcrumb list */
#breadcrumbs ol.breadcrumbs {
    list-style: none; /* Removes default list styling */
    padding-left: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
    display: flex; /* Displays breadcrumbs in a line */
    flex-wrap: nowrap; /* Prevents wrapping */
}

/* Styles individual breadcrumb items */
#breadcrumbs .breadcrumb-item {
    font-size: 15px;
}

/* Styles links within breadcrumb items */
#breadcrumbs .breadcrumb-item a {
    color: maroon; /* Sets the link color */
    text-decoration: none; /* Removes underline from links */
}

/* Adds a separator before each breadcrumb item except the first */
#breadcrumbs .breadcrumb-item:not(:first-child)::before {
    content: ">"; /* Defines the separator character */
    margin-right: 10px; /* Right margin for spacing */
    color: #6c757d; /* Sets the separator color */
}



/* Base styles for breadcrumbs container */
@media (max-width: 775px) {
    #breadcrumbs {
        padding: 5px 10px;
        margin: 0px auto;
        overflow-x: auto;
        display: flex;
        align-items: center;
    }

    #breadcrumbs ol {
        display: flex;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    #breadcrumbs .breadcrumb-item {
        display: flex;
        align-items: center;
        margin-right: 0px;
        font-size: 13px;
    }

    /* Correctly applying separator only between items */
    #breadcrumbs .breadcrumb-item:not(:first-child)::before {
        content: "/";
        color: #6c757d;
        margin: 0 5px;
    }

    #breadcrumbs .breadcrumb-item a {
        color: maroon;
        text-decoration: none;
        white-space: nowrap;
    }
    
      /* Adjusting visibility for compact display */
    #breadcrumbs .breadcrumb-item:not(:nth-last-child(-n+2)) {
        display: none; /* Hides items except for the last two */
    }
}


/*END BREAD*/

/*HEADER*/
#header {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
 
}




/*Firm Name*/
.firm-name {
    font-family: 'Times New Roman', serif; /* Example of a serif font */
    color: maroon;
    text-align: center; /* Center align text */
    text-shadow: 0 1px 1px #d0cfe6;
    white-space: nowrap; /* Prevents the name from breaking into multiple lines */
    transform: translateY(10px); /* Adjust the value as needed */

}

.firm-name .law-offices-of,
.firm-name .name,
.firm-name .years {
    margin: 0; /* Removes default margin to bring lines closer */
    padding: 0; /* Adjust padding as needed */
}

.firm-name .law-offices-of {
    	font-size: 1.1em;
        margin-bottom: -5px; /* Pulls the second line closer */
}

.firm-name .name {
    font-size: 1.5em;
    font-weight: bold; /* Makes the name bold */
    line-height: 1; /* Adds more space before the third line */
    margin-bottom: 5px; /* Adjust spacing between lines as needed */

}

.firm-name .years {
    font-style: italic; /* Italicize the 'years of service' line */
    font-size: 1.1em;
}

.separator-line {
    width: 250px; /* Adjust width as needed */
    height: 1px; /* Adjust height as needed */
    background-color: maroon; /* Color of the separator line */
    margin: 0 auto; /* Center the separator line */
    margin-bottom: 0px; /* Adjust spacing between lines as needed */
}

.firm-name-link {
  text-decoration: none; /* Removes underline */
  color: inherit; /* Inherits text color from parent elements */
  display: block; /* Ensures the link is block-level, wrapping the entire content */
}

@media screen and (max-width: 775px) {
    .firm-name {
        color: white; /* Change font color to white */
        background-color: maroon;
        font-size: 16px; /* Adjust font size for mobile */
        text-shadow: 0 1px 1px black;
        padding-top: 5em;
    }

    .firm-name .law-offices-of,
    .firm-name .name,
    .firm-name .years {
        margin: 0; /* Removes default margin to bring lines closer */
        padding: 0; /* Adjust padding as needed */
    }

    .firm-name .law-offices-of {
        font-size: 20px; /* Adjust font size for mobile */
        margin-bottom: -5px; /* Pulls the second line closer */
    }

    .firm-name .name {
        font-size: 27px; /* Adjust font size for mobile */
        font-weight: bold; /* Makes the name bold */
        padding-bottom: 5px; /* Adjust padding as needed */
    }

    .firm-name .years {
        font-style: italic; /* Italicize the 'years of service' line */
        font-size: 19px; /* Adjust font size for mobile */
        padding-top: 3px;
    }

    .separator-line {
        width: 210px; /* Adjust width as needed for mobile */
        height: 1px; /* Adjust height as needed */
        background-color: white; /* Color of the separator line */
        margin: 0 auto; /* Center the separator line */
    }
}


/*end firm name*/

/* Media query for mobile devices */
@media (max-width: 775px) {
  #header {
    background-color: maroon; /* Maroon background for mobile */
    color: white; /* Adjusts the text color within the header, if necessary */
  }

  .firm-name, .firm-name a {
    color: white; /* White text for firm name and its link */
  }
}
/*End Header*/

/*NAVIGATION BAR*/
/* Base Navigation Bar Styles */
.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    color: maroon;
    margin-top: 14px;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    z-index: 1500;
}

.nav-links li a {
    display: block;
    padding: 0 1rem 0 1rem;
    color: maroon; 
    font-family: Arial, sans-serif;
    font-weight: bold;
    
    text-decoration: none;
    transition: color 0.3s;
    border-bottom: 3px solid transparent; 
}

.nav-links li a:hover,
.nav-links li a.active {
    color: maroon; /* Or your hover text color */
    border-bottom: 3px solid maroon; /* Change to visible border on hover */
}

.nav-links .short-text {
  display: none;   /* Hide short text by default */
}

/* Relative position on li parent */
.nav-links > li {
  position: relative; 
}

/* Absolute position on open */  
.submenu-active .sub-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 100%; 
  z-index: 1010;
}

.sub-menu {
  display: none;
  position: absolute;
    left: 0;
    top: 100%; 
    z-index: 1030;
  background-color: #ffffff; /* Solid white background for visibility */
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); /* Optional: adds a subtle shadow for depth */
  border-radius: 5px; /* Optional: rounds the corners of the sub-menu */
  top: 100%;
}



.sub-menu.show {
    display: block;
}


.sub-menu a {
  display: block;
  padding: 10px 15px; /* Adjust as needed for padding */
  color: maroon; /* Or another color that contrasts well with the background */
  text-decoration: none;
}

.sub-menu a:hover {
  background-color: #f2f2f2; /* Light gray background on hover for contrast */
}

/* Display on hover */  

.nav-links li .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0; /* Ensure there's no default margin causing space around */
}

.nav-links li .sub-menu li {
  list-style-type: none; /* Reinforce removal of list style */
  margin-bottom: 10px; /* Adds space between sub-menu items */
}

.nav-links li:hover .sub-menu,
.sub-menu:hover {
  display: block;
}

/* Burger Menu Styles */
.burger {
    display: none; /* Hidden by default */
    cursor: pointer;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: maroon;
    margin: 5px;
    transition: all 0.3s ease;
}

/* Responsive Styles */



@media (max-width: 1300px) {
    
  .nav-links .full-text {
    display: none;
  }
  .nav-links .short-text {
    display: inline; /* or block, depending on your layout */
  }
}

@media (max-width: 1100px) {
	
.navbar {
    justify-content: flex-end;
    margin-top: 5px;
}

  .nav-links {
  font-size: .9em;
   padding: 1rem .3rem 0 .3rem;
  }
}
  
@media screen and (max-width: 800px) {
    
      .navbar {
        background-color: maroon; /* Change to maroon for mobile */
    }
    
    .nav-links {
        position: fixed; /* Fixed position to stay visible */
        right: 0;
        height: 100vh; /* Full viewport height */
        top: 80px;
        background-color: #333; /* Darker background for the menu */
        display: none; /* Hidden by default */
        flex-direction: column;
        align-items: center;
        width: 40%; /* Adjust width as necessary */
        transform: translateX(100%); /* Start off-screen */
        transition: transform 0.3s ease-out;
        color: white;
        z-index: 1010; /* Higher than the mobile call-to-action */
    }
    
     .nav-links li a {
        color: white; /* Ensure this is here to explicitly set link colors to white */
        background-color: #333;
        text-decoration: none; /* Removes underline from links */
        padding: 1rem; /* Provides padding around each link */
        transition: color 0.3s ease; /* Smooth transition for color changes */
    }

    .nav-links.nav-active {
        display: flex; /* Display flex to show the menu */
        transform: translateX(0); /* Move into view */
        padding-top: 20px;
    }
    
    /*SUB MENU MOBILE*/
    /* Absolute position on open */  
.submenu-active .sub-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 100%; 
  z-index: 1010;
}

.sub-menu {
  display: none;
  position: absolute;
    left: 0;
    top: 100%; 
    z-index: 1030;
  background-color: #333; /* Solid white background for visibility */
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); /* Optional: adds a subtle shadow for depth */
  border-radius: 5px; /* Optional: rounds the corners of the sub-menu */
  top: 100%;
}

.sub-menu.show {
    display: block;
}


.sub-menu a {
  display: block;
  padding: 10px 15px; /* Adjust as needed for padding */
  color: maroon; /* Or another color that contrasts well with the background */
  text-decoration: none;
}

.sub-menu a:hover {
  background-color: #f2f2f2; /* Light gray background on hover for contrast */
}

/* Display on hover */  

.nav-links li:hover .sub-menu,
.sub-menu:hover {
  display: block;
}

    /*SUB MENU MOBILE*/

    .burger {
        display: block; /* Show burger icon */
        z-index: 1010; 
   
    }
    
    .burger div {
        background-color: white; 
    }
    
    .burger.toggle div {
    background-color: white;
}

    /* Burger Animation */
    .toggle .line1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .toggle .line2 {
        opacity: 0;
    }

    .toggle .line3 {
        transform: rotate(45deg) translate(-5px, -6px);
    }
}


/*END NAVIGATION BAR*/


/* Read More Section */

.content {
    margin: 20px;
}

.summary {
    margin-bottom: 10px;
}

.more-content {
    margin-top: 10px;
}

button {
    cursor: pointer;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
}

button:hover {
    background-color: #0056b3;
}
/*end Read More*/

/*Accordion*/

.accordion {
    width: 100%;
    max-width: 800px; /* Adjust to fit your design */
    margin: auto;
}

.accordion-item {
    background-color: maroon; /* Your chosen color */
    color: white;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-title {
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-title h2 {
    font-size: 1.25rem;
    margin: 0;
    color: white;
}

.accordion-title .icon {
    font-size: 1.5rem;
    font-weight: bold;
}

.accordion-content {
    display: none; /* Hidden by default */
    padding: 15px;
    border-top: 2px solid white; /* Separator */
}

.accordion-content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}
/*end accordion*/

/* WIDGET */

.column-3 .widget {
    background: #d6cec7;
   box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.05);
    color: maroon;       
    padding: 10px;   
    padding-bottom: 20px;
    border-radius: 8px;        
    height: auto;              
    word-wrap: break-word; 
     z-index: 200; /* Lower z-index */
}
 

.column-3 .widget h3,
.column-3 .widget p {
    max-width: 80%; /* Adjust as needed */
    margin: 0 auto; /* Center the text block */
}

.widget h3 {
    margin-top: 0;
    margin-bottom: 15px;      
    font-size: 1.4em;         
    font-weight: bold;         /* Bold font weight for emphasis */
}

.widget p {
    margin-bottom: 1.5em !important; /* Increased space, forcing priority */
}

.widget img {
  max-width: 250px;
  height: auto;
  margin: auto;
  padding: 15px 0 10px 20px;
}


@media (max-width: 775) {
    .column-3 .widget {
        display: none;
    }
}





/*END WIDGET*/

/*EMAIL BUTTON - used in widget*/
.email-button {
  display: inline-block;
  background-color: #823838; /* Button background color */
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.05); 
  color: white; /* Button text color */
  text-shadow: 0 1px 1px black;
  padding: 10px 0px; /* Button padding */
  max-width: 200px;
  border-radius: 5px; /* Rounded corners */
  text-decoration: none; /* Removes underline from the link */
  font-weight: bold; /* Makes the text bold */
  text-align: center; /* Center align text */
  margin-top: 20px; /* Space above the button */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
   display: block; /* Change from inline-block to block */
  margin: 20px auto; /* Adds top margin and centers the button horizontally */
  /* Keep the rest of your styles unchanged */
}

.email-button:hover {
    transition: background-color 0.3s, box-shadow 0.3s;
  background-color: #802020; /* Darker shade of maroon for hover effect */
  color: #ffffff; /* Keeps text color white on hover */
}
/*end email button*/

/* TABLE */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
    color: #333;
}

/* Table headers */
thead {
    background-color: #2C3E50;
    color: #ECF0F1;
}

th, td {
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
}

th {
    font-weight: bold;
}

/* Striped rows for better readability */
tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

/* Hover effect for rows */
tbody tr:hover {
    background-color: #f0f0f0;
    transition: background-color 0.3s ease;
}

/* Active row style */
tbody tr.active-row {
    background-color: #D4E6F1;
}

/* Optional: Adjust the table to be more mobile-friendly */
@media (max-width: 775px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        margin-bottom: 0.6rem;
    }

    td {
        border: none;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-column);
        color: #2C3E50;
        font-weight: bold;
    }
}


/* Mobile responsiveness and styles in mobile */
@media (max-width: 775px) {
  #menu {
    display: none;
  }
  .call-to-action-box {
    display: none; 
  }
  .call-to-action-box-mobile {
    display: block;  
  }
   .container {
    flex-direction: column;
  }

  .column-2,
  .column-3 {
    flex: auto; 
  }
  
  body {
    font-size: 18px;  
  }
  
}

  
  



/*END HEADING TAGS*/

/* Remove default link styling for phone and email */
.phone-number a, .email-address a {
  color: black;
  text-decoration: none;
}
/* Table of Contents */
.table-of-contents {
    width: 400px;
    border: 3px solid #f5f5f5;
    padding: 10px;
    margin: 30px 20px;  
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.table-of-contents h2 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.table-of-contents ul {
    list-style-type: none;
    padding-left: 0;
}

.table-of-contents li {
    margin-bottom: 5px;  /* Reduced space between list items */
    font-size: 15px;
}

.table-of-contents a {
    display: inline-block;
    padding: 14px 10px;  /* Increased padding to expand tap target size */
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
    border-radius: 4px;
}

.table-of-contents a:visited {
    color: #888;
}

.table-of-contents a:hover {
    color: #007BFF;
    background-color: #f5f5f5;
}

/*EMBEDDED VIDEOS*/
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* End Embedded Videos*/

/* Footer styling */
#footer {
  background-color: #333;
  color: white;
  padding: 30px 20px;
  text-align: center;
  border-top: 1px solid #555;
}

.footer-content {
  max-width: 1200px;
  margin: auto;
}

.footer-content p {
  margin: 0;
  padding: 0;
}

/* Mobile responsiveness for footer */
@media (max-width: 775px) {
  .footer-content {
    padding: 15px;
  }
}

/*CONTACT FORM*/
form {
    background: #d6cec7;
    padding: 18px;
    margin-top: 40px;
    border-radius: 8px;
   box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.05);
    line-height: .8;
}

.form-label {
    display: block;
    margin-bottom: 0; /* Further reduced margin for tighter vertical spacing */
}

form h3 {
    text-align: center;
}

.form-input {
    background-color: #F9F9F9;
    width: 100%;
    min-width: 265px;
    font-size: 15px;
    padding: 7px; /* Further reduced padding */
    margin-bottom: 0; /* Further reduced margin for closer spacing */
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 -1px 1px rgba(0, 0, 0, 0.25);
}

/* Specific targeting for textarea to adjust its height, assuming it uses .form-input */
textarea.form-input {
    height: 150px; /* Adjusted height for about 5 lines, keep or adjust as needed */
}

.form-input[type="submit"] {
    display: inline-block;
    width: auto; /* Set width to auto to allow it to adjust based on content */
    min-width: 100px; /* Reset the min-width property */
    max-width: 200px; /* Set a maximum width for the button */
  background-color: #823838; /* Button background color */
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.05); 
  color: white; /* Button text color */
  font-size: 17px;
  text-shadow: 0 1px 1px black;
  padding: 10px 0px; /* Button padding */
  border-radius: 5px; /* Rounded corners */
  text-decoration: none; /* Removes underline from the link */
  font-weight: bold; /* Makes the text bold */
  text-align: center; /* Center align text */
  margin-top: 20px; /* Space above the button */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
   display: block; /* Change from inline-block to block */
  margin: 20px auto; /* Adds top margin and centers the button horizontally */
  /* Keep the rest of your styles unchanged */
}

.form-input[type="submit"]:hover {
    transition: background-color 0.3s, box-shadow 0.3s;
  background-color: #802020; /* Darker shade of maroon for hover effect */
  color: #ffffff; /* Keeps text color white on hover */
  cursor: pointer; /* Change cursor to hand pointer on hover */
}
/*END CONTACT FORM */

