/* default settings */
html {
	-webkit-text-size-adjust: none;
/* Prevent font scaling in landscape */
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0pt;
	padding: 0pt;
}
a {
	text-decoration: none;
	color: #727272;
}
a:hover {
	text-decoration: underline;
}
/* Front page */
#headerBody, #masthead {
	width: 100%;
	text-align: center;
}
#masthead img {
    max-width:100%;
	height: auto;
}

.front_article {
	border-bottom: 1px solid #dfdfdf;
	margin: 0;
  padding: 4px 0;
}
.column-content {
	margin: 8px 5px 14px;
}
.clearer {
	clear: both;
}
.article {
	text-decoration: none;
	color: #333;
	font-size: 12px;
  margin: 0 5px;
}
.summary p {
	margin: 0;
}
.article a {
	text-decoration: none;
}
.article a .headline {
	font-size: 14px;
	color: #727272;
}
.article .headline {
	font-weight: bold;
	color: #727272;
	font-size: 14px;
}
.article .content p, .article .xsummary p, .article .summary p, .article .summary p a, .article .xsummary p a, .article .content p a {
	color: #333;
}
.xsummary, .xsummary p {
	margin: 1px 0;
}
.front_article img {
	width: 65px;
	height: 65px;
}
.photo {
	float: left;
	width: 65px;
	height: 65px;
	border: 1px solid #ccc;
	margin: 0 0 0 5px;
	padding: 0;
}
.column-content .photo {
	margin: 3px 5px 5px 0;
	padding: 0;
}


.photo img {
	width: 100%;
	height: 100%;
}
.photo .caption {
	color: #484848;
	font-weight: normal;
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
#headerBody {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.first_half {
	float: left;
	width: 45%;

}
.second_half {
	float: left;
	width: 45%;
  
}
}
@media only screen and (min-width: 1024px), only screen and (min-device-width: 1024px) {
#headerBody {
	width: 96%;
	max-width: 800px;
	height: auto;
  margin:3px auto;
}
.first_half {
	float: left;
	width: 45%;
	
}
.second_half {
	float: left;
	width: 45%;

}
}
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
#headerBody {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
	height: auto;
  margin:3px auto;
}
.first_half {
	float: left;
	width: 45%;

}
.second_half {
	float: left;
	width: 45%;
  
}
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
#headerBody {
	width: 96%;
	max-width: 768px;
	height: auto;
  margin:3px auto;
}
.first_half {
	float: left;
	width: 45%;

}
.second_half {
	float: left;

}
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
#headerBody {
	width: 96%;
	max-width: 640px;
	height: auto;
  margin:3px auto;
}
.first_half {
	float: left;
	width: 45%;

}
.second_half {
	float: left;
	width: 45%;

}
}
@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
.photo {
	float: left;
}
#headerBody {
	width: 100%;
	max-width: 290px;
	height: auto;
  margin:3px auto;
}
.first_half {
	float: none;
	width: 100%;
}
.second_half {
	float: none;
	width: 100%;
}
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
.search_icon {
  float:right;
}
.login_icon {
  float:right;
}
}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
.search_icon {
   float:right;
}
.login_icon {
   float:right;
}
}
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
.search_icon {
   float:right;
}
.login_icon {
   float:right;
}
}
@media only screen and (max-width: 360px), only screen and (max-device-width: 360px) {
.search_icon {
	float:right;
}
.login_icon {
	float:right;
}
}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {
.search_icon {
	margin-left: 10px !important;
}
.login_icon {
	margin-left: 10px !important;
}
}
/* Categories */
.header.navbar {
	border-bottom: 1px solid #00529B;
	display: block;
	font-size: 1.0em;
	padding: 10px;
	cursor: pointer;
}
.header.navbar span {
	color: #00529B;
}
.header.navbar h3 {
	display: inline;
	margin: 0 auto;
	width: 100%;
}
.navbar a {
	text-decoration: none;
	color: #474747;
}
.categories {
	width: 100%;
	height: auto;
	/* padding-bottom: 10px;
	margin-bottom: 20px;
*/
}
.header.navbar a {
	font-weight: bold;
}
.header.navbar span {
	float: right;
}
.header_square {
	width: 12px;
	height: 12px;
	background-color: #727272;
	position: relative;
	display: inline-block;
	margin: 0 3px;
	left:0;
	top:6px;
}
.categories .header_square {
	top: 0;
	left:-6px;
}
.navbar.subitems {
	display: none;
  margin: 0;
}
.navbar.subsubitems {
	display: none;
}
.subitems li.item {
	padding: 4px 0;
}
.navbar.item {
	color: #00529B;
	list-style: square outside none;
}
.navbar.item.sub {
	cursor: default;
}
/* Events */
.upcomingEventsList {
	margin: 0;
	padding: 0;
}
.upcomingEventsList li {
	height: 100%;
	background: url(/pixmaps/calendar.jpg) no-repeat 0 0;
	list-style-type: none;
	line-height: 14px;
	border-bottom: 1px solid #9f9f9f;
	padding: 5px 0 0 40px;
	margin: 12px 10px;
	display: block;
}
.upcomingEventsList span {
	display: block;
	position: relative;
	top: -12px;
	color: #474747;
	font-size: 14px;
	padding-bottom: 5px;
}
.upcomingEventsList a {
	display: block;
	position: relative;
	top: -10px;
	font-size: 14px;
	line-height: 18px;
	color: #474747;
	text-decoration: none;
	margin-bottom: 5px;
}
/* Fullstory */
.publication_date {
	color: #474747;
	font-size: 0.8em;
	margin: 5px 0;
}
/* Categoryfront */
.header.category {
	font-size: 1.1em;
	margin-bottom: 20px;
}
/* Pager for categories */
.navigation {
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
	text-align: center;
	width: 100%;
}
.page_links {
	font-size: 1.0em;
	margin: 10px 0 6px;
}
.page_links a, .page_links a:visited {
	background: none repeat scroll 0 0 white;
	color: #2D578D;
	display: inline-block;
	padding: 2px 3px;
	text-decoration: none;
}
.page_links a:hover, .plActive, a.plActive:visited {
	background: none repeat scroll 0 0 #2D578D;
	color: white;
}
/* Events list */
.upcomingEventsHeadline {
	font-size: 18px;
	margin: 0 0 5px 0;
	height: 42px;
	background-color: #ededed;
	border-bottom: 1px solid #9f9f9f;
	line-height: 42px;
	color: #727272;
	padding: 0 6px;
}
.calendarList .event {
	border-bottom: 1px solid #dfdfdf;
	color: #484848;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size:12px;
}
.calendarList .event a.eventButton {
	display: block;
	text-decoration: none;
	color: #727272;
	margin-bottom: 5px;
	font-size:14px;
	font-weight:bold;
}
.calendarList .event .calendar_date {
	font-size: 1.0em;
}
.companyFooter {
	font-size: 12px;
}
#footerBody {
background: #ededed;
padding: 5px;
margin-top: -15px;
border-top: 1px solid #9f9f9f;
}
.footerMenu {
	font-weight: bold;
	margin: 5px auto;
	color: #727272;
}
.page_navigation {
	font-weight: bold;
	font-size: 13px;
	background: #f1f1f1;
	padding: 3px 4px 6px;
	margin: 6px 0 0;
}
.pnFooter {
	background: white;
	margin: 3px auto;
	text-align: center;
}
#breadcrumb {
	font-weight: bold;
	height: 16px;
	padding: 0 5px 5px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #dfdfdf;
  font-size: 12px;
}
#breadcrumb ul {
	list-style: none outside none;
	margin: 0px;
  padding:0;
}
#breadcrumb ul li {
	float: none !important;
	padding: 0 !important;
	background-color: none !important;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: gray;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#RelatedArticlesHeader {
	background-color: #e8e8e8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #727272;
	font-size: 14px;
}
#topnavbar {
	background-color: #ededed;
	font-weight: bold;
	height: 28px;
	margin: 0px auto;
	padding: 8px 4px;
	text-align: left;
	border-bottom: 1px solid #9f9f9f;
}
#topnavbar a {
	padding-right: 5px;
	vertical-align: top;
	line-height: 30px;
}
#topnavbar .search_icon {
	display: inline-block;
	background: transparent url(/pixmaps/search_icon.png) no-repeat 0 2px;
	width: 32px;
	height: 30px;
	text-decoration: none;
}
#topnavbar .login_icon {
	display: inline-block;
	background: transparent url(/pixmaps/lock_32_32.png) no-repeat 0 0;
	width: 32px;
	height: 32px;
	text-decoration: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
  margin: -2px 0 0 0;
}
div.searchbox {
	text-align: center;
	text-align: center;
	padding-top: 10px;
	background-color: #ededed;
	padding-bottom: 10px;
}
#search_start_button {
	width: 34px;
	height: 30px;
	background: scroll transparent url("/pixmaps/search_icon.png") center center no-repeat;
	cursor: pointer;
	border: none;
	vertical-align: middle;
}
#searchtext {
	width: 240px;
}


