html { 
  background: url(../images/main-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	text-align: center;
}
body {
	margin: 5px;
	text-align: center;
	font-size: 13px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background: none;
}

hr {
	margin: 5px 0 5px 0;
}
/*  COMMON NEWS STYLES */

/* News Detail */
ul.news {
	list-style: none;
	list-style-position: outside;
	font-family: arial, tahoma, sans-serif;
	line-height: 18px;
	margin: 0;
	padding-left: 0;
}
h1.news-detail {
	font: bold 26px "Trebuchet MS", verdana, times;
	text-transform: capitalize;
	color: #00335e;
}
img#news-pic {
	float:left;
	margin: 6px 20px 10px 0px;
}
.news-date {
	line-height: 2em;
	text-align: left;
}

/* News Slider */
.news-item {
	width: 100%;
	overflow: hidden;
	height: 240px;
	padding: 0 5px 0 5px;
	margin: 0 0 5px 0;
}
#news2-slider > .slick-track > .news-item {
	padding: 0px;
}

div.news-item:hover {
	background-color: #eeeeee;
	cursor: pointer;
}

.news1 p, .news2 p {
	margin: 10px 0px 0px 0
}

h3.news-teaser-title {
	display: block;
	width: 100%;
	height: auto;
	min-height: 10px;
	background-color:#659300;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	margin-top: 5px;
	text-align: left;
	font-size: 1.2em;
	text-decoration: none;
}
div.news-item:hover > h3.news-teaser-title:hover {
	background-color:#3F5E00;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
}
a.teaser-text{
	color: #003E74;
}
a.teaser-text:hover {
	color: #003E74;
	text-decoration: none;
	cursor: pointer;
}
div.news-teaser-pic {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0px 10px 10px 0px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0.5px solid #ddd;
}

a.teaser-more {
	float: right;
	margin: 0px 0px 5px 10px;
	text-decoration: none;
	color: #003E74;
}

a.teaser-more:hover {
	cursor: pointer;
	color: #86B11E;
	text-decoration: none;
}

/* FOOTER */
/* FOOTER DEFAULT STYLES */
.footer {
	grid-area: footer;
	position: relative;
	color:#99A3A1;
	background-color:#4B4B4B;
	padding: 10px;
	overflow: hidden;
	height: auto;
	min-height: 200px;
	width: 100%;
	max-width: 1000px;
	margin: 5px auto 20px auto;
	border-radius: 5px;
	border-collapse: collapse;
}
#ftr-logos {
	position: relative;
	float:left;
	max-width: 250px;
}
#ftr-services {
	position: relative;
	float:left;
	margin: 0 0 20px 15px;
	max-width: 400px;
}
#ftr-services h2 {
	color: inherit;
	font-size: 1.3em;
	margin-top: 10px;
}
.services-list {
	align-content: none; 
	margin: 0;
}
.services-list li {
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	margin-left: -40px;
}
.services-list li a {
	text-decoration: none;
	color: inherit;
}
.services-list li a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
#ftr-copyright {
	float: right;
	max-width: 450px;
	width: 100%;
	margin: 5px auto 5px auto;
	padding: 0 20px 0 20px;
	font-size: 0.7em;
	color:#686868;
	text-align:right;
}
/* END FOOTER DEFAULTS */

/* BACK TP TOP */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

/* COOKIE BAR */
#cookie-bar {background:#00325F; height:auto; font-size: 1.4em; line-height:2em; color:#eeeeee; text-align:center; padding:15px 0; z-index: 9999;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

/* MODAL POP-UP */
.modal-body {
	text-align: left;
}
