  body.no-scroll {
        overflow: hidden; /* Prevents scrolling */
        position: fixed; /* Optional: can help on some mobile browsers */
        width: 100%; /* Maintain full width */
    }
a {color:#41B6E6}
a:hover {color:#005187;}
/*visibilit*/
.visible-mobile-only {
  display: block;
}

.visible-desktop-only {
  display: none;
}

@media (max-width: 767px) {
  .visible-mobile-only {
    display: block;
  }

  .visible-desktop-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .visible-desktop-only {
    display: block;
  }

  .visible-mobile-only {
    display: none;
  }
}

.c-disclaimer {
    width: 100%;
    min-width: 350px;
}

/*typography*/

.text-left {text-align:left;}
.text-center {text-align:center;}
	.text-primary ul {
  margin-left: 40px;
  padding-left: 0;
}
.text-underline, a.text-underline {
	text-decoration:underline;
}
	.text-primary, 	.text-primary p, 	.text-primary ul, 	.text-primary li {

/* Primary Font/Body XLarge - Bold */
font-family: 'UniversLTPro-45Light', 'Lato', sans-serif;
font-size: 16px;
font-style: normal;
line-height: 26px; /* 130% */
	
	}
	.text-primary p {padding-top:10px;padding-bottom:10px;}
	.text-primary a {display:inline-block;}
.text-sm{font-size:14px;}
.text-md {font-size:16px;}	
.text-lg {
		font-size:18px;
	}
	.text-xl {
	font-size: 20px;	
	}

	.text-bold {
		font-weight: 400;
		font-family: 'UniversLTPro-65Bold';
	}
	.text-primary-blue {
		color:#005187;
	}
	.text-accent-blue {
	color:#2F8FC5;
}
	.text-primary-grey {
		color: #3A3A3A; }
	.text-white {
		color:#fff;
	}
.text-dark-blue {color:#1A3B5D;}
.text-gray {
	color:#4C5965;
}

.text-center{text-align: center;}
.text-uppercase {text-transform:uppercase;}
.object-center {margin:0 auto;}	
.font-secondary{
	font-family: 'univers67_condensed_bold','lato',sans-serif;
}
	.headline-primary {
color: var(--primary-buckingham-blue-50-base, #005187);
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 55px; /* 114.583% */
letter-spacing: 1px;
		padding-bottom:24px;
	}
	
	.h2-primary {
	/*	font-family: Front Page Neue;*/
		/*font-family: 'UniversLTPro-65Bold' ;*/
font-family: 'univers67_condensed_bold','lato',sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 112.5% */
letter-spacing: 1px;
	}
.section-description {max-width:70%;}

.secondary-cta {
	
}
.secondary-cta, .secondary-cta a {
   font-family:'UniversLTPro-65Bold';
	color:#005187 !important;
   font-weight: 400;
	text-decoration:none;
	font-size: 14px;
	line-height: 150%;
}
.secondary-cta:hover, .secondary-cta a:hover {
   color:#2F8FC5 !important;
}
.secondary-cta:after {
   font-family: "dashicons";
   content: "\f345";
   font-size: 12px;
   margin-left: 4px;
   margin-top:1px;
	color:#41B6E6 !important;
   position: absolute;
}
.secondary-cta:hover, .secondary-cta:hover::after {opacity:.7;}

/* Margin Top */
.margin-top-xxs { margin-top: 4px; }
.margin-top-xs  { margin-top: 8px; }
.margin-top-sm  { margin-top: 12px; }
.margin-top-md  { margin-top: 16px; }
.margin-top-lg  { margin-top: 24px; }
.margin-top-xl  { margin-top: 32px; }
.margin-top-xxl { margin-top: 48px; }

/* Margin Bottom */
.margin-bottom-xxs { margin-bottom: 4px; }
.margin-bottom-xs  { margin-bottom: 8px; }
.margin-bottom-sm  { margin-bottom: 12px; }
.margin-bottom-md  { margin-bottom: 16px; }
.margin-bottom-lg  { margin-bottom: 24px; }
.margin-bottom-xl  { margin-bottom: 32px; }
.margin-bottom-xxl { margin-bottom: 48px; }

/* Padding Top */
.padding-top-xxs { padding-top: 4px; }
.padding-top-xs  { padding-top: 8px; }
.padding-top-sm  { padding-top: 12px; }
.padding-top-md  { padding-top: 16px; }
.padding-top-lg  { padding-top: 24px; }
.padding-top-xl  { padding-top: 32px; }
.padding-top-xxl { padding-top: 48px; }

/* Padding Bottom */
.padding-bottom-xxs { padding-bottom: 4px; }
.padding-bottom-xs  { padding-bottom: 8px; }
.padding-bottom-sm  { padding-bottom: 12px; }
.padding-bottom-md  { padding-bottom: 16px; }
.padding-bottom-lg  { padding-bottom: 24px; }
.padding-bottom-xl  { padding-bottom: 32px; }
.padding-bottom-xxl { padding-bottom: 48px; }

.no-minheight {min-height:0;}
.no-list-style, .no-list-style ul {
    list-style: none;
}
.list_2columns {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
    max-width: none;
}
@media (min-width:768px){
	.list_2columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    max-width: none;
}
}
.list_3columns {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
 
    max-width: none;
}
@media(min-width:768px){
	.list_3columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
 
    max-width: none;
}
}
@media(min-width:1000px){
	.list_3columns {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
  
    max-width: none;
}
}

.list_3columns li ul {
	list-style-type: disc;
	font-family: 'UniversLTPro-45Light', 'Lato', sans-serif !important;
}
/*header*/
    .site-header__container { width:100%;
max-width:1600px;
margin:0 auto;}
    .site-header__row {
        display: flex;
        flex-basis: 100%;
        align-items: center;
    }

.site-header .col-md-3 {
	display:flex;
  
	justify-content: center;
}
.site-header .header_cta {
	flex-basis: 25%;
	}
.site-header  .header_logo {
	display:flex;
	padding:0 10px;
	  flex-basis: 10%;
	justify-content: center;
		align-items: center;
	}
.site-header .col-md-6 {
	display:flex;
    flex-basis: 60%;
	justify-content: center;
}

.site-header .cta-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.site-header .cta-links li {
  display: inline-block;
  margin: 0 5px;
}
	
.site-header .cta-links li .button-primary {
    font-family: 'Univers LT';
    background-color: #199BD7;
    padding: 10px 20px;
    color: #fff !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  display: inline-block;
  margin: 0;
}
.site-header .cta-links li .button-primary:hover {	
	background-color: #1A3B5D;
	}
@media (min-width:1200px){
		.site-header .cta-links li .button-primary {
			font-size:16px;
		}
	}
	
.site-header .cta-links a {
  font-family: 'Univers LT';
  font-weight: 400;
  letter-spacing: 0px;
  color: #0C3B60;
  font-size: 14px;
  text-decoration: none;
}
	@media (min-width:1200px){
		.site-header .cta-links a {
			font-size:16px;
		}
	}
	
.site-header .cta-links a:hover {
	color:#199BD7;
	}
	.site-header .cta-links a i {padding-right:5px;}
	
	.site-logo img {
		width:100%;
		max-width:100px;
	}
	@media (min-width:600px){
		.site-logo img {
		width:100%;
		max-width:110px;
	}
	}	
@media (min-width:800px){
		.site-logo img {
		width:100%;
		max-width:120px;
	}
	}
	 .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
	 height:125px;
		 background:#fff;
		 display:flex;
		 justify-content: space-between;
  align-items: center;
		  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
		 
  }
	@media (min-width:801px){
		 .site-header {
		height: 110px;
		}
	}
	
/*NAVIGATION*/
.header_nav .site-navigation {
  margin-top: 0;
  overflow: visible; /* Ensure that dropdowns are not clipped by the nav container */
  z-index: 999; /* Ensure that the nav container has higher stacking context */
}

/* Menu */
.site-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}
	ul#menu-main-menu {float:none;width:100%;display:flex;justify-content: space-between;}
	@media (min-width:1200px){
		ul#menu-main-menu {gap:20px;}
	}
	
/* Add padding to li instead of a for accurate underlining */
.site-navigation li {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
}

/* Style for all navigation links */
.site-navigation a {
  display: block;
  text-decoration: none;
  font-family: 'Univers LT';
  font-weight: 400;
  letter-spacing: 0px;
  color: #0C3B60;
  font-size: 14px;
  position: relative; /* Needed for absolute positioning of pseudo-elements */
  background-color: transparent; /* Ensures no background color is applied initially */
}
	@media (min-width:1200px){
		.site-navigation a {
			font-size:16px;
		}
	}

.site-navigation a::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background: #0C3B60; /* Match the color of the text or any color you want */
  transition: width 0.5s ease; /* Adjust timing to your preference */
  bottom: 0; /* Positioning from the bottom of the text */
  left: 50%;
  transform: translateX(-50%);
}

