/*** CSS reset */
.reset {
    margin: 0;
    padding: 0;
}

/*** control links */
.control-link {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

a.control-link:link, a.control-link:visited, a.control-link:active {
    color: Blue;
    text-decoration: none;
}

a.control-link:hover {
    color: Red;
    text-decoration: none;
}

/*** login dialog */
.login {
    margin: 2cm 0 0 2cm;
    padding: 2mm;
    width: 7cm;
    border: dotted 1px black;
}

/*** status indicator */
.status {
    font: 12pt sans-serif;
    font-weight: bold;
    color: Red;
    margin: 5mm 0 2mm 1mm;
}

/*** site navigator div: contains site navigator table */
.site-navigator-div {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    border-bottom: solid 1px black;
}

/*** site navigator table: cells contain Contents, Search ... */
.site-navigator-table {
    border: none 0;
    margin: 0;
}

.site-navigator-table tr {
    padding: 0;
    margin: 0;
}

.site-navigator-table td {
    padding: 2px;
    margin: 0;
}

/*** site navigator cell */
.site-navigator-cell {
    padding: 0;
    margin: 0;
}

/*** inactive site navigator cell */
.site-navigator-inactive {
    color: blue;
    background-color: white;
    border: dotted 1px darkblue;
}

/*** disabled site navigator cell */
.site-navigator-disabled {
    color: gray;
    background-color: white;
    border: dotted 1px gray;
}

/*** active site navigator cell */
.site-navigator-active {
    color: white;
    background-color: darkblue;
    border: solid 1px darkblue;
}

/*** site navigator cell associated image */
.site-navigator-image {
    vertical-align: middle;
    margin-right: 4px;
    border: none 0;
}

/*** navigation link */
.nav-link {
    text-decoration: none;
}

a.nav-link:link, a.nav-link:visited, a.nav-link:active {
    color: darkblue;
    background-color: inherit;
}

a.nav-link:hover {
    color: red;
}

/*** document field table */
table.field_table {
    display: none;
    border-width: 1px;
    border-spacing: 0;
    border-style: solid;
    border-color: black;
    border-collapse: separate;
    background-color: #ffffcc;
    color: black;
    border-color: black;
    margin-top: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11pt;
}

table.field_table td {
    border-width: 0 0 1px 1px;
    padding: 2px;
    border-style: solid;
    border-color: #bbb;
    vertical-align: text-top;
}

/*** document attachments table */
table.attachments {
}

table.attachments tr td img {
    border: none 0;
}

/*** field name in document page */
.field-name-document {
    font-weight: bold;
}

/*** field name in search page */
.field-name-search {
    color: blue;
}

/*** field contents in search page */
.field-data-search {
    color: black;
}

/*** search history table */
.search-history {
    padding: 0 2px 0 2px;
}

.search-history-container {
    vertical-align: top;
}

.search-history a {
    text-decoration: none;
}

/*** search history table: even row */
.search-history-even {
    background-color: #eeeeff;
}

/*** search history table: odd row */
.search-history-odd {
    background-color: #f8f8f8;
}

/*** search history table: time stamp */
.search-history-timestamp {
    font-size: 8pt !important;
}

/*** search history table: "remember me" marker (td)*/
.search-history-star {
    padding-top: 2px;
    text-align: center;
}

/*** search history table: search item */
.search-history-item {
    width: 10cm;
    vertical-align: middle;
}

/*** search history table: "remember me" marker (img) */
.marker {
    border: none 0;
}

.search-history td {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    vertical-align: text-top;
}

/*** hit highlight */
span.field-hilite {
    background-color: cyan;
}

/*** doesn't seem to be used anymore */
#hitloc {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    background-color: White;
    color: Black;
}

/*** results page query header */
.results-header {
    display: inline-block;
}

.results-header table {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: #ccffff;
    border: solid 1px blue;
    border-collapse: collapse;
    margin: 5mm 0 5mm 2mm;
}

.results-header thead {
    border-width: 1px;
    color: white;
    background-color: blue;
    padding: 2px;
    border-style: none;
}

.results-header td {
    border-width: 1px;
    padding: 1mm 2mm 1mm 2mm;
    border-style: none;
}

.results-header thead {
    font-weight: bolder;
}

.results-header-fieldname {
    text-align: right;
}

table.results-table a:link, table.results-table a:visited, table.results-table a:active {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: Blue;
    text-decoration: none;
}

table.results-table a:hover {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: Red;
    text-decoration: none;
}

/*** WebSearch score */
.ws-score {
    color: Red;
    text-align: right;
}

