/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 10 2025 | 12:34:10 */
#left-sidebar {background:#0D2149; border: 3px solid #0D2149; border-top-right-radius:25px;}

#left-sidebar a {text-decoration:none;}

#left-sidebar h2 {font-size:1.5em !important; font-weight:300 !important; letter-spacing: normal; margin-bottom: 10px; color: #9CC43A !important;}

#left-sidebar a.sidebarprogramlink {display:block; font-size:0.8em !important; line-height:0.9em !important;}
#left-sidebar .sidebarprogrambalance {float:right !important;}

#left-sidebar .current_page_item {background-color:white !important; padding: 10px; margin-right:0 !important;}
#left-sidebar .current_page_item a {color:#0D2149;}

/* Make the whole "My Account / My Programs / Our Services" block sticky */
#left-sidebar {
  position: sticky;
  top: 90px;
  align-self: flex-start;
min-height: 100vh; /* at least full screen height */
}


.inside-left-sidebar .sub-menu {display:none;}

.gflow-inbox.gflow-grid.gflow-common {border: 3px solid #0D2149; border-radius: 25px;}