.site-navigation a:hover::after {
  width: 100%; /* Full width on hover */
  left: 0;
  transform: translateX(0%);
}	
	

/* Sub-menu specific styles */
.site-navigation ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px; /* Set a minimum width based on your content width */
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 9999; /* Higher z-index to make sure the dropdown is over other content */
}

.site-navigation ul.sub-menu li {
  display: block;
  white-space: nowrap; /* Prevents text from wrapping */
  padding: 0; /* Remove padding from sub-menu li */
}

/* Style for sub-menu links */
/* Style for sub-menu links */
.site-navigation ul.sub-menu li a {
  padding: 10px 20px; /* Apply padding to sub-menu links */
  text-decoration: none; /* Remove text underline for sub-menu items */
}

.site-navigation ul.sub-menu li a:hover {
  background-color: #ccc; /* Hover background for sub-menu items */
}
.site-navigation ul.sub-menu li  a:hover::after {
  width: 0%; /* Full width on hover */
	}

/* Display the sub-menu on parent item hover */
.site-navigation li:hover > ul.sub-menu {
  display: block;
}

/* Ensure no parent of the dropdown has overflow set to hidden or auto */
.header_nav, .col-md-6, .site-navigation, .site-menu, .site-navigation li {
  overflow: visible;
}
.desktop-header{display:none;transition:.1s ease;visibility: hidden;}
	@media (min-width:1000px){
		.desktop-header{justify-content: center; display:flex;transition:.1s ease;visibility: visible;}
	}
	.mobile-header{display:flex;visibility: visible;justify-content: space-evenly;}
	@media (min-width:1000px){
		.mobile-header{display:none;visibility: hidden;}
	}
	
	/*mobile*/
	.header-mobile_nav_wrapper {
    position: relative;
		flex-basis:15%;
}
	.mobile-header .header_logo{
		padding:10px;
		flex-basis: 50%
	}
	.mobile-header .header_cta{
		padding:10px;
		flex-basis: 10%
	}
	.header-nav_toggle {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 15px 0 0;
}
	.header-nav_toggle .fa {
		color:#0C3B60;
	}
	.header-nav_toggle .fa:hover {
		color:#199BD7;
		 cursor: pointer;
	}
	#mobile-navigation {
    
}
	@media (min-width:600px){
	#mobile-navigation {
	/*	min-width:400px;*/
		}
	}
	/* Mobile Navigation Styles */
   /* Mobile Navigation Styles */
    .header-mobile_nav_wrapper .mobile-navigation {
    background: #fff;
    position: fixed; /* Changed from absolute to fixed */
    top: 95px; /* Adjust to the height of your header */
    left: 0;
    right: 0; /* Added to ensure it spans the entire width */
    bottom: 0; /* Added to ensure it spans from top to bottom */
    z-index: 99999;
    overflow-y: auto; /* Allows scrolling */
    display: none; /* Hide by default */
    flex-direction: column;
    justify-content: space-between;
}

    /* Show mobile navigation when toggle is clicked */
    .header-nav_toggle.active + .mobile-navigation {
        display: flex; /* Changed to flex to accommodate the space-between layout */
    }

    /* Style for the menu items */
    .header-mobile_nav_wrapper .mobile-navigation .main-mobile li {
        padding: 10px 20px;
        list-style: none;
        /* Additional styling for menu items */
    }

    /* Style for the menu item links */
    .header-mobile_nav_wrapper .mobile-navigation .main-mobile li a {
        text-decoration: none;
        color: #0C3B60; /* Text color */
        font-family: 'Univers LT';
        font-weight: 400;
        letter-spacing: 0px;
    }

    /* Style for mobile-menu-cta */
    .mobile-menu-cta {
        list-style: none;
        margin: 0;
        padding: 10px;
        width: 100%;
		display:block;
   		 overflow-y: auto; /* Allows scrolling within the CTA container */
   		 max-height: calc(100vh - 95px); /* Adjust the height */
    /* Add any other necessary styling */
}
    

    .mobile-menu-cta li {
        display: block; /* Ensures each item is full-width */
        text-align: left; /* Center align the text */
        padding: 5px 20px;
		width:100%;
    }
	
	.mobile-menu-cta li:first-of-type {
        border-bottom:1px solid #F1F1F1;
		padding:40px 20px 20px;
		margin-bottom:20px;
		
    }
	.mobile-menu-cta li:first-of-type a {
		 text-decoration: none;
		color:#0C3B60
	}

    .mobile-menu-cta a {
		font-family: 'Univers LT';
    font-weight: 400;
        color: #199BD7; /* Match your color scheme */
        font-size: 16px; /* Adjust font size as needed */
		text-decoration: underline;
    }
	 .mobile-menu-cta a b {
		 font-weight:700;
		 text-decoration: none;
	}
    .mobile-menu-cta a.button-primary {
        background-color: #199BD7;
        color: #fff;
        padding: 15px 20px;
        border-radius: 2px; 
		text-align: center;
   		 display: block;
   		 width: 100%;
		 text-decoration: none;
		font-weight:700;
		margin-top:10px;
		
    }


