@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://use.typekit.net/mal1ati.css");

* {
	box-sizing: border-box;
}

html, body {
	overflow-x: hidden;
	max-width: 100%;
}

body {
	padding-bottom: 30px;
}

:root {
	--apa-teal: #56b7ae;
	--apa-blue: #2887c3;
	--apa-cream: #faf8ee;
	--apa-yellow: #f8d014;
	--apa-rose: #b75674;
	--apa-black: #252223;
	--apa-border-radius: 20px;
	--apa-headline: "p22-mackinac-pro", serif;
	--apa-body: "DM Sans", Helvetica, sans-serif;
	/* Body font sizes */
	--apa-body-font-x-small: 0.875rem;   /* 14px - x small body text */
	--apa-body-font-small: 1rem;      /* 16px - small body text */
	--apa-body-font-medium: 1.3rem;     /* ~21px - medium body text (card-copy) */
	--apa-body-font-large: 1.6rem;   /* ~26px - lead text (tablet/mobile) */
	--apa-body-font-x-large: 1.8rem;      /* ~29px - lead text (desktop) */
  }

.bg-teal {
	background-color: var(--apa-teal);
}

.bg-blue {
	background-color: var(--apa-blue);
}

.bg-cream {
	background-color: var(--apa-cream);
}

.bg-yellow {
	background-color: var(--apa-yellow);
}

.bg-rose {
	background-color: var(--apa-rose);
}

.bg-black {
	background-color: var(--apa-black);
}

.color-teal {
	color: var(--apa-teal);
}

.color-blue {
	color: var(--apa-blue);
}

.color-cream {
	color: var(--apa-cream);
}

.color-yellow {
	color: var(--apa-yellow);
}

.color-rose {
	color: var(--apa-rose);
}

.color-black {
	color: var(--apa-black);
}

.border-teal {
	border: 1px solid var(--apa-teal);
}

.border-blue {
	border: 1px solid var(--apa-blue);
}

.border-cream {
	border: 1px solid var(--apa-cream);
}

.border-yellow {
	border: 1px solid var(--apa-yellow);
}

.border-rose {
	border: 1px solid var(--apa-rose);
}

.border-black {
	border: 1px solid var(--apa-black);
}

.section-block {
	border-radius: var(--apa-border-radius);
	padding: 40px 15px;
	box-sizing: border-box;
}

@media(max-width: 991px){
	.section-block {
		padding: 30px 10px;
	}
}

/* Typography */
body {
	font-family: var(--apa-body);
	font-size: var(--apa-body-font-large);
	line-height: 1.6;
	margin: 0;
}

p {
	font-family: var(--apa-body);
	font-size: var(--apa-body-font-large);
	line-height: 1.6;
	margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--apa-headline);
	font-weight: 900!important;
}

h1 {
	font-size: clamp(2rem, 5vw + 1.5rem, 5rem);
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1.2rem;
	font-weight: 600;
}

h2 {
	font-size: clamp(1.75rem, 4vw + 1.25rem, 4rem);
	line-height: 1.3;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 500;
}

h3 {
	font-size: clamp(1.5rem, 3vw + 1rem, 3rem);
	line-height: 1.4;
	margin-top: 1.25rem;
	margin-bottom: 0.75rem;
	font-weight: 600;
}

h4 {
	font-size: clamp(1.25rem, 2.5vw + 0.875rem, 2.5rem);
	line-height: 1.4;
	margin-top: 1rem;
	margin-bottom: 0.75rem;
	font-weight: 600;
}

h5 {
	font-size: clamp(1.125rem, 2vw + 0.75rem, 2rem);
	line-height: 1.5;
	margin-top: 0.875rem;
	margin-bottom: 0.75rem;
	font-weight: 600;
}

h6 {
	font-size: clamp(1rem, 1.5vw + 0.625rem, 1.8rem);
	line-height: 1.5;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	font-weight: 600;
}

/* Menu Styling - Sleek Minimal Design */
.RadMenu_Default {
	position: relative;
	z-index: 1000;
	font-size: var(--apa-body-font-medium);
}

@media (max-width: 991px) {
	.RadMenu_Default .rmRootGroup,
	.RadMenu_Default .rmGroup,
	.RadMenu_Default ul,
	.RadMenu_Default li {
		width: 100%!important;
		border-bottom: 1px solid black;
	}
}


@media(min-width:992px){
	.RadMenu_Default .rmGroup,
	.RadMenu_Default .rmPopup {
		background: var(--apa-cream) !important;
		background-color: var(--apa-cream) !important;
		background-image: none !important;
		border-radius: 8px !important;
		padding: 8px 0 !important;
		z-index: 10000 !important;
		width: 100%!important;
	}
}

.RadMenu_Default .rmRootGroup {
	border: none !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	list-style: none !important;
}

.RadMenu_Default .rmRootGroup,
.RadMenu_Default .rmGroup,
.RadMenu_Default ul,
.RadMenu_Default li {
	list-style: none !important;
	list-style-type: none !important;
}

.RadMenu_Default .rmRootGroup::before,
.RadMenu_Default .rmRootGroup::after,
.RadMenu_Default .rmGroup::before,
.RadMenu_Default .rmGroup::after,
.RadMenu_Default .rmItem::before,
.RadMenu_Default .rmItem::after,
.RadMenu_Default .rmLink::before,
.RadMenu_Default .rmLink::after,
.RadMenu_Default .rmText::before,
.RadMenu_Default .rmText::after {
	content: none !important;
	display: none !important;
}

.RadMenu_Default a.rmLink,
.RadMenu_Default a.rmRootLink {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	padding: 10px;
	color: var(--apa-black) !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
}

.RadMenu_Default a.rmLink:hover,
.RadMenu_Default a.rmFocused,
.RadMenu_Default a.rmSelected,
.RadMenu_Default a.rmExpanded {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	color: var(--apa-teal) !important;
}



/* Dropdown positioning - hidden by default */
.RadMenu_Default .rmItem {
	position: relative !important;
}

.RadMenu_Default .rmRootGroup > .rmItem {
	position: relative !important;
}