/*** search form: field with focus */
.field-focused {
    background-color: lightyellow;
}

/*** search form: field without focus */
.field-blurred {
    background-color: White;
}

/*** word wheel */
.word-wheel {
    position: absolute;
    background-color: lightyellow;
}

.words-header {
    color: white;
    background-color: gray;
}

.words-records, .words-hits {
    text-align: right;
}

/*** word wheel: selectable word */
.words-select {
    min-width: 100px;
}

.words-select:hover {
    background-color: yellow;
    color: red;
    cursor: pointer;
}

/*** word wheel: "more" box */
.words-more {
    background-color: Blue;
    color: White;
    text-align: center;
}

.words-more:hover {
    background-color: Blue;
    cursor: pointer;
    color: Yellow;
    text-align: center;
}

/*** document */
.document {
    max-width: 16cm;
    background-color: #fcfcfc;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

/*** |< < [n of m] > >| style navigation button */
.nav-button {
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.nav-button span {
    display: none;
}

/***  hit navigation */
.hit-nav {
    padding-top: 0;
}

.hit-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/*** toc/results navigation ***/
.trn-nav {
    padding-top: 0;
}

.trn-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
    background: lightgray;
}

.trn-nav-image {
    vertical-align: middle;
    padding-left: 2px;
    padding-right: 2px;
}

/*** hit navigation text cell: displays n of m */
.hit-nav-text-cell {
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

/*** hit navigation text */
.hit-nav-text {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** hit navigation: n */
.hit-nav-text-n {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: cyan;
}

/*** hit navigation: m */
.hit-nav-text-m {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: yellow;
}

/***  results page navigation */
.res-nav {
    padding: 0;
    margin: 0;
}

.res-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/*** result page text cell: displays n of m */
.res-nav-text-cell {
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** result page navigation text */
.res-nav-text {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** result page navigation text: n */
.res-nav-text-n {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** result page navigation text: m */
.res-nav-text-m {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page */
.page {
    border: 1px solid lightgray;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/*** multi-file doc page number */
.pageno {
    color: black;
    vertical-align: top;
    text-align: center;
    padding: 1mm 0 1mm 0;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
}

/***  multi-file doc page navigation */
.page-nav {
    padding: 0;
    margin: 0;
    background-color: lightgray;
}

.page-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/***  multi-file doc page text cell: dispplays n of m */
.page-nav-text-cell {
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page text cell */
.page-nav-text {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page: n */
.page-nav-text-n {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page: m */
.page-nav-text-m {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** search form field error message box */
.field-error {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: Red;
}

/*** document fields */
.fields {
}

/*** shopw/hide fields control */
.toggle-fields {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: black;
    padding: 2px 10px 2px 10px;
    background-color: #ffffcc;
}

/*** div containing hits-in-context */
.wshic-container {
    margin-left: 1cm;
}

/*** hits-in-context text */
.wshic-text {
    color: gray;
    font-weight: normal;
}

/*** hit in context */
.wshic {
    color: black;
    font-weight: bold;
}

/*** widget bars */
.widget-bars {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/*** top widget bar */
.top-widget-bar {
    width: 100%;
}

.top-widget-bar-row {
    margin: 0;
    padding: 0;
}

.top-widget-bar-left-cell {
    width: 33%;
}

.top-widget-bar-center-cell {
    width: 34%;
}

.top-widget-bar-right-cell {
    width: 33%;
}

/*** left widget bar */
.left-widget-bar {
}

/*** right widget bar */
.right-widget-bar {
}

/*** bottom widget bar */
.bottom-widget-bar {
    width: 100%;
}

.bottom-widget-bar-row {
    margin: 0;
    padding: 0;
}

.bottom-widget-bar-left-cell {
    width: 33%;
}

.bottom-widget-bar-center-cell {
    width: 34%;
}

.bottom-widget-bar-right-cell {
    width: 33%;
}

.left-aligned {
    float: left;
}

.right-aligned {
    float: right;
}

.centered {
    text-align: center;
}

.top-aligned {
    vertical-align: top;
}

/*** content area */
.content-area {
    margin: 0;
    padding: 0 0 0 5mm;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

/*** password feedback (preferences) */
.pw-feedback {
    background: yellow;
    color: red;
    padding: 2px;
    border: solid 1px red;
}

/*** field set (preferences) */
.pref-fieldset {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 5mm 4cm 1mm 2cm;
    padding: 3mm 5mm 1mm 5mm;
    background: aliceblue;
    border: solid 1px darkblue;
}

.pref-fieldset legend {
    font-weight: bolder;
    border: dotted 1px darkblue;
    background: darkblue;
    color: white;
    padding: 1mm 2mm 1mm 2mm;
}

/*** preferences title */
.pref-title {
    text-align: right;
}

#registration-dialog {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

#message-box {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** mini toolbar on the side of each page */
.page-tools {
    float: left;
    background-color: #e6e6e6;
    border-top: solid 1px lightgray;
    border-bottom: solid 1px lightgray;
    border-right: solid 1px lightgray;
    border-left: none;
}

/*** pop-up dialogs */
.popup-dialog {
    display: none; /* do not change display style, all dialogs are initially hidden */
}

.registration-dialog-label {
    text-align: right;
}

.fields-list {
    list-style: none;
}

.pw-dialog-label {
    text-align: right;
}

/*** contains page iframe */
.page-iframe-container {
    float: left;
}

.refine-cell {
    text-align: right;
}

.report-error {
    text-align: center;
    color: Red;
}

.missing-field {
    background-color: red;
    color: white;
}

.users-username {
    width: 150px;
    max-width: 150px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}

.users-fullname {
    width: 100px;
    max-width: 100px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}

.users-email {
    width: 150px;
    max-width: 150px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}

.fatal-error-details {
    margin-left: 1cm;
}

.fatal-error-details td {
    padding-right: 2mm;
}

.help-text 
{
	margin: 0;
	padding: 5px;
	width: 10cm;
	color: Black;
	background-color: White;
}

.help-text em 
{
    font-style: normal;
    font-weight: bold;
	color: red;
}

.help-col 
{
    vertical-align: top;
}

#excel-download,
#refine-search {
  width: 200px !important;
  float: right;
}

#excel-download a,
#refine-search a {
  color: #000;
  display: block;
  padding: 8px;
  background: #efefef;
  border-radius: 5px;
  text-align: center;
  margin: 0 0 10px 10px;
  text-decoration: none;
  font-size: 0.9em;
}

#excel-download a:hover,
#refine-search a:hover {
  background: #ccc;
}

#excel-download-label,
#refine-search-label {
  margin-left: 5px;
  vertical-align: top;
}body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica", sans-serif;
}

#page-wrapper {
	display:flex;
	flex-wrap: wrap;
	width: 100vw;
}

#top-widget-bar-container {
	width: calc(30vw - 20px);
	height: 120px;
	padding: 0 0 0 20px;
	border-bottom: solid 1px #ddd;
	background: #006666;

}

#logo img {
	height: 120px;
		
}

#site-navigator-container {
	width:calc(70vw - 20px);
	height: 40px;
	border-bottom: solid 1px #ddd;
	padding: 40px 0 40px 20px;
	background: #006666;	
	z-index:999
}

#site-navigator-container table,
#top-widget-bar-container table  {
	border-collapse: collapse;
	-webkit-border-horizontal-spacing: 0;
	-webkit-border-vertical-spacing: 0;
	padding: 0;
	margin: 0 auto;
	text-align:center;	
}

#siteTitle h1 {
	color: #fff;
	width: 200px;
	font-size: 24px;
}

#site-navigator-container table {
	table-layout: fixed;
}

#top-widget-bar-container table td {
	margin: 0;
	padding: 0;
}

.site-navigator-image { 
	display:none;
}

.site-navigator-active,
.site-navigator-inactive {
	background: none;
	color: #fff;
	border: none;
	padding: 12px 0 15px 0;
	font-size: 18px;
	text-align:center;
}
.site-navigator-active {
	font-weight:bold;
}

.site-navigator-active,
.site-navigator-inactive:hover {
}

.site-navigator-table td {
	padding: 0;
	margin: 0;
}

a.nav-link:link, a.nav-link:visited, a.nav-link:active {
	color: #fff;
}

#content-wrapper {
	display:flex;
	flex-wrap:wrap;
	min-height: calc(100vh - 180px);
}
#homeboxes {
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	align-content:flex-start;


}