/* Mobile loginBox design */
#loginbox{background-color:#ededed;padding:10px;text-align:center;}
#loginbox .header{font-weight:bold;}
#loginbox .status{font-size:12px;color:#D30303;padding:0 0 14px;}
#loginbox .lb_loginBoxIn {width:80%;margin:10px auto;}
#loginbox #loginbox{font-weight:bold;font-size:14px;}
#loginbox #loginbox{padding:0;}
#loginbox #username{margin-bottom:8px;width:70%;max-width: 300px;}
#loginbox #userpw{margin-bottom:8px;width:70%;max-width: 300px;}
#loginbox .buttons{}
#loginbox .lb_user,#loginbox .lb_pass{float:left;margin:0;padding: 3px 0 0;width:45px;}
#loginbox  .lb_remember {display: inline-block;margin:0;}
#loginbox #login_button{font-size:20px;margin:10px;width:80%;max-width: 250px;}
#loginbox #login_links ul{list-style:none;margin:0;padding:0;}
#loginbox .lb-cb-container {}

/* Forgot pw */
.forgotpw {padding:0 10px 20px;font-weight:bold;text-align:center;}
.forgotpw button{font-size:20px;margin:10px;width:80%;max-width:268px;display:block;margin:10px auto;}
.fpw-center {text-align:center;margin:0 auto;}
.fpw-center input {width:80%; max-width:250px;text-transform: capitalize;padding:6px;margin:10px auto;display: block;}

/* Lock icon */
/*
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
       url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
       url('/fonts/glyphicons-halflings-regular.woff') format('woff'), 
       url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
       url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
*/
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
/*  font-family: 'Glyphicons Halflings';*/
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
.glyphicon-lock:before {
  content: "\e033";
}
*/
.glyphicon-lock {
    color: black;
/*    font-size: .66em;*/
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/img/glyphicons-204-lock-ff5000.png) no-repeat;
    background-size: auto 100%;
/*    margin-left: .25em;*/
}
/*
.glyphicon-lock:before {
    content: '';
}
*/
ul.general_ul {list-style: inside disc !important;}
ol.general_ol {list-style: inside decimal !important;}