/***********************************************************************************
 * WCCEAL-V?.CSS 
 * 
 * A collection of CSS definitions specific to the WCCEAL section of the QID 
 * website 
 * 
 * 2022-06-16: Created 
 * 2022-10-28: Moved user identification and breadcrumbs to the same line 
 *             Customized object navigation arrows 
 * 2022-12-16: Changed to v1 
 * 2023-12-14: Changed to v2 
 *             Changed structure of user identification and breadcrumbs 
 * 2025-11-17: Chagned to v3 
 ***********************************************************************************/


/***********************************************************************************
 * Header 
 ***********************************************************************************/
header { 
	background-color: #5c6e7c; 
}
#header-subcontainer { 
	background-image: url("/images/wcceal-header-background-trimmed.jpg"); 
	padding: 20px 0 20px 0; 
  box-shadow: 0px -2px 0px #747474;
}


/***********************************************************************************
 * Site Identification (logo/tagline) 
 ***********************************************************************************/
#site-identification-subcontainer { 
	background-color: #5c6e7c; 
	margin: 0 0 0 0; 
}
#site-identification { 
	justify-content: flex-start; 
	background-color: #5c6e7c; 
	background: linear-gradient(180deg, #5c6e7c, #5c6e7c); 
}
#site-logo { 
	min-width: 15rem; 
  min-height: auto; 
} 
#site-logo img { 
	width: 450px; 
	padding: .5em 2em 0 1em; 
}
#site-tagline { 
	font-family: Calibri, sans-serif; 
	font-size: 1.375rem; 
	margin: 0 0 0 .7em; 
	font-style: italic; 
	text-align: center; 
	white-space: nowrap; 
	color: #ffffff; 
}

@media only screen and (max-width: 700px) { 
	#site-logo { 
    min-width: 9.5rem; 
  } 
	#site-logo img { 
    max-width: 300px; 
  }
  #site-tagline { 
		font-size: 1rem; 
	}
}

@media only screen and (max-width: 600px) { 
	#site-tagline { 
		font-size: .75rem; 
	}
}

@media only screen and (max-width: 500px) { 
  #site-logo { 
    min-width: 6.5rem; 
  } 
	#site-logo img { 
    max-width: 200px; 
  }
}

@media only screen and (max-width: 400px) { 
  #site-identification {
    flex-wrap: wrap;
  }
  #site-tagline {
    padding-bottom: 1em;
    padding-left: 1em;
  }
}


/***********************************************************************************
 * Site Navigation 
 ***********************************************************************************/
#site-navigation-container { 
	background-color: #082c47; 
	box-shadow: 0px 2px 0px #1a3919, 0px -2px 0px #1a3919;  
}
#site-navigation label, #site-navigation a { 
	color: #ffffff; 
}
#site-navigation label:hover, #site-navigation a:hover { 
	color: #ffffff; 
}
#site-navigation .ddm-menu > .ddm-ul > .ddm-li > .ddm-ul { 
	background-color: #445A43; 
}
#site-navigation .ddm-menu .ddm-toggle-on { 
	background-color: #445A43 !important; 
}


/***********************************************************************************
 * You Are Here (Breadcrumbs and User Identification) 
 ***********************************************************************************/
#you-are-here-container { 
  box-shadow: 0px -2px 0px #04131c;
}


/***********************************************************************************
 * Subsite Navigation 
 ***********************************************************************************/