#homeboxes div.homecolumn {
	width: calc(33% - 20px);
	margin: 0 10px;
	display:flex;
	flex-flow: column wrap;	
}

#homeboxes .homebox {
	display:block;
	width: calc(100% - 40px);
	margin: 20px 0 0 0;
	padding: 40px 20px;
	border: solid 1px;
	border-top: solid 15px;
	border-color: #006666;	
	background: #F8F8F8;
	cursor:pointer;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.29);
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
}

#homeboxes .homebox:hover {
	border-color: #F6A623;
}

.tall {
	height: 296px;
}

.tall img {
	width: 80%;
	display:block;
	margin: 20px auto;
	border: solid 1px #ccc;
}

.subm-home ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

.subm-home ul li a {
	color: #333;
}

.clear {
	clear:both;
}

#left-content-wrapper {
	width: 25vw;
	min-height: calc(100vh - 160px);
	padding: 14px 0 0 0;
	border-right: solid 1px #ddd;

}

#left-content-wrapper table {
	width: 100%;
}

.left-aligned {
	float: none;
}

#other-links label,
#subm-widget-label-container span,
#db-picker thead {
	font-size: 1.5em;
	font-weight: bold;
	color: #3c8476;
	display:block;
	border-bottom: solid 1px #ddd;
	margin-bottom:10px;
	width: 100%;
}