.header-mobile_nav_wrapper .mobile-navigation .main-mobile li:hover {
    background-color: #f5f5f5; /* Background color on hover for each item */
    /* Additional hover styling for menu items */
}

/* Style for the menu item links */
.header-mobile_nav_wrapper .mobile-navigation .main-mobile li a {
    text-decoration: none;
    color:#0C3B60; /* Text color */
    font-family: 'Univers LT';
  font-weight: 400;
  letter-spacing: 0px;
	list-style: none;
}

.header-mobile_nav_wrapper .mobile-navigation .main-mobile li a:hover {
    color:#199BD7; /* Text color on hover */
    /* Additional hover styling for links */
}
	/* Style for the main menu items that have submenus */
.mobile-navigation .main-mobile .menu-item-has-children {
    position: relative; /* This makes the positioning of the submenu relative to this item */
}

/* Initially hide the submenus */
.mobile-navigation .main-mobile .sub-menu {
    display: none;
		list-style: none;
	z-index:9999;
	position:relative;
    /* Other styling as needed */
}

/* Style for submenu items when displayed */
.mobile-navigation .main-mobile .sub-menu li {
    /* Styling for submenu items */
}
	/* Style for parent menu items that have submenus */
.mobile-navigation .menu-item-has-children > a::after {
	
     font-family: 'FontAwesome';
	font-size:12px;
	position:absolute;
	right:20px;
    content: '\f078'; /* FontAwesome chevron down */
    display: inline-block;
    transition: transform 0.3s ease; /* Smooth transition for rotation */
}