#subsite-navigation-container { 
  width: 100%; 
  background-color: #ffffff; 
  color: #000000;
  box-shadow: 0px 2px 0px #747474, 0px -2px 0px #747474; 
  display: flex; 
  flex-direction: row; 
  flex-wrap: nowrap; 
  justify-content: space-around; 
}
#subsite-navigation { 
  width: 1000px; 
  margin: 0 auto; 
  padding: 0; 
  line-height: 2em; 
  /* width: auto; == centered */
}  
#subsite-navigation label, #subsite-navigation a { 
  color: #000000; 
}
#subsite-navigation label:hover, #subsite-navigation a:hover { 
  color: #000000; 
}
#subsite-navigation .ddm-menu .ddm-ul .ddm-li:hover {
  background-color: #b5b5b5;
}
#subsite-navigation .ddm-menu .ddm-ul li:hover { 
  background-color: #b5b5b5; 
}
#subsite-navigation .ddm-menu > .ddm-ul > .ddm-li > .ddm-ul { 
  background-color: #d7d7d7; 
}
#subsite-navigation .ddm-menu > .ddm-ul > .ddm-li > .ddm-ul > .ddm-li { 
  border-top: 1px solid #ffffff; 
}
#subsite-navigation .ddm-menu .ddm-toggle-on { 
  background-color: #d7d7d7 !important; 
}
#subsite-navigation .ddm-menu .ddm-toggle-on label:hover { 
  background-color: #b5b5b5; 
}

@media only screen and (max-width: 1000px) { 
	#subsite-navigation { 
    width: 100%; 
    margin: 0 0; 
  } 
}

@media only screen and (max-width: 900px) { 
	#subsite-navigation-container { 
    justify-content: flex-start; 
  }
	#subsite-navigation .ddm-menu > .ddm-ul > .ddm-li > .ddm-ul > .ddm-li { 
    border-top: none; 
  }
}


/***********************************************************************************
 * Collapsible Content - H2 Header 
 ***********************************************************************************/
h2.collapsible-open { 
  border-color: #082c47; 
  background: #5c6e7c; 
  color: #ffffff; 
}
h2.collapsible-closed { 
  border-color: #858280; 
  background: #c9c9c9; 
  color: #666666; 
}
h2.collapsible-open:hover, h2.collapsible-closed:hover { 
  color: #333333; 
}


/***********************************************************************************
 * Filterable Table 
 ***********************************************************************************/
.filterable th { 
  border-color: #ffffff;
  background-color: #5c6e7c; 
  color: #ffffff;  
}
.filterable td { 
  border-color: #ffffff; 
  border-bottom-color: #5c6e7c; 
}


/***********************************************************************************
 * Copiable Table 
 ***********************************************************************************/
.copiable th { 
  border-color: #082c47; 
  background-color: #5c6e7c; 
  color: #ffffff; 
}
.copiable td { 
  border-color: #082c47; 
}


/***********************************************************************************
 * Object Navigation 
 ***********************************************************************************/
.object-navigation .previous-arrow a, .object-navigation .next-arrow a { 
	color: #082c47;
}


/***********************************************************************************
 * Public Content Layout 
 ***********************************************************************************/
#wcceal-public-layout, #wcceal-public-layout #wcceal-public-content {
  overflow: hidden;
}
#wcceal-public-layout-wrap, #wcceal-public-layout-wrap #wcceal-public-content {
  
}
#wcceal-public-sidebar { 
  float: right;
  width: 50%;
  max-width: 250px;
  margin-left: 2em;
}
.wcceal-public-nav-video {
  text-align: center; 
  font-size: 120%; 
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wcceal-public-nav-video iframe {
  border: 2px solid #000000;
  aspect-ratio: 16/9;
  width: 100% !important;
}

iframe.member-map {
  aspect-ratio: 7/8;
  width: 100% !important;
}

.wcceal-public-highlight-box {
  border: 4px solid #082c47; 
  padding: .5em; 
  text-align: center;
}
.wcceal-public-highlight-box img {
  width: 90%; 
  padding: .3em;
}

@media only screen and (max-width: 850px) { 
	#wcceal-public-layout #wcceal-public-sidebar { 
    float: none;
    width: 100%;
    max-width: none;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2em;
  }
  #wcceal-public-layout .wcceal-public-nav-video, #wcceal-public-layout .wcceal-public-highlight-box {
    max-width: 30%;
  }
}

@media only screen and (max-width: 500px) { 
	#wcceal-public-sidebar { 
    float: none;
    width: 100%;
    max-width: none;
    margin-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 2em;
  }
  .wcceal-public-nav-video {
    max-width: 45% !important;
  }
  .wcceal-public-highlight-box {
    max-width: 55% !important;
  }
}