.RadMenu_Default .rmSlide {
	position: absolute !important;
	z-index: 10000 !important;
	top: 100% !important;
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: auto !important;
	min-width: 200px !important;
	background: var(--apa-cream) !important;
	background-color: var(--apa-cream) !important;
	background-image: none !important;
	border: 1px solid white;
	border-radius: 8px !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.rmSlide .rmExpandRight, .rmSlide .rmGroup a.rmLink.rmExpandRight {
    background-image: url(images/caret-right.svg) !important;
    background-position: 95% center !important;
    background-size: 12px 12px !important;
    background-repeat: no-repeat !important;
	padding: 10px 0px 10px 10px!important;
	width: calc(100% + 10px);
}



/* Ensure dropdowns are properly positioned */
.RadMenu_Default .rmSlide .rmGroup {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	white-space: nowrap;
	width:300px!important;
}

/* Nested dropdowns (level 2) should appear to the right */
.RadMenu_Default .rmGroup.rmLevel1 .rmItem {
	position: relative !important;
}

/* Removes space to ensure  the dropdown doesn't disappear when the mouse moves toward it */
.RadMenu_Default > .rmSlide > .rmLevel1 > .rmSlide {
	left:-10px!important;
}

.RadMenu_Default .rmGroup.rmLevel1 .rmItem .rmSlide {
	position: absolute !important;
	top: -5px !important;
	margin-left: 0px !important;
}

/* Ensure menu items with submenus show properly on hover/expand */
.RadMenu_Default .rmItem.rmExpanded > .rmSlide,
.RadMenu_Default .rmItem:hover > .rmSlide {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Keep nested submenus visible when parent is hovered */
.RadMenu_Default .rmItem:hover > .rmSlide .rmItem:hover > .rmSlide {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.RadMenu_Default .rmGroup .rmItem {
	padding: 0 !important;
}

.RadMenu_Default .rmGroup .rmLink,
.RadMenu_Default .rmGroup a.rmLink {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	padding: 10px 24px 10px 10px !important;
	color: var(--apa-black) !important;
	text-decoration: none !important;
	transition: background-color 0.2s ease !important;
	border-radius: 4px !important;
	margin: 2px 8px !important;
	display: block !important;
	position: relative !important;
	width:auto!important;
}


/* Level 1 items - no bullets */
.RadMenu_Default .rmGroup.rmLevel1 .rmLink::before,
.RadMenu_Default .rmGroup.rmLevel1 .rmLink::after {
	content: none !important;
	display: none !important;
}


/* Level 2 items - no bullets */
.RadMenu_Default .rmGroup.rmLevel2 .rmLink::before,
.RadMenu_Default .rmGroup.rmLevel2 .rmLink::after {
	content: none !important;
	display: none !important;
}


.RadMenu_Default .rmGroup .rmLink:hover,
.RadMenu_Default .rmGroup a.rmLink:hover,
.RadMenu_Default .rmGroup a.rmFocused,
.RadMenu_Default .rmGroup a.rmSelected {
	background-color: rgba(0, 0, 0, 0.05) !important;
}

.RadMenu_Default .rmGroup .rmText {
	padding: 0 !important;
	margin: 0 !important;
}

.RadMenu_Default .rmHorizontal .rmText {
	padding: 0 !important;
}

/* Remove any remaining bullets from all menu text elements */
.RadMenu_Default .rmText::before,
.RadMenu_Default .rmText::after,
.RadMenu_Default .rmLink .rmText::before,
.RadMenu_Default .rmLink .rmText::after,
.RadMenu_Default .rmGroup .rmText::before,
.RadMenu_Default .rmGroup .rmText::after,
.RadMenu_Default .rmGroup .rmLink .rmText::before,
.RadMenu_Default .rmGroup .rmLink .rmText::after {
	content: none !important;
	display: none !important;
}

/* Remove bullets from all menu items */
.RadMenu_Default .rmItem::marker,
.RadMenu_Default .rmGroup .rmItem::marker {
	content: none !important;
	display: none !important;
}

/* Override any other CSS files that might be adding bullets - must be very specific */
.RadMenu_Default .rmGroup.rmLevel1 .rmItem .rmLink::before,
.RadMenu_Default .rmGroup.rmLevel1 .rmItem .rmLink::after,
.RadMenu_Default .rmGroup.rmLevel2 .rmItem .rmLink::before,
.RadMenu_Default .rmGroup.rmLevel2 .rmItem .rmLink::after,
.RadMenu_Default .rmGroup .rmItem .rmLink::before,
.RadMenu_Default .rmGroup .rmItem .rmLink::after {
	content: none !important;
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}



/* Root level items - no bullets */
.RadMenu_Default .rmRootGroup > .rmItem > .rmLink::before,
.RadMenu_Default .rmRootGroup > .rmItem > .rmLink::after {
	content: none !important;
	display: none !important;
}

.RadMenu_Default .rmRootGroup > .rmItem > .rmLink .rmText::before,
.RadMenu_Default .rmRootGroup > .rmItem > .rmLink .rmText::after {
	content: none !important;
	display: none !important;
}

/* Remove all shadows and rounded corner decorations */
.RadMenu_Default .rmRoundedCorners .rmGroup,
.RadMenu_Default .rmShadows .rmGroup {
	padding: 0 !important;
	background-image: none !important;
}

.RadMenu_Default .rmTopFix,
.RadMenu_Default .rmBottomFix,
.RadMenu_Default .rmTopRight,
.RadMenu_Default .rmBottomLeft,
.RadMenu_Default .rmBottomRight {
	display: none !important;
}

  .clearQ .rgHeader{
	  display:none!important;
  }
  
  
  
  .clearQ .RadGrid_MetroTouch{
	  border:none;
  }
  
  .clearQ .RadGrid_MetroTouch .rgAltRow {
	  background: #fff;
  }
  
  .clearQ .RadGrid_MetroTouch .rgAltRow td,
  .clearQ .RadGrid_MetroTouch .rgRow td {
	  border:none;
  }
  
  
  .clearQ .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell, 
  .clearQ .RadGrid.RadGrid_MetroTouch .rgSelectedRow, 
  .clearQ .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow, 
  .clearQ .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted, 
  .clearQ .RadGrid.RadGrid_MetroTouch th.rgSorted, 
  .clearQ .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell, 
  .clearQ .RadGrid.RadGrid_Metro .rgSelectedRow, 
  .clearQ .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow, 
  .clearQ .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted, 
  .clearQ .RadGrid.RadGrid_Metro th.rgSorted {
	  background-color: transparent;
	  border-color:transparent;
  }
  
  .clearQ .RadGrid.RadGrid_MetroTouch .rgMasterTable .rgSelectedCell a, 
  .clearQ .RadGrid.RadGrid_MetroTouch .rgSelectedRow a, 
  .clearQ .RadGrid.RadGrid_MetroTouch td.rgEditRow .rgSelectedRow a, 
  .clearQ .RadGrid.RadGrid_MetroTouch .rgSelectedRow td.rgSorted a, 
  .clearQ .RadGrid.RadGrid_MetroTouch th.rgSorted a, 
  .clearQ .RadGrid.RadGrid_Metro .rgMasterTable .rgSelectedCell a, 
  .clearQ .RadGrid.RadGrid_Metro .rgSelectedRow a, 
  .clearQ .RadGrid.RadGrid_Metro td.rgEditRow .rgSelectedRow a, 
  .clearQ .RadGrid.RadGrid_Metro .rgSelectedRow td.rgSorted a, 
  .clearQ .RadGrid.RadGrid_Metro th.rgSorted a {
	  color: transparent!important;
  }
  
  .clearQ .RadGrid.RadGrid_MetroTouch .rgMasterTable, 
  .clearQ .RadGrid.RadGrid_Metro .rgMasterTable {
	  background-color: transparent!important;
  }
  
  .clearQ .RadGrid_MetroTouch {
	  background-color: transparent!important;
  }
  
  .clearQ .RadGrid.RadGrid_MetroTouch .rgRow td, 
  .clearQ .RadGrid.RadGrid_MetroTouch .rgRow td:first-child,
  .clearQ .RadGrid.RadGrid_MetroTouch .rgAltRow td, 
  .clearQ .RadGrid.RadGrid_MetroTouch .rgAltRow td:first-child{
	 padding:0px;
  }
  
  .clearQ .panel-body, 
  .clearQ .PanelBody {
	  padding: 0px;
  }
  
  .clearQ .GridTitlePanel, .clearQ .GridFooterPanel {
	  margin-top: 0px;
	  margin-bottom: 0px;
  }
  
  
  .nav-auxiliary {
	background: var(--apa-cream);
	  color: black;
	  position:relative;
	  padding: 0 5px;
	  border-radius: 99px;
	  margin-bottom: 0;
  }
  
  /* Utility Navigation Bar */
  .utility-nav-bar {
	  background-color: var(--apa-cream);
	  border-radius: 99px;
	  padding: 8px 20px;
	  display: flex;
	  align-items: center;
	  justify-content: flex-start;
	  width: 100%;
	  margin-bottom: 0;
	  flex-wrap: nowrap;
	  min-height: auto;
	  gap: 0;
	  box-sizing: border-box;
  }
  
  /* Find Publishers button on the left */
  .utility-nav-bar > .btn-utility-yellow:first-child {
	  margin-right: auto !important;
	  flex-shrink: 0;
  }
  
  /* Right-side elements - push to right edge */
  .utility-nav-bar > .utility-cart-link {
	  margin-left: auto !important;
	  margin-right: 16px !important;
	  flex-shrink: 0;
  }
  
  .utility-nav-bar > .utility-login-link {
	  margin-right: 16px !important;
	  flex-shrink: 0;
  }
  
  .utility-nav-bar > .btn-utility-teal {
	  margin-right: 0 !important;
	  flex-shrink: 0;
  }
  
  .btn-utility {
	  padding: 8px 20px;
	  border-radius: 99px;
	  font-size: 14px;
	  font-weight: 500;
	  text-decoration: none;
	  display: inline-flex;
	  align-items: center;
	  gap: 6px;
	  transition: all 0.2s ease;
	  border: none;
	  white-space: nowrap;
  }
  
  .btn-utility-yellow {
	  background-color: var(--apa-yellow);
	  color: var(--apa-black);
  }
  
  .btn-utility-yellow:hover {
	  background-color: #e6c012;
  }
  
  .btn-utility-teal {
	  background-color: var(--apa-teal);
	  color: white;
  }
  
  .btn-utility-teal:hover {
	  background-color: #4aa59d;
  }
  
  .utility-cart-link {
	  color: var(--apa-black);
	  text-decoration: none;
	  font-size: 18px;
	  display: flex;
	  align-items: center;
	  transition: color 0.2s ease;
  }
  
  .utility-cart-link:hover {
	  color: var(--apa-teal);
  }
  
  .utility-login-link {
	  color: var(--apa-black);
	  text-decoration: none;
	  font-size: 14px;
	  font-weight: 400;
	  transition: color 0.2s ease;
  }
  
  .utility-login-link:hover {
	  color: var(--apa-teal);
  }
  
  /* Main Navigation Bar */
  .header-bottom-container {
	  background: white;
	  padding: 15px 0;
  }
  
  .header-top-container .header-container,
  .header-bottom-container .header-container {
	  display:flex;
	  flex-direction: row;
	  justify-content: space-between;
	  max-width: 1200px;
	  flex-shrink: 1;
	  padding: 0;
	  padding-left:32px;
	  padding-right:20px;
	 }

	 
	 .header-menus-container {
		 display: flex;
		 flex-direction: column;
		 width: 100%;
	 }

  .header-logo-container {
	 	  margin:0;
	 }

	 #ste_container_ciPrimaryNavigation {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	 }

  

  #masterHeaderImage {
	  background-image:url(https://apadev.imiscloud.com/App_Themes/APA-Toronto2/images/APA-horizontal-RGB.png);
	  background-repeat:no-repeat;
	  background-size:contain;
	  width:50vw;
	  max-width:420px;
	  text-indent:-9999px;
	  overflow:hidden;
  }

  @media(max-width:900px){
	#masterHeaderImage {
		background-image:url(https://apadev.imiscloud.com/App_Themes/APA-Toronto2/images/APA-stacked-RGB.png);
		height:100px;
	}
 
}

  /* Force full width for the auxillary nav elements */
  .WTZone {
	width: 100%;
  }

  .header-menus-container .navbar-header {
	  display:flex;
	  align-self: end;
	  align-items: flex-end;
	 }

.header-menus-container .primary-menu-container  {
	align-self: end;
}

  .header-menus-container .primary-navigation-area {
	  flex:1 1 auto;
  }

.header-menus-container .primary-navigation-area .RadMenu.RadMenu ul.rmHorizontal {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
	margin: 10px 0;
}

.header-menus-container,
.header-menus-container .RadMenu .rmRootGroup > .rmItem > .rmLink {
	font-size: var(--apa-body-font-medium);
}

.header-menus-container .RadMenu .rmText, .RadMenu .rmHorizontal .rmText {
	padding: 5px 15px;
}


#ctl01_ciPrimaryNavigation_PrimaryNavigationControl {
	width: 100%
}

.navbar-collapse {
	margin: 0!important;
}

  @media (min-width: 992px) {

	  .primary-navigation-area .nav-primary {
		  float: left;
		  ul.rmRootGroup {
			display: flex!important;
			align-items: stretch; /* Default */
			justify-content: space-between;
			width: 100%;
			margin: 0;
			padding: 0;
			border-radius: var(--apa-border-radius);
			margin-bottom: 20px;
		  }
		  li.rmFirst {
			font-size: var(--apa-body-font-medium)!important;

			display: block;
			flex: 0 1 auto; /* Default */
			list-style-type: none;
		  }		
	  }
	  .RadMenu .rmRootGroup > .rmItem > .rmLink {
		font-size: 17px;
	  }


  }

  .primary-navigation-area .RadMenu {
	  float:none;
  }

  .nav-auxiliary a {
	  color: black;
  }

	.nav-auxiliary .nav-aux-account .nav-text, .nav-auxiliary .nav-aux-cart .nav-text {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.78' height='14.08' viewBox='0 0 15.78 14.08'%3E%3Cpath id='shopping-cart' d='M14.641,1.7H3.429L3.208.519A.637.637,0,0,0,2.582,0H.318A.318.318,0,0,0,0,.318V.53A.318.318,0,0,0,.318.849H2.406l1.855,9.892a1.7,1.7,0,1,0,2.726.293h3.85a1.7,1.7,0,1,0,2.653-.368.637.637,0,0,0-.618-.481H5.02L4.7,8.488h8.79a.637.637,0,0,0,.623-.507l1.149-5.517A.637.637,0,0,0,14.641,1.7ZM6.366,11.883a.849.849,0,1,1-.849-.849A.85.85,0,0,1,6.366,11.883Zm5.941.849a.849.849,0,1,1,.849-.849A.85.85,0,0,1,12.307,12.731Zm1.012-5.093H4.543L3.588,2.546H14.38Z' transform='translate(0.25 0.25)' stroke='%23000' stroke-width='0.5'/%3E%3C/svg%3E")!important;
		background-repeat: no-repeat;
		background-position: center!important;
		background-size: contain;
	}

	.header-search input[type="text"] {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.319' height='14.319' viewBox='0 0 14.319 14.319'%3E%3Cpath id='Path_108' data-name='Path 108' d='M-309.189,377.921a4.657,4.657,0,0,1,0,6.586,4.657,4.657,0,0,1-6.586,0,4.657,4.657,0,0,1,0-6.586A4.657,4.657,0,0,1-309.189,377.921Zm1.561,7.085a6.16,6.16,0,0,0-.5-8.147,6.159,6.159,0,0,0-8.71,0,6.159,6.159,0,0,0,0,8.71,6.16,6.16,0,0,0,8.147.5l3.218,3.219a.3.3,0,0,0,.425,0l.637-.637a.3.3,0,0,0,0-.425Z' transform='translate(318.64 -375.055)' fill-rule='evenodd'/%3E%3C/svg%3E")!important;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 16px 16px;
	}
		
  
  
  
  .header-container{
	  max-width: 100%;
	  padding: 0 25px;
	  margin-top: 20px;
	 }
  
	 @media(max-width: 991px){
		 .header-container{
			 padding: 0 15px!important;
		 }
	 }
  
  @media(max-width:991px){
	  .nav-auxiliary .TextButton,
	  .nav-auxiliary .navbar-toggle {
		margin-left: 4px;
		padding: 0;
		display:block;
	  }
  
	  #ctl01_ciMobileNav_ctl10_GoSearch{
	  display:none;	
	  }
  
  }

  /* This is where the main header menu is */

  @media(min-width:992px){

		#HomePageContent {
		text-align: center;
		}
		}

		@media(min-width:900px){

			#HomePageContent {
			position: relative;
			padding: 0 25px;
			}
			}

  
  .HomePageFullWidthArea .panel-body, 
  .HomePageFullWidthArea .PanelBody,
  .InternalHeaderArea .panel-body, 
  .InternalHeaderArea .PanelBody {
	  padding: 0px;
  }
  
  .HomePageFullWidthArea .panel, 
  .HomePageFullWidthArea .StandardPanel,
  .InternalHeaderArea .panel, 
  .InternalHeaderArea .StandardPanel {
	  border: 0px;
  }
  
 

  .page-header {
	border-radius: var(--apa-border-radius);
	padding: 90px 0;
	background-color: var(--apa-teal);
	color: white;
	text-align: center;
	margin-bottom: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	width: 100%;
	h1 {
		color: white
	}
  }
  
  .InternalHeaderArea .carousel-caption {
	  top:50%;
	  transform:translateY(-50%);
	  padding: 0px;
	  text-shadow:none;
	  bottom: auto;
  }

  .InternalHeaderArea .carousel-inner.bg-img > .item {
	border-radius: var(--apa-border-radius);
	padding: 50px 0;
	background-color: var(--apa-teal);
	color: white;
	text-align: center;
	margin-bottom: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	
	box-sizing: border-box;
	width: 100%;
  }
  
  .InternalHeaderArea .carousel-inner.bg-img > .item:before{
	  display:block;
	  content:'';
	  border-radius: var(--apa-border-radius);

	  position:absolute;
	  top:0; right:0; bottom:0; left:0;
	  background-color:rgba(40,135,195,0.8);
  }
  
  #InternalBanner{
	  display:none;
  }
  
  .InternalHeaderArea .row{
	  margin:0;
  }
  
  .InternalHeaderArea .col-sm-12{
	  padding:0;
  }
  

  
  .Wrapper-FullWidth #masterContentArea,
  .Wrapper-FullWidth #masterContentArea .row.full{
	  max-width:10000px;
	  padding-left: 0;
	  padding-right: 0;
	  background-size:cover;
	  background-position:center;
	  box-sizing: border-box;
  }
  
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	width: 100%;
}

