ul > li > ul {
		list-style-type: disc; 
		}
        ul > li:has(> ul) {
		list-style-type: none; padding-left: 0; 
		}
.image-banner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 10px;
}
.mission {
  color: #151853;
  font-family: 'BemboStd', serif;
  font-size: 18px;
/*  font-weight: bold;*/
  padding-left:25px;
  padding-right:25px;
  margin-top:-5px;
 
}
.image-banner-container img {
  max-width: 100%;
  height: auto;
}
    .services-grid {
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
        text-align: center;
    }

    .service-item {
        flex: 1 1 264px;
        max-width: 264px;
    }

    .service-item img {
        display: block;
        width: 264px;
        height: 236px;
    }

    .service-item p {
        margin-top: 10px;
        font-weight: bold;
    }


.hamburger-toggle {
  display: none;
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .hamburger-toggle {
    display: block !important;
  }
}


.mobile-menu {
  display: none;
}

@media (max-width: 767.98px) {
  .mobile-menu {
    display: block !important;
	background-color:#dff0f7 !important;
  }
}
.mobile-menu .nav-link {
  font-family: 'BemboStd', serif;
    font-size: 11.5pt; 
 
    color: #181c61 !important; 
  padding: 0 0.5rem;
  font-weight: 500;
  text-decoration: none;
}

.mobile-menu span {
  color: #000;
}
	  /* General Styling */
.quick-link {
    text-align: center;
}

/* Adjust link sizes for smaller devices */
.quick-link img {
    max-width: 100%;
    height: auto;
}

/* Ensure two links per row for viewport widths 1200px or less */
@media (max-width: 1200px) {
    .col-lg-2 {
        flex: 0 0 50%; /* Each link takes up 50% of the row */
        max-width: 50%; /* Ensure each column doesn't exceed 50% width */
    }
}

/* Margin adjustments for spacing */
.row {
    margin-left: 0;
    margin-right: 0;
}