#other-links ul,
#subm-widget-label-container ul,
#db-picker ul {
	margin: 0 0 40px 0;
	padding: 0 6px;
	background: inherit;
	list-style-type: none;
	list-style-position: inside;
}

#other-links ul li a,
#subm-widget-label-container ul li a,
#db-picker ul li a,
#db-picker ul li span.selected-database {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
	text-decoration:none;
	margin: 10px 0;
	display:block;
}

#other-links ul li a:hover,
#subm-widget-label-container ul li a:hover,
#db-picker ul li a:hover {
	text-decoration:underline;
	color: #22439c;
}

#db-picker ul li span.selected-database {
	font-weight:bold;
}


#content-area-container {
	width: 71vw;
	padding: 0 20px;
}

#bottom-widget-bar-container {
	width: 100%;
	padding: 20px;
	min-height: 100px;
	background-color: #efefef;
	border-top: solid 1px #ddd;
}
#content-area ul.boxList {
	width: 100%;
	max-width: 1000px;
	
}

#content-area ul.boxList li ul {
	list-style: square inside;
	margin: 0;
	padding: 0;
}

#content-area ul.boxList li {
	display: block;
	width: 310px;
	height: 100px;
	margin: 0 10px 10px 0;
	float: left;
	border: solid 1px;
	border-left: solid 10px;
	background: #efefef;
}


#content-area ul.boxList li a {
	display: block;
	width: 290px;
	height: 80px;
	padding: 10px;
}

#content-area ul.boxList li a:hover {
	background: #ddd;
}

#content-area ul.boxList li ul li {
	display: list-item;
	float:none;
	width: auto;
	height: auto;
	margin: -35px 0 0 20px;
	padding: 0; 
	border: none;
	background: transparent;
	
}

#content-area ul.boxList li ul li a {
	display:inline;
}

#content-area ul.boxList li ul li a:hover {
	background:transparent;
	
}

.clear {
	clear:both;
}

#content-area h3 {
	padding-top: 20px;
}

.breadcrumb a {
	font-weight:bold;
	color: #22439c;
}

.login {
	width: 400px;
	margin: 20px auto;
	padding: 20px;
	border: solid 1px;
	border-top: solid 15px;
	border-color: #3c8476;	
	background: #F8F8F8;	
}



.green {
	border-color: #a69e1f;
}

.orange {
	border-color: #d49625;
}

.red {
	border-color: #9d3a38;
}

#function-selector {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:3px 0;
	background:#293871;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	

}
#function-selector span {
	text-decoration:underline;
}
.search-history-box {
	max-height:500px;
	overflow-x:hidden;
	overflow-y:scroll;
}
table.search-history {
	font-size: 11px;
	width:100%;
}
td.search-history-timestamp {
}
.search-history tr {
	padding: 3px 0;
}
.search-history-even {
	background:#f6f6f6;
}
.search-history-odd {
}
.search-history-star {
		
}
.search-history-item {
	width: 90%;
}
.search-history-item a {
	color: #333;
	text-decoration:none;
}
.search-history-item a:hover {
	text-decoration:underline;
}
.search-history-odd {
	border-top: solid 1px #333;
}
#function-selector table {
	width:100%;
}
#search-support {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	float:left;
	width:230px;
	padding:2px;
	background:#eee;
	border:solid 1px #ccc;
	position:absolute;
	top: 120px;
	left: 60%;
	margin-left:230px;
	border-radius: 3px;
	
}
.advanced-search {
	
	padding: 5px 0;

}
.search {
	padding:6px 0;
}
#words {
	padding:5px 0;
	width:100%;
}
#select-word-wheel {
	display:block;
	text-align:center;
}
#select-search-history {
	display:block;
	text-align:center;
	border-right: solid 1px #fff;
}