@media(max-width:1240px){
	.container {
		margin: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media(max-width: 991px){
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
}



.m-0 {
	margin: 0;
}

.w-100 {
	width: 100%;
}

.h-100 {
	height: 100%;
}

.mt-auto {
	margin-top: auto;
  }

  .align-items-center {
	align-items: center;
  }
  
  .Wrapper-FullWidth #masterContentArea .row,
  .Wrapper-FullWidth #masterContentArea .row .content{
	  max-width: 1600px;
	  margin: 0 auto;

	  box-sizing: border-box;
	  width: 100%;
	  overflow-x: hidden;
  }
  
  @media(max-width: 991px){
	  .Wrapper-FullWidth #masterContentArea .row,
	  .Wrapper-FullWidth #masterContentArea .row .content{
		 
	  }
  }
  
  
  
  

  
  .row.dark{
	  position:relative;
	  color:#fff;
  }
  
  .row.dark h1,
  .row.dark h2,
  .row.dark h3,
  .row.dark h4,
  .row.dark h5,
  .row.dark h6{
	  color:#fff;
  }
  
  .row.dark:before{
	  display:block;
	  position:absolute;
	  top:0; right:0; bottom:0; left:0;
	  content:'';
	  background-color:rgba(0,0,0,0.3);
  }
  
  .row.dark .readmore{
	  color:#fff;
  }
  
  .row.dark .readmore:after{
	  background-image:url(images/caret-right-white.svg);
  }
  
  h1 .readmore,
  h2 .readmore{
	  font-size: 18px;
	  font-family: "DM Sans", Helvetica, sans-serif;
  
  }
  
  
  
  .row > .content > div[class^="col-"] {
	  flex-shrink: 0;
	  position:relative;
  }
  
  @media(min-width:992px){
  .row > .content {
	  display: flex;
	  flex-wrap: wrap;
  }
  
  }
  
  @media(min-width:992px) and (max-width:1020px){
	  #masterHeaderImage {
	  }
  
	  .header-logo-container {
		  float: left;
		  margin-left: 30px;
		  margin-top: 20px;
	  }
  
	  
  
	  .nav-auxiliary{
		  padding-right:5px;
	  }
  
	  .nav-auxiliary:before {
		  left: -30px;
		  width: 30px;
	  }
  }
  
  
  @media(max-width:991px){

  
	  .row.align .col-sm-6{
		  display:block;
		  width:100%;
	  }
  
	  .row.align .col-sm-6:first-child{
		  margin-bottom:40px;
	  }
  
	  .row.align:after{
		  display:none;
	  }
  }
  

  
  .ste-toggle {
	  background-position: -35px -106px;
  }
  
  .header-search input[type="text"]{
	  background-color:transparent;
	  color:#fff;
	  background-image:url(images/search.svg);
	  background-size:20px;
	  background-position: 0px center;
	  padding-left: 0px!important;
	  border:0;
	  padding: 0px 10px;
	  box-shadow:none;
	  width: 30px;
	  color: transparent;
	  -webkit-transition: width 0.4s ease-in;
	  -moz-transition: width 0.4s ease-in;
	  -ms-transition: width 0.4s ease-in;
	  -o-transition: width 0.4s ease-in;
	  transition: width 0.4s ease-in;
  }
  
  .header-search input[type="text"]:focus,
  .header-search input[type="text"]:hover{
	  width:150px;
	  padding-left:30px!important;
	  color: var(--apa-black);
  }
  
  
  .footer-content .col-sm-3:first-child{
	  font-weight:bold;
	  width:20%;
	  border-right:1px solid #fff;
	  margin-right:5%;
  }
  
  #ft h5{
	  color:#fff;
  }
  
  .social{
	  display:block;
  }
  
  .social a,
  .social a:visited{
	  width:35px;
	  display:block;
	  float:left;
	  margin-right:10px;
	  -webkit-transition: margin 0.2s ease-in;
	  -moz-transition: margin 0.2s ease-in;
	  -ms-transition: margin 0.2s ease-in;
	  -o-transition: margin 0.2s ease-in;
	  transition: margin 0.2s ease-in;
  }
  
  .social a:hover,
  .social a:focus{
	  margin-top:-5px;
	  padding-bottom:5px;
  }
  
  @media(max-width:991px){
	  .header-search input[type="text"]{
		  padding-left: 30px!important;
		  width: 100%;
	  }
	  
	  .header-search input[type="text"]:focus, .header-search input[type="text"]:hover {
		  width: 100%;
	  }
	  
	  .header-bottom-container{
		  padding:0;
	  }
	  
	  /* Mobile Menu Styling - Clean hierarchy */
	  .RadMenu_Default .rmSlide {
		background-color: transparent!important;
		box-shadow: none!important;
		border-radius: 0!important;
		width: 100%!important;
	  }

	  .RadMenu .rmVertical .rmGroup .rmLevel1 {
		border: 0;
		border-radius: 0 !important;	  
	}
	
	/* Remove gray backgrounds */
	  .RadMenu .rmGroup,
	   .rmSlide .rmSlide .rmGroup {
		  background-color: transparent !important;
		  min-width: 100%!important;
	  }
	  
	  /* Top-level menu items - add separators and styling */
	  .RadMenu .rmSlide .rmItem {
		  border-bottom: 1px solid var(--apa-teal);
		  
	  }
	  
	  .RadMenu .rmSlide .rmItem:last-child {
		  border-bottom: none;
	  }
	  
	  /* Top-level links - clean styling */
	  .RadMenu .rmLink {
		  color: #333;
		  padding: 0;
		  width: 100%!important;
	  }

	  .RadMenu .rmLink .rmToggle {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.291' height='13.353' viewBox='0 0 25.291 13.353'%3E%3Cpath id='Path_1356' data-name='Path 1356' d='M11218.449-177.036l12.293,12.292,12.291-12.292' transform='translate(-11218.096 177.39)' fill='none' stroke='%2356b7ae' stroke-width='1'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		float: right!important;
		right: 50px;
	  }

	  .RadMenu .rmSlide {
	  width: 100%!important;
	  }

	  .RadMenu_Default .rmGroup, .RadMenu_Default .rmPopup {
		width: 100%!important;
		box-shadow: none!important;
	  }
	  
	  /* Top-level text - proper padding and styling */
	  .RadMenu .rmSlide .rmText {
		  padding: 15px 15px;
		  padding-right: 40px; /* Space for toggle arrow */
	  }
	  
	  /* Expanded/active top-level items - green text */
	  .RadMenu .rmSlide .rmItem.rmExpanded > .rmLink .rmText,
	  .RadMenu .rmSlide .rmItem.rmExpanded > .rmLink {
		color: var(--apa-teal);
	  }
	  
	  /* Sub-menu items - indented with gray text */
	  .RadMenu .rmSlide .rmSlide .rmItem {
		  border-bottom: none;
	  }

	  .RadMenu .rmSlide .rmLink.rmExpanded .rmToggle {
		  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.291' height='13.353' viewBox='0 0 25.291 13.353'%3E%3Cpath id='Path_1356' data-name='Path 1356' d='M11218.449-177.036l12.293,12.292,12.291-12.292' transform='translate(-11218.096 177.39)' fill='none' stroke='%2356b7ae' stroke-width='1'/%3E%3C/svg%3E");
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: contain;
	  }
	  
	  .RadMenu .rmSlide .rmSlide .rmText {
		  padding-left: 30px;
		  padding-right: 15px;
		  color: #666;
		  font-size: 0.95em;
	  }
	  
	  .RadMenu .rmSlide .rmSlide .rmLink {
		  color: #666;
	  }
	  
	  /* Nested sub-menu items (third level) - more indented */
	  .RadMenu .rmSlide .rmSlide .rmSlide .rmText {
		  padding-left: 50px;
	  }

	  .RadMenu .rmSlide .rmLink.rmExpanded .rmToggle {
	  }
	  
	  /* Toggle arrows - visible and styled */
	  .RadMenu .rmSlide .rmLink.rmExpanded .rmToggle > .rmIcon{
		  transform:rotate(0deg);
	  }
	  
	  /* Remove expand right arrows */
	   .rmSlide .rmExpandRight, 
	   .rmSlide .rmGroup a.rmLink.rmExpandRight {
		  background-image: none !important;
	  }
	  
	   .rmSlide .rmExpandRight.rmFocused, 
	   .rmSlide .rmGroup a.rmLink.rmExpandRight.rmFocused, 
	   .rmSlide .rmExpandRight.rmExpanded, 
	   .rmSlide .rmGroup a.rmLink.rmExpandRight.rmExpanded {
		  background-image: none !important;
	  }
	  
	  /* Ensure slide positioning */
	  .RadMenu_Default .rmSlide{
		  position:relative!important;
		  top: 0!important;
	  }
	  
	  /* Make submenus full width on mobile */
	   .rmSlide,
	   .rmSlide .rmGroup {
		  width: 100% !important;
		  left: 0 !important;
		  right: 0 !important;
	  }
	  
	  /* Only show submenus when explicitly expanded (via toggle click) */
	   /* Note: Only target rmExpanded, not rmFocused (which is also on hover) */
	   .RadMenu_Default .rmItem.rmExpanded > .rmSlide {
		  display: block !important;
		  visibility: visible !important;
		  opacity: 1 !important;
		  position: relative !important;
		  top: 0 !important;
		  height: auto !important;
		  width: 100% !important;
		  overflow: visible !important;
	  }
	  
	  /* Hide submenu when link has rmExpanded but NOT rmFocused (hover state) */
	   .RadMenu_Default .rmItem > .rmLink.rmExpanded:not(.rmFocused) + .rmSlide {
		  display: none !important;
		  visibility: hidden !important;
		  opacity: 0 !important;
		  height: 0 !important;
		  width: 0 !important;
	  }
	  
	  /* Show submenu when link has rmFocused (click state) - regardless of rmExpanded */
	   .RadMenu_Default .rmItem > .rmLink.rmFocused + .rmSlide {
		  display: block !important;
		  visibility: visible !important;
		  opacity: 1 !important;
		  position: relative !important;
		  top: 0 !important;
		  height: auto !important;
		  width: 100% !important;
		  overflow: visible !important;
	  }
	  
	  /* Disable hover behavior - backup rule to prevent submenus on hover */
	   .RadMenu_Default .rmItem:hover > .rmSlide {
		  display: none !important;
		  visibility: hidden !important;
		  opacity: 0 !important;
		  height: 0 !important;
		  width: 0 !important;
	  }
	  
	  /* Exception: Allow submenu to show when link has rmFocused, even on hover */
	   .RadMenu_Default .rmItem:hover > .rmLink.rmFocused + .rmSlide {
		  display: block !important;
		  visibility: visible !important;
		  opacity: 1 !important;
		  height: auto !important;
		  width: 100% !important;
	  }
	  
	  /* Ensure nested submenus also respect full width and click-only behavior */
	   .rmSlide .rmSlide {
		  width: 100% !important;
		  left: 0 !important;
	  }
	  
	   .RadMenu_Default .rmSlide .rmItem:hover > .rmSlide {
		  display: none !important;
		  visibility: hidden !important;
		  opacity: 0 !important;
	  }
	  
	  /* Disable nested hover behavior - override global rule */
	   .RadMenu_Default .rmItem:hover > .rmSlide .rmItem:hover > .rmSlide {
		  display: none !important;
		  visibility: hidden !important;
		  opacity: 0 !important;
	  }
	  
	   /* Hide nested submenu when link has rmExpanded but NOT rmFocused (hover state) */
	   .RadMenu_Default .rmSlide .rmItem > .rmLink.rmExpanded:not(.rmFocused) + .rmSlide {
		  display: none !important;
		  visibility: hidden !important;
		  opacity: 0 !important;
		  height: 0 !important;
		  width: 0 !important;
	  }
	  
	   /* Show nested submenu when link has rmFocused (click state) - regardless of rmExpanded */
	   .RadMenu_Default .rmSlide .rmItem.rmExpanded > .rmSlide,
	   .RadMenu_Default .rmSlide .rmItem > .rmLink.rmFocused + .rmSlide {
		  display: block !important;
		  visibility: visible !important;
		  opacity: 1 !important;
		  position: relative !important;
		  top: 0 !important;
		  height: auto !important;
		  width: 100% !important;
		  overflow: visible !important;
	  }
  }
  
  #ft ul{
	  list-style:none;
	  padding:0;
	  margin: 0;
  }
  
  #ft a,
  #ft a:visited{
	  text-decoration:none;
  }
  
  #ft a:hover,
  #ft a:focus{
	  text-decoration:underline;
  }
  
  .footer-nav-copyright{
	  color:#fff;
	  padding: 20px 0px;
  }
  
  .footer-nav-copyright ul{
	  float:right;
  }
  
  .footer-nav-copyright li{
	  display:inline-block;
  }
  
  .footer-nav-copyright li:after{
	  display:inline-block;
	  content:'|';
	  margin:0px 10px;
  }
  
  .footer-nav-copyright li:last-child:after{
	  display:none;
  }
  
  @media(min-width:992px){
	  #ste_container_ciMobileNav{
		  display:none;
	  }
  }
  
  @media(max-width:992px){
 
	.navbar {
		background: none!important;
	}
	
	  .header-logo-container {
		width: 100px;
		float: left;
		margin-left: 15px;
		margin-top: 10px;
		margin-bottom: 20px;
	  }
  
	  .nav-auxiliary{
		  background: none;
		 
	  }
  
	  .OnBehalfOf{
		  display:none;
	  }
  
	  .nav-auxiliary:before {
		  display: none;
	  }
  
  
	  #ste_container_ciUtilityNavigation .searchbar-collapse{
		  display:none;
	  }
  
	  #ste_container_ciMobileNav{
		  text-align: right;
	  }
  
	  
  
	  .nav-auxiliary a {
		  color: #333;
		  text-decoration: none;
		  font-weight:500;
	  }
  
	  .navbar-toggle{
		  width: 46px;
		  height: 46px;
		  border-radius: 50px;
		  background-color: var(--apa-teal)!important;
		  border: none;
		  vertical-align: middle;
	  }
  
	  .nav-auxiliary .menu-toggle{
		  background-image:url(images/menu.svg);
		  background-size: 27px;
		  background-repeat:no-repeat;
		  background-position:center;
   }
  
	  #ste_container_ciUtilityNavigation .UtilityNavigationToggle{
		  display:none;
	  }
  
	  .footer-nav-copyright ul{
		  float:none;
		  margin-top: 10px!important;
		  display:block;
	  }
  
	  .footer-nav-copyright li{
		  display:block;
	  }
  
	  .footer-nav-copyright li:after{
		  display:none;
	  }
  
	  .footer-content .col-sm-3{
		  margin-bottom:30px;
	  }
  
  
	  .footer-content .col-sm-3:first-child{
		  font-weight:bold;
		  width:100%;
		  border-right:0;
		  margin-right:0;
	  }
  
	  .footer-content {
	   padding: 20px 0px;
	  }
  }
  
  .readmore,
  .readmore:visited{
	  color: #333;
	  text-decoration:none;
  }
  
  .readmore:after{
	  content:'';
	  display:inline-block;
	  vertical-align:middle;
	  width:20px;
	  height:20px;
	  background-image:url(images/caret-right.svg);
	  background-repeat:no-repeat;
	  background-size: 10px 15px;
	  margin-left:10px;
	  margin-top:2px;
	  -webkit-transition: margin 0.2s ease-in;
	  -moz-transition: margin 0.2s ease-in;
	  -ms-transition: margin 0.2s ease-in;
	  -o-transition: margin 0.2s ease-in;
	  transition: margin 0.2s ease-in;
  }
  
  .readmore:hover,
  .readmore:focus{
	color: var(--apa-teal);
	  text-decoration:none;
  }
  
  .readmore:hover:after,
  .readmore:focus:after{
	  margin-left:15px;
	  background-image:url(images/caret-right.svg);
  }
  
  .contentTaggedListImageThumbnailR{
	  display:none;
  }
  
  .homeNews{
	  width:35%;
	  display:inline-block;
	  padding: 8px 0px;
  }
  
  .homeNews .title,
  .homeNews .title:visited{
	  text-decoration:none;
	  color:#333;
	  font-weight:500;
	  font-size: 18px;
	  display:block;
	  line-height: 1.2;
  }
  
  .homeNews .title:hover,
  .homeNews .title:focus{
	  color:#00a84f;
  }
  
  .homeNews .PublishDate{
	  display:block;
	  font-style:normal;
	  font-size: 14px;
	  margin: 2px 0px;
  }
  
  .homeNews .readmore{
	  display:block;
	  font-size: 16px;
  }
  
  .homeNews .desc{
	  font-size: 13.5px;
	  line-height: 1.6;
	  display: block;
	  margin: 4px 0px;
	  color:#333;
  }
  
  .homeNews:nth-child(2){
	  border-top:1px solid #ccc;
  }
  
  .homeNews .newsImage{
	  font-size:0;
  }
  
  .homeNews:nth-child(2) .newsImage,
  .homeNews:nth-child(3) .newsImage,
  .homeNews:nth-child(4) .newsImage{
	  display:none;
  }
  
  .homeNews:nth-child(1){
	  border:0;
	  width:60%;
	  float:left;
	  /* height: 362px; */
	  margin-right:2%;
	  padding: 0;
	  position:relative;
	  /* overflow: hidden; */
  }
  
  .homeNews:nth-child(1) .newsImage{
	  display:block;
	  background-size:cover;
	  background-position:center;
	  height: 362px;
	  width:100%;
  }
  
  .homeNews:nth-child(1) .content{
	  display:block;
	  position:absolute;
	  bottom: -140px;
	  left: -1px;
	  right: -1px;
	  padding: 6px 20px 10px 20px;
	  color:#fff;
	  background-color:#00a84f;
	  /* overflow: hidden; */
  }
  
  .homeNews:nth-child(1) .content:before{
	  display:block;
	  content:'';
	  left: 0px;
	  right: 0px;
	  top: -38px;
	  height: 42px;
	  width: 100%;
	  position:absolute;
	  background-image:url(images/green-wave.svg);
	  background-repeat:no-repeat;
	  background-size: cover;
  }
  
  .homeNews:nth-child(1) .title{
	  color:#fff;
	  font-family:"DM Sans", Helvetica, sans-serif;
  
	  display:inline-block;
	  vertical-align:bottom;
	  width:80%;
	  font-size:26px;
  }
  
  .homeNews:nth-child(1) .PublishDate{
	  display:inline-block;
	  margin: 0;
	  text-align: right;
	  width: 19%;
  }
  
  .homeNews:nth-child(1) .desc{
	  display:block;
	  margin:10px 0px;
	  line-height:1.4;
	  font-size: 18px;
	  color: #fff;
  }
  
  .homeNews:nth-child(1) .readmore{
	  color:#fff;
	  font-size:18px;
  }
  
  .homeNews:nth-child(1) .readmore:after{
	  background-image:url(images/caret-right-white.svg);
  }
  
  
  
  @media(min-width:992px) and (max-width:1020px){
  
	  .homeNews {
		  width: 48%;
		  display: inline-block;
		  padding: 14px 0px;
		  border:0;
		  vertical-align:top;
	  }
  
	  .homeNews:nth-child(1){
		  border:0;
		  width:100%;
		  float:none;
		  margin-right:0;
		  padding: 0;
		  position:relative;
	  }
  
  .homeNews:nth-child(1) .content{
	  display:block;
	  position:absolute;
	  bottom: 0px;
	  left: -1px;
	  right: -1px;
	  padding: 5px 20px 10px 20px;
	  color:#fff;
	  background-color:#00a84f;
  }
  
  
	  .homeNews:nth-child(1) .content:before {
		  display: block;
		  content: '';
		  left: 0px;
		  right: 0px;
		  top: -43px;
		  height: 44px;
		  width: 100%;
		  position: absolute;
		  background-image: url(images/green-wave.svg);
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: cover;
	  }
  
	  .homeNews:nth-child(2){
		  margin-right:2%;
		  border-top:0;
	  }
	  
  
	  .homeNews:nth-child(4){
		  display:none;
	  }
  }
  
  @media(max-width:991px){
	  .homeNews{
		  display:block;
		  width:100%;
		  margin: 10px 0px;
	  }
  
	  .homeNews:nth-child(1){
		  display:block;
		  float:none;
		  width:100%;
		  height: auto;
		  padding: 14px 0px;
	  }
  
	  .homeNews:nth-child(1) .newsImage {
		  display: block;
		  background-size: cover;
		  background-position: center;
		  height: 180px;
		  width: 100%;
		  position: relative;
		  margin-bottom: 15px;
	  }
  
	  .homeNews:nth-child(1) .content{
		  display:block;
		  position:relative;
		  padding: 0px;
		  margin-top:10px;
		  color:#333;
		  bottom: 0;
		  background-color:transparent;
	  }
  
	  .homeNews:nth-child(1) .content:before{
		  display:none;
	  }
  
	  .homeNews:nth-child(1) .title{
		  color:#333;
		  display:block;
		  width:100%;
		  font-weight: 500;
		  font-size: 18px;
		  line-height: 1.2;
		  font-family: "DM Sans", Helvetica, sans-serif;
  
	  }
  
	  .homeNews:nth-child(1) .PublishDate{
		  display:block;
		  width:100%;
		  text-align:left;
	  }
  
	  .homeNews:nth-child(1) .desc{
		  color: #333;
	  }
  
	  .homeNews:nth-child(1) .readmore{
		  color:#333;
		  font-size: 16px;
	  }
  
	  .homeNews:nth-child(1) .readmore:after{
		  background-image:url(images/caret-right.svg);
	  }
  
	  .homeNews .desc {
		  font-size: 18px;
		  line-height: 1.4;
		  display: block;
		  margin: 4px 0px;
	  }
  }

  .CTAs {
	margin-bottom: 40px !important;
	  border-radius: var(--apa-border-radius);
	  padding: 40px;
	  background: var(--apa-cream);
  }
  
  .CTA a,
  .CTA a:visited{
	display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #333;
    border-radius: var(--apa-border-radius);
    padding: 20px;
    margin: 0px auto 30px auto;
    line-height: 1.2;
    background: white;
    min-height: 233px;
	transition: all 0.2s ease;
  }
  
  .CTA .title{
	  display:block;
	  font-family: var(--apa-headline);
  
	  margin:10px 0px;
	  font-weight:bold;
	  font-size:20px;
  }
  
  .CTA a:focus,
  .CTA a:hover{
	  color:#fff;
	  background-color:var(--apa-blue);
  }
  
  .CTA a svg{
	  fill:#00adee;
	  max-height:100px;
  }
  
  .CTA a:focus svg,
  .CTA a:hover svg{
	  fill:#fff;
  }
  
	  .CTAs .col-sm-4{
		  width: 31%;
		  display:inline-block;
		  padding: 0px 0px;
		  vertical-align: top;
		  margin:0px 1%;
	  }
  
  @media(max-width:960px){
	  .CTAs .col-sm-4{
		  width: 48%;
		  display:inline-block;
		  padding: 0px 0px;
		  vertical-align: top;
		  margin:0px 1%;
	  }
  }
  
  @media(max-width:991px){
	  .CTA a{
		  min-height:auto;
	  }
  
	  .CTA .text{
		  display:none;
	  }
  
	  .CTA .title{
		  font-size:14px;
	  }
  
	  .CTAs .col-sm-4{
		  width: 47%;
		  display:inline-block;
		  padding: 0px 5px;
		  vertical-align: top;
	  }
  
	  .CTA a svg{
		  fill:#00adee;
		  height:80px!important;
		  margin: 0!important;
	  }
  }
  
  @media(max-width:360px){
		  .CTA a svg{
		  fill:#00adee;
		  height:50px!important;
		  margin: 0!important;
	  }
  }
  