/* For small screens, ensure proper padding and no overcrowding */
@media (max-width: 767px) {
    .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
	  
	  
	  
	   @media (min-width: 992px) {
	   
	     .navbar-nav {
            margin-left: auto;
        }
		
        }
	  
	  @media (min-width: 1200px) {
  .container2, .container2-lg, .container2-md, .container2-sm, .container2-xl {
    max-width: 1280px;
  }
}

	@media (min-width: 1400px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem !important;
  }
}



	  @font-face {
    font-family: 'Franklin Gothic Book';
    src: url('../fonts/Franklin Gothic Book Regular.ttf') format('truetype');
}


	  @font-face {
    font-family: 'Franklin Gothic Demi';
    src: url('../fonts/Franklin Gothic Demi Regular.ttf') format('truetype');

}


	  @font-face {
    font-family: 'Franklin Gothic Demi Cond';
    src: url('../fonts/Franklin Gothic Demi Cond Regular.ttf') format('truetype');

}


	  @font-face {
    font-family: 'Franklin Gothic Heavy';
    src: url('../fonts/Franklin Gothic Heavy Regular.ttf') format('truetype');

}



	  @font-face {
    font-family: 'Franklin Gothic Medium';
    src: url('../fonts/Franklin Gothic Medium Regular.ttf') format('truetype');

}


	  
	  @font-face {
    font-family: 'BemboStd';
    src: url('../fonts/BemboStd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

	  @font-face {
    font-family: 'BemboStd-Bold';
    src: url('../fonts/BemboStd-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: bold;
}

	  @font-face {
    font-family: 'BemboStd-BoldItalic';
    src: url('../fonts/BemboStd-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

 @font-face {
    font-family: 'BemboStd-ExtraBold';
    src: url('../fonts/BemboStd-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: 'BemboStd-ExtraBoldItalic';
    src: url('../fonts/BemboStd-ExtraBoldItalic') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'BemboStd-Italic';
    src: url('../fonts/BemboStd-Italic') format('truetype');
    font-weight: normal;
    font-style: italic;
}



@font-face {
    font-family: 'BemboStd SemiboldItalic';
    src: url('../fonts/BemboStd-SemiboldItalic.ttf') format('ttf');
    font-weight: 600;
    font-style: italic;
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}

	.active, .accordion:hover {
    background-color: #e9e9e9;
}

.accordion {
    background-color: #e9e9e9;
    color: #061b3c;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
	font-weight:700;
	margin-top:10px;
}

button.accordion::after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.footer-address{
 font-family: 'BemboStd-Bold';
 text-align:left;
 font-size:20px;
}

.footer-addressc{
 font-family: 'BemboStd-Bold';
 text-align:left;
 font-size:18px;
 color:white;
}
  a.link-white {
    color: white !important;
    text-decoration: none;
  }

  a.link-white:hover {
    text-decoration: none;
	color: white !important; 
  }
a {
	color: #2F37A5 !important; 
}

.content-below-header {
    flex: 1;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

.picimg{
	max-width:100%;
}
 .eblack {
  color: #a0a2b1;
  font-family: 'Franklin Gothic Book', sans-serif;
}

.eblack a:link, .eblack a:visited {
  color: #a0a2b1;
} 
.breadcrumbs {
  font-size: 12pt;
  margin-top: 0;
  margin-bottom: 0;
}
 
 .gbar {
  background-color: #f6f7fb;
  margin-top:10px;
}

body{
	font-family: 'Franklin Gothic Book', sans-serif;
	font-size:17px !important;
}

caption, .caption{
	font-style: italic;
	text-align:center;
	color:#212529;
}

.btn-outline-secondary{
	color:#6c757d;
	border-color:#ced4da;
}

.fixed-header {
    /*position: fixed;*/
    position: relative;
	top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #f5f5f5; 
  /*  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

.shd{
	box-shadow: 0 2px 5px rgba(21, 15, 15, 0.5);
}

.content-below-header {
    margin-top:0px; /* 160px Adjust as needed */
}


.nav-container {
  display: inline-flex;
  align-items: center;
}

.footer-nav {
  margin-right: 20px;
  /* Added */
  display: flex;
  flex-direction: column; /* Adjusted to column layout */
  margin-top: 20px;
}

.footer-nav a {
  display: block;
  color: white !important;
  text-decoration: none;
  margin-bottom: 5px;
  /* Adjusted */
  text-align: left;
}
        p {
            color: black;
        }


 h1 {
            font-family: 'Franklin Gothic Heavy', sans-serif;
            font-size: 30px;
            line-height: 1.05;
            color: #2e35a1;
			padding-top:25px;
			padding-bottom:25px;
        }
        h2 {
              font-family: 'Franklin Gothic Demi', sans-serif;
            font-size: 26px;
            line-height: 1;
            color: #1b3160;
			font-style: italic;
            padding: 0px;
			font-weight:400;
        }
        h3 {
            font-family: 'Franklin Gothic Demi', sans-serif;
            font-size: 22px;
             color: #2e35a1;
			font-weight:700;
        }
		        h4 {
            font-family: 'Franklin Gothic Demi', sans-serif;
            font-size: 18px;
            font-style: italic;
            color: #1b3160;
			font-weight:700;
        }
         ul li {
            font-size: 17px;
            line-height: 1.6;
        }
        ul li {
            color: black;
        }

.content th.table-title {
    text-align: center !important;
    background-color: #edeef6 !important;
    color: black !important;
}

.content dl, ol, ul{
	margin-top:0;
	margin-bottom:20px;
}



  .content h1 {
            font-family: 'Franklin Gothic Heavy', sans-serif;
            font-size: 30px;
            line-height: 1.05;
            color: #2e35a1;
			transform: scaleY(1.1);
			margin-bottom:15px;
        }
        .content h2 {
            background-color: #f3eee2;
            border-top: 1px solid #2e35a1;
            font-family: 'Franklin Gothic Demi', sans-serif;
            font-size: 26px;
            line-height: 1;
            color: #2e35a1;
            padding: 6px;
			margin-top:30px;
			margin-bottom:15px;
        }
        .content h3 {
            font-family: 'Franklin Gothic Demi', sans-serif;
            font-size: 22px;
            font-style: italic;
            color: #2e35a1;
			margin-top:30px;
			margin-bottom:15px;
        }
         .content ul li {
            font-size: 18px;
            line-height: 1.6;
        }
        .content ul li {
            color: #2e35a1;
        }
        .content .table-container {
            overflow-x: auto;
        }
		
		.content p{
		 font-size: 18px;
		 font-family: 'Franklin Gothic Book', sans-serif;
		 margin-bottom:10px;
		}
        .content table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
            border: 1px solid #2e35a1;
            font-size: 18px;
			margin-top:15px;
        }
        .content table, .content th, .content td {
            border: 1px solid #2e35a1;
        }
        .content td {
            padding: 8px;
            text-align: left;
			background-color: #fff;
        }
		
		.content th {
            padding: 8px;
            text-align: left;
			background-color: #f3eee2;
        }
        .related-links {
          
            margin-top: 65px;
			padding-left:45px;
			padding-right:45px;
        }
        .related-links h2 {
            border-top: 1px solid #2e35a1;
            border-bottom: 1px solid #2e35a1;
            color: #2e35a1;
            padding: 6px 0;
			font-family: 'Franklin Gothic Demi', sans-serif;
			font-style: normal;
			font-weight:bold;
		}   
        .related-links ul {
            list-style-type: disc;
            padding-left: 40px;
			 font-family: 'Franklin Gothic Book', sans-serif;
			color:#181c61;
        }
        .related-links ul li {
            margin-bottom: 10px;
        }
        .related-links ul li a {
            text-decoration: none;
            color:#181c61;
            transition: color 0.3s ease;
        }
        .related-links ul li a:hover {
            color: #000;
        }
        .page-updated {
            font-family: 'Franklin Gothic Book', sans-serif;
            font-style: italic;
            font-size: 12px;
        }

.bgw{
	background-color:white;

}

.mtb{
		margin-top:-5px;
	margin-bottom:-18px;
}


	 .cbg{
 background-image: url('../images/cbg.png');
  background-size: cover;
	 }

	.mission-image{
	}
	
	.ms{
	width:100%;
	}
	
    .mission-image img {
        width: 100%;
        display: flex;
        margin: 0 auto;
		  justify-content: center;
    }
.image-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-row img {
    flex: 1 0 auto;
    max-width: 100%;
    height: auto;
}

.image-row a {
    display: flex;
    flex: 1 0 auto;
    margin: 0;
    padding: 0;
}

.image-row a img {
    flex: 1 0 auto;
    max-width: 100%;
    height: auto;
    display: block; 
    margin: 0; 
    padding: 0; 
}
	


.styled-section {
    background-color: #303474;
    color: white;
    text-align: center;
    font-family: 'BemboStd-SemiboldItalic', sans-serif;
    font-size: 26px;
    padding: 20px;
    border-top: 2px solid #ebba14;
    border-bottom: 2px solid #ebba14;
}

       
	 
/* Navbar Collapse Menu Styles */
.collapse.navbar-collapse ul.navbar-nav {
    list-style-type: none; /* Remove default list styles */
    padding: 0; /* Remove default padding */
}

.collapse.navbar-collapse ul.navbar-nav li.nav-item {
    margin-bottom: 10px; /* Adjust spacing between menu items */
}

.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    font-family: 'BemboStd', serif; /* Apply Bembo font */
    font-size: 12pt; /* 15pt Set font size */
    line-height: 110%; /* Set line height */
    width: 100%; /* Full width */
    color: #181c61 !important; /* Set text color */
    text-decoration: none; /* Remove underline */
    transition: color 0.3s ease; /* Smooth color transition */
}

.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover,
.collapse.navbar-collapse ul.navbar-nav li.nav-item a.nav-link:focus {
    color: #000; /* Darken text color on hover/focus */
}
	 
	  .navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.5);
  border-color: rgba(255,255,255,.1);
  background-color:black;
}
	  
	  .navbar-nav .nav-link {
    font-family: 'BemboStd', serif;
    font-size: 12pt;
 
    width: 100%;
    color: #181c61 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}
	     .header-logo img {
        max-width: 100%;
        height: auto;
    }

    .custom-navbar .nav-item .nav-link {
        color: #black;
        margin-right: 0px;
    }

    .form-inline {
        display: flex;
        align-items: center;
    }

    .form-inline .form-control {
        width: auto;
    }

    .custom-spacing {
        margin-left: 10px;
    }
	  
#map { height: 660px; 
margin-bottom:0px;
 }

.hide {
  display: none;
}

.addtpic {
  width: 250px !important;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nodisplay {
  display: none !important;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
	display:block;
	
}
        /* Custom styles go here */
        .header-logo img {
            max-height: auto;
        }
		
		.bg-primary.sticky-header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000; /* Adjust z-index as needed */
        }
		
		.shadow-bottom {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25); /* Stronger and more prominent shadow */
}
		
.content {
  padding-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
}

/*.colhead {
  border-top: 1px solid #2e35a1;
  border-bottom: 1px solid #2e35a1;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 15px;
  background: #edeef6;
  color: #6161d6;
  width: 100%;
  font-weight: 400;
  text-align: center;
}*/

.padds {
  padding-top: 25px;
  background: transparent;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 0;
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  box-shadow: none;
}

.padds h2{
	font-weight:400;
}
h2.colhead {
  color: #1b3160;
  font-family: 'Franklin Gothic Demi', sans-serif;
  margin-top: 3%;
  margin-bottom: 2%;
  letter-spacing: 0.5px;
  background: #f6f7fb;
  border-top: 1px solid #04045b;
  letter-spacing: 0;
  font-size: 26px;
  padding-left: 5px;
  padding-top: 6px;
  padding-bottom: 7px;
}
		.black{
		background-color:black;
			}
			
				.white{
		background-color:white;
			}
			
			.navbar-dark .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
			
			.bg-primary {
  background-color: #f5f5f5 !important;
}



    .ml-2 {
        margin-left: 10px; /* Adds space between the image and the Google Translate element */
    }
	
	.custom-navbar .nav-item {
    margin-left: -32px; /* Adjust the value to get the desired spacing */
}



.custom-spacing > div {
    margin-left: 50%; /* Adjust the value to get the desired spacing */
}

.custom-spacing > div:first-child {
    margin-left: 0; /* Remove the left margin for the first child */
}

.gray{
background-color:#e3e3e3;
}

.navbar-nav .nav-link:hover {
  color: black !important;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}




	.img-max{
		width:100%;
	}
	.ptr{
	padding-right:10%;
	}
	
	.ptl{

	padding-left:10%;
	}
	
	.ptlrn{

	padding-left:10%;
	}
	
	.ptrue{
	padding-right:5%;
	}
	
	.container{
	max-width:100% !important;
	}
	
	.news-section {
    background-image: url('../images/NewsEventsBack.gif');
    background-size: cover; /* Adjust as needed */
    background-repeat: no-repeat;
}

.events-section {
    background-image: url('../images/eventsbg.png');
    background-size: cover; /* Adjust as needed */
    background-repeat: no-repeat;
	padding-left:5%;
}

.headline {
    color: white; /* Set text color to white */
    position: relative; /* Ensure proper positioning for the background image */
    font-family: 'BemboStd', serif; /* Apply Bembo font */
    font-size: 24px; /* Set font size */
    line-height: 110%; /* Set line height */
    font-weight: bold; /* Set font weight to bold */
    margin-bottom: 30px; /* Adjust margin bottom to create space */
	margin-top: 15px; /* Adjust margin bottom to create space */
}

.headline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px; /* Adjust bottom to increase space between h2 and line */
    width: 90%;
    height: 5px; /* Adjust height as needed */
    background-image: url('../images/Y2Ogradbar.gif');
    background-size: cover;
}

.custom-list-item {
    color: white;
    margin-bottom: 20px; /* Adds space between list items */
    padding-left: 40px; /* Adjust this for spacing between bullet and text */
    position: relative; /* Allows positioning of the pseudo-element */
}

.custom-list-item::before {
    content: "";
    display: inline-block;
    width: 20px; /* Adjust size of bullet image */
    height: 20px; /* Adjust size of bullet image */
    background-image: url('../images/Robot_Bullet.gif'); /* Custom bullet image */
    background-repeat: no-repeat;
    background-size: contain; /* Ensures the image scales correctly */
    background-position: left center;
    position: absolute;
    left: 0; /* Aligns bullet image to the left */
    top: 25%; /* Centers the bullet vertically */
    transform: translateY(-50%); /* Adjusts for perfect vertical centering */
	  font-family: 'Franklin Gothic Book', sans-serif;
}

.custom-list-item a { color: white !important; text-decoration: none; /* Removes underline */ }
 .custom-list-item a:hover { text-decoration: underline; /* Optional: Add underline on hover */ }


.custom-list-item::before {
    content: "";
    display: inline-block;
    width: 25px; /* Adjust size of bullet image */
    height: 80px; /* Adjust size of bullet image */
    background-image: url('../images/Robot_Bullet.gif'); /* Custom bullet image */
    background-repeat: no-repeat;
    background-size: contain; /* Ensures the image scales correctly */
    background-position: left center;
    position: absolute;
    left: 0; /* Aligns bullet image to the left */
    top: 70%; /* Centers the bullet vertically */
    transform: translateY(-50%); /* Adjusts for perfect vertical centering */
	  font-family: 'Franklin Gothic Book', sans-serif;
}

.custom-date {
    display: block;
    color: white;
    font-size: 0.9em; /* Adjust the font size as needed */
    margin-top: 5px; /* Adds space between news item and date */
	font-family: 'BemboStd', serif; /* Bembo regular */
}

.bg-tfoot{
 background-color:#191e65;
}

.bg-tfoot p{
color:white;
 
}
.bg-mfoot{
	background: url('../images/FooterBarBack.gif');
	}
.custom-image-container {
    display: inline-block;
    margin: 10px 20px; /* Adjust the margin as needed */
	margin-bottom:12px;
}


.image-container {
    display: inline-block;
    margin: 0 30px; /* Adjust the margin as needed */
}

.img-ms{
width:100%;
}

.ft {
  font-size: 14px;
  color: white;
  margin-top: 0px;
  font-family: "Franklin Gothic Book", sans-serif;
}

.footer-link {
    color: white !important; 
    text-decoration: none; 
}

.footer-link:hover {
    text-decoration: underline; 
}

.paddhl1{
	padding-left: 7%;
padding-right: 4%;
}

.paddhl2{
	padding-left:0%;
	padding-right:7%;
}

.contact h2 {
  font-weight: 400;
  color: white;
}
.welc {
  margin-bottom: 10px;
    margin-top: 10px;
  padding-left: 7%;
  padding-top: 1%;
  font-family: 'BemboStd', serif;
  font-weight:bold !important;
}
.contact {
  background: url('../images/LocationBack.gif') no-repeat center center;
  background-size:cover;
}



.rcont {
  background:#96abc0;
  background-size: cover;
  height: /*615px*/100% !important;
  color: #232037;
  padding: 5% 5% 5% 20%; /* Adjusted padding */
  font-family: 'BemboStd', serif; /* Apply default font */
}
.rcont2 {
  background:#a9abcc;
  background-size: cover;
  height: /*615px*/100% !important;
  color: #232037;
  padding: 5% 5% 5% 20%; /* Adjusted padding */
  font-family: 'BemboStd', serif; /* Apply default font */
  font-size: 18px;
}

.rcont2 a{
	text-decoration:underline;
	color:black !important;
}
.rcont .cpimg {
 margin-right: 10px;
}

.rcont .cpimg::before {
	content: " ";
}

.rcont h4 {
  font-family: 'BemboStd', serif;
font-size: 22px;
  font-weight: bold;
}

.rcont h5 {
  font-family: 'BemboStd', serif;
font-size: 21px;
  font-weight: bold;
}
.rcont p {
  font-family: 'BemboStd', serif;
  font-size: 20px; /* Equivalent to .85rem */
}

.rcont .fax-numbers {
  font-family: 'BemboStd', serif;
  font-size: 20px; /* Equivalent to .85rem */
  font-style:italic;
  
}

.rcont .fax-numbers a {
  color: inherit !important;
  text-decoration: none;
  font-style: normal;
  margin-left: 10px;
}

.rcont .fax-numbers::before {
	content: " ";
}

.rcont a {
  color: inherit !important; /* Inherit color from parent */
  text-decoration: none; /* Remove underline */
}

.rcont a:hover,
.rcont a:focus {
  color: inherit; /* Maintain the same color on hover and focus */
  text-decoration: none; /* Keep underline removed on hover and focus */
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.b4 {
  max-width: 1576px !important;
}

.adsec {
  background-color: #313467;
  padding: 0px 0;
}


@media (max-width: 1680px) {

	.custom-navbar .nav-item {
    margin-left: -36px; /* Adjust the value to get the desired spacing */
}


#map { height: 630px; 
margin-bottom:0px;
 }


.rcont {
  background:#96abc0;
  background-size: cover;
  height: /*615px*/100% !important;
  color: #232037;
  padding: 5% 5% 5% 20%; /* Adjusted padding */
  font-family: 'BemboStd', serif; /* Apply default font */
}
.rcont2 {
  background:#a9abcc;
  background-size: cover;
  height: /*615px*/100% !important;
  color: #232037;
  padding: 5% 5% 5% 20%; /* Adjusted padding */
  font-family: 'BemboStd', serif; /* Apply default font */
  font-size: 18px;
}

	.ptr{
	padding-right:10%;
	}
	
	.ptl{

	padding-left:7%;
	}
	

}


@media (max-width: 1536px) {
	
		.custom-navbar .nav-item {
    margin-left: -26px; /* Adjust the value to get the desired spacing */
}

	.custom-list-item {
    color: white;
    margin-bottom: 20px; /* Adds space between list items */
    padding-left: 0px; /* Adjust this for spacing between bullet and text */
    position: relative; /* Allows positioning of the pseudo-element */
}
.custom-list-item::before {
    content: "";
    display: none;
    width: 20px; /* Adjust size of bullet image */
    height: 20px; /* Adjust size of bullet image */
    background-image: url('../images/Robot_Bullet.gif'); /* Custom bullet image */
    background-repeat: no-repeat;
    background-size: contain; /* Ensures the image scales correctly */
    background-position: left center;
    position: absolute;
    left: 0; /* Aligns bullet image to the left */
    top: 25%; /* Centers the bullet vertically */
    transform: translateY(-50%); /* Adjusts for perfect vertical centering */
	  font-family: 'Franklin Gothic Book', sans-serif;
}
#map { height: 615px; 
margin-bottom:0px;
 }


.rcont {
  background:#96abc0;
  background-size: cover;
  height: /*615px*/100% !important;
  color: #232037;
  padding: 5% 5% 5% 20%; /* Adjusted padding */
  font-family: 'BemboStd', serif; /* Apply default font */
}
.rcont2 {
  background:#a9abcc;
  background-size: cover;
  height: /*615px*/100% !important;
  color: #232037;
  padding: 5% 5% 5% 20%; /* Adjusted padding */
  font-family: 'BemboStd', serif; /* Apply default font */
}

	.ptr{
	padding-right:0%;
	}
	
	.ptl{

	padding-left:1%;
	}
	
	.fixed-header {
    
    width: 97%;
  
}
	
}

	 @media (max-width: 1499px) {
	 
	 	.custom-navbar .nav-item {
    margin-left: -10px; /* Adjust the value to get the desired spacing */
}
	 #map { height: 640px; 
margin-bottom:0px;
 }


