/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via Freshy
Author: Freshy
Author URI: https://freshysites.com/
Template: Divi
Version: 5.2.0
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white, 
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white li, .white a,
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, li.white, a.white, p.white {
	color: #fff;
}

.black, 
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li, .black a,
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, li.black, a.black, p.black {
	color: #000;
}

.primary, 
.primary h1, .primary h2, .primary  h3, .primary h4, .primary h5, .primary h6, .primary li, .primary a,
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary, li.primary, a.primary, p.primary {
	color: #32a709;
}

.secondary, 
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary li, .secondary a,
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary, li.secondary, a.secondary, p.secondary {
	color: #daf238;
}

.tertiary, 
.tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary li, .tertiary a,
h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary, li.tertiary, a.tertiary, p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase, 
.text-lowercase h1, .text-lowercase h2, .text-lowercase h3, .text-lowercase h4, .text-lowercase h5, .text-lowercase h6, .text-lowercase li, .text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase, 
.text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6, .text-uppercase li, .text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize, 
.text-capitalize h1, .text-capitalize h2, .text-capitalize h3, .text-capitalize h4, .text-capitalize h5, .text-capitalize h6, .text-capitalize li, .text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none, 
.text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none h4, .text-transform-none h5, .text-transform-none h6, .text-transform-none li, .text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold, 
.font-weight-bold h1, .font-weight-bold h2, .font-weight-bold h3, .font-weight-bold h4, .font-weight-bold h5, .font-weight-bold h6, .font-weight-bold li, .font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal, 
.font-weight-normal h1, .font-weight-normal h2, .font-weight-normal h3, .font-weight-normal h4, .font-weight-normal h5, .font-weight-normal h6, .font-weight-normal li, .font-weight-normal a {
	font-weight: 400;
}

.font-italic {font-style: italic;}

.text-underline-none, .text-underline-none a {text-decoration: none !important;}

.text-underline, .text-underline a {text-decoration: underline !important;}

.text-nowrap, .text-nowrap a {white-space: nowrap !important;}

.text-wrap-normal, .text-wrap-normal a {white-space: normal !important;}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
#et-boc header .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after,
#et-boc header .menu-item-has-children  .menu-item-has-children > a:first-child::after {
	content: '5';	
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a[href="#0"],
#et-boc header .et_mobile_menu .menu-item-has-children > a[href="#0"] { 
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children,
#et-boc header .et_mobile_menu .menu-item-has-children {
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0.1);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before,
#et-boc header .et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
	position: absolute;
	background-color: rgba(0,0,0,0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu,
#et-boc header .et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: block !important;
	background-color: rgba(0,0,0,0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li,
#et-boc header .et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a,
#et-boc header .et_mobile_menu li a {
	padding-left: 0;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a,
#et-boc header .et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a,
#et-boc header .et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a,
#et-boc header .et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a,
#et-boc header .et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a,
#et-boc header .et_mobile_menu li.current-menu-item > a {
	font-weight: bolder;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

/* - Bottom Bar - */
/* align modules: year, site name, pipe, and logo */
#fs-footer-bottom-bar .col-1 {
	display: flex;
	align-items: center;
}

/* FS logo link hover */
#fs-footer-bottom-bar .col-1 .et_pb_image {
	transition: 0.3s all ease-in-out;
}

#fs-footer-bottom-bar .col-1 .et_pb_image:hover {
	opacity: 0.8;
}

/* tablet */
@media (min-width: 550px) and (max-width: 980px) {
	#fs-footer-bottom-bar .et_pb_row {
		display: flex;
	}
	
	#fs-footer-bottom-bar .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}
	
	#fs-footer-bottom-bar .et_pb_gutters2 .et_block_row .et_pb_column_1_2, 
	#fs-footer-bottom-bar .et_pb_gutters2.et_block_row.et_pb_row>.et_pb_column_1_2 {
		width: 48.5%;
	}
	
	#fs-footer-bottom-bar .et_pb_gutters2 .et_block_row .et_pb_column, 
	#fs-footer-bottom-bar .et_pb_gutters2.et_block_row.et_pb_row>.et_pb_column {
		margin-right: 3%;
	}
	
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns {
		flex-direction: row;
	}
	
	#fs-footer-bottom-bar .col-1 {
		flex-wrap: nowrap;
    	white-space: nowrap;
	}
}

@media (max-width: 549px) {
	#fs-footer-bottom-bar .et_pb_row {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#fs-footer-bottom-bar .col-1 {
		align-items: center;
		display: flex;
		flex: 0 0 100%;
		float: none;
		justify-content: center;
		max-width: 100%;
		order: 2;
    	text-align: center;	
	}
	
	#fs-footer-bottom-bar .col-1 .year {
		float: none;
		margin-left: auto;
	}
	
	#fs-footer-bottom-bar .col-1 .pipe {
		float: none;
	}
	
	#fs-footer-bottom-bar .col-1 .et_pb_image {
		float: none;
		margin-right: auto;
	}
	
	#fs-footer-bottom-bar .col-1 .site-title {
		margin-left: 0;
		margin-right: 0;
	}
	
	#fs-footer-bottom-bar .col-2 {
		order: 1;
	}
	
	#fs-footer-bottom-bar .et_pb_social_media_follow {
		justify-content: center;
	}
	
	#fs-footer-bottom-bar .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}
}

/* mobile */

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {
	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}
	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {
	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd){
		clear: both;	
	}
	.checklist-columns-2-alt > ul,
	.checklist-columns-3-alt > ul,
	.checklist-columns-4-alt > ul {
		column-count: 2;
		column-gap: 20px;
	}
	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}
@media (min-width: 981px) {
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;	
	}
	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}
@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;	
	}
	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'ETModules';
	content: '\45';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #009FC7;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}
.pluslist ul li::before {
	content: '\e050';
}
.externallist ul li::before {
	content: '\e906';	
}

.tab-style .et_pb_tabs_controls li::before{
	display: none!important;
}
.tab-style .et_pb_tabs_controls li{
	padding-left: 0!important;
	margin-bottom: 0!important;
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et-pb-parallax-background {
	background-position: center center;	
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}
p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */

/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}

/* -- END GRAVITY FORMS -- */


/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li  {
	margin-bottom: 1em;
}

body ol{
	padding-left: 20px!important;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}

thead h3{
	padding-bottom: 0!important;
}

/* -- END BLOG -- */
/*CUSTOM*/
/* — RECAPTCHA BADGE — */
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
z-index: 9;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

#page-container{
	overflow:hidden;
}

/*body, input, textarea, select, h1,h2,h3,h4,h5,h6, #top-header a{
	font-family: "gotham", sans-serif !important;
}*/

/* add underline and other link styling */
.et_pb_text .et_pb_text_inner p a,
.et_pb_text .et_pb_text_inner ul li a {
	text-decoration: underline;
}

.et_pb_text .et_pb_text_inner p a:hover,
.et_pb_text .et_pb_text_inner ul li a:hover {
	color: #00253b;
}

@media only screen and (max-width:1294px) and (min-width:1121px){
	body .et-boc h1, body .et-boc .et_pb_slider .et_pb_slide_description h1.et_pb_slide_title{
		font-size:40px !important;
	}
}

/*buttons*/
body #page-container .et_pb_module .et_pb_button:not(.clean-buttons), body #page-container .et_pb_module .et_pb_button_module_wrapper .et_pb_button:not(.clean-buttons), body #page-container .et_pb_module .et_button_no_icon .et_pb_button:not(.clean-buttons), body #page-container .et_pb_section .et_pb_module.et_pb_promo .et_pb_button.et_pb_promo_button{
	padding: .78em 1em !important; 
	text-align:center;
	min-width:189px;
	border-width:1.5px !important;
}
body #page-container .et_pb_module .et_pb_button:not(.clean-buttons):hover, body #page-container .et_pb_module .et_pb_button_module_wrapper .et_pb_button:not(.clean-buttons):hover, body #page-container .et_pb_module .et_pb_button.et_pb_promo_button:hover, body #page-container .et_pb_module .et_button_no_icon .et_pb_button:not(.clean-buttons):hover, body #page-container .et_pb_section .et_pb_module.et_pb_promo .et_pb_button.et_pb_promo_button:hover, body.et-db #page-container .et-l .et_pb_section .et_pb_module.et_pb_promo .et_pb_button.et_pb_promo_button:hover, body.et-db #page-container .et-l .et_pb_section .et_pb_module.et_pb_promo .et_pb_button.et_pb_promo_button:hover{
	padding: .78em 1em !important; 
	border-width:1.5px !important;
}
@media only screen and (max-width:767px){
	body #page-container .et_pb_module .et_pb_button:not(.clean-buttons), body #page-container .et_pb_module .et_pb_button_module_wrapper .et_pb_button:not(.clean-buttons), body #page-container .et_pb_module .et_button_no_icon .et_pb_button:not(.clean-buttons), body #page-container .et_pb_section .et_pb_module.et_pb_promo .et_pb_button.et_pb_promo_button{
		min-width:100%;
	}
	body #page-container footer .et_pb_module .et_pb_button{
		min-width:189px !important;
	}
}
body #page-container .et_pb_module .et_pb_button.button-auto-size{
	min-width:159px !important;
}
body #page-container .et_pb_module .et_pb_button.button-auto{
	min-width:auto !important;
}
body #page-container .et_pb_module .et_pb_button.carousel-button{
	min-width:139px !important;
}
/*download button*/