.callout-box {
	text-align: center;
	padding: 40px;
	h3 {
		line-height: 1.1;
	}
}

.callout-box-teal {
	h3 {
		color: var(--apa-teal);
	}
	.btn {
		background-color: var(--apa-teal);
	}
}

.callout-box-yellow {
	h3 {
		color: var(--apa-yellow);
	}
	.btn {
		background-color: var(--apa-yellow);
	}
}

.callout-box-purple {
	h3 {
		color: var(--apa-rose);
	}
	.btn {
		background-color: var(--apa-rose);
	}
}
  
  .homeEvents thead{
	  display:none;
  }
  
  .homeEvents tr{
	  display:inline-block;
	  width: 49%;
	  vertical-align:top;
	  background: transparent!important;
  }
  
  .homeEvents tr:nth-child(1){
	  margin-right:2%;
  }
  
  .homeEvents .rgNoRecords{
	  font-size:0;
  }
  
  .homeEvents .rgNoRecords:after{
	  display:block;
	  content:'There are no upcoming events currently scheduled.';
	  font-size:16px;
	  background-color:#ffffff;
	  padding:20px;
	  border-radius:5px;
  }
  
  .homeEvents a{
	  text-decoration:none!important;
	  color:#333!important;
		  background-color:#fff;
	  padding: 40px 20px;
	  border-radius:10px;
	  display:block;
  }
  
  .homeEvents .title{
	  display:inline-block;
	  width:80%;
	  font-family:"DM Sans", Helvetica, sans-serif;
  
	  font-weight: 500;
  }
  
  .homeEvents .date{
	  display:inline-block;
	  width:19%;
	  text-align:right;
  }
  
  .homeEvents .desc{
	  display:block;
	  margin: 20px 0px;
  }
  
  .homeEvents .readmore{
	  color: #333!important;
	  display:block;
  }
  
  .homeEvents .readmore:after{
	  background-image:url(images/caret-right.svg)!important;
  }
  
  .homeEvents a:hover,
  .homeEvents a:focus{
	  background-color:#006382;
	  color:#fff!important;
  }
  
  .homeEvents a:hover .readmore,
  .homeEvents a:focus .readmore{
	  color:#fff!important;
  }
  
  .homeEvents a:hover .readmore:after,
  .homeEvents a:focus .readmore:after{
	  background-image:url(images/caret-right-white.svg)!important;
	  margin-left:15px;
  }
  
  @media(max-width:991px){
	  .homeEvents tr{
		  display:block;
		  width:100%;
	  }
  
	  .homeEvents tr:nth-child(1){
		  margin-right:0px;
		  margin-bottom:30px;
	  }
  }
  
  .carousel-indicators li {
	  width: 15px;
	  height: 15px;
	  margin: 0px 5px;
	  border-radius: 15px;
  }
  
  .carousel-indicators .active {
	   margin: 0px 5px;
	  width: 15px;
	  height: 15px;
	  background-color: #fff;
  }
  
  .HomePageFullWidthArea .carousel-indicators {
	  bottom: 20px;
	  right: 100px;
	  text-align:right;
	  margin: 0;
	  width: auto;
	  left: auto;
  }
  
  .HomePageFullWidthArea .carousel-caption {
	  left: 0px;
	  right: 60%;
	  padding: 40px 40px 40px 7%;
	  bottom:0;
	  top:0;
	  text-align:left;
	  background-color:#00adee;
	  text-shadow: 0 1px 6px rgb(0 0 0 / 50%);
  }
  
  .HomePageFullWidthArea .carousel-caption:after{
	  display:block;
	  position:absolute;
	  content:'';
	  height:101%;
	  width:200px;
	  top:-1px;
	  background-image:url(images/blue-wave.svg);
	  right:-200px;
	  background-position:left top;
	  background-repeat:no-repeat;
	  background-size:contain;
  }
  
  
  .HomePageFullWidthArea .carousel-control {
	  width: 10%;
  }
  
  .HomePageFullWidthArea .carousel-control.left,
  .HomePageFullWidthArea .carousel-control.right {
	  background-image:none;
  }
  
  .HomePageFullWidthArea .carousel-control .icon-prev,
  .HomePageFullWidthArea .carousel-control .icon-next {
	  transform: translateY(-50%);
	  top:50%;
	  margin:0;
  }
  
  .HomePageFullWidthArea .carousel-control .icon-next{
	  background-image:url(images/caret-right-white.svg);
	  background-repeat:no-repeat;
	  background-position:center;
	  right: 15px;
  }
  
  .HomePageFullWidthArea .carousel-control .icon-prev{
	  background-image:url(images/caret-right-white.svg);
	  background-repeat:no-repeat;
	  background-position:center;
	  transform:rotate(180deg);
	  left: 15px;
  }
  
  
  .HomePageFullWidthArea .carousel-control .icon-next:before,
  .HomePageFullWidthArea .carousel-control .icon-prev:before {
	 display:none;
  }
  
  .HomePageFullWidthArea .carousel-caption h1{
	  font-family:Alegreya;
	  font-size:30px;
	  margin: 0;
	  display:block;
	  position:absolute;
	  top:50%;
	  transform:translateY(-50%);
  }
  
  @media(min-width:992px) and (max-width:980px){
	  .HomePageFullWidthArea .carousel-caption {
		  right: 50%;
	  }
  }
  
  @media(max-width:991px){
	  .HomePageFullWidthArea .carousel-caption h1{
		  font-size:24px;
		  position: relative;
		  top:auto;
		  transform:none;
		  font-weight: 500;
	  }
  
	  .HomePageFullWidthArea .carousel-caption {
		  left:0;
		  right: 0;
		  padding: 20px 10% 55px 10%;
		  bottom:0;
		  top:auto;
	  }
  
	  .HomePageFullWidthArea .carousel-indicators {
		  bottom: 10px;
		  right: 0;
		  text-align:center;
		  margin: auto;
		  width: 50%;
		  left: 0;
	  }
  
	  .HomePageFullWidthArea .carousel-caption:after{
		  display:block;
		  position:absolute;
		  content:'';
		  height: 62px;
		  width: 102%;
		  top: -59px;
		  background-image:url(images/blue-wave-hori.svg);
		  right: -1px;
		  left: -1px;
		  background-position: center;
		  background-repeat:no-repeat;
		  background-size: cover;
	  }
  
	  .HomePageFullWidthArea .carousel-control .icon-prev,
	  .HomePageFullWidthArea .carousel-control .icon-next {
		  width: 25px;
		  height: 25px;
		  bottom: 15px;
		  transform: translateY(0);
		  top: auto;
	  }
  
	  .HomePageFullWidthArea .carousel-control .icon-prev{
		  transform: rotate(180deg);
		  left:5px;
	  }
  
	  .HomePageFullWidthArea .carousel-control .icon-next{
		  right:5px;
	  }
  
  
  }
  
  @media(min-width:400px) and (max-width:991px){
	  .HomePageFullWidthArea .carousel-caption:after{
		  height: 90px;
		  top: -75px;
		  background-size: contain;
	  }
  }
  
  @media(min-width:500px) and (max-width:991px){
	  .HomePageFullWidthArea .carousel-caption:after{
		  height: 99px;
		  top: -83px;
		  background-size: cover;
	  }
  }
  
  @media(min-width:600px) and (max-width:991px){
	  .HomePageFullWidthArea .carousel-caption:after{
		  height: 122px;
		  top: -101px;
		  background-size: cover;
	  }
  }
  
  
  #ctl01_TemplateBody_WebPartManager1_gwpciEngagementscore_ciEngagementscore_DonutChart .donut-bite[data-segment-index="0"]:BEFORE {
	  background-color: #00adee!important;
  }
  
  #ctl01_TemplateBody_WebPartManager1_gwpciEngagementscore_ciEngagementscore_DonutChart .donut-bite[data-segment-index="0"].large:AFTER {
	  background-color: #00adee!important;
  }
  
  .UtilitySection {
	  display: inline-block;
	  vertical-align: middle;
  }
  
  /* Hide empty UtilitySection elements that might cause extra spacing */
  .UtilitySection.OnBehalfOf:empty,
  .UtilitySection.UtilitySTEToggle:empty {
	  display: none !important;
	  height: 0 !important;
	  margin: 0 !important;
	  padding: 0 !important;
  }
  
  /* Ensure nav-auxiliary doesn't add extra padding */
  .nav-auxiliary .utility-nav-bar {
	  margin: 0;
	  padding: 8px 20px;
	  width: 100%;
  }
  
  /* Remove any bottom margin/padding from UtilityNavigation container */
  .UtilityNavigation {
	text-align: right;
	  margin-bottom: 0 !important;
	  padding-bottom: 0 !important;
  }
  .NavigationLink {
	padding:0;
  }

  .UtilityNavigation .utility-nav-bar {
	  margin-bottom: 0;
  }
  
  /* Ensure utility nav container doesn't add extra spacing */
  #ste_container_ciUtilityNavigation {
	  margin-bottom: 0 !important;
	  padding-bottom: 0 !important;
  }
  
  #ste_container_ciUtilityNavigation .utility-nav-bar {
  }