/* Rotate the arrow when the submenu is open */
.mobile-navigation .menu-item-has-children.open > a::after {
    transform: rotate(180deg); /* Rotate arrow to indicate open state */
}

	
	/*SEARCH*/
.search-container {
    position: absolute; /* Absolute positioning */
    top:124px; /* Update this to the height of your header */
    right: 0;
    left: 0;
    background-color: #fff; /* Or any color you prefer */
    z-index: 1000; /* Ensure it's above other content */
    padding: 0px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Optional */
    overflow: hidden;
    max-height: 0; /* Start with max-height 0 */
    transition: max-height 0.5s ease; /* Smooth transition for max-height */

}
	@media (min-width:801px){
		.search-container {
		top:105px;
		}
	}

.search-container.open {
    max-height: 500px; /* Adjust to the desired open height */
}
    /* Close button style */
    .search-container .close-btn {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 24px;
        cursor: pointer;
    }
	
	.header-search-form {
        display: flex;
        align-items: center;
        border: 1px solid #707070; /* Border for the entire search element */
        border-radius: 50px; /* Pill shape */
        padding: 5px;
        background-color: #fff; /* Background color */
		width:60%;
		min-width:300px;
		max-width:800px;
		margin:20px auto;
    }

    .header-search-input {
        flex-grow: 1; /* Take up available space */
        border: none; /* Remove default border */
        outline: none; /* Remove focus outline */
        padding: 10px;
		color: #0C3B60;
		text-transform: none;
        border-radius: 50px; /* Pill shape */
	
    }

    .header-search-button {
        padding: 10px 20px;
        border: none; /* Remove default border */
        border-radius: 50px; /* Pill shape */
        background-color: #199BD7; 
        color: #fff; /* Text color */
        cursor: pointer;
        outline: none; /* Remove focus outline */
    }

    /* Adjustments for hover and focus states */
    .header-search-button:hover {
        background-color: #1A3B5D;
    }
	.recent-searches {
			width:60%;
		min-width:300px;
		max-width:800px;
		margin:0 auto;
		padding: 10px 20px 30px;
	}
	.recent-searches ul {list-style: none;}
	.recent-searches a {
    color: #0C3B60; /* Example link color */
    text-decoration: none;
	padding-bottom:15px;
	text-transform: capitalize;
}