body #page-container .et_pb_module .et_pb_button.download-button, body #page-container .et_pb_module .et_pb_button.download-button:hover{
	min-width:100% !important;
	display:flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
	text-align:center;
}

body #page-container .et_pb_module .et_pb_button.download-button{
	position: relative;
	text-align: left!important;
	
}

body #page-container div#et-boc .et_pb_module .et_pb_button.download-button{
	padding-right: 50px !important;
}

body #page-container div#et-boc .et_pb_module .et_pb_button.download-button:hover::after{
	filter: brightness(0) invert(1) !important;
}

body #page-container .et_pb_module .et_pb_button.download-button:after{
	transform:none;
	position:relative;
	color:inherit !important;
	content: ""!important;
	width: 19px;
	height: 21px;
	background: url('/wp-content/uploads/2026/05/Download.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

body #page-container div#et-boc .light-blue-download{
	padding-right: 50px !important;
	position: relative;
}

body #page-container div#et-boc .light-blue-download:after{
	content: "" !important;
	width: 19px;
	height: 21px;
	background-image: url('/wp-content/uploads/2026/05/Download.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	filter: brightness(0) invert(1) !important;
}



body #page-container .et_pb_tab .et_pb_module .et_pb_button.download-button, body #page-container .et_pb_tab .et_pb_module .et_pb_button.download-button:hover{
	min-width:536px !important;
}

/*outlines*/
body .et_pb_button:not(.back-button):focus-visible {
	outline: 1.5px solid currentColor;	
	outline-offset: 3px !important;
}

/* navy */
.et-boc .et_pb_searchsubmit:focus-visible,
header a:focus-visible,
header button:focus-visible,
.et_pb_menu__logo-wrap .et_pb_menu__logo a:focus-visible,
.et_pb_text a:focus-visible,
.et_pb_toggle_title:focus-visible,
body .cream-background .et_pb_button:focus-visible {
	outline: 1.5px solid #00253B;
    outline-offset: 3px !important;
	z-index: 2;
}

/* navy — additional carousel/promo selectors (migrated from snippets) */
.slick-slide .carousel-cta-row .carousel-button:focus-visible,
.et_pb_promo a.et_pb_promo_button:focus-visible,
.fullwidth-carousel.case .slick-arrow:focus-visible,
.fullwidth-carousel.case .slick-dots button:focus-visible,
.fullwidth-carousel.case a:focus-visible {
	outline: 1.5px solid #00253B;
	outline-offset: 3px !important;
	z-index: 2;
}

/* .et_pb_tabs .et_pb_tab_nav_item:has(a:focus-visible) {
	outline: 1.5px solid #00253B !important;
	outline-offset: 3px;
	border-radius: 8px;
}

.et_pb_tabs .et_pb_tab_nav_item a:focus-visible {
	outline: none !important;
} */

header .et_pb_menu__logo a:focus-visible {
	outline: 3px solid #00253B !important;
	outline-offset: 4px !important;
	display: inline-block;
}

body .et_pb_button.dark-navy-button:focus-visible,
body .et_pb_button.light-blue-empty-button:focus-visible,
.et-boc .light-blue-empty-button .et_pb_button:focus-visible {
	outline: 1.5px solid #0077c8;
}

/* white */
body .et_pb_button.white-button:focus-visible,
.et_pb_video_overlay .et_pb_video_play:focus-visible {
	outline: 1.5px solid #fff;
}

/* light blue */
body .et_pb_button.white-empty-button:focus-visible, 
.et-boc .white-full-button .et_pb_button:focus-visible, 
.et-boc .et_pb_button.white-full-button:focus-visible,
.et-boc .navy-background .light-blue-empty-button .et_pb_button:focus-visible,
footer a:focus-visible,
footer button:focus-visible {
	outline: 1.5px solid #D9EAF7;
}

/* blue */
body .et_pb_button.navy-blue-empty-button:focus-visible{
	outline: 1.5px solid #004976;
}

body .et_pb_button.navy-blue-clean-button:focus-visible {
	border:2px solid #004976 !important;
	border-radius: 8px !important;
    padding: .72em 1.7em .72em 1em !important;
}

body .clear-buttons.back-button {
	padding:0 !important;
	min-width:auto !important;
} 
/*menu*/
.et-boc .custom-menu.et_pb_menu .et_pb_menu__menu {
	flex: 0 1 calc(100% - 48px);
}
.et-boc .custom-menu .et_pb_menu__icon.et_pb_menu__search-button{
	transform: scaleX(-1);
	font-weight: 600;
}
.et-boc .menu-button{
	min-width:72px !important;
}
@media only screen and (min-width:1243px){
.et-boc .custom-menu.et_pb_menu .et-menu>li {
    padding-left: 14px;
    padding-right: 14px;
}
}
@media only screen and (max-width:1242px) and (min-width:981px){
	.et-boc .custom-menu.et_pb_menu .et-menu>li {
    	padding-left: 6px;
    	padding-right: 6px;
	}
}
@media only screen and (max-width:1040px) and (min-width:981px){
	.et-boc .custom-menu.et_pb_menu .et_pb_menu__menu>nav>ul,  .et-boc .custom-menu.et_pb_menu .et_pb_menu__wrap{
    	flex-wrap: nowrap;
	}
	.et-boc .custom-menu .et_pb_menu__logo {
    	margin-right: 20px;
	}
	body .et-boc .menu-button.et_pb_button {
		font-size: 14px !important;
	}
}
@media only screen and (max-width:980px){
	.et-boc .custom-menu.et_pb_menu {
    	max-width: 47px;
    	position: static !important;
	}
	.et-boc .custom-menu.et_pb_menu .et_pb_menu_inner_container {
		position: static;
	}
	body #page-container .et_pb_module .et_pb_button.menu-button, body #page-container .et_pb_module .et_pb_button.menu-button:hover{
		padding:0 0.5em !important;
	}
		
}


/*footer*/
.et-boc .footer-custom-sidebar-menu ul#menu-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer-custom-sidebar-menu ul#menu-footer li{
	padding-left: 1rem;
        margin-left: 1rem;
	border-left: 1px solid #fff;
	margin-bottom: 0;
}
.footer-custom-sidebar-menu ul#menu-footer li a{
	display: inline; 
}
.footer-custom-sidebar-menu .et_pb_widget {
        margin: 0;
		width: 100%;
}

@media only screen and (max-width:1599px) and (min-width:981px){
	.et-boc .footer-widget-row.et_pb_row{
		flex-wrap:wrap;
	}
	.et-boc .footer-menu-col{
		width:100%;
	}
	.et-boc .footer-questions-col.et_pb_column{
		border-left:0 !important;
		border-right:0 !important;
		padding-left:0 !important;
	}
	.et-boc .footer-questions-col.et_pb_column .addy-text{
		margin-top: 30px !important;
        padding-top: 30px !important;
        border-top: 1px solid #fff;
	}
	.et-boc .footer-questions-col.et_pb_column, .et-boc .footer-logos-col{
		-webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
	}
}
@media only screen and (max-width:1199px) and (min-width:981px){
	.et-boc .copyright-row .et_pb_column{
		flex-wrap:wrap;
	}
	.et-boc .copyright-row .copy-text{
		width:100%;
		align-items: flex-start;
	}
}
@media only screen and (max-width:980px){
	.footer-custom-sidebar-menu ul#menu-footer {
		flex-wrap:wrap;
		justify-content:center !important;
		row-gap:8px;
	}
}


@media only screen and (min-width:981px){
	body .et-menu li li.menu-item-has-children>a:first-child:after {
		right: -4px;
	}
}
/*autowidth submenu*/
/*set the Divi menu dropdown auto width*/
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
	}

	.nav li li {
		white-space: nowrap;
	}

	.nav li li a {
		width: auto !important;
	}
}
/*social footer*/
.et-boc .custom-social-footer a.icon {
    width: 45px !important;
}
/*widget menu columns*/
.et-boc .footer-menu-columns #menu-footer-desktop{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	gap: 1.5em;
}
  .et-boc .footer-menu-columns #menu-footer-desktop >li{
-webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;

}
.et-boc .footer-menu-columns #menu-footer-desktop li ul li {
    margin-left: 0;
}
@media (min-width: 1600px) {
    .et-boc .footer-menu-columns #menu-footer-desktop > li{
        max-width: 174px;
    }
}
.et-boc .footer-menu-columns #menu-footer-desktop li.menu-item-has-children>a{
	font-size:16px;
	font-weight: 700;
    margin-bottom: 12px;
	display:inline-block;
}