.footer {
	height: auto;
	background: var(--apa-black)!important;
	border-top-left-radius: var(--apa-border-radius);
	border-top-right-radius: var(--apa-border-radius);
	display: block;
	padding:  100px 0;
	color: white;
}

.footer-content, .footer-nav-copyright {
	  background: none;
	  padding: 0;
	  margin-bottom: 40px;
}

/* Footer Top */
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo a {
	color: white;
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: none;
}

.footer {
	#ste_container_Logo,
	#ste_container_FollowUs2 {
		margin-bottom: 40px;
	}
	#ste_container_FollowUs2 {
		.social {
			float: right;
			@media(max-width:991px){
				float: none;
			}
		}
	}
}


/* Footer Navigation */
.footer-nav {
	margin-bottom: 40px;
}

.footer-nav__title {
	color: white;
	font-size: 1.2rem;
	font-family: var(--apa-body);
	font-weight: 600;
	margin-bottom: 8px;
}

.footer-nav__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-nav__list li {
	margin-bottom: 2px;
}

.footer-nav__list a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 1.2rem;
	transition: color 0.2s ease;
}

.footer-nav__list a:hover {
	color: white;
}

/* Footer Social */
.footer-social {
	margin-bottom: 40px;
	margin-left: auto;
}

.footer-social__icon {
	color: white;
	text-decoration: none;
	margin-left: 16px;
	font-size: 1.5rem;
	transition: opacity 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.footer-social__icon:hover {
	opacity: 0.7;
}

.footer-social__icon:first-child {
	margin-left: 0;
}



/* Footer Bottom */
.footer-bottom {
	margin-bottom: 40px;
	padding-top: 30px;
}

.footer-legal {
	font-size: 1.2rem;
}

.footer-legal a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-legal a:hover {
	color: white;
}

.footer-separator {
	margin: 0 8px;
	color: rgba(255, 255, 255, 0.5);
}

.footer-contact p {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.8);
}

