/****************************************************************************************************
          Retention Pages
		  
Description	- These styles are used for retention pages
*****************************************************************************************************/

/* These are used for the Retention Current page */

#retention_main_text h2 {
		font-size: 1.3em;
		padding-left: 23px;			
}

#retention_filter {
	background-color: #E1E1E1; 
	color: #243458; 
	margin-left: -20px; 
	margin-right: -20px; 
	padding: 20px 20px 20px 50px; 
	border-bottom: medium solid #8E8E8E;
	border-top: medium solid #8E8E8E;			
}
#retention_filter h2 {
	font-size: 1.8em;
	padding-bottom: 0px;
	display: inline;
}

.filter_text {
	font-size: 1.1em;
	float: right;
	margin-top: -10px;
	display: inline;
}

.filter_dropdown {
	border: 1px solid #ccc;
	border-radius: 0.20rem;
	background-color: #fff;
	font-family: Arial, Helvetica, Tahoma, sans-serif;	
	color:#4D4D4D;
	font-size: 14px;
	padding: 5px 20px 5px 10px;	
	margin: 5px;
	height: 35px;
	width: 200px;	
}

.retention_grid {
	overflow: hidden;
	padding-top: 10px;
}

.retention_grid_container
{
	grid-template-columns: 150px auto;
	grid-template-rows: auto;
	grid-column-gap: 10px;
	box-shadow: 0px 1px 9px rgba(0,0,0,0.09);
	margin: 0px 0px 15px 5px;
	min-height: 200px;
	width:450px;
	float:left;
	display: grid;
}

.retention_image {
	grid-column: 1;
	grid-row-start: 1;
	grid-row-end: 3;
	height: 200px;
	background-size: cover;
	background-position: center;
	font-size: 14px;
	color: #8D8D8D;
	text-align: center;
}

.retention_content {
	grid-column: 2;
	grid-row: 1 / 3;
	padding: 10px;
	font-size: 14px;
	color: #3F3F3F;
}

.retention_content h1 {
	margin:0px;
	padding:0px;
}

.retention_content h2 {
    background-color: #336737;
    color: #fff;
    margin: 0px;
    padding: 5px 5px 5px 10px;
	letter-spacing: 1px;
}

.retention_content h2.retention_vote_no {
	background-color: #C10003;
}

.retention_footer {
	grid-column: 2;
	grid-row: 2;	
	padding: 10px;
	position: relative;
	border-top: 1px solid #dadada;
}

.hide {
	display: none;
}

/* These are used for the Retention FAQ sidebar */
.retent_sidebar_header {
	background: #1E3965; 
	color: white; 
	font-size: 16px; 
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center; 
	width: 100%; 
}

/* These are used on the individual pages */
#retention h1 {
	font-size: 30px;
}

#retention h2 {
	color: #939393;
}

#retention h4 {
	color: #243458; 
	font-size: 18px; 
	font-weight: bold;
	padding-bottom: 8px; 	
	padding-left: 0px; 
	padding-top: 5px; 
	text-indent: 0px;
}

#retention p {
	padding-bottom: 8px; 
	padding-left: 0px
}

#retention li {
	padding-bottom: 8px;
}

.blank_header {
	float:left;
	width:80%;
}

.retent_header {
	background:#1e3965;
	border-bottom:2px solid #fbda5f;
	color:#fff;
	display:inline-block;
	font-size:16px;
	font-weight: bold;
	letter-spacing:.5px;
	margin-bottom:10px;
	padding:3px 8px 3px 8px;
	text-align:left;
}



.retent_ind_recommendation {
	background-color: #336737;
	color: white;
	float: right;
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px; 
	padding:5px;
	text-align: center;
	width: 350px;
}

.retent_ind_photo {
	float:left; 
	padding-bottom: 5px;
	padding-right: 15px; 
}

.retent_ind_survey {
	float: right; 
	margin-left: 5px;
}

.retent_ind_fullreport_row {
	margin: 30px 0px 10px 0px;
	text-align: center;
	width: 100%; 
}

/* These are used on the Retention FAQ page */
.faq_collapsible {
    background-color: #FFF;
    cursor: pointer;
    padding: 15px 10px 15px 10px;
    border-top: thin solid #C1C1C1;
    text-align: left;
    outline: none;
    font: normal 1.5em Arial, Helvetica, Tahoma, sans-serif;
    color: #006;
	width: auto;
}

.faq_collapsible:hover {
    background-color: #C3C3C3;
}

.faq_collapsible:before {
	content: "\02C3";	
	color: #C3C3C3;
	padding-right: 15px;
}

.faq_collapsible:hover:before {
	color: #006;
}