/*slider*/
.et-boc .header-slider .et_pb_slide_image {
	position: relative;
	bottom: auto;
    top: auto;
	bottom: auto !important;
    top: auto !important;
    margin: auto !important;
}
.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none !important;
}
.et-boc .header-slider .et_pb_slide_with_image .et_pb_slide_description {
	width: 49.25%;
    padding: 20px 0 30px;
}
/*slider width size*/
.et_pb_slides .et_pb_slider_container_inner {
    max-width: 1334px;
	margin: auto;
}
h1.et_pb_slide_title {
    order: 1;
}
.et_pb_slide_content {
    order: 2;
}
@media only screen and (min-width:981px){
.et-boc .header-slider .et_pb_slides .et_pb_slider_container_inner {
    display: flex;
	flex-direction: row-reverse;
}
.et-boc .header-slider .et_pb_slide_image img {
    width: 100%;
    max-height: none !important;
    object-fit: cover;
    height: 100%;
}

.et-boc .header-slider .et_pb_slide_image, .et-boc .header-slider .et_pb_slide_video {
	width: 40.61%;
	margin: 0 0 0 auto !important;
}
	.et-boc .header-slider .et_pb_slide_with_image .et_pb_slide_description {
		width: 49.25%;
	}
	.et-boc .header-slider .et_pb_slide_with_image .et_pb_slide_description {
		margin:auto 0;
	}
}
@media only screen and (max-width:980px){
.et-boc .header-slider .et_pb_slides .et_pb_slider_container_inner {
    display: flex;
        flex-direction: column-reverse;
        justify-content: stretch;
        height: 100%;
}
.et-boc .header-slider .et_pb_slide_image img {
    width: 100%;
    max-height: none !important;
}
.et-boc .header-slider .et_pb_slide {
	padding: 40px 0 0;
}
.et-boc .header-slider .et_pb_slide_image, .et-boc .header-slider .et_pb_slide_video {
	width: 100%;
	justify-self: end;
        margin-bottom: 0 !important;
}
	.et-boc .header-slider .et_pb_slide_with_image .et_pb_slide_description {
		width: 94%;
	}
	.et-boc .header-slider .et_pb_button{
		min-width:100% !important;
	}
}
/*PLAY EFFECT*/
.header-slider .opt-slider-toggle-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0 14px 0 0;
  vertical-align: middle;
}

.header-slider .opt-slider-toggle {
  appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-slider .opt-slider-toggle:focus {
  outline: none;
}

.header-slider .opt-slider-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.2);
  border-radius: 50%;
}

/* SVG ring */
.header-slider .opt-slider-progress {
  position: absolute;
  inset: 0;
  width: 28px;
  height: 28px;
  transform: rotate(-90deg);
  pointer-events: none;
}

.header-slider .opt-slider-progress-track,
.header-slider .opt-slider-progress-fill {
  fill: none;
  stroke-width: 2;
}

.header-slider .opt-slider-progress-track {
  stroke: rgba(255,255,255,0.35);
}
.header-slider .et_pb_bg_layout_light .opt-slider-progress-track {
  stroke: rgba(0,37,59,0.35);
}
.header-slider .opt-slider-progress-fill {
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-dasharray: 106.81;
  stroke-dashoffset: 106.81;
  transition: stroke-dashoffset 0.15s linear;
}
.header-slider .et_pb_bg_layout_light .opt-slider-progress-fill{
	stroke:#00253B;
}
/* center icon */
.header-slider .opt-slider-toggle-icon {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
}

/* PAUSE */
.header-slider .opt-slider-toggle[aria-pressed="true"] .opt-slider-toggle-icon::before,
.header-slider .opt-slider-toggle[aria-pressed="true"] .opt-slider-toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 10px;
  background: #ffffff;
  border-radius: 2px;
}
.header-slider .et_pb_bg_layout_light .opt-slider-toggle[aria-pressed="true"] .opt-slider-toggle-icon::before,
.header-slider .et_pb_bg_layout_light .opt-slider-toggle[aria-pressed="true"] .opt-slider-toggle-icon::after {
	background:#00253B;
}
.header-slider .opt-slider-toggle[aria-pressed="true"] .opt-slider-toggle-icon::before {
  left: 1px;
}

.header-slider .opt-slider-toggle[aria-pressed="true"] .opt-slider-toggle-icon::after {
  right: 1px;
}

/* PLAY */
.header-slider .opt-slider-toggle[aria-pressed="false"] .opt-slider-toggle-icon::before {
  content: "";
  position: absolute;
  left: 2px;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffffff;
}
.header-slider .et_pb_bg_layout_light .opt-slider-toggle[aria-pressed="false"] .opt-slider-toggle-icon::before {
	border-left: 8px solid #00253B;
}
.header-slider .et_pb_bg_layout_light.opt-slider-toggle[aria-pressed="false"] .opt-slider-toggle-icon::before {
	border-left: 8px solid #00253B;
} 
.header-slider .opt-slider-toggle[aria-pressed="false"] .opt-slider-toggle-icon::after {
  content: none;
}
.header-slider .et-pb-arrow-prev,
.header-slider .et-pb-arrow-next,
.header-slider .et-pb-controllers{
	display:none !important;
}


/* hide nav pieces when only one slide exists */
.header-slider.opt-single-slide .et-pb-arrow-prev,
.header-slider.opt-single-slide .et-pb-arrow-next,
.header-slider.opt-single-slide .et-pb-controllers,
.header-slider.opt-single-slide .opt-slider-toggle-wrap {
  display: none !important;
}


/* button + first text on one line */
.header-slider .opt-slider-inline-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: auto;
  margin-bottom:6px;
}

/* remove extra spacing from first text module inside the row */
.header-slider .opt-slider-inline-row .et_pb_text {
  margin-bottom: 0 !important;
}

.header-slider .opt-slider-inline-row .et_pb_text_inner > *:last-child {
  margin-bottom: 0;
}

.header-slider .opt-slider-toggle-wrap {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
}

/* optional: keep eyebrow text from wrapping awkwardly */
.opt-eyebrow-slider .opt-slider-inline-row .et_pb_text_inner {
  display: flex;
  align-items: center;
}


/*TABS*/
.et-boc .horizontal-tabs ul.et_pb_tabs_controls {
    background-color: #fff !important;
	box-shadow: 0px 0px 4px 1px #919191;
}
.et-boc .horizontal-tabs ul.et_pb_tabs_controls.clearfix {
    display: flex;
    flex-direction: row;
    justify-content: center;
	border-radius:8px;
	padding:10px !important;
	max-width: fit-content;
    margin: auto;
}

.et-boc .horizontal-tabs .et_pb_tabs_controls li {
	border-radius:8px;
}

.et-boc .horizontal-tabs .et_pb_tabs_controls li {
    display: flex;
    margin-bottom: 0 !important;
/*     padding: 15px 0; */
    height: auto !important;
    border-right: 0 !important;
	margin-right: 10px;
}
.et-boc .horizontal-tabs .et_pb_tabs_controls li a {
    display: flex;
    padding: 1em!important;
	text-align:center;
}

@media only screen and (max-width:1024px){
	.et-boc .horizontal-tabs .et_pb_tabs .et_pb_tabs_controls li a{
    	font-size: 18px !important;
		line-height:1.2em;
	}
}

/*tabs into toggles*/
/* Desktop/tablet: hide the generated accordion */
.fy-mobile-accordion {
  display: none;
}

/* Mobile: show accordion, hide original Divi tabs UI */
@media (max-width: 980px) {
   .fy-mobile-accordion {
    display: block;
  }

  /* hide Divi tabs controls + panels on mobile */
  .et_pb_tabs .et_pb_tabs_controls,
  .et_pb_tabs .et_pb_all_tabs {
    display: none !important;
  }

  /* Accordion button */
       .fy-mobile-accordion .fy-acc-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 16px;
        margin: 0;
        border: 1px solid rgba(0, 0, 0, .12);
        background: #004976;
        border-radius: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        font: inherit;
        text-align: left;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }
	.vertical-tabs .fy-mobile-accordion .fy-acc-btn{
		background: #0077C8;
	}
  /* Accordion panel */
   .fy-mobile-accordion .fy-acc-panel {
    border: 0;
    border-top: 0;
     padding: 14px 0px 20px;
    display: none;
    background: transparent;
  }

  body:not(.wp-admin):not(.et-fb) .fy-mobile-accordion .fy-acc-btn[aria-expanded="true"] + .fy-acc-panel {
    display: block;
  }

  body:not(.wp-admin):not(.et-fb) .fy-mobile-accordion .fy-acc-icon {
    margin-left: 12px;
    line-height: 1;
    font-size: 20px;
	  font-weight:900;
	  color:#fff;
  }	
	body:not(.wp-admin):not(.et-fb) .fy-mobile-accordion .fy-acc-icon:before{
		content:"";
		background:url(/wp-content/uploads/2026/04/arrow-down.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size:contain;
		display:block;
		position:relative;
		width:12px;
		height:9px;
	}
	
	body #page-container .et_pb_tab .et_pb_module .et_pb_button.download-button, body #page-container .et_pb_tab .et_pb_module .et_pb_button.download-button:hover {
		min-width: auto!important;
	}
}