.footer-contact p {
	margin: 4px 0;
}

#ste_container_AcknowledgementofCountry {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 20px;
	padding-top: 20px;
	line-height: 1.6;
}

/* Footer Partners */
.footer-partners {
	padding-top: 30px;
}

/* Footer Horizontal Dividers */
.footer-divider {
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin: 30px 0;
	padding: 0;
	background: none;
}

.footer-partners__title {
	color: white;
	font-size: 1.2rem;
	font-family: var(--apa-body);
	font-weight: 600;
	margin-bottom: 20px;
}

.footer-partner-logo {
	max-width: 100%;
	height: auto;
	max-width: 100px;
	
	object-fit: contain;
	display: block;
	margin: 0 auto;
	opacity: 0.9;
	transition: opacity 0.2s ease;
}

.footer-partner-logo:hover {
	opacity: 1;
}

/* Responsive Styles */
@media (max-width: 991px) {
	.apa-hero-title {
		font-size: 3rem;
	}
	
	.large-section-title {
		font-size: 2rem;
	}
	
	.footer-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	
	.footer-contact {
		text-align: left;
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.header-top-bar .header-container {
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
	}
	
	.header-top-bar-left,
	.header-top-bar-right {
		width: 100%;
		justify-content: space-between;
	}
	
	.apa-hero-title {
		font-size: 2.5rem;
	}
	
	.apa-hero .lead {
		font-size: var(--apa-body-font-large);
	}
	
	.apa-slider__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	figure.apa-slide__image {
		margin: 0;
	}
	
	.apa-news-events__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.apa-news-events__header-content {
		display: flex;
    gap: 30px;
    align-items: end;
	}
	
	.apa-quote__text {
		font-size: 1.5rem;
	}
	
	.large-section-title {
		font-size: 1.75rem;
	}
	
	.apa-cta-banner {
		min-height: auto;
	}
	
	.footer {
		margin: 15px;
		padding: 40px 20px 30px;
	}
	
	.footer-nav .row > div {
		margin-bottom: 30px;
	}
}

/* Additional Utility Classes */
.mb-3 {
	margin-bottom: 1rem;
}

.mb-4 {
	margin-bottom: 1.5rem;
}

.mb-5 {
	margin-bottom: 3rem;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

/* Body Font Size Utility Classes */
.body-font-x-small {
	font-size: var(--apa-body-font-x-small);
}

.body-font-small {
	font-size: var(--apa-body-font-small);
}

.body-font-medium {
	font-size: var(--apa-body-font-medium);
}

.body-font-large {
	font-size: var(--apa-body-font-large);
}

.body-font-x-large {
	font-size: var(--apa-body-font-x-large);
}

/* Arrow Icon Styling */
.arrow-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	stroke: currentColor;
}

.arrow-icon--left {
	transform: rotate(180deg);
}

/* Button with arrow - right-aligned arrow that doesn't overlap text */
.btn-with-arrow {
	justify-content: flex-start;
	padding-right: 68px!important; /* Extra padding for arrow */
	position: relative;
}

.btn-with-arrow::after {
	content: '';
	position: absolute;
	right: 24px;
	top: calc(50% - 3px);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.669' height='27.875' viewBox='0 0 27.669 27.875'%3E%3Cg transform='translate(-621.426 -164.657) rotate(-45)'%3E%3Cg transform='translate(304.274 563.975)'%3E%3Cpath d='M5039.525,317l11.434,11.434-11.434,11.434' transform='translate(-5026.239 -317)' fill='none' stroke='white' stroke-width='2'/%3E%3Cline x2='24.596' transform='translate(0 11.579)' fill='none' stroke='white' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.669' height='27.875' viewBox='0 0 27.669 27.875'%3E%3Cg transform='translate(-621.426 -164.657) rotate(-45)'%3E%3Cg transform='translate(304.274 563.975)'%3E%3Cpath d='M5039.525,317l11.434,11.434-11.434,11.434' transform='translate(-5026.239 -317)' fill='none' stroke='white' stroke-width='2'/%3E%3Cline x2='24.596' transform='translate(0 11.579)' fill='none' stroke='white' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	flex-shrink: 0;
	color: inherit; /* Ensure color inheritance */
	transition: transform 0.3s ease;
}

.btn-with-arrow:hover::after {
	transform: translateY( calc(-50% + 3px)) translateX(2px) rotate(45deg);
}

.btn-lg.btn-with-arrow {
	padding-right: 56px; /* More padding for larger buttons */
}

.btn-lg.btn-with-arrow::after {
	right: 32px;
	width: 22px;
	height: 22px;
}

/* Utility buttons with arrow - smaller padding for compact buttons */
.btn-utility.btn-with-arrow {
	padding-right: 40px; /* Less padding for smaller utility buttons */
}

.btn-utility.btn-with-arrow::after {
	right: 16px;
	width: 16px;
	height: 16px;
}

/* Ensure arrows in buttons are properly aligned (for buttons without btn-with-arrow class) */
.btn:not(.btn-with-arrow) .arrow-icon,
.btn-top-bar .arrow-icon {
	margin-left: 6px;
	margin-right: 0;
}

/* Arrow icons in feature items */
.apa-feature-item .arrow-icon {
	margin-left: 6px;
	width: 16px;
	height: 16px;
}

/* Arrow icons in news card links */
.apa-news-card__link .arrow-icon {
	margin-left: 6px;
	width: 16px;
	height: 16px;
}

/* Arrow icons in carousel navigation buttons */
.apa-slider__button .arrow-icon {
	width: 18px;
	height: 18px;
	margin: 0;
}


.btn {border-radius: var(--apa-border-radius);
	background-color: var(--apa-teal);
	color: white;
	padding: 12px 24px;
	font-weight: 500;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: background-color 0.2s ease;
	border: none;
}

.btn:hover {
	background-color: #4aa59d;
}

.btn-lg {
	padding: 16px 32px;
	font-size: 18px;
}

.btn-accent {
	background-color: var(--apa-teal);
	color: white!important;
}

/* Hero Section */
.apa-hero {
	padding: 0;
	overflow-x: hidden;
	opacity: 0;
	animation: fadeInHero 0.4s ease-in-out 0.4s forwards;
}

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




.apa-hero .lead {
	font-family: var(--apa-body);
	font-size: var(--apa-body-font-large);
	line-height: 1.6;
	font-weight: 300;
	margin-bottom: 2rem;
	color: var(--apa-black);
}

/* Hero copy column - flex container for top/bottom alignment */
.apa-hero-copy {
	display: flex;
	flex-direction: column;
	align-self: stretch !important;
	padding: 50px;
}



@media(min-width:992px){
	/* Ensure row allows full height columns - columns will stretch to match tallest */
	.apa-hero .row.align-items-center,
	.apa-hero .row {
		align-items: stretch !important;
		display: flex !important;
		flex-wrap: nowrap !important;
		width: 100% !important;
	}

	/* Ensure parent container allows row to stretch */
	.apa-hero > div {
		display: flex;
		flex-direction: column;
	}

	/* Ensure columns in hero row stretch to full height */
	.apa-hero .row.align-items-center > [class*="col-"],
	.apa-hero .row > [class*="col-"],
	.apa-hero .row .col-lg-6,
	.apa-hero .row .col-md-5,
	.apa-hero .row .col-md-7,
	.apa-hero .row .col-sm-12 {
		display: flex !important;
		flex-direction: column !important;
		align-self: stretch !important;
		height: auto !important;
	}
}

/* Make illustration column take full height */
.apa-hero-illustration {
	height: 100%;
	min-height: 100%;
	display: flex;
	align-items: stretch;
	right:-15px;
	position: relative;
}

.apa-hero-illustration img,
.apa-hero-illustration > img {
	width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	flex: 1 1 auto !important;
	display: block !important;
	
	@media screen and (max-width: 991px) {
		aspect-ratio: 20 / 9;
	}
}

.image-contained apa-hero-illustration img,
.image-contained .apa-hero-illustration > img {
	object-fit: contain!important;
}

.apa-hero-medium-header h1.apa-hero-title {
	font-size: 3rem;
}

.apa-hero-illustration.text-center {
	text-align: left; /* Override text-center for image alignment */
}

.apa-hero #heroImage {
	border-radius: var(--apa-border-radius);
	max-width: calc(100% + 30px);
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	display: block;
	flex: 1;
}

@media(max-width: 991px){
	.apa-hero #heroImage {
		margin: 0;
		max-width: 100%;
		height: 100%;
	}
}