/***********************************************************************************
 * Partner List 
 ***********************************************************************************/
.partner-list { 
  overflow: auto; 
  margin-top: 1em; 
  margin-bottom: 1em; 
}
.partner {  
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  float: left; 
  width: 25%; 
  padding: 0em .5em 1em .5em; 
}
.partner-heading { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  border: 1px solid #a7a7a7; 
  text-align: center; 
  padding: 3px 5px 0px 5px; 
  height: 130px; 
  line-height: 120px; 
} 
.partner-heading img { 
  width: 100%;
  max-height: 120px; 
  max-width: 165px; 
  vertical-align: middle; 
}
.partner-description { 
  padding: 5px; 
}

@media only screen and (max-width: 600px) { 
  .partner {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: row; 
    flex-wrap: nowrap; 
    justify-content: flex-start; 
    align-items: center; 
    align-content: flex-start;
  }
  .partner-heading { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    border: 1px solid #a7a7a7; 
    text-align: center; 
    padding: 3px 5px 0px 5px; 
    width: 23.5%; 
    height: 130px; 
    line-height: 120px; 
  } 
  .partner-heading img { 
    width: 100%;
    max-height: 120px; 
    max-width: 165px; 
    vertical-align: middle; 
  }
  .partner-description { 
    width: 75%; 
    padding: .3em 0 .3em 1em; 
  }
  .partner+.partner { 
    margin-top: 1em; 
  }
}


/***********************************************************************************
 * Collaborator List 
 ***********************************************************************************/
.collaborator-list { 
  overflow: auto; 
  margin: 1em .5em; 
}
.collaborator { 
  width: 100%; 
  display: flex; 
  flex-direction: row; 
  flex-wrap: nowrap; 
  justify-content: flex-start; 
  align-items: center; 
  align-content: flex-start; 
}
.collaborator-heading { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  border: 1px solid #a7a7a7; 
  text-align: center; 
  padding: 3px 5px 0px 5px; 
  width: 23.5%; 
  height: 130px; 
  line-height: 120px; 
} 
.collaborator-heading img { 
  width: 100%;
  max-height: 120px; 
  max-width: 165px; 
  vertical-align: middle; 
}
.collaborator-description { 
  width: 75%; 
  padding: .3em 0 .3em 1em; 
}
.collaborator+.collaborator { 
  margin-top: 1em; 
}


/***********************************************************************************
 * QI Program List 
 ***********************************************************************************/
.program-list { 
  display: flex; 
  flex-flow: row wrap; 
  justify-content: flex-start; 
  align-items: stretch; 
  align-content: flex-start; 
  margin-top: 1em; 
  margin-bottom: 1em; 
}
.program { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  width: 50%; 
  padding: 0em 1em 1em 1em; 
}
.program-heading { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  border: 1px solid #a7a7a7;
  padding: 3px 5px 0px 5px; 
  width: 100%;
  aspect-ratio: 46/13;
  display: flex;
  justify-content: center;
  align-items: center;
} 
.program-heading img { 
  height: 100%;
  max-height: 100px; 
}
.program-description { 
  padding: 5px; 
}

@media only screen and (max-width: 500px) { 
  .program {
    width: 100%;
  }
}


/***********************************************************************************
 * Financial Support List 
 ***********************************************************************************/
.financial-support td.financial-logo { 
  padding-top: 0em; 
  padding-bottom: 2em; 
  padding-right: 1em; 
  vertical-align: top; 
}
.financial-support td.financial-logo img { 
  max-width: none; 
}
.financial-support td.financial-logo p { 
  margin-top: 0em; 
  margin-bottom: 0em; 
}
.financial-support td.financial-logo p+p { 
  margin-top: .5em; 
}
.financial-support td.financial-description { 
  padding-top: 0em; 
  padding-bottom: 2em; 
}
.financial-support td.financial-description p { 
  margin-top: 0em; 
  margin-bottom: 0em; 
}
.financial-support td.financial-description p+p { 
  margin-top: 1em; 
}


/***********************************************************************************
 * End of WCCEAL-V?.CSS 
 ***********************************************************************************/
 