/*blurb featured cards*/
.et-boc .blurb-featured-card .et_pb_blurb_container {
    padding-left: 20px;
    padding-right: 20px;
}
.et-boc .blurb-featured-card .et_pb_blurb_content .et_pb_button{
	margin-left: 20px !important;
    margin-right: 20px !important;
}
.et-boc .events-loop.divider:last-child{
	border-bottom:0 !important;
}
.et-boc .et_pb_blurb_content {
	max-width: 100%;
}

.blurb-featured-card .et_pb_blurb_content {
	position: initial!important;
}

/*single page hero*/
.hero-image{
	height:100%;
}
.hero-image .et_pb_image_wrap, .hero-image img{
	object-fit:cover;
	height:100%;
	object-position:center left;
}

/*vertical tabs*/

/* Divi Vertical Tabs 3 */

.vertical-tabs {
border: none;
}

.vertical-tabs ul.et_pb_tabs_controls {
    float: left;
    width: 30%;
	max-width:312px;
    margin-right: 1.5%;
    background: transparent;
}
.vertical-tabs ul.et_pb_tabs_controls:after {
content: none;
}

.vertical-tabs .et_pb_tabs_controls li {
width: 100%;
border-right: none;
background: #fff;
margin-bottom: 5px;
	border-radius:8px;

}
.vertical-tabs .et_pb_tabs_controls li:hover, .vertical-tabs .et_pb_tabs_controls li.et_pb_tab_active:hover{
	background:#ECF5FB !important;
		text-decoration:underline;

}
.vertical-tabs .et_pb_tabs_controls li.et_pb_tab_active {
	background: #0077C8;
}

.vertical-tabs .et_pb_tabs_controls li a {
	padding: 13.5px 20px;
	color:#00253B;
}

.vertical-tabs .et_pb_tabs_controls li.et_pb_tab_active a {
	color: #fff !important;
}
.vertical-tabs .et_pb_tabs_controls li.et_pb_tab_active:hover a{
	color:#00253B !important;
}

.vertical-tabs .et_pb_tab {
padding: 0;
}

.vertical-tabs .et_pb_tab_content {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

@media(max-width:767px) {
	.vertical-tabs ul.et_pb_tabs_controls {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}

	.vertical-tabs .et_pb_tabs_controls li {
		border-bottom: none;
	}

	.vertical-tabs .et_pb_tab {
		padding: 0;
	}
}
/*sticky*/
@media only screen and (min-width:981px){
.vertical-tabs.et_pb_tabs {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.vertical-tabs.et_pb_tabs .et_pb_tabs_controls {
  width: 312px;
  min-width: 312px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 20;
	box-sizing: border-box;
  will-change: top, left;
}

.vertical-tabs.et_pb_tabs .et_pb_tabs_controls li {
  float: none !important;
  width: 100%;
	margin-bottom: 10px;
}

.vertical-tabs.et_pb_tabs .et_pb_all_tabs {
  flex: 1 1 auto;
  min-width: 0;
}

/* placeholder keeps space when nav is fixed */
.vertical-tabs.et_pb_tabs .tab-nav-spacer {
  width: 313px;
  min-width: 313px;
  flex: 0 0 313px;
  display: none;
}

.vertical-tabs.et_pb_tabs.is-sticky-active .tab-nav-spacer {
  display: block;
}

.vertical-tabs.et_pb_tabs .et_pb_tabs_controls.is-fixed {
  position: fixed;
	  margin: 0;
}

.vertical-tabs.et_pb_tabs .et_pb_tabs_controls.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
	 margin: 0;
}
.vertical-tabs.et_pb_tabs .et_pb_tabs_controls {
  transition: opacity 0.10s ease;
}

.vertical-tabs.et_pb_tabs .et_pb_tabs_controls.is-fixed {
  animation: tabNavFadeIn 0.10s ease;
}

@keyframes tabNavFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
}

/*normal tabs*/
.et_pb_tabs:not(.horizontal-tabs):not(.vertical-tabs) .et_pb_tab {
    padding: 24px 0;
}
.et_pb_tabs:not(.horizontal-tabs):not(.vertical-tabs) ul.et_pb_tabs_controls {
    background-color: rgba(0,0,0,0);
	border-bottom:5px solid #004976;
}
.et_pb_tabs:not(.horizontal-tabs):not(.vertical-tabs) ul.et_pb_tabs_controls:after {
	border-top: 0px;
}
.et_pb_tabs:not(.horizontal-tabs):not(.vertical-tabs) .et_pb_tabs_controls li a{
    padding: 13px 23px;
}
.et_pb_tabs:not(.horizontal-tabs):not(.vertical-tabs) .et_pb_tabs_controls li{
	border-top-right-radius: 8px !important;
	border-top-left-radius: 8px !important;
	overflow: visible;
	border: 0;
	display: block;
	margin-right: 10px;
}
@media only screen and (max-width:1336px){
	.long-tab-text.et_pb_tabs:not(.horizontal-tabs):not(.vertical-tabs) .et_pb_tabs_controls li a {
    padding: 13px 12px;
}
}
/*toggles*/
.et-boc .et_pb_toggle_close, .et_pb_toggle_open {
    padding: 20px 0;
}

/*Open Icon*/
.et-boc .et_pb_toggle_open .et_pb_toggle_title:before {
	content: '\f068'!important;
	line-height: 0px!important;
	color: #00253B;
	display:block !important;
	position:absolute;
	font-size:16px;
}

.et_pb_toggle_open .et_pb_toggle_title::before {
  margin-top: 0;
}

/*carousel*/
.custom-carousel .et_pb_image, .custom-carousel .et_pb_image_wrap{
	height:100%;
}
.custom-carousel .et_pb_image_wrap img{
    object-fit: cover;
	height:100%;
}
.fullwidth-carousel:not(.case) .et_pb_image, .fullwidth-carousel:not(.case) .et_pb_image_wrap{
	height:100%;
}
.fullwidth-carousel:not(.case) .et_pb_image_wrap img{
    object-fit: cover;
	height:100%;
}
.custom-carousel {
  overflow: visible;
}

.custom-carousel .swiper,
.custom-carousel .swiper-wrapper {
  overflow: visible;
}
/*peak of slide to the right*/
.custom-carousel .et_pb_group_carousel_container {
    padding: 0 10.7% 0 0 !important;	
}
@media only screen and (max-width:980px){
.custom-carousel .et_pb_group_carousel_container {
    padding: 0 3% 0 0 !important;	
}
	
}
/*slick equal slides height*/
.slick-initialized.fullwidth-carousel .slick-slide {
    display: flex;
}
.custom-carousel .et_pb_group_carousel_container, .et-boc .custom-carousel .et_pb_group_carousel_track{
    display: flex !important;
}
.custom-carousel .et_pb_group_carousel_slide{
    height: 100% !important;
}
.custom-carousel .et_pb_group_carousel_slide .et_pb_group{
	height:100%;
} 
/*arrows*/
.custom-carousel span.et_pb_group_carousel_arrow.et_pb_group_carousel_arrow_prev {
    position: absolute;
    bottom: 0px;
    width: 40px;
    height: 40px;
    transform: none;
    top: auto !important;
	align-content: center;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
.custom-carousel span.et_pb_group_carousel_arrow.et_pb_group_carousel_arrow_next {
    position: absolute;
    top: auto;
	 width: 40px;
    height: 40px;
    bottom: 0px;
    left: 52px !important;
    transform: none;
    right: auto;
	align-content: center;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.custom-carousel .et_pb_group_carousel_container{
	margin-bottom: 30px;
}

div#et-boc .custom-carousel .et_pb_group_carousel_container .et_pb_group {
	margin-left: 0!important;
}


div#et-boc .custom-carousel .et_pb_group_carousel_container .et_pb_group:focus-visible{
	outline: 2px solid #005fcc!important;
	outline-offset: -4px;
	z-index: 10;
}


@media only screen and (max-width:980px){
	.custom-carousel span.et_pb_group_carousel_arrow.et_pb_group_carousel_arrow_prev {
		right:52px;
		left:auto;
	}
	.custom-carousel span.et_pb_group_carousel_arrow.et_pb_group_carousel_arrow_next {
		right:0;
		left:auto !important;
	}
	
	thead h3 {
		font-size: 22px !important;
	}
}
/*dots*/
.et_pb_group_carousel_dots {
    margin-left: 100px !important;
/*     margin-top: 13px; */
}

/* Adjust dot pagination to look like progress bars */
.custom-carousel .et_pb_group_carousel_dots {
    display: flex;
    justify-content: center;
	border:1px solid #004976;
	border-radius:999px;
    gap: 0; /* Space between bars */
	overflow:hidden;
	width: fit-content;
}

.custom-carousel .et_pb_group_carousel_dots .et_pb_group_carousel_dot {
    width: 30px; /* Width of each bar */
    height: 6px; /* Height of the bar */
    background-color: #fff; /* Inactive color */
    border-radius: 0; /* Makes them rectangles */
    opacity: 1;
    text-indent: -9999px; /* Hides dot text */
    transition: background-color 0.3s ease;
}

.custom-carousel .et_pb_group_carousel_dots .et_pb_group_carousel_dot_active{
    background-color: #004976; /* Active color */
}

@media only screen and (max-width:980px){
	.et_pb_group_carousel_dots {
		margin-left: 0 !important;
	}
}
/*slides mobile*/
@media only screen and (max-width:980px){
body .custom-carousel .et_pb_group .et_pb_row{
	width:100% !important;
}
}

/*carousel cta row*/
@media only screen and (max-width:980px){
	body .custom-carousel .carousel-cta-row .clean-buttons:after{
		display:none !important;
	}
	body .custom-carousel .carousel-cta-row .clean-buttons{
		padding: .78em 1em !important;
		border:2px solid !important;
		border-radius:8px !important;
		text-transform:capitalize !important;
	}
	body .custom-carousel .carousel-cta-row .clean-buttons:hover{
		padding: .78em 1em !important;
	}
	body #page-container .et-boc .custom-carousel.custom-carousel .carousel-cta-row a.clean-buttons.navy-blue-clean-button:hover{
		background:#004976 !important;
		color:#fff !important;
	}
}

