@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html {
	height:100%;
	width:100%;
	
}
@font-face{
	font-family: "Nunito";
	src: url("font/Nunito-VariableFont_wght.ttf")
}
body {
	font-family:'Nunito', sans-serif;
	font-size:42px;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
img {
	border:0;
}
table.main {
	top:275px;
	position:relative;
	width:100%;
	margin:0;
	border-collapse:collapse;
	overflow-y: auto;
	background: #ffffff;
}
table.main tr {
	vertical-align:top;
}
table.main td {
	padding:0px;
	padding-right:50px;
}

table.careers td{
	padding:10px;
}

td.sidebarcontainer {
	height:200px;
	border-top:1px white solid;
	border-right:1px black solid;
	background: #7e9ebf; 
}
td.titlebar {
	font-family:'Nunito', semibold;
	font-size:36px;
	color: #ffffff;
	background: #948e81;
	padding: 0px;
}
td.indextitle {
	font-family:'Nunito', sans-serif;
	font-size:36px;
	color: #000000;
	padding: 20px;
}
td.footer {
	font-family:'Nunito', semibold;
	font-size:18px;
	color: #ffffff;
	background: #7e9ebf;
}
div.sidebar {
	background: #7e9ebf; 
	width:300px;
	padding:12px;
	/*text-align:center;*/
	font-family:'Nunito', sans-serif;
	color:white;
	font-weight:bold;
	font-size:24px;
}
div.sidebarsubmenu a {
	height: 50px;
	line-height: 50px;
	text-decoration:none;
	color:#FFFFFF;
	margin-right:60px;
	line-height:250%;
	font-family:'Nunito', sans-serif;
	font-size:24px;
	text-align: center;
}
div.sidebarsubmenu a:hover {
	text-decoration:underline;
}
div.sidebarsubmenu a:active {
	color:#CCCCCC;
}
div.lockedtop {
		width: 100%;
		margin: 0px auto;
		text-align: center;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 9999;
		padding-top: 0px;
		box-sizing: border-box;
}

.searchTerm {

  border: 3px solid #00B4CC;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #00B4CC;
  background: #00B4CC;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

div.fullPageList {
	position:relative;
	height:100%;
	overflow-y:scroll;
}
h1 {
	font-weight:bold;
	font-family:'Nunito', sans-serif;
	font-size:32px;
	margin:0;
	margin-top:6px;
	margin-bottom:18px;
}

h2 {
	font-weight:bold;
	font-family:'Nunito', sans-serif;
	font-size:28px;
	margin:0;
	margin-top:6px;
	margin-bottom:9px;
}

hs {
	font-family:'Nunito', sans-serif;
	font-size:32px;
	margin:0;
	margin-top:6px;
	margin-bottom:18px;
}

table.standardTable {
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}
table.standardTable td {
	border:1px black solid;
	padding:5px;
	background-color:#F6F6F6;
}
div.importwindow {
	border:1px black solid;
	border-radius:5px;
	margin:20px;
	padding:10px;
	width:100%;
	line-height: 150%;
	font-family:'Nunito', sans-serif;
	font-size:24px;
	display:inline-block;
}

div.importwindow a {
	position:relative;
	z-index:10;
}

div.importwindow a:hover {
	text-decoration:underline;
}
div.importwindow a:active {
	color:#CCCCCC;
}

div.contactwindow {
	border:0px;
	border-radius:5px;
	margin:auto;
	padding:10px;
	width:60%;
	font-family:'Nunito', sans-serif;
	font-size:24px;
	display: inline-block;
}

table.contactform {
	font-family:'Nunito', sans-serif;
	font-size:24px;
	width:50%;
}

table.settingswindow {
	border:1px #808080 solid;
	border-radius:5px;
	width:100%;
	margin-bottom:10px;
}
table.settingswindow td {
	padding:10px;
	width:50%;
}
img.crossbutton {
	opacity:0.6875;
}
img.crossbutton:hover {
	opacity:1;
}
span.update a {
	color:#FFFFFF;
}
table.reportTable td {
	padding:3px;
}
img.link {
	vertical-align: middle;
}

div.article {
  height:50px; /* or whatever your header is */
}

h6 { 
	position: relative; 
	font-weight:bold;
	font-family:'Nunito', sans-serif;
	font-size:32px;
	margin:0;
	margin-top:6px;
	margin-bottom:18px;
	z-index:0;
}
h6:before, ul:before { 
	display: block; 
	content: " "; 
	margin-top: -350px; 
	height: 350px; 
	visibility: hidden; 
}

h3 { 
	position: relative;
	font-weight:bold;
	font-family:'Nunito', sans-serif;
	font-size:32px;
}


.collapsible {
  background-color: #948e81;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 50%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  position: relative;
  z-index: 50;
}

.active, .collapsible:hover {
  background-color: #999;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  z-index: 15;
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}


.highlight-container1, .highlight1{
  position: relative;
}

.highlight-container1 {
  display: inline-block;
}
.highlight-container1:before {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  background: #ffd500;
  transform: rotate(2deg);
  top: -1px;
  left: -1px;
  border-radius: 20% 25% 20% 24%;
  padding: 10px 3px 3px 10px;
}

.border-highlight{
  border: 4px dashed #D08840;  
  padding:0.03em 0.25em;
}

.ribbon-highlight{
  position:relative;
  margin:0.1em;
  z-index:2;
}
.ribbon-highlight:before{
  content:"";
  z-index:-1;
  left:-0.5em;
  top:0.1em;
  border-width:0.5em;
  border-style:solid;
  border-color:lightgreen;
  position:absolute;
  width:100%;
  border-left-color:transparent;
  border-right-color:transparent;
}

.circle-sketch-highlight{
  position:relative;
}

.circle-sketch-highlight:before{
  content:"";
  z-index:0;
  left:-0.5em;
  top:-0.1em;
  border-width:2px;
  border-style:solid;
  border-color:red;
  position:absolute;
  border-right-color:transparent;
  width:100%;
  height:1em;
  transform:rotate(2deg);
  opacity:0.7;
  border-radius:50%;
  padding:0.1em 0.25em;
}

.circle-sketch-highlight:after{
  content:"";
  z-index:0;
  left:-0.5em;
  top:0.1em;
  padding:0.1em 0.25em;
  border-width:2px;
  border-style:solid;
  border-color:red;
  border-left-color:transparent;
  border-top-color:transparent;
  position:absolute;
  width:100%;
  height:1em;
  transform:rotate(-1deg);
  opacity:0.7;
  border-radius:50%;
}

button.read-more {
  position:relative;
  z-index: 15;
  background: transparent;
  border: none;
  padding: 0;
  color: blue;
  text-decoration: underline;
  font-size: 24px;
  cursor: pointer;
}

.hidden {
  display: none;
}