/* Reorder the columns on mobile */
@media(max-width:991px){
	.apa-hero-copy {
		order: 2;
		padding: 20px;	
		}
	.apa-hero-illustration {
		order: 1;
		right:0;
		padding-top: 20px;
	}
}

/* Slider Section */
.apa-slider {
	position: relative;
}

/* Section Titles - Generic Reusable Class */
.section-title {
	font-family: var(--apa-headline);
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 700;
	color: var(--apa-black);
	margin-bottom: 32px;
}

.section-title--no-margin {
	margin: 0;
}

/* This is a hack to ensure that the swiper and news swiper are not affected by the overflow: hidden on the parent container */
.apa-swiper, .apa-news-swiper, .col-sm-12, .row  {
	overflow: visible!important;
}

.apa-slider, .apa-swiper {
	overflow: visible!important;
}

.apa-swiper {
	margin-top: 32px;
	padding-bottom: 20px;
	overflow: visible!important;
}

.apa-swiper .swiper-wrapper {
	align-items: stretch;
}

.apa-swiper .swiper-slide {
	height: auto;
	display: flex;
}

.apa-swiper .swiper-slide .apa-slide,
.apa-news-swiper .swiper-slide .apa-news-card {
	opacity: 0;
	transition: opacity 1s ease;

}

.apa-swiper .swiper-slide-visible .apa-slide,
.apa-news-swiper .swiper-slide-visible .apa-news-card {
	opacity: 1!important;
	transition: opacity 1s ease;
}

.apa-slide {
	background: var(--apa-cream);
	border-radius: var(--apa-border-radius);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	width: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;

	@media(max-width:991px){

		padding: 20px 5px;

	.col-6 {
			flex: 0 0 auto;
		width: 100%;
		}
	}
}

.apa-slide:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}




/* Also ensure the row itself doesn't add negative margins that would offset this */
.apa-slide .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
}

/* Make the text column in slides a flex container to allow bottom alignment */
.apa-slide .row > [class*="col-"]:first-child {
	display: flex;
	flex-direction: column;
}

/* Make the image column in slides a flex container to allow vertical centering */
.apa-slide .row > [class*="col-"]:last-child,
.apa-slide .row > [class*="col-"]:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* Card/Slide Headings - Generic Reusable Class */
.card-heading {
	font-family: var(--apa-headline);
	font-size: clamp(1.5rem, 2.2vw, 2.6rem);
	font-weight: 600;
	color: var(--apa-black);
	line-height: 1.3;
	margin: 12px 0 16px;
}

.card-heading--compact {
	margin-bottom: 12px;
}


/* Body Copy - Generic Reusable Class */
.card-copy {
	font-family: var(--apa-body);
	font-size: var(--apa-body-font-medium);
	line-height: 1.6;
	color: var(--apa-black);
}

.card-copy--slide {
	margin-top: auto!important;
}

.card-copy--news {
	margin-bottom: 16px;
	flex: 1;
}

.apa-slide__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.apa-slide__image img {
	max-width: 280px;
	width: 100%;
	height: auto;
}

.apa-slider__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}

.apa-slider__nav {
	display: flex;
	gap: 16px;
	align-items: center;
}

.apa-slider__button {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	display: grid;
	place-items: center;
	background: #fff;
	transition: all 0.2s ease;
}

.apa-slider__button:hover,
.apa-slider__button:focus {
	border-color: var(--apa-teal);
	background: var(--apa-teal);
	color: #fff;
}

@media (max-width: 991px) {
	.apa-slide__image {
		text-align: left;
	}
}

/* Proud Creators Section */

.apa-proud-creators {
	opacity: 0;
	animation: fadeInHero 0.8s ease-in-out 0.8s forwards;
}

.apa-logo-item {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
}

.apa-logo-image {
	max-width: 100%;
	max-height: 80px;
	height: auto;
	width: auto;
	object-fit: contain;
}

.apa-logo-text {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--apa-black);
	display: block;
}

/* Research Report Section */
/* Generic Content Section - Reusable BEM Class */

/* Section Kicker - Generic Reusable Class */
.section-kicker {
	font-family: var(--apa-body);
	color: var(--apa-blue);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.95rem;
	display: block;
	margin-bottom: 1rem;
}

/* Section Kicker Color Modifiers - Modular and Reusable */
.section-kicker--advocacy {
	color: var(--apa-blue);
}

.section-kicker--innovation {
	color: var(--apa-teal);
}

.section-kicker--research {
	color: var(--apa-rose);
}

.section-kicker--community {
	color: var(--apa-yellow);
}

.section-kicker--education {
	color: var(--apa-teal);
}

.section-kicker--sustainability {
	color: var(--apa-blue);
}

.section-kicker--membership {
	color: var(--apa-rose);
}

/* Large Section Titles - Generic Reusable Class */
.large-section-title {
	font-family: var(--apa-headline);
	font-size: 2.5rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	font-weight: 700;
	color: var(--apa-black);
}

/* Large Section Copy - Generic Reusable Class */
/* Note: Styling handled by typography classes */

/* Section Image Container - Generic Reusable BEM Class */
.section-image {
	text-align: center;
}

/* Section Image Asset - Generic Reusable BEM Class */
.section-image__asset {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.section-image img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* News & Events Section */
.apa-news-events {
}

.apa-news-swiper {
	overflow: visible;
	margin-top: 32px;
	padding-bottom: 20px;
}

.apa-news-swiper .swiper-slide {
	height: auto;
	display: flex;
}

.apa-news-swiper .swiper-slide .apa-news-card {
	width: 100%;
}

.apa-news-events__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}


.apa-news-events__nav {
	display: flex;
	gap: 16px;
	align-items: center;
}

.apa-news-card {
	background: var(--apa-cream);
	border-radius: var(--apa-border-radius);
	overflow: visible;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 16px;
}

.apa-news-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.apa-news-card__image-wrapper {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 0;
}

.apa-news-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.apa-news-card__tag {
	font-family: var(--apa-body);
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--apa-teal);
	color: white;
	padding: 12px 18px;
	border-radius: 0 9px 0 0;
	font-size: 0.875rem;
	font-weight: 500;
}

.apa-news-card__content {
	padding: 20px 0 0 0;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.apa-news-card__date {
	font-family: var(--apa-body);
	font-size: 1rem;
	color: #666;
	margin-bottom: 12px;
}



.apa-news-card__link {
	color: var(--apa-black);
	text-decoration: none;
	margin-top: 20px;
	font-size: 1rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color 0.2s ease;
}

.apa-news-card__link:hover {
	color: var(--apa-teal);
}

/* Quote Section */
.apa-quote {
	padding: 60px 0;
	background-color: white;
}

.apa-quote__text {
	font-family: var(--apa-headline);
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--apa-black);
	margin-bottom: 2rem;
	border: none;
	padding: 0;
	max-width: 800px;
	line-height: 1.4;
	margin: 0 auto;
}

.apa-quote__attribution {
	margin-top: 2rem;
}

.apa-quote__author {
	font-size: 1.7rem;
	font-weight: 400;
	color: var(--apa-teal);
	margin-bottom: 1rem;
}

.apa-quote__author-info {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 250px;
	margin: 0 auto;
	margin-top: 20px;
}


.apa-quote__headshot {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.apa-quote__logo {
	height: 40px;
	width: auto;
}



/* Section Note - Generic Reusable Class */
.section-note {
	font-family: var(--apa-body);
	font-size: 0.875rem;
	color: #666;
	margin-top: 1rem;
}

/* Feature Grid Section - Generic Reusable BEM Class */
.feature-grid {
	padding: 60px 0;
	background-color: var(--apa-cream);
}



.feature-column__title {
	font-family: var(--apa-headline);
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--apa-teal);
	margin-bottom: 1.5rem;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.feature-item {
	display: flex;
	padding: 16px 20px;
	color: var(--apa-black);
	text-decoration: none;
	font-size: 1.2rem;
	line-height: 1.6;
	border: 1px solid white;
	border-radius: var(--apa-border-radius);
	background-color: transparent;
	transition: all 0.2s ease;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.feature-item:hover {
	color: var(--apa-teal);
	background-color: rgba(255, 255, 255, 0.5);
}

.feature-item__title {
	font-weight: 600;
	margin-bottom: 4px;
	flex: 1;
}

.feature-item__description {
	color: #666;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 4px;
}

.feature-item__content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.feature-item .arrow-icon {
	flex-shrink: 0;
	margin-top: 2px;
}

/* CTA Banners Section */
.apa-cta-banners {
	padding: 60px 0;
}

.apa-cta-banner {
	padding: 40px;
	border-radius: var(--apa-border-radius);
	min-height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}

.apa-cta-banner--teal {
	border: 1px solid var(--apa-teal);

}

.apa-cta-banner--yellow {
	border: 1px solid var(--apa-yellow);
}

.apa-cta-banner--rose {
	border: 1px solid var(--apa-rose);
}

.apa-cta-banner__title {
	font-family: var(--apa-headline);
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.apa-cta-banner__copy {
	margin-bottom: 1.5rem;
	flex: 1;
}

/* Wrapper override - override table display for responsive behavior */
.wrapper,
#masterWrapper {
	display: block !important;
	width: 100%;
	height: auto;
	max-width: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
}

/* Ensure body container is also block for responsive behavior */
.body-container,
#masterContentArea {
	display: block;
	width: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
	margin-top: 0;
}

@media(min-width:992px){
	#masterContentArea {
		margin-top: 30px;
	}
}





/* News Page Styles */
.apa-news-page {
	padding: 60px 0;
}

.apa-news-page__header {
	margin-bottom: 40px;
}

.apa-news-page__title {
	font-family: var(--apa-headline);
	font-size: 3rem;
	font-weight: 700;
	color: var(--apa-black);
	margin-bottom: 1rem;
	line-height: 1.2;
}

.apa-news-page__subtitle {
	font-family: var(--apa-body);
	font-size: var(--apa-body-font-large);
	color: var(--apa-black);
	line-height: 1.6;
}

.apa-news-page__controls {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.apa-news-page__search {
	position: relative;
	flex: 1;
	min-width: 250px;
}

.apa-news-page__search-input {
	width: 100%;
	padding: 14px 50px 14px 20px;
	border: 1px solid #ddd;
	border-radius: var(--apa-border-radius);
	font-family: var(--apa-body);
	font-size: var(--apa-body-font-medium);
	color: var(--apa-black);
	background-color: white;
	transition: border-color 0.2s ease;
}

.apa-news-page__search-input:focus {
	outline: none;
	border-color: var(--apa-teal);
}

.apa-news-page__search-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #666;
	font-size: 1.2rem;
	pointer-events: none;
}

.apa-news-page__filters {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.apa-news-page__filter-btn {
	padding: 14px 24px;
	background-color: var(--apa-blue);
	color: white;
	border: none;
	border-radius: var(--apa-border-radius);
	font-family: var(--apa-body);
	font-size: var(--apa-body-font-medium);
	font-weight: 500;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: background-color 0.2s ease;
}

.apa-news-page__filter-btn:hover {
	background-color: #0056b3;
}

.apa-news-page__filter-btn i {
	font-size: 0.875rem;
}

.apa-news-page__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	margin-bottom: 40px;
}

.apa-news-page__pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.apa-news-page__pagination-btn {
	min-width: 150px;
}

/* News Page Card Overrides */
.apa-news-page .apa-news-card {
	background: white;
	padding: 0;
	height: auto;
}

.apa-news-page .apa-news-card__image-wrapper {
	height: 280px;
}