.faq_active:before {
	content: "\02C5";	
}


/****************************************************************************************************
          GENERIC Pages
		  
Description	- These styles are used for special stylings and appear in multiple sections
*****************************************************************************************************/

.underline
{
	text-decoration:underline!important;
}
	
.italic
{
	font-style:italic!important;
}
	
.bold
{
	font-weight:bold!important;
}

/* this style can be used to indent text or items*/
.indent 
{
	padding-left: 40px;
}

/*this style is used for backward compatibility with the old CSS styles used.  Any spans using this
style should be removed.*/
.subhead 
{
	color: #666666;
	font-weight: bold;
}
	
/*centers content*/
.center 
{
	text-align: center;
}
	
/*aligns the content to the top of the container (most used in tables)*/
.align_top 
{
	vertical-align: top;
}

/*these styles is used in the employer page tables*/
.tableheader 
{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1.50em!important;
	color: #000000;
}
.rowheader 
{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1.05em!important;
	color: #0000FF;
}
.emphasis 
{
	font-size: 1.05em!important;
	color: #000000;
}

	
/*this style is mainly used on some header tags to make them stand out*/
.headstrong 
{
	color: #660033!important;
}
/****************************************************************************************************
*****************************************************************************************************/

.blueheader 
{
	font-size: 1em;
	font-weight: bold;
	color: #006;
}
.content_partial_h4_indent
{
	margin-left:15px;
}
.content_partial_h5_indent
{
	margin-left:30px;
}
.content_partial_h6_indent
{
	margin-left:40px;
}
#content_partial p 
{
/*	text-align: justify;
*/	margin-top: 1px;
	margin-right: -3px;
	padding-top: -10px;
	padding-bottom: -10px;
/*	padding-left: 3px;
*/}

.listindent 
{
	text-indent: 25px;
}
.selectionheader 
{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1.4em;
	color: #006;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #E9E041;
	background-color: #DBE0EE;
	text-align: left;
}
.top {
	text-align: right;
	font-weight: bold;
	color: #000;
	float: right;
}
.LargeHeader {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 28px;
	color: #006;
	font-weight: bold;
	text-align: center;
}
.LargeCenter {
	text-align: center;
}
.verticalaligncenter {
		vertical-align:central;
}
/* *************************** ACS SK 03/22/2018 ************************** */
.date-heading h3{line-height:30px;font-size:1.7em;}.view .date-nav-wrapper .date-next{-moz-border-radius:0px 5px 5px 0px;border-radius:0px 5px 5px 0px;background:none repeat scroll 0 0 #dfdfdf;float:none;padding:5px 0;position:absolute;right:0px;text-align:right;top:0px;width:auto;z-index:1;font-size:12px;}

.nobackground {
	background-color:transparent;
}
.darkred {
	color: #db0000;
}
.nobackgroundnoborder {
	border:none;
	background-color:transparent;	
}
#pagebottom {
	margin-top: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 0.8em;
	text-align: center;
	height: auto;
	color:#CCC;
}
#pagebottom a:link 
{ 
	color: #FFFFFF;
	text-decoration:none;
}
#pagebottom a:hover 
{ 
	color: #FFFFFF;  
	text-decoration: underline; 
}
#pagebottom a:visited 
{ 
	color: #FFFFFF;  
	text-decoration:none;
}
#pagebottom p 
{ 
	text-decoration: none;
	padding-top: 0px;
}
#navbar {
	width: 960px;
}
#top_bar_right {
    background: url(images/topbarSOA.gif) no-repeat -170px 0;
    width: 7px;
    height: 27px;
    float: right;
}
.textleftjust {
	text-align:left;
}

.regularbold
{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1.05em;
	font-weight:bold;
}
/*.mission
{ 
	text-decoration: none;
	padding-top: 0px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.8em;
}*/
.mission_statement 
{
    width: 100%;
    background-color: #EA9C02;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -10px;
    padding: 25px;
}


/* ===== Evelyn's Project: New Safe Navigation Styles ===== */

/* Force navbar to always be ABOVE everything */
#navbar {
  position: relative;
  z-index: 100000;
  width: 960px;
}

/* Prevent content areas from overlapping nav */
#content_partial,
#content_center,
#content_left,
#content_right,
#sidebar {
  position: relative;
  z-index: 1;
}

/* NAV BASE */
.main-nav {
  position: relative;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  background-color: #0a306a;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.main-nav li {
  position: relative;
}

.main-nav a {
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 0.85em;
  text-align: center;
  transition: all 0.2s ease;
}

.main-nav a:hover {
  background-color: #f8a70a;
  color: #000000;
}