/*tables*/
.et-boc .dt-column-header span{
	color:#00253B !important;
	font-size:20px;
}
.et-boc .dt-container, .entry-content .et_pb_tab table:not(.variations), .et_pb_code table:not(.variations) {
    border: 1px solid #414141 !important;
    border-radius: 8px;
	overflow:hidden;
	 border-collapse: separate;
}
.et-boc .dt-container .dt-layout-cell{
	padding: 0;
	border-radius:8px;
}
.entry-content thead th, .entry-content tr th{
	color:#00253B;
	font-size:20px;
}
.et-boc .entry-content tr td strong{
	color:#00253B;
}
.et-boc .entry-content tr td {
    border-top: 1px solid #414141;	
    border-right: 1px solid #414141;
    padding: 23px 24px;
	color:#414141;
}
.et-boc .entry-content thead tr td{
	   border-top: 0 solid #414141;	
}
.et-boc .entry-content thead th, .entry-content tr th{
	 border-right: 1px solid #414141;
}
.et-boc .entry-content tr td:last-child, .entry-content thead th:last-child, .entry-content tr th:last-child{
	border-right:0 !important;
}
.et-boc .tablepress>:where(thead,tfoot)>tr>* {
    background-color:#D9EAF7 !important;
}
.et-boc .entry-content thead th, .entry-content tr th {
    padding: 15px 24px;
}
@media only screen and (max-width:980px){
	.et-boc .dt-column-header span{
		font-size:16px;
	}
	.et-boc .entry-content tr td {
 		font-size:14px;
	}
	.entry-content thead th, .entry-content tr th{
		font-size:16px;
	}
}

.et-boc .tablepress {
    scrollbar-width: thin; /* Options: auto, thin, none */
    scrollbar-color: #004976 #fff; /* thumb color, track color */
}
/* Width/Height of the scrollbar */
.et-boc .tablepress::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

/* Background of the scrollbar track */
.et-boc .tablepress::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}

/* The draggable thumb */
.et-boc .tablepress::-webkit-scrollbar-thumb {
    background: #004976;
    border-radius: 5px;
}

/* Hover effect on the thumb */
.et-boc .tablepress::-webkit-scrollbar-thumb:hover{
    background: #004976;
}
/*search*/
.et-boc .et_pb_search input.et_pb_s{
	background-color:#fff !important;
}
@media only screen and (min-width:768px){
.et-boc .et_pb_search .et_pb_searchform>div{
    display: flex;
    column-gap: 20px !important;
	margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
}
.et-boc .et_pb_search input.et_pb_s{
	border:1px solid #414141;
}
.et-boc .et_pb_search input.et_pb_searchsubmit{
	border-radius:8px;
    padding: 0.78em 1em;
    min-width: 121px;
}
}
@media only screen and (max-width:767px){
	.et-boc .et_pb_search input.et_pb_s{
		background:url(/wp-content/uploads/2026/04/search-icon.png);
		background-repeat:no-repeat;
		background-size:auto;
		background-position: 97% center;
		padding-right: 35px !important;
	}
}

/*marketo*/

.custom-marketo-form .mktoForm .mktoFieldWrap .mktoInstruction {
    display: block !important;
}
.custom-marketo-form .mktoForm .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
  width: auto !important;
  padding: 0 !important;
  max-width: none !important;
}

.custom-marketo-form .mktoFormRow:has(#LblPersonHasOptedOutOfEmail) {
    width: 100%;
}

.custom-marketo-form .mktoForm a {
	padding: 0 !important;
}

.custom-marketo-form label#LblPersonHasOptedOutOfEmail {
    display: block !important;
}

.custom-marketo-form .mktoForm .mktoFormRow .mktoField {
    padding: 8px 8px !important;
    height: auto !important;
    width: 100% !important;
	font-size:16px;
}

