body {
  background: #212121;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  word-wrap: break-word !important;
  font-family: 'roboto', sans-serif;
  margin:5px;
  min-height:100vh;
}
.mustHaveScript{
	font-size: 30px;
}
.iconImage{
	height:3em;
	widows:4em;
}
h1 {
  font-size: 60px;
  text-align: center;
  color: #FFF;
}

h3 {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #FFF;
}

h3 a { color: #FFF; }

a { color: #FFF; }

h1 {
  margin-top: 100px;
  text-align: center;
  font-size: 60px;
  line-height: 70px;
  font-family: 'roboto', sans-serif;
}

#container {
  margin: 0 auto;
  max-width: 890px;
}

p { text-align: center; }
 .toggle, [id^=drop] {
 display: none;
}

nav {
  margin: 0;
  padding: 0;
  background-color: #254441;
}

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
  background-color:#FFF;
}
nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #254441;
}

nav a {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
}

nav ul li ul li:hover { background: #000000; }

nav a:hover { background-color: #000000; }

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li > a:after { content: ' +'; }

li > a:only-child:after { content: ''; }

.articletableth{
	width:100%;
	text-align:center;
	font-weight:400;
}
.newstable{
	border-bottom:thin solid #CCCCCC;
	padding-bottom:20px;
	
}

.thumbnail img{
	width:90%;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
} 
.pictable{
	text-align:center;
	
	/*border:thin red solid;*/
}
.footerDiv
{
	width:100%;
	/*height:150px;*/
	border-top:thin solid #CCC;
	text-align:center;
	vertical-align:middle;
}
.leftFooterDiv
{
	float:left;
	width:33%;
}
.centerFooterDiv
{
	float:left;
	width:33%;
}
.rightFooterDiv
{
	float:right;
	text-align:center;
	width:33%;
}
.footerDiv{
	height:150px;
	
}
.contentDiv{
	min-height: calc(100vh - 340px);
}

.commPopupPanel {
	border: solid 1px black;
	z-index: 1;
	height: 400px;
	width: 100%;
	display: none;
	animation-name:animatetop;
	border-radius:5px;
	padding-top:10px;
}
.frmCmnt input, .frmCmnt textarea{
	width:100%;
}
.hidden{
	display:none; 
}
.reqCmntText{
	
	height:200px;	
}
.close{
	height:30px;
	width:100%;
	background:#999999;
	display:block;
	text-align:center;
	border-radius:3px;
	margin-left:3px;
	margin-right:3px;
	cursor:pointer;
}
.openModal{
	height:30px;
	width:100%;
	background:#999999;
	display:block;
	text-align:center;
	border-radius:3px;
	margin-left:3px;
	margin-right:3px;
	cursor:pointer;
	margin-top:10px;
	}
.close:hover{
	background-color:#CCCCCC;
}
	.expand{
		position: relative;
  		display: inline-block;
		padding:5px;
	}

	.expandPanel {
		display: none;
	  	position: absolute;
	  	background-color: #f1f1f1;
	  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  	z-index:1000;
		max-height:300px;
		overflow-y:scroll;
	}
	.expandPanel a{
		color: black;
	  	padding: 12px 16px;
	  	text-decoration: none;
	  	display: inline-grid;
		border-radius: 3px;
		border:thin solid #CCC;
		
	}
	.expand{
		cursor: pointer;
	}
	.expand:hover .expandPanel {
		display: block;
	}

/* Add Animation */
@keyframes animatetop {
from {top: -300px; opacity: 0}
to {top: 0; opacity: 1}
}
.commenttabletd{
	padding:12px;
	border:thin solid #254441;
	border-radius:10px;
	margin-bottom:30px;
	height:auto;
	padding-bottom:20px;
	box-shadow: 3px 7px #b99999;
}
.commentCaption{
	width:80%;
	display:block;
	padding:5px;
	font-size:14px;
	color:#999933;
}
.commentContent{
	padding:10px 15px 15px 15px;
	height:auto;
	line-height:20px;
	display:block;
}

.error{
	color:#FF0000;
	width:60%;
	height:30px;
}
.noBot{
	width:80% !important;
	display:inline;	
	
}
.botCheckBox, .label{
	
	border: thin red solid;
}

.noBotish{
	width:30%px;
	background-color:#00FF00;
	border:thin solid #000;
	border-radius:3px;
}
.cookieBanner{
	width:99%;
	z-index:200;
	height:30%;
	background:#000;
	position:absolute;
	top:10px;
	border:thin solid #fff;
	border-radius:3px;
}
.useageText{
	margin:10px;
	
}
.acceptCookieButton{
	float:right;
	z-index:100;
	margin-right:5px;
	cursor:pointer;
	border-radius:3px;
	background-color:#339966;
	color:#FFF;
	padding:10px;
}
/* Media Queries
--------------------------------------------- */
@media all and (min-width: 1200px){
.contentDiv{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	
}	
.footerDiv{
	position:relative;
	bottom:-150px;
}
.expandPanel{
	min-width: auto;/*175px;*/
	max-height:300px;
	overflow-y:scroll;
}
}
@media all and (max-width : 768px) {

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
  background-color:#FFF;
}

nav { margin: 0; }

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #254441;
  padding: 0 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #000000; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
.footerDiv{
	display:block;
}
.leftFooterDiv
{
	float:left;
	width:100%;
	border-bottom:thin solid #999999;
}
.centerFooterDiv
{
	float:left;
	width:100%;
	border-bottom:thin solid #999999;
}
.rightFooterDiv
{
	float:left;
	text-align:center;
	width:100%;
	border-bottom:thin solid #999999;
}
.expandPanel{
	min-width: auto;
	max-height:300px;
	overflow-y:scroll;
}
}


@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}
.expandPanel{
	min-width: auto;
	max-height:300px;
}
}