.main-nav .dropdown {
  display: none;
  position: absolute; 
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0a306a;
  min-width: 180px;
  z-index: 100001;
}

.main-nav .dropdown li {
  display: block;
  width: 100%;
}

.main-nav .dropdown a {
  display: block;
  padding: 10px;
  white-space: nowrap;
}

.main-nav li:hover > .dropdown {
  display: block;
}

/* MOBILE NAV */
.menu-toggle {
  display: none;
  background-color: #0a306a;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  text-align: left;
}

/* Responsive behavior */
@media (max-width: 768px) {

  #navbar {
    width: 100%;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
    display: none; /* hidden by default */
    width: 100%;
  }

  .main-nav ul.active {
    display: flex;
  }

  .main-nav li {
    width: 100%;
  }

  .main-nav a {
    padding: 12px;
    border-top: 1px solid rgba(255,255,255,0.2);
  }

  /* Dropdowns for mobile */
  .main-nav .dropdown {
    position: static;
    transform: none;
    display: none;
  }

  .main-nav li.active > .dropdown {
    display: block;
  }
}
/*------ THIS IS WHERE THE RETENTION PAGE BEGINS ------------------------------------------------/

/* ===== BASE ===== */

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 15px;
}

#retention h4:hover {
  color: #ffcc00 !important;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;   
  line-height: 1.2;
  color: #333;
}

a {
  color: #00457c;
}

.docs a {
  color: white;
}

a:hover {
  color: #ffcc00;
}

/* ===== MAIN CONTAINER ===== */
.page {
  max-width: 1000px;
  margin: 20px auto;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* ===== PROFILE + SUMMARY LAYOUT ===== */
.profile-layout {
  display: flex;
  gap: 24px;
  padding: 18px 20px 10px;
  align-items: flex-start;
}

.profile-image {
  flex: 0 0 160px;
}

.profile-image img {
  height: auto;
  display: block;
  float:right;
	
}

.profile-content {
  flex: 1;
}

.profile-content h1 {
  margin: 0 0 4px;
  font-size: 1.8rem;
  color: #003d6b;
}

.profile-content h2 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  color: #666;
}

.profile-content .intro {
  margin: 0 0 12px;
  font-size: 0.95rem;
}

.recommendation {
  background: #e6f4ea;
  border-left: 5px solid #2fa84f;
  padding: 10px 14px;
  font-weight: bold;
  color: #1b5e20;
  margin-bottom: 12px;
  font-size: 20px;
}

/* ===== PERFORMANCE FINDINGS ===== */
.section {
  padding: 20px;
  border-top: 1px solid #ddd;
}

.section ratings {
	padding-left: 40px;	
}

/* SECTION HEADER */
.section h3 {
  margin-top: 0;
  color: #00457c;
  border-left: 4px solid #00457c;
  padding-left: 12px;
}

/* ===== TOGGLE HEADER ===== */
.section h4 {
  margin-top: 0;
  margin-bottom: 0;

  color: #00457c;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;

  padding-left: 0px;     
  position: relative;     /* needed for arrow positioning */
}

/* arrow sits in the SAME left column as the blue bar */
.section h4 span {
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);

  width: 12px;
  text-align: left;
}

/* ===== DOCUMENT BOX ===== */
.docs-box {
  background: #00457c;
  padding: 14px 18px;
  border: 1px solid #d6d6d6;
  margin-top: 10px;
  display: none;
}

/* ===== DOCUMENT LIST (FIXED ALIGNMENT) ===== */
.docs {
  columns: 2;
  column-gap: 40px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.docs {
  list-style: none;     /* this controls whether there are bullet points or not in a list */
  padding-left: 0;
  margin: 0;
}

.docs li {
  margin-bottom: 6px;
}

/* ===== NAV FIX ===== */
.main-nav {
	font-size: 1rem;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  background: #0a306a;
}

.main-nav a {
  display: block;
  padding: 12px 16px;
  color: white;
  text-decoration: none;
  font-size: 0.85rem;
}

.main-nav a:hover {
  background: #ffcc00;
  color: #000;
}

/* ===== PERFORMANCE FINDINGS LIST ===== */
.findings-list {
  list-style: none;     /* remove bullet points */
  padding-left: 20px;   /* indent whole block */
  margin-top: 10px;
}

.findings-list li {
  position: relative;
  padding-left: 18px;   /* space for arrow */
  margin-bottom: 10px;
}

/* arrow appears here */
.findings-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: #00457c; 
}

/* WRAPPED TABLES IN TEXT */

.wrapped-image {
	float:right;
	margin-left: 20px;
	margin-bottom: 5px;
	width: 600px;
	height: auto;
}