.apa-news-page .apa-news-card__content {
	padding: 24px;
}

/* Responsive Styles for News Page */
@media (max-width: 991px) {
	.apa-news-page__title {
		font-size: 2.5rem;
	}
	
	.apa-news-page__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

@media (max-width: 991px) {
	.apa-news-page {
		padding: 40px 0;
	}
	
	.apa-news-page__title {
		font-size: 2rem;
	}
	
	.apa-news-page__subtitle {
		font-size: var(--apa-body-font-medium);
	}
	
	.apa-news-page__controls {
		flex-direction: column;
		align-items: stretch;
	}
	
	.apa-news-page__search {
		min-width: 100%;
	}
	
	.apa-news-page__filters {
		width: 100%;
	}
	
	.apa-news-page__filter-btn {
		flex: 1;
		justify-content: center;
	}
	
	.apa-news-page__grid {
		gap: 20px;
	}
	
	.apa-news-page .apa-news-card__image-wrapper {
		height: 220px;
	}
	
	.apa-news-page .apa-news-card__content {
		padding: 20px;
	}
}

/* Advocacy Areas Grid Section */

.apa-advocacy-areas {
    padding: 0 30px 30px 30px;
    border-radius: 30px;
}

.apa-advocacy-areas__grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 32px;
	margin-top: 40px;
	width: 100%;
}

@media (max-width: 991px) {
	.apa-advocacy-areas__grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 24px;
	}
}

@media (max-width: 991px) {
	.apa-advocacy-areas__grid {
		grid-template-columns: 1fr !important;
		gap: 24px;
	}
}

.apa-advocacy-card {
	background: white;
	border-radius: var(--apa-border-radius);
	padding: 32px;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.apa-advocacy-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.apa-advocacy-card__icon {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.apa-advocacy-card__icon img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.apa-advocacy-card__title {
	font-family: var(--apa-headline);
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--apa-black);
	margin-bottom: 16px;
	line-height: 1.3;
}

.apa-advocacy-card__copy {
	font-family: var(--apa-body);
	font-size: var(--apa-body-font-small);
	line-height: 1.6;
	color: var(--apa-black);
	margin-bottom: 24px;
	flex: 1;
}

.apa-advocacy-card__links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: auto;
}

.apa-advocacy-card__link {
	font-family: var(--apa-body);
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--apa-teal);
	text-decoration: underline;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color 0.2s ease;
	letter-spacing: 0.02em;
}

.apa-advocacy-card__link:hover {
	color: var(--apa-blue);
}

.apa-advocacy-card__link .arrow-icon {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}


.bg-dark {
	color: white;
	h1, h2, h3, h4, h5, h6 {
		color: white!important;
	}
	&.apa-hero .lead {
		color: white;
	}
}




  /* Manage images and credits */
  figure {
	overflow: hidden;
	margin-bottom: 20px;
	figcaption {
		padding: 10px;
		font-size: var(--apa-body-font-small);
	}
  }
 
  


/* Apply the .hide-top-carousel class in iMIS in Properties > Page container CSS class to hide the top carousel */
  .hide-top-carousel .InternalHeaderArea {
	display: none;
  }


  .membership-features-ipart-container {
	.section-image img {
		margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 300px;
	}
	a.feature-item:hover {
		text-decoration: none;;
	}

  }
  
  
  /* Fix for Telerik Select button visibility */
.RadUpload .ruButton.ruBrowse {
    width: 100px !important;    /* Force a visible width */
    display: inline-block !important; 
    visibility: visible !important;
    height: 35px !important;    /* Match the height of your text inputs */
    padding: 0 15px !important; /* Ensure text isn't clipped */
    margin: 0 !important;
}

/* Ensure the 'fake' input doesn't overlap weirdly */
.RadUpload .ruFakeInput {
    width: 200px !important;
    vertical-align: middle;
}

/* Force iMIS/Telerik popups to stay within the viewport */
.RadWindow.rwNormalWindow, 
.RadWindow_Default {
    top: 50px !important; /* Prevents the header from going off-top */
    max-height: 90vh !important;
}

/* Ensure the internal content panel is scrollable and not fixed-height */
#ctl00_ContentPanel.EmptyMasterContentPanel {
    height: auto !important; 
    max-height: 70vh; /* Limits internal height to 70% of screen */
    overflow-y: auto !important;
}

/* Fix for the Command Bar at the bottom disappearing */
.ButtonPanel.NotPrinted {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 100;
    padding: 10px;
    border-top: 1px solid #ddd;
}

/* Force Telerik/iMIS popups to the center of the viewport */
.RadWindow.rwNormalWindow, 
div.RadWindow_Toronto,
div.RadWindow_Default {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    bottom: auto !important;
    right: auto !important;
}

/* Ensure the background overlay covers the whole screen */
.TelerikModalOverlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
}
#ctl00_ContentPanel.EmptyMasterContentPanel {
    height: auto !important;
    max-height: 60vh !important; /* Limits height to 60% of user screen */
    overflow-y: auto !important;
}
/* ==========================================================================
   APA & iMIS CONSOLIDATED FORM & WINDOW LAYOUT OVERRIDES
   ========================================================================== */

/* --- SECTION 1: Telerik RadAsyncUpload Fixes ---
   Overrides global input type resets that collapsed the "Select" button width 
   to auto inside truncated 'ruFileWrap' containers. */
.RadUpload .ruButton.ruBrowse {
    width: 100px !important;    
    display: inline-block !important; 
    visibility: visible !important;
    height: 35px !important;    
    padding: 0 15px !important; 
    margin: 0 !important;
}
.RadUpload .ruFakeInput {
    width: 200px !important;
    vertical-align: middle;
}

/* --- SECTION 2: Dynamic Window positioning Failures (Popup Tracking) ---
   Bypasses failing viewport offset arithmetic when overlay initializations fail 
   or parent elements with 'display: table' disrupt coordinate contexts. */
.RadWindow.rwNormalWindow, 
div.RadWindow_Toronto,
div.RadWindow_Default,
div[id*="RadWindow"] {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    bottom: auto !important;
    right: auto !important;
    z-index: 99999 !important; 
    box-shadow: 0 0 20px rgba(0,0,0,0.5) !important;
    margin: 0 !important;
}

/* Simulate the missing overlay backdrop manually if JavaScript fails */
body.modal-open::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 99998;
}

/* Limit popup internal content panel boundaries to safeguard viewport clipping */
#ctl00_ContentPanel.EmptyMasterContentPanel {
    height: auto !important;
    max-height: 70vh !important; 
    overflow-y: auto !important;
}

/* --- SECTION 3: Form Field Expansion Rules ---
   Forces legacy inline styling containers to widen and scale responsively. */
.CheckBoxList {
    width: 100% !important;      
    height: 300px !important;     
    min-height: 200px;
    padding: 10px !important;     
    border-radius: 5px;
}
.CheckBoxList label {
    margin-bottom: 8px;
    display: inline-block;
    cursor: pointer;
}
.PanelFieldValue input[type="text"],
.PanelFieldValue select,
.PanelFieldValue textarea {
    width: 100% !important; 
    max-width: 100% !important;
    height: auto !important; 
    padding: 10px !important; 
    box-sizing: border-box;   
}
@media (min-width: 992px) {
    .PanelField .PanelFieldLabel { width: 25% !important; }
    .PanelField .PanelFieldValue { width: 75% !important; }
}

/* --- SECTION 4: Component Scoped Formatting ---
   Targets individual utility blocks to render micro-button dimensions. */
.BigButtonLinkList .BigButtonList li .TextButton.ButtonItem,
#ctl01_TemplateBody_WebPartManager1_gwpciEnquiry_ciEnquiry_DivRight_List li .TextButton,
#ctl01_TemplateBody_WebPartManager1_gwpciChangeOrgButton_ciChangeOrgButton_DivRight_List li .TextButton {
    font-size: 85% !important;
    padding: 3px 8px !important;
    border-radius: 3px !important;
    display: inline-block !important;
    width: auto !important;
    min-height: auto !important;
    box-shadow: none !important; 
    top: 0 !important; 
}
.BigButtonWrapper, .BigButtonLinkList {
    padding: 5px 0 !important;
    margin: 0 !important;
    min-height: auto !important;
}
.BigButtonList { margin: 0 !important; padding: 0 !important; }

/* Overrides systemic 900 weight headers inside targeted Enquiry components */
#ste_container_ciEnquiry .panel-heading h2.panel-title,
#ste_container_ciEnquiry .panel-heading h4.panel-title {
    font-size: 18px !important;       
    font-weight: 600 !important;      
    color: var(--apa-teal) !important; 
    font-family: var(--apa-body) !important; 
}

/* ==========================================================================
   PANEL CONTROLS: HEADING TEXT SIZES & DESCRIPTION SPACING FIXES
   ========================================================================== */

/* 1. Force panel titles to honor their native HTML tag sizes (!important loop-break) */
.panel-heading h1.panel-title { font-size: 2.5rem !important; }
.panel-heading h2.panel-title { font-size: 2.0rem !important; }
.panel-heading h3.panel-title { font-size: 1.5rem !important; } 
.panel-heading h4.panel-title { font-size: 1.25rem !important; }


/* 2. Fix the Panel Description overlap bug */
.panel .panel-description {
    display: block !important;
    clear: both !important;
    position: relative !important;
    padding: 0px 10px !important;    /* Gives text clean room to breathe */
    margin-top: 0 !important;         /* Resets overlapping upward margins */
  
}

/* Ensure the body container below the description doesn't double up top padding */
.panel-description + .panel-body-container .panel-body {
    padding-top: 15px !important;
}


/* ==========================================================================
   MOBILE VIEWPORT FIX: PUBLIC UTILITY NAVIGATION LINK SEPARATIONS
   ========================================================================== */

/* Target compact mobile viewports up to your theme's tablet breakdown limit */
@media (max-width: 991px) {
    /* 1. Structure the parent container wrapper to align items gracefully */
    #ctl01_ciUtilityNavigation_UtilityPlaceholder.nav-auxiliary {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: flex-start !important; /* Positions links in sequence */
        gap: 0 !important; /* Manage layout using predictable text paddings */
    }

    /* 2. Target the isolated Login link container block */
    #ctl01_ciUtilityNavigation_UtilityPlaceholder .UtilityAuthentication {
        display: inline-block !important;
        padding-right: 12px !important; /* Creates a space buffer on the right side */
        margin-right: 12px !important;
        border-right: 1px solid rgba(0, 0, 0, 0.2); /* Optional: Adds a fine vertical separator line */
    }

    /* 3. Tighten target touch padding for the standalone Login action link */
    #ctl01_ciUtilityNavigation_UtilityPlaceholder .UtilityAuthentication a.sign-in-link {
        display: inline-block !important;
        padding: 5px 0 !important;
        font-size: var(--apa-body-font-small) !important;
        font-weight: 500 !important;
    }

    /* 4. Target the adjacent Create Account container block */
    #ctl01_ciUtilityNavigation_UtilityPlaceholder .UtilityNavigationList {
        display: inline-block !important;
    }

    /* 5. Force the internal Create Account link element to separate from the list structure */
    #ctl01_ciUtilityNavigation_UtilityPlaceholder .UtilityNavigationList .NavigationLink {
        display: inline-block !important;
        padding: 5px 0 !important;
        font-size: var(--apa-body-font-small) !important;
        font-weight: 500 !important;
    }
}