.custom-marketo-form{
	position:relative;
}
.mktoForm {
	max-width: 100%;
	width:auto !important;
	position: relative;
}
.mktoForm .mktoFieldWrap {
    display: flex;
    flex-direction: column;
	width:100%;
}
.mktoForm div, .mktoForm label, .mktoForm p {
    width: fit-content;
}
.mktoForm .mktoFormRow, .mktoForm .mktoFormCol{
	width:100% !important;
}
.mktoForm .mktoFormRow .mktoLabel{
	margin-top:10px !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton, .mktoForm .mktoButtonWrap.mktoNative .mktoButton {
    padding: 0.95rem 1.25rem !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    background-color: #004976 !important;
    border-color: #004976 !important;
    background-image: none !important;
    font-weight: 700 !important;
    margin-top: 20px !important;
    color: #fff;
    border: 1px solid;
	border-radius:8px;
	margin:auto !important;
	width:100%;
	text-align:center;
	margin-top:20px !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover, .mktoForm .mktoButtonWrap.mktoNative .mktoButton:hover{
	background-color: #00253b !important;
    border-color: #00253b !important;
}
span.mktoButtonWrap.mktoNative {
    margin: auto !important;
    width: 100% !important;
    display: block;
}
.mktoForm .mktoButtonRow{
	width:100% !important;
}
.mktoForm .mktoRequiredField label.mktoLabel, .mktoForm .mktoLabel {
    width: fit-content !important;
	padding-bottom:5px;
}
.mktoForm .mktoGutter {
    display: none;
}
.mktoOffset {
    display: none;
}
.custom-marketo-form .mktoForm .mktoFormRow input[type="checkbox"].mktoField{
	width:auto !important;
} 

.mktoForm textarea.mktoField {
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #00253B;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #414141;
    border-radius: 0.25rem;
    height: 130px !important;
}
.mktoForm select.mktoField {
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #414141;
    border-radius: 0.25rem;
    height: auto;
}
.mktoForm input[type=text] {
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #414141;
    border-radius: 0.25rem;
}
.mktoForm input[type=email] {
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #414141;
    border-radius: 0.25rem;
}

sup {
	font-size: 12px;
	bottom: 0.4em;
}
sub {
    font-size: 12px;
}


/*slick*/
/*to show a slice of the next slide*/
.fullwidth-carousel:not(.slick-not-enough) .slick-list {
    padding:0 10% 0 0 !important;
}
.fullwidth-carousel .custom-slider-items{
	padding:0 !important;
}
/*slick equal slides height*/
.fullwidth-carousel .slick-track{
    display: flex !important;
}
.fullwidth-carousel .slick-slide{
    height: inherit !important;
}
.slick-initialized .slick-slide {
    margin: 20px 10px !important;
}
/*slick navigation*/

/* controls row */
.fullwidth-carousel-wrap {
  position: relative;
}

.fullwidth-carousel-wrap .slick-slider {
  margin-bottom: 0;
}

/* put arrows + dots in one row */
.fullwidth-carousel-wrap .slick-prev,
.fullwidth-carousel-wrap .slick-next,
.fullwidth-carousel-wrap .slick-dots {
  position: static;
  transform: none;
}

/* controls container feel */
.fullwidth-carousel-wrap .slick-dots {
  display: inline-flex !important;
  align-items: center;
  margin: 0 0 0 8px;
  width: 62px;
  height: 8px;
  padding: 0;
  background: #0b5586;
  border-radius: 999px;
  overflow: hidden;
  vertical-align: middle;
}

/* dots track */
.fullwidth-carousel-wrap .slick-dots li {
  flex: 1 1 auto;
  margin: 0;
  height: 100%;
  width: auto;
  
}

/* active progress segment */
.fullwidth-carousel-wrap .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
	cursor: pointer!important;
}

.slick-dots li{
	cursor: pointer!important;
}

.fullwidth-carousel-wrap .slick-dots li button:before {
  content: "";
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: transparent;
	cursor: pointer!important;
}

.fullwidth-carousel-wrap .slick-dots li.slick-active button:before {
  background: #d7ebfa;
	cursor: pointer!important;
}

/* arrows */
.fullwidth-carousel span.et_pb_group_carousel_arrow.et_pb_group_carousel_arrow_prev {
    position: absolute;
    bottom: -13px;
    width: 40px;
    height: 40px;
    transform: none;
    top: auto !important;
    align-content: center;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
	background-color: #004976;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	cursor:pointer;
}
.fullwidth-carousel .et_pb_group_carousel_arrow_prev .et-pb-icon {
    font-family: FontAwesome !important;
    font-weight: 900;
    content: '';
	color:#fff !important;
	font-size: 20px;
	opacity: 0;
}

.fullwidth-carousel span.et_pb_group_carousel_arrow.et_pb_group_carousel_arrow_next {
    position: absolute;
    top: auto;
    width: 40px;
    height: 40px;
    bottom: -13px;
    left: 52px !important;
    transform: none;
    right: auto;
    align-content: center;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
	background-color: #004976;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	cursor:pointer;
}
.fullwidth-carousel .et_pb_group_carousel_arrow_next .et-pb-icon {
    font-family: FontAwesome !important;
    font-weight: 900;
    content: '';
	color:#fff !important;
	font-size: 20px;
	opacity: 0;
}

.fullwidth-carousel .et_pb_group_carousel_arrow_next,
.fullwidth-carousel .et_pb_group_carousel_arrow_prev {
	position: relative;
}

.fullwidth-carousel .et_pb_group_carousel_arrow_next:after,
.fullwidth-carousel .et_pb_group_carousel_arrow_prev::after{
	display: block;
	content: "";
	width: 12px;
	height: 13px;
	background: url('/wp-content/uploads/2026/05/Arrow.png');
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.fullwidth-carousel .et_pb_group_carousel_arrow_prev::after{
	rotate: 180deg!important;
}


.fullwidth-carousel .slick-arrow.slick-disabled{
	opacity:0.5;
	pointer-events:none;
	background:#414141 !important;
}
/*dots*/

.fullwidth-carousel .slick-dots {
  display: inline-flex !important;
  align-items: center;
  margin: 0 0 0 8px;
  width: auto;
  height: 10px;
  padding: 0;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  vertical-align: middle;
	margin-left:100px;
	border:1px solid #004976;
}

/* dots track */
.fullwidth-carousel .slick-dots li {
  flex: 1 1 auto;
  margin: 0;
  height: 100%;
  width: auto;
cursor: pointer;
}

/* active progress segment */
.fullwidth-carousel .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
	border: 0 !important;
	min-width: 40px;
	cursor: pointer!important;
}

.fullwidth-carousel .slick-dots li button:before {
  content: "";
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #fff;
	border:0;
	border-radius: 10px;
	cursor: pointer!important;
}

.fullwidth-carousel .slick-dots li.slick-active button:before {
  background:#004976;
}
.fullwidth-carousel .slick-dots:has(li:only-child) {
  display: none !important;
}

.fullwidth-carousel .et_pb_column{
    --vertical-gap: 0 !important;
}

.fullwidth-carousel-item{
	max-width: 480px!important;
}



@media only screen and (max-width:980px){
	body .fullwidth-carousel .slick-dots {
		margin-left: 12px !important;
	}
	body .fullwidth-carousel .carousel-cta-row .clean-buttons:after{
		display:none !important;
	}
	body .fullwidth-carousel .carousel-cta-row .clean-buttons{
		padding: .78em 1em !important;
		border:2px solid !important;
		border-radius:8px !important;
		text-transform:capitalize !important;
	}
	body .fullwidth-carousel .carousel-cta-row .clean-buttons:hover{
		padding: .78em 1em !important;
	}
	body #page-container .fullwidth-carousel .carousel-cta-row a.clean-buttons.navy-blue-clean-button:hover{
		background:#004976 !important;
		color:#fff !important;
	}
	.fullwidth-carousel span.et_pb_group_carousel_arrow.et_pb_group_carousel_arrow_prev {
		right:70px!important;
		left:auto;
	}
	.fullwidth-carousel span.et_pb_group_carousel_arrow.et_pb_group_carousel_arrow_next {
		right:20px!important;
		left:auto !important;
	}
	
	.fullwidth-carousel .slick-dots li button {
		min-width: 25px;
	}
}
/*ctas*/
@media only screen and (max-width:980px){
	body .et_pb_promo{
		width:100% !important;
	}
	body .et-l .et_pb_row_nested{
		max-width: 100% !important;
        width: 100% !important;
	}
}

/*internal new old header blue*/
@media only screen and (min-width:981px){
	.internal-live-header:before{
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		display:block;
		background:url(/wp-content/uploads/2026/04/nbme-header-bg-1.png);
		background-size: auto 100%;
		top:0;
        left: 0;
        right: 0;
		background-repeat:no-repeat;
	}
}
@media only screen and (min-width:1701px){
	.internal-live-header:before {
        background-position:10%;
    }
}
@media (min-width: 1600px)  and (max-width:1700px) {
    .internal-live-header:before{
        background-position: 22%;
    }
}
@media (min-width: 1375px) and (max-width:1599px) {
    .internal-live-header:before{
        background-position: 30%;
    }
}
@media (min-width: 981px) and (max-width:1374px) {
    .internal-live-header:before{
       background-position: 38%;
    }
}



/* Form  */

.gform_required_legend{
	display: none;
}

.gform-theme--foundation .gform_fields {
  row-gap: 20px!important;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type="text"],body select{
  background-color: transparent!important;
  border: 1px solid #000!important;
  font-size: 16px!important;
  color: #000;
  padding: 10px!important;
  outline: 0!important;
	height: auto!important;
	
}

.form-style input[type="submit"]{
	padding: 1em 1em !important;
	text-align: center !important;
	min-width: 189px !important;
	border-width: 1.5px !important;
	background: #004976 !important;
	outline: none !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
}

.form-style input[type="submit"]:hover{
	background: #00253b!important;
}


.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):hover {
  background-image: none!important;
}

.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):hover,
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):focus {
  background-image: none !important;
}

div#et-boc textarea.small{
	height: 134px!important;
}


/* Table Style  */

div#et-boc .tab-style {
	display: flex;
}

div#et-boc .tab-style  .et_pb_tab  {
	padding: 0!important;
}

div#et-boc .tab-style .et_pb_tabs_controls{
	width: 25%;
	display: flex;
	flex-direction: column;
	border-bottom: none!important;
}

div#et-boc .tab-style .et_pb_tabs_controls li{
	border-left: 2px solid rgba(65,65,65,0.26)!important;
	border-radius: 0!important;
}

div#et-boc .tab-style .et_pb_tabs_controls li a{
	padding: 5px 20px!important;
}

div#et-boc .tab-style .et_pb_tabs_controls li a:hover{
	text-decoration: underline;
}

div#et-boc .tab-style .et_pb_tabs_controls li.et_pb_tab_active{
	border-left: 2px solid #0077C8!important;
}

div#et-boc .tab-style .et_pb_all_tabs{
	width: 75%;
}

div#et-boc .table-style tr td {
	padding: 15px 15px!important;
}

/* Filiter Grid */


.dp-dfg-skin-default .dp-dfg-filter a.active, .dp-dfg-skin-default .pagination li.active a, .et-l .dp-dfg-skin-default .dp-dfg-filter a.active, .et-l .dp-dfg-skin-default .pagination li.active a {
  color: #fff;
  background-color: #0077c8;
}

/* Popup maker  */

.popmake-title{
	display: none!important;
}

.col-50-50 tbody tr td{
	width: 50%;
}

/* Hero Fix */

.et_pb_slide .et_pb_container{
	height: auto!important;
}

.sub-ul-fix ul ul{
	list-style-type: circle;
}

td .sl{
	padding-left: 7%;
}

/* Team Card  */

.team-card .et_pb_team_member_description{
	flex: 0!important;
}

.btn-arrow-fix .et_pb_button::after{
	transform: translateY(19%)!important;
}

/* Login Modal  */

.login-modal{
	display: none;
}

.card-hover-style > .et_pb_column{
	transition: 0.3s ease-in-out!important;
	
}

.card-hover-style > .et_pb_column .et_pb_row {
	border-radius: 0.25rem!important;
	align-items: stretch!important;
	overflow: hidden;
}