.rcont {
  background:#96abc0;
  background-size: cover;
  height: /*615px*/100% !important;
  color: #232037;
  padding: 5% 5% 5% 20%; /* Adjusted padding */
  font-family: 'BemboStd', serif; /* Apply default font */
}
.rcont2 {
  background:#a9abcc;
  background-size: cover;
  height: /*615px*/100% !important;
  color: #232037;
  padding: 5% 5% 5% 20%; /* Adjusted padding */
  font-family: 'BemboStd', serif; /* Apply default font */
}

	 .imgtp{
		width:240px;
	 }
	 
	 
	 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: 0.4rem !important;
  }
  
  
  
	.ptr{
	padding-right:1%;
	}
	
	.ptl{

	padding-left:1%;
	}
	
	.fixed-header {
    
    width: 100%;
  
  }
	 }
@media (max-width: 1366px) {

  
  .fixed-header {
    
    width: 100%;
	.custom-navbar .nav-item {
    margin-left: -13px; /* Adjust the value to get the desired spacing */
}


.content-below-header {
  margin-top: /*150px*/0px;
}
	
	

  }
 
 
  
  .custom-image-container {
  display: inline-block;
  margin: 10px 5px;
}

.imgtp {
  max-width: 240px;
  height: auto;
}


    .addtpic {
    width:250 !important;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.event-card {
    border: 1px solid #dedede;
    background-color: #f8f9fa; /* Light background color */
    display: flex;
    align-items: center;
    border-left: 0px solid #1a1a72; /* Dark blue border */
    margin-bottom: 15px; /* Add space between event cards */
    width: 90%;
	min-height:0px; /*adjust if needed */
	align-items:stretch;
	
}

.event-card2 {
    border: 0px solid #dedede;
    background-color: #f8f9fa; /* Light background color */
    display: flex;
    align-items: center;
    border-left: 0px solid #1a1a72; /* Dark blue border */
    margin-bottom: 15px; /* Add space between event cards */
    width: 100%;
}

.date-box {
    background-size: cover;
    text-align: center;
    background-color: #ffffff;
    padding: 10px 0; /* Adjust padding as needed */
    display: flex;
    align-items: center; /* Center the date vertically */
    justify-content: center; /* Center the date horizontally */
	margin-top:0;
}

.date {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date .month {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Franklin Gothic Book', sans-serif;
    color: #181c81; /* Navy blue */
    margin-bottom: -5px; /* Move the month closer to the day */
}

.date .day {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Franklin Gothic Demi', sans-serif;
    color: #181c81; /* Navy blue */
    margin-top: -10px; /* Move day closer to month */
}

.event-details {
    padding: 6px 20px;
    background-color: #e1e1ea;
}

.event-card .event-details {
    color: #181c61; /* Navy blue for text in event details */
}

.event-details h5 {
    margin: 0;
    font-size: 1.25rem;
    color: #1a1a72;
}

.event-card .event-details h5 {
   /* font-family: 'BemboStd', serif; */
    font-weight: bold;
    font-size: 18px;
    text-decoration: /*underline*/none;
    line-height: 110%;
	margin-bottom:10px;
}

.event-card .event-details p {
    font-family: 'BemboStd', serif; /* Bembo regular */
    font-size: 18px;
    line-height: 110%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.event-details h5 a {
    text-decoration: none;
    color: inherit;
}

.event-details h5 a:hover {
    text-decoration: underline;
}

.event-details p {
    margin: 0;
    color: #1a1a72;
}

.event-details p a{
    margin: 0;
    color: #1a1a72;
}

.event-details p a:hover{
    margin: 0;
    color: #1a1a72;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.bicons{
background-color:#ececec;
}

.read-more {
    font-family: 'BemboStd', serif; /* Apply Bembo font */
    font-size: 16px; /* Set font size */
    line-height: 110%; /* Set line height */
    font-weight: bold; /* Set font weight to bold */
    color: #d8d8e0; /* Set text color to white */
	  margin-top: 5%;
}


.read-more a{
	color:#d8d8e0 !important;
}

.read-more a:hover {
	color:#d8d8e0 !important;
}


.read-more img{
	vertical-align:text-top;
}

.view-more {
    font-family: 'BemboStd', serif; /* Apply Bembo font */
    font-size: 16px; /* Set font size */
    line-height: 110%; /* Set line height */
    font-weight: bold; /* Set font weight to bold */
    color: #d8d8e0; /* Set text color to white */
	  margin-top: 25px;
	  margin-bottom: 25px;
}

.view-more a{
	color:#d8d8e0 !important;
}

.view-more a:hover {
	color:#d8d8e0 !important;
}

.view-more img{
	vertical-align:text-top;
}

.bgql{
background-color:#dedede;
padding-top: 10px;
	  padding-bottom: 10px;
}
.qlinks {
  color: #181c61;
  position: relative;
  font-family: 'BemboStd', serif;
  font-size: 24pt;
  line-height: 110%;
  font-weight: bold;

}
}

@media (max-width: 1280px) {
		.custom-navbar .nav-item {
    margin-left: -13px; /* Adjust the value to get the desired spacing */
}

		.ptl{

	padding-left:0%;
	}
	
	  .fixed-header {
    
    width: 94%;
  }
 
	
	   .addtpic {
    width: 195px !important;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
	 

  }
  
	 @media (max-width: 1200px) {
		 
		 .welc {
  margin-bottom: 0px;
    margin-top: 0px;
  text-align:center;
  padding-left:0%;
  padding-top: 3%;
   padding-bottom: 4%;
  font-family: 'BemboStd', serif;
  font-weight:bold !important;
}
		 
		   .fixed-header {
    
    width: 100%;
  }
		 
		 	.ptl{

	padding-left:1%;
	}
		 
		   .nodisplay {
    padding-top: 0;
    margin: 0px auto;
    display: block !important;
  }
		 
	 .nopic {
    display: none;
  }
	 
	 .imgtp{
		width:220px;
	 }
	 
	 .ptr{
	 padding-right:2%;
	 }


  
  .paddhl1{
	padding-left: 1%;
padding-right: 1%;
}

.paddhl2{
	padding-left:1%;
	padding-right:1%;
}
.custom-navbar .nav-item {
  margin-left: -18px;
}
}

	 @media (max-width: 1180px) {
	 	 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .25rem;
    padding-left: 0.25rem !important;
  }
	 
	 .imgtp{
		width:190px;
	 }
	 .custom-navbar .nav-item {
  margin-left: -22px;
}
	 
	 .image-container {
  display: inline-block;
  margin: 0 20px;
}
	 }
	    @media (max-width: 1024px) {
	  .ml-lg-auto, .mx-lg-auto {
    margin-left: -55px !important;
  }
		}
    @media (max-width: 991px) {


.image-banner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.image-banner-container img {
  max-width: 100%;
  height: auto;
}
	h2.colhead {
  color: #1b3160;
  font-family: 'Franklin Gothic Demi', sans-serif;
  margin-top: 3%;
  margin-bottom: 2%;
  letter-spacing: 0.5px;
  background: #f6f7fb;
  border-top: 1px solid #04045b;
  letter-spacing: 0;
  font-size: 26px;
  padding-left: 5px;
  padding-top: 6px;
  padding-bottom: 7px;
  font-style:normal;
  letter-spacing:-0.5px;
}
	.footer-address{
 font-family: 'BemboStd-Bold';
 text-align:center;
 font-size:20px;
}

.footer-addressc{
 font-family: 'BemboStd-Bold';
 text-align:center;
 font-size:18px;
}
#map { height: 615px; 
margin-bottom:0px;
 }


.rcont {
  background:#96abc0;
  background-size: cover;
  height: /*615px*/100% !important;
  color: #232037;
  padding: 5% 5% 5% 20%; /* Adjusted padding */
  font-family: 'BemboStd', serif; /* Apply default font */
}
.rcont2 {
  background:#a9abcc;
  background-size: cover;
  height: /*615px*/100% !important;
  color: #232037;
  padding: 5% 5% 5% 20%; /* Adjusted padding */
  font-family: 'BemboStd', serif; /* Apply default font */
}
	
	
	.content-below-header {
  margin-top: /*355px*/ 0px;
}
	
	 .image-container {
    display: inline-block;
    margin: 0 15px;
  }
	
        .custom-navbar {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
		
			 .imgtp{
		width:175px;
	 }
	   .ptl {
    padding-left: 5%;
    padding-right: 5%;
  }
  
    .ptr {
    padding-right: 5%;
    padding-left: 5%;
  }
  
  .paddhl1 {
  padding-left: 4%;
  padding-right: 4%;
}

.paddhl2 {
  padding-left: 4%;
  padding-right: 4%;
}



  .addtpic {
    width: 185px !important;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

		.event-card {
  border: 1px solid #dedede;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  border-left: 0px solid #1a1a72;
  margin-bottom: 10px;
  width: 100%;
  min-height:0px; /*adjust if needed */
	align-items:stretch;
}
		
		
		.headline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 5px;
  background-image: url('../images/Y2Ogradbar.gif');
  background-size: cover;
}
   
	 

	 

	 
            .mobile-nav-toggle {
                display: block;
                width: 100%;
                text-align: center;
            }
            .navbar-toggler {
                margin: auto;
            }
			


 .centered-form {
                display: flex;
                justify-content: center;
                margin-top: 10px;
            }
			
					
			  .mobile-extra {
                display: block;
                 margin: 12px auto;
            }
			
			   .fixed-header {
				text-align:center;
			   }
			
        }
		
 
 @media (max-width: 960px) {
        .custom-navbar {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
		
			 .imgtp{
		width:auto;
	 }
	 
	  .image-container {
    display: inline-block;
    margin: 20px 50px;
  }
	 
	   .addtpic {
    width: auto !important;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
	 
		
		}
	

        @media (max-width: 767.98px) {
  .vax-block {
    flex-direction: column !important;
    align-items: center !important;
    text-align: left;
  }
        .image-row img {
            max-width: calc(100% / 3 - 10px); /* Adjust for smaller screens */
        }
		
			select {
                max-width: 100% !important;
                width: auto !important;
            }

      .mobile-header-wrapper {
        background-color: #cbcfda;
        padding: 2px;
    }     
        
		
		.content-below-header {
    margin-top: /*355px*/0px;
  }
    }
    @media (max-width: 576px) {
        .image-row img {
            max-width: calc(100% / 2 - 10px); /* Adjust for smaller screens */
        }
		
		 .content-below-header {
    margin-top: /*330px*/0px;
  }
    }
	
	
	  @media (min-width: 1024px) and (max-width:1180px) {
	 .date .month {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Franklin Gothic Book', sans-serif;
    color: #181c81; /* Navy blue */
    margin-bottom: -5px; /* Move the month closer to the day */
}
	  }