.grc_sectionheader
{
  width: 100%;
  box-sizing: border-box;
  margin: 30px 0px 10px 0px;
  font-weight: 500;
  padding: 10px 0px;
  font-size: 23px;
  line-height: 30px;
  color: var(--themecolor6);
}


.header_infotext_cont
{
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  background-color: #f3f4f5;
  color: #000;
  box-shadow: 0px 1px 10px #36447746;
}

.header_infotext_icon
{
  width: 50px;
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  font-size: 30px;
  color: #ffc000;
  line-height: 30px;
  vertical-align: top;
}


.header_infotext_text
{
  width: calc(100% - 50px);
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  vertical-align: top;
  padding-top:5px;
}


.grcdialog2-text a
{
  color: var(--themecolor6);
  font-weight:500;
  text-decoration:underline;
}

.grcdialog2-text a:visited
{
  text-decoration:underline;
}

.grcdialog2-text a:hover
{
  text-decoration:underline;
}