.card-hover-style > .et_pb_column .et_pb_row  .et_pb_image,
.card-hover-style > .et_pb_column .et_pb_row .et_pb_image_wrap{
	height: 100%;
	width: 100%;
	display: block;
}

.card-hover-style > .et_pb_column .et_pb_row  .et_pb_image img{
	height: 100%; 
	object-fit: cover!important;
	width: 100%;
}

.card-hover-style .et_pb_blurb {
	padding: 20px!important;
}

.card-hover-style > .et_pb_column:hover{
	box-shadow: 0 12px 20px rgba(65,65,65,0.15)!important;
}

#ot-sdk-btn{
  background: transparent !important;
  outline: none!important;
  border: none!important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: 100% !important;
  padding: 0!important;
}

.link-icon {
	position: relative;
	padding-right: 5px;
}

/* .link-icon::after was a PNG (/wp-content/uploads/2026/05/link.png) here.
   Replaced by the inline-SVG mask in the "External-link icon system" block
   at the end of this file, so .link-icon is now defined there only.
   NOTE: that PNG is still used by .fa-external-link below, so it stays. */

.fa-external-link{
	position: relative;
	padding-right: 5px;
}

.fa-external-link::before {
  content:""!important;
	display: block;
	width: 13px;
	height: 13px;
	background: url('/wp-content/uploads/2026/05/link.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
}


/* Heading font fix  */

.et_pb_tab_content h2{
	font-size: 35px!important;
}

@media only screen and (min-width:981px) {
	div#et-boc .footer-menu-columns ul li a {
		position: relative;
		display: inline-block;
	}

	div#et-boc .footer-menu-columns ul li a::before {
		position: absolute;
		content: "";
		width: 0%;
		height: 1px;
		background: #ffffff;
		left: 0;
		bottom: 0px;
		transition: .3s ease-in;
	}

	div#et-boc .footer-menu-columns ul li a:hover::before {
		width: 100%;
	}
}



@media only screen and (min-width:768px){
	.ul-center ul{
		text-align: center;
		list-style-position: inside;
		padding-left: 0!important;
	}
}


@media only screen and (max-width:980px){
	div#et-boc .tab-style .et_pb_tabs_controls{
		width: 100%!important;
	}
	div#et-boc .tab-style .fy-mobile-accordion {
		width: 100%!important;
	}
	
	.footer-custom-sidebar-menu ul#menu-footer li:first-child {
		margin-left: 0!important;
		padding-left: 0!important;
		border-left: none!important;
	}
	
	.et_pb_tab_content h2{
		font-size: 28px!important;
	}
	
	
	.card-hover-style > .et_pb_column .et_pb_row {
		align-items: center!important;
	}
}

@media only screen and (max-width: 767px) {
    .preset--module--divi-text--default .et_pb_text_inner h1 {
        font-size: 32px ! IMPORTANT;
    }
}

/* Hide native clear "x" in search fields */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

/* Global Fix  */

strong {
  font-weight: 900;
}

@media (min-width: 981px)  and (max-width:1300px) {
	div#et-boc .updated-inner-banner{
		padding: 70px 0!important;
		min-height: 300px !important;
	}
}


.fy-mobile-tab-dropdown button:focus-visible {
	outline: 2px solid #005fcc !important;
	outline-offset: 4px !important;
}

/* div#et-boc  .et_pb_tab_nav_item .et_pb_tab_nav_item_link{
	border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
} */

div#et-boc .et_pb_tabs_controls .et_pb_tab_nav_item_link{
	border-radius: 8px!important;
}

div#et-boc  .et_pb_tab_nav_item .et_pb_tab_nav_item_link:focus-visible {
	outline: 2px solid #005fcc!important;
	outline-offset: 4px;
}

.et_pb_tabs_controls,
.et_pb_tab_nav {
    overflow: visible !important;
}


.fy-mobile-accordion .fy-acc-btn:focus-visible{
	outline: 2px solid #005fcc!important;
	outline-offset: 4px;
}

.fullwidth-carousel .et_pb_group:focus-visible {
	outline: 2px solid #005fcc!important;
	outline-offset: 4px;
	z-index: 10;
}


.fullwidth-carousel .slick-list,
.fullwidth-carousel .slick-track,
.fullwidth-carousel .slick-slide {
	overflow: visible !important;
}


.custom-carousel .et_pb_group:focus-visible {
	outline: 2px solid #005fcc!important;
	outline-offset: 4px;
	z-index: 10;
}

.custom-carousel  .slick-list,
.custom-carousel  .slick-track,
.custom-carousel  .slick-slide {
	overflow: visible !important;
}

/* -- ADA: suppress decorative placeholder nav inside header search module -- */
/*
 * The Divi 5 header Menu module (used only for its search-button feature)
 * requires a WP menu to be selected, so a placeholder menu was created
 * ("menu-search-only-used-in-main") with a single "Search" custom link
 * pointing to "#". That renders as a nested <nav class="et-menu-nav"> →
 * <ul> → <li><a href="#">Search</a></li>, which trips ADA review for:
 *   (1) invalid nav-within-nav landmark nesting,
 *   (2) a list with a single decorative item,
 *   (3) a link that points to nothing.
 *
 * Scope is tied to the .header-search custom class on the outer Divi Menu
 * module (set in the module's CSS Class field) so the rule only affects
 * the header-search instance and never a real Divi Menu module elsewhere.
 *
 * display: none removes the element from BOTH the visual layout and the
 * accessibility tree, so screen readers don't see it. The functional
 * search trigger is the sibling <button class="et_pb_menu__search-button">,
 * which is unaffected by this rule.
 */
.et_pb_menu.header-search nav.et-menu-nav {
	display: none;
}


/* ============================================================
 * MIGRATED FROM CODE SNIPPETS PLUGIN
 * Previously lived in a Code Snippets entry that loaded after
 * the child theme stylesheet. Moved here for version control,
 * single-source-of-truth, and to remove the plugin dependency.
 * The one omitted rule from the original snippet was
 * `.header-search #menu-search-only-used-in-main { display: none!important; }`
 * — superseded by the `.et_pb_menu.header-search nav.et-menu-nav`
 * rule above (hides the wrapping <nav> landmark, not just the <ul>).
 * ============================================================ */

/* --- MOBILE MENU --- */
@media (max-width: 980px) {
	  .freshy-mobile-search form {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .freshy-mobile-search input[type="search"] {
    flex: 1;
    min-width: 0;
    min-height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #767676;
    border-radius: 8px;
  }

  .freshy-mobile-search button {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 14px;
	font-weight: 600;
    cursor: pointer;
    border: 1px solid #222;
    border-radius: 8px;
    background: #004976;
    color: #fff;
  }

  .freshy-mobile-search input:focus,
  .freshy-mobile-search button:focus {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
  }

  #mega-menu-primary-menu > .freshy-mobile-search,
  .max-mega-menu > .freshy-mobile-search {
    display: list-item !important;
    visibility: visible !important;
    opacity: 1 !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
  }

  .freshy-mobile-search form {
    display: flex !important;
    gap: 8px;
    align-items: center;
  }

	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.large-link > a.mega-menu-link {
		font-size: 14px !important;
	}

	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 13px !important;
	}

	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu {
		padding-top: 15px !important;
	}

	/* third-level indent */
	ul#mega-menu-primary-menu li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu {
		padding-left: 10px !important;
	}
}

/* FORCE HIDE ON DESKTOP */
@media (min-width: 981px) {
  .freshy-mobile-search {
    display: none !important;
  }
}

/* Screen reader text (ADA) */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* --- MAX MEGA MENU --- */
/* - closed-panel pointer guard -
   Top-level mega panels are full-width and overlap the same rect. When a panel
   closes here it keeps visibility:visible and only fades opacity to 0, so a
   "closed" panel (mega-toggle-on removed) stays an invisible but live pointer
   trap. Reopen a panel to the LEFT of one you opened earlier and the earlier
   (later-in-DOM) panel paints on top and steals hover + the status-bar URL from
   the panel you actually opened. Confirmed via elementFromPoint: the closed
   panel reported subVis=visible, subPE=auto and was the topmost hit element.
   The plugin's own guard (li.mega-animating > ul.mega-sub-menu{pointer-events:none})
   is overridden back to auto, and because this is a megamenu it re-asserts
   pointer-events:auto on every NESTED ul.mega-sub-menu and link. So we must kill
   pointer-events on the panel AND all descendants. Active/opening panels keep
   mega-toggle-on and stay interactive; opacity fade-out is unaffected. */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:not(.mega-toggle-on) > ul.mega-sub-menu,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:not(.mega-toggle-on) > ul.mega-sub-menu * {
	pointer-events: none !important;
}

/* - spacing - */
.max-mega-menu-code {
    position: relative;
    right: 50px;
    top: 15px;
}

.header-search,
.menu-button {
	top: 15px;
}

body #page-container header .et_pb_module .et_pb_button:not(.clean-buttons).menu-button {
	padding: .38em 0.5em !important;
}