.recent-searches a:hover {
    text-decoration: underline;
}
	.recent-searches h3 {
		font-family:'univers67_condensed_bold';
		margin-top:20px;
		margin-bottom:15px;
		color: #0C3B60;
		font-weight:700;
		font-size:20px;
}
	
	.c-site_content {margin-top:100px;}	


/*********
*   
* FOOTER
*
*********/

.footer {
   width:100%;
}
.footer_wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	max-width:1600px;
	margin:0 auto;
	padding-top: 20px;
    padding-bottom: 20px;
}
.footer .column {
    flex-basis: calc(16.6% - 10px);
    margin: 5px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}

@media (max-width:900px){
	.footer .column:first-child {
		flex-basis:100%;
	}	
	.footer .column:nth-child(2),.footer .column:nth-child(3),.footer .column:nth-child(4),.footer .column:nth-child(5) {
		flex-basis: calc(50% - 10px);;
	}
	footer .column:last-child {
		flex-basis:100%;
		border-top:1px solid lightgray;
	}	
}


.footer .bottom-row {
  background-color: #0C3B60;
    text-align: left;
    display: block;
    width: 100%;
    padding: 20px 50px;
    color: #fff;
}
footer .bottom-row p{
	width:100%;
	max-width:1600px;
	margin:0 auto;
	color:#fff;
	font-size:13px;
	text-transform: capitalize;
}


/* Mobile Styles */
@media screen and (max-width: 768px) {
    .footer .column {
        flex-basis: calc(50% - 10px);
		padding:10px 5%;
    }

    .footer .bottom-row {
      text-align:left;
    }
}

.footer-logo img {
    width: 70%;
    max-width: 250px;
    margin: 12% auto;
}

/*footer menu */

.footer-menu-list {
    list-style: none;
	max-width:200px;
	margin:0 auto;
}
@media (min-width:900px){
	.footer-menu-list {
	max-width:100%;
	margin:5px;
	}
}
.footer-menu-list li {
	line-height:2.5em;
}

/* Styles for the menu items */
.footer-menu-list li a {
	font-family:'univers67_condensed_bold','Lato', sans-serif;;
    font-size: 18px;
    color: #0C3B60;
	text-decoration: none;
	list-style: none;
	font-weight:600;

}
.footer-menu-list li ul {
	list-style: none;
}

/* Optional: Styles for submenu items */
.footer-menu-list li ul li a {
	font-family: 'UniversLTPro-45Light', 'Lato', sans-serif;
    font-size: 15px;
    color: #0C3B60;
}
.footer-menu-list * a:hover {
	color:#199BD7;
}
.footer-contact {
	max-width:650px;
	margin:0 auto !important;}
@media (min-width:900px){
	.footer-contact{max-width:100%;
	margin:5px;}
}
.footer-contact ul {
	list-style:none;
}

.footer-location{
	color:#000;
	line-height: 2.5rem;
}
.footer-cta {
	
	font-family: 'univers67_condensed_bold','Lato', sans-serif;
    font-size: 18px;
    color: #0C3B60;
    text-decoration: none;
    list-style: none;
    font-weight: 600;
	}
.footer-button {
	padding: 15px 10px;
    display: block;
    width: 100%;
    text-align: center;
	font-family: 'Univers LT';
    background-color: #199BD7;
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}
@media (min-width:768px){
	
	.footer-button {max-width:200px;}
}

@media (min-width:900px){
	
	.footer-button {max-width:220px;}
}

.footer-number {
	text-decoration: underline; 
}
.footer-social-icon i {
	font-size: 20px;
    margin: 5px 20px 5px 0;
}
@media (max-width:900px){
	.footer-social-icon i {
		margin: 5px 10px 5px 0;
	}
}
.footer-social-icon i:hover {
	color:#199BD7

}

/*OLD THEME OVERRIDES*/
.t-article_headline {font-size:25px !important;}
.list_3columns li ul li span {
	list-style-type: disc;
	font-family: 'UniversLTPro-45Light', 'Lato', sans-serif !important;
}