/* Results Formatting */
#results-wrapper {
	float:left;
	padding:0 15px;
}
#results-summary {
	margin-bottom:-10px;
	width: 500px;
	background-color:white;
}

.query-results,
.results-header-fieldname {font-weight:bold;
}

#excel-download,
#refine-search {
	float:right;
	width: 30px;
}

.result {
	margin-bottom:2px;
	clear:both;
}

.results-container {clear:both;
/*background:url(images/resulthead-bg.gif) repeat-x;*/
}

.result-even {}
.resultdiv {
	float:left;
	padding:4px 15px;
	height:auto;
	min-height:82px;
	vertical-align:middle;
	background:#e1e5ee;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	width: 250px;
	line-height:1.5em;
}
.fieldname-header {
	float:left;
	padding:4px 15px;
	overflow:hidden;
	background:#666666;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	color:#fff;
	width: 250px;
}

.results-col-1 {
	width:34px !important;
	background:#063a62;
	color:#fff;
	text-align:center;
	padding:4px 3px;
}
#vis_hdr_results_calc-nhits.results-col-1 {background:#666;
}

.results-container {clear:both;
}

.result a .resultdiv:hover {text-decoration: underline;
}

.result a #wshic-container.resultdiv:hover {text-decoration: none;
}

.tocdiv .resultdiv {
	float:none;
	padding:0;
	margin:0;
}

.result a {
	text-decoration:none;
	color:inherit;
	display:block;
	padding:0;
	z-index:0;
}

.result a:hover {background:#ebffff !important;
}

.fieldname-header .results-col-4 {}

#vis_results_title, #vis_hdr_results_title,
#vis_results_week_issued, #vis_hdr_results_week_issued {width:330px;
}

.database-wrapper {
	width: auto;
	margin-right: 3.8%;
}

.database-wrapper table {
	font-size: .78em;
}

.colhead {
	color: #fff;
	background-color: rgb(192,192,192);
}

.database-wrapper table td {
	border-bottom: 1px dotted rgba(211,211,211);
	padding: 4px;
}

.database-wrapper table th {
	padding: 4px;
	font-weight: 600;
}

.database-wrapper table a {
	color: inherit;
	text-decoration: none;
}

.database-wrapper table a:hover {
	color: #37809d;
}

span.textred {
	color: red !important;
}
  
.document-page-iframe {
	

}

.app-list {
}

.app-list li {
	padding-bottom: 20px;
    color: #333;
	font-weight: bold;
}

.app-list li ul li {
	padding: 4px 0;
	font-weight: 500;
}

.app-list a {
	color: #2e5e92;
	text-decoration: none;
}

.app-list a:hover {
	text-decoration: underline;
}
.app-list span {
	padding: 0 4px;
	color: #464545;
	font-style: italic;
}

/* tooltip */

.help-tip {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 25px;
	cursor: default;
}

#newsearch h2 .help-tip {
	right: -8px;
}
#site-navigator li {
	position:relative;
}

#site-navigator li .help-tip {
	top: 15px;
	right: 15%;
}
.col-1 h2 .help-tip {
	top: 0px;
    right: 40%;
}
.questionmark {
	display:inline-block;
	text-align:center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 26px;
    cursor: default;
}
.questionmark:before,
.help-tip:before {
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p {
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p {    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
	line-height: 1.4;
	z-index: 1;
}

#newsearch h2 .help-tip p {
	width: 200px;
}

.help-tip p:before { /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

.help-tip p:after { /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}



/* Results Page */
.results-container {
	display:flex;
	flex-wrap: wrap;
}

.result a {
	display:flex;
	flex-wrap: wrap;
}

.resultdiv,
.fieldname-header {
	box-sizing: border-box;
	flex:1;
	flex-basis: min-content;
	height:auto;
	overflow: auto;
}

.results-col-1 {
	flex: .25;
}


#wshic-container {
	padding: 10px 10px 20px 10px;
	flex:100%;
	min-width: 800px;
}

/* Mobile Specific Styles */

@media only screen and (max-width: 600px) {
	body {
		background: linear-gradient(#22439c 40px, #fff 0);
	}
	
	#top-widget-bar-container,
	#widget-id-1-img {
		height: 40px;
	}
	
	.homebox {
		width: 84%;
		margin: 2%;
	}
	
	#top-widget-bar-container table {
		margin-left: 25px;
	}
	
	#content-area ul.boxList li,
	#content-area ul.boxList li a {
		width: 93%;
	}

	
}