/* - hover - */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link .mega-menu-title span,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on:not(.mega-has-description) > a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-has-description) > a.mega-menu-link span:not(.mega-indicator) {
	transition: 0.3s all ease-in-out;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link .mega-menu-title span,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
/*#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on:not(.mega-has-description) > a.mega-menu-link,*/
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-has-description) > a.mega-menu-link span:not(.mega-indicator) {
	border-bottom: 2px solid transparent;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover .mega-menu-title span,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
/*#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on:not(.mega-has-description) > a.mega-menu-link:hover,*/
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:not(.mega-has-description) > a.mega-menu-link:hover span:not(.mega-indicator) {
	border-bottom: 2px solid #004976;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	display: inline-block !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	align-items: flex-start;
}

/* - tabbed mega menu spacing - */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu {
	padding-top: 30px;
	top: 58px;
}

/* - large links - */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.large-link > a.mega-menu-link {
	font-size: 20px;
}

/* - title links - */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.non-link > a.mega-menu-link {
	pointer-events: none;
}

/* - descriptions - */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
	margin: 2px 0 0 0;
	font-style: normal;
}

/* - menu cards - */
.menu-card {
	box-shadow: 0px 0px 4px 1px #919191;
	border-radius: 16px;
	padding: 10px;
	background: #fff;
}

.menu-card img {
	border-radius: 16px;
}

.menu-card .menu-card-text {
	padding: 10px 20px;
}

.menu-card .menu-card-text h3 {
	font-size: 20px;
}

/* hide on mobile */
@media (max-width: 980px) {
	.menu-card {
		display: none;
	}
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu .menu-card .menu-card-text p {
	color: #000 !important;
	line-height: 1.4em;
	font-size: 14px;
	margin-bottom: 0;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu .menu-card .menu-card-text a {
	color: var(--gcid-primary-color) !important;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid transparent;
	transition: 0.3s all ease-in-out;
	margin: 0px 0px 13px 0px;
    padding: 0px 0px 2px 0px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu .menu-card .menu-card-text a:hover {
	border-bottom: 2px solid var(--gcid-primary-color);
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu .menu-card .menu-card-text a::after {
	content: '\f061';
	display: inline-block;
	font-family: FontAwesome;
	line-height: 1em;
	font-weight: 900;
	margin-left: 0.3em;
}

/* - hide level 2 links until level 1 link is clicked - */
/* Hide tab panels without disrupting MMM positioning */
#mega-menu-primary-menu .mega-menu-tabbed > .mega-sub-menu > li.mega-menu-item-has-children:not(.fs-tab-open) > ul.mega-sub-menu {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Show clicked tab panel */
#mega-menu-primary-menu .mega-menu-tabbed > .mega-sub-menu > li.mega-menu-item-has-children.fs-tab-open > ul.mega-sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* eyebrow */
.eyebrow-text-on-tab {
	text-transform: uppercase;
	font-size: 0.7em !important;
	font-family: "gotham", sans-serif !important;
	display: block;
	margin-bottom: 2px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.single-link-with-eyebrow > a.mega-menu-link {
	display: block;
}


/* - search - */
.header-search {
  position: relative;
  left: 50px;
  width: 40px !important;
  flex: 0 0 40px !important;
}

.header-search .et_pb_menu_inner_container,
.header-search .et_pb_menu__wrap {
  position: static !important;
}

.header-search .et_pb_menu__search-container {
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  left: auto !important;
  transform: translateY(-50%) !important;
  width: 320px !important;
  height: 40px !important;
  z-index: 9999 !important;
  background: #fff;
  padding: 10px !important;
	box-shadow: 0px 0px 4px 1px #919191;
}

.header-search .et_pb_menu__search {
  width: 100% !important;
  flex-direction: row-reverse;
}

.header-search .et_pb_menu__close-search-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-search .et_pb_menu__search-form {
  width: calc(100% - 40px) !important;
}

.header-search .et_pb_menu__search-input {
  width: 100% !important;
}

/* dropdown arrows */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	font-size: 11px;
}
/*fixes the break of the border*/
@media only screen and (min-width: 981px) {
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
        margin-left: 3px;
    }
}
/* - RESPONSIVE - */
@media (min-width:1200px) and (max-width: 1344px) {
	.max-mega-menu-code {
		right: 0;
	}

	.header-search {
		left: 10px;
	}
}

@media (min-width:981px) and (max-width: 1199px) {
	.max-mega-menu-code {
		right: 0;
	}

	.header-search {
		left: 0;
	}

	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item {
    	margin: 0 10px 0 0;
	}

	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
	}
}

@media (max-width: 980px) {
	.header-search, .menu-button {
		top: 0;
	}

	#nbme-header-section {
		z-index: 3;
	}
}

/* =====================================================================
   External-link icon system  (added 2026-06)
   ---------------------------------------------------------------------
   One inline-SVG glyph (NBME Figma external-link icon) drawn as a CSS
   mask, so a single asset recolours itself via currentColor:
   navy text -> navy icon, blue -> blue, white -> white. No per-colour
   assets, no JS, no extra HTTP request.

   Covers:
     (A) Manual .link-icon text links  -> upgrades the old PNG to the SVG
     (B) Auto-detected external text links in content (no class needed)
     (C) Divi buttons -> the external icon REPLACES Divi's built-in arrow,
         but only when the link is actually external.

   "External" = an http(s) link whose host is not nbme.org (or a *.nbme.org
   subdomain) and not the Pantheon dev host (so the icon is correct on dev
   preview AND on live). Note: mynbme.org is a SEPARATE site and counts as
   external -- that's why we exclude ".nbme.org"/"//nbme.org" rather than the
   bare "nbme.org" substring (which would wrongly catch mynbme.org).
   Deliberately leaves .fa-external-link alone. To remove the whole
   feature, delete from this banner to the end of the file.
   ===================================================================== */

:root {
	--ext-link-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2013%2013'%20shape-rendering='crispEdges'%3E%3Cpath%20fill='black'%20stroke='black'%20stroke-width='.3'%20d='M5.82129%200.150391V1.28809H1.28613V11.3135H11.3135V6.77832H12.4502V12.4512H0.149414V0.150391H5.82129Z'/%3E%3Cpath%20fill='black'%20stroke='black'%20stroke-width='.3'%20d='M12.4502%200.150391V5.00293H11.3135V2.17676L6.80762%206.57715L6.7002%206.68262L6.5957%206.5752L6.01172%205.97656L5.90723%205.86914L6.01465%205.76465L10.5967%201.28809H7.66309V0.150391H12.4502Z'/%3E%3C/svg%3E");
}

/* (A) manual .link-icon text links  +  (B) auto-detected external text links.
   (B) skips links already tagged .link-icon and any Divi button (handled in C). */
.link-icon::after,
.et_pb_text a[href^="http"]:not([href*=".nbme.org"]):not([href*="//nbme.org"]):not([href*="pantheonsite.io"]):not(.link-icon):not(.et_pb_button)::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 0.35em;
	vertical-align: middle;
	position: relative;
	top: -0.1em;                       /* nudge up to the text's optical centre (cap-height); tunable */
	background: currentColor;          /* clears the old PNG; colour follows text */
	-webkit-mask: var(--ext-link-icon) no-repeat center / 13px;
	mask: var(--ext-link-icon) no-repeat center / 13px;
}

/* (C) Divi buttons: replace the built-in arrow with the external icon, only when external.
   !important is required because Divi's per-button rule carries an #id and out-specifies us. */

/* Inline-block (NOT flex): Divi 5's et_flex_module makes the button a flex container, and Divi's
   base button arrow is position:absolute -- both fight us. Inline-block drops our icon into normal
   flow so it trails the label, centered as a group by Divi's own text-align:center. */
#page-container a.et_pb_button[href^="http"]:not([href*=".nbme.org"]):not([href*="//nbme.org"]):not([href*="pantheonsite.io"]) {
	display: inline-block !important;
}

#page-container a.et_pb_button[href^="http"]:not([href*=".nbme.org"]):not([href*="//nbme.org"]):not([href*="pantheonsite.io"])::after,
#page-container a.et_pb_button[href^="http"]:not([href*=".nbme.org"]):not([href*="//nbme.org"]):not([href*="pantheonsite.io"]):hover::after {
	content: "" !important;           /* override Divi's FontAwesome glyph */
	font-family: inherit !important;
	opacity: 1 !important;
	display: inline-block !important;
	width: 13px;
	height: 13px;
	margin: 0 0 0 0.3em !important;   /* gap before the icon */
	vertical-align: middle;
	background: currentColor;
	-webkit-mask: var(--ext-link-icon) no-repeat center / 13px;
	mask: var(--ext-link-icon) no-repeat center / 13px;
	transition: none !important;
	position: relative !important;   /* escape Divi's base position:absolute so the icon stays in flow */
	top: 0.2em;                       /* vertical centre for button text (tuned; heavier line than body copy) */
}