
.option_title {
  /* font-size: 16px; */
  line-height: 1.3;
}


details {
  border: 1px solid #FFF;
  border-radius: 5px;
}
details + details {
  margin-top: 0.5rem;
}
details[open] + details {
  margin-top: 1rem;
}
details[open] {
  background-color: rgba(0, 0, 255, 0.03);
}


summary {
  color: #FFF;
  padding: 0.5em 1em;
}
details[open] > summary {
  /* color: blue; */
  border-bottom: 1px solid #ccc;
}
details summary::marker {
 /*  color: blue; */
  font-size: 2.125rem;
}
details[open] > summary::marker {
 /*  color: blue; */
  font-size: 2.125rem;
}
summary > span {
  /* Prevents underhang when text is over more than 1 line 
  width: calc(100% - 1.2em);*/
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  line-height: 1.3;
  font-size: 2.125rem;
}


/* Details content area 
details > div {
  padding: 2rem 2vw;
  padding-left: 9.5vw;
  padding: 1rem 1rem 1rem 2rem;
  margin: 0;
}*/

.press-div {
	padding-top: 8px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px solid #ccc;
}

/* Hidden skip links, for large sets of details/summaries */
.hidden-until-focused {
  display: block;
  margin: 1rem 0;
}
.hidden-until-focused:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.list-icon {
	font-size: 22px;
	color: #cbbc23;
}

.link {
	margin-left: 6px;
	color: #cbbc23;
}

.line1{
	margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px; 
    margin-bottom: 20px;
}

.doclistsize{
	float: right;
	padding-top: 4px;
	color: #CCC;
}

.pressreleasetitle {
	text-align: left;
    margin-left: 13px;
}

.serchlist{
	display: block;
}


.labeltitle {
    display: block;
    text-align: center;
    line-height: 150%;
    font-size: 24px !important;
    margin-top: 2px;
}