/*Used as H1*/
.faq_header {
font-weight: bold;
}

h2 {
font-size: 20pt;
margin-bottom: 3px;
font-weight: bold;
}

h3 {
font-size: 16pt;
margin-bottom: 3px;
font-weight: bold;
}

#gonavbar {
  /*background: #233c6c;*/
  background: #9c5449;
}
#gonavbar .goappname {
	color: white;
}	
#gonavbar .gonavbutton {
	color: white;
	background: inherit;
}
.gobutton1 {
  /*background: #233c6c;*/
  background: #9c5449;
	color: white;	
}
.gobutton1:hover {
  /*background: #233c6c;*/
  background: #9c5449;
	color: white;
	opacity: 0.6;
}
.gobutton2 {
  /*background: #233c6c;*/
  background: #9c5449;
	color: white;
}
.gobutton2:hover {
  /*background: #233c6c;*/
  background: #9c5449;
	color: white;
	opacity: 0.6;
}
.goheader {
	/*background: #acc674;*/
	background: #E2EDF2;
	/*color: #2c3a0b;*/
	color: #000;
    font-size: 140%;
}
.goareaheading {
    /*background-color: #eee8dd;*/
background-color: #fff;
    color:black;
}
.goareaheading:hover {
	opacity: 0.8;
} 
.gobackground {
	background: white;
}

.searchcell p, h4, ul li {
   /*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
font-family: "adelle-sans", Arial, sans-serif; 
}

.faqtruncated p, h4, ul li {
   /*font-family: "Trebuchet MS", Helvetica, sans-serif;*/
font-family: "adelle-sans", Arial, sans-serif; 
}

.searchcell p, .faqtruncated p {    
    font-size: 14px;
    line-height: 20px;
}

.searchcell h4 {
	color: #000;
    font-size: 1.8rem;
    font-weight: bold;
}

.searchcell h5 {
	color: #000;
    font-size: 1.5rem;
    font-weight: bold;
}

.searchcell .mdl-heading-icon {
    color: #406f8c;
}

.searchcell a {    
    color: #9C5449;
    text-decoration: underline;
}

.tab-content ul li, .faqtruncated ul li {
    list-style-type: disc;
    margin-left: 3em;
}

.faq_content a, .faqtruncated a {
   color: #9C5449;
   text-decoration: underline;
}

.faq_content a:hover, .faqtruncated a:hover {
    text-decoration: none;
}

.faqpanel {
    background: #E2EDF2;
}

.makerequestsection a {
    text-decoration: none;
    color: #ffffff;
}
