html {
	overflow-x:hidden;
}
body {
	color: #444444;
  	background: #edeae3 0 0 repeat;
	font-family: 'Open Sans';
}

.img-centered {
    margin: 0 auto;
}

.icon-sig {
  position: relative;
  /* Adjust these values accordingly */
  height: 19px;
  top: 0px;
  left: 5px;
}
.icon-web {
  position: relative;
  /* Adjust these values accordingly */
  height: 19px;
  top: 0px;
  left: 0px;
}

.container {
  max-width:1200px!important;
  padding:0;
  background-color:#fff!important;
}
.container-fluid {
	background-color:#fff!important;
}
.nav-header {
	margin-bottom:-20px!important
}
.navbar {
	background-color:#fff;
	max-height:100px;
}
.navbar .navbar-header .top-name {
	font-size:15px;
	text-decoration:none;
	color:#444444;
}
.navbar-header .clientHeaderLogo img {
	padding: 20px;
	max-height:95px!important;
	max-width:300px;
}
.top-name .nav-clogo {
	padding:0;
}
.nav-clogo {
    max-height:125px!important;
	padding:15px;
	margin-top:-10px;
}
.btn-menu {
  	color: #444444;
  	background-color: #fff;
  	border-color: #fff;
}

.btn-menu-close {
  	color: #fff;
	font-weight:bold;
	font-size:2em;
  	background-color: transparent;
  	border-color: transparent;

	/*
margin-right:350px!important;
*/
}
.menu-bars {
	padding:0px 20px 0px 20px;
}
.btn-menu:hover {
  color: #929292;
}
.navbar-header ul li {
     list-style:none;
	 padding:0px 0px 0px 0px;
	 line-height:7em;
	 margin-bottom:-10px!important;
	 margin-top:-5px!important;
	 cursor:pointer!important;
	 font-size:14px;
}
.navbar-header ul li.menu {
 	width:100px;
	margin-right:0;
	padding-right:0;
}
.navbar-header ul li.lang {
	border-left:1px solid #929292;
 	width:85px;
	padding-left:25px;
}
.navbar-header ul li a {
	text-decoration:none;
	color:#444;
}

ul > li.divider-vertical {
  border-right: 1px solid #4b94b2;
}
#overlay-menu {
	background-color:#000!important;
	filter: alpha(opacity=90);
  	opacity: .9;
  	position: absolute;
  	top: 0;
  	right: 0;
  	left: 0;
	bottom:0;
  	z-index:2000!important;
	height:300%;
}
#overlay-menu ul {
	padding-top:20px;
	text-align:center!important;
	padding-left:0;
}
#overlay-menu ul li {
	padding-top:0px;
	font-size:2em;
	list-style:none;
	line-height:2.2em;
	font-family: 'Open Sans';
	font-weight:300;
}
#overlay-menu ul li a {
	color:#fff;
}
@media (max-width: 768px) {
	.btn-menu {
		padding-right:25px;
	}
	#overlay-menu ul li {
		font-size:1.4em;
	}
}
@media (max-width: 420px) {
	#overlay-menu ul li {
		line-height:1.1em;
		padding-bottom:1em;
	}
}
/*
 welcome section
*/
#welcome .container {
	background-color:#fff;
	padding-bottom:50px!important;
}
#welcome p {
	font-size:15px;
}
.client-bar {
	background-color:#002856;
	height:28px;
	padding-left:0!important;
}
.client-bar .client-color {
	display:inline-block;
	width:40px;
	height:28px;
}
.client-bar .accent {
	background-color:#c99212;
	height:28px;
	display:inline-block;
	width:22px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
.client-bar-default {
	background-color: rgb(0,0,193);
	height:28px;
	padding-left:0!important;
}
.client-bar-default .client-color {
	display:inline-block;
	width:40px;
	height:28px;
	background-color:#b5be00;
}
.client-bar-default .accent {
	background-color:#c99212;
	height:28px;
	display:inline-block;
	width:22px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
#welcome .custom-description-top {
	padding:40px 11% 0px 11%;;
	text-align:center!important;
}
#welcome .custom-description-bottom {
	padding:20px 11% 0px 11%;;
	text-align:center!important;
}
#welcome .custom-description h3, #welcome .generic-content h3 {
	font-family: 'Open Sans';
	font-size:30px;
	font-weight:300;
	text-align:center!important;
	padding-top:5px;
	padding-bottom:20px;
}
#welcome .generic-content {
	padding: 0 65px 0 30px;
	resize: vertical;
  	overflow: auto;
}
#welcome .generic-content-row {
	padding-top:30px;
}
#welcome .generic-content h3 {
	text-align:left!important;
	margin-top:0px;
}

#net-error-details{
	border: solid 1px;
	padding: 5px;
}

hr.welcome-div {
	 border: 0;
	 height: 1px;
	 background: #333;
	 margin-left:130px;
	 margin-right:130px;
	 background-image: linear-gradient(to right, #ccc, #444, #ccc);
}

.overlay-wrap {
    position: absolute;
    top: 42%;
    right: 55%;
    width: 0;
    height: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.overlay-wrap span:hover{
	filter: alpha(opacity=100);
  	opacity: 1;
	background-color:#929292;
	border:3px #ddd solid;
}

.overlay-wrap span {
  	position: absolute;
    /*	top: 52px;
     left: 28px;
     font-size: 5em;*/
    width:90px;
    height:90px;
    color: #fff;
	z-index:100!important;
	border-radius: 50%;
	border:2px solid #ddd;
	filter: alpha(opacity=80);
  	opacity: .8;
	background-color:#fff;
}
.overlay-wrap i {
  	position:absolute;
	top:32px;
	left:34px;
	z-index:1000;
	font-size:2em;
	filter: alpha(opacity=100)!important;
  	opacity: 1.0!important;
}
@media (max-width: 520px) {
	.overlay-wrap {
	    position: absolute;
	    top: 30%;
	    right: 60%;
	}
}
@media (max-width: 1000px) {
	#welcome .generic-content {
		padding: 0 50px ;
	}
}
/*
 end welcome section
*/

/*
client info section
*/
#client-info {
	padding-left:70px;
	padding-right:70px;
	padding-bottom:40px;
}
#client-info #phase-info {
	padding:0 35px 0px 35px;
}
#client-info .clientdoc{
	padding-left:8px;
	text-decoration:underline;
	color:#333;
	text-transform:uppercase;
	font-weight: bold;
}
#client-info .clientdoc:hover{
	color:#c0c0c0;
	cursor:pointer;
}
#client-info .panel-group .panel-default .panel-body {
	padding-left:35px!important;
}
#client-info .panel-group .panel-default .panel-title {
	color:#333;
	text-transform:uppercase;
	font-weight:600;
	padding-left:20px!important;
}
#client-info .panel-group .panel-default .panel-heading {
	background-color:#e6e5e1;
}
/*
end client info section
*/
footer .row {
	margin:0;
}

.footer-content {
	padding:45px 30px;
	background: #e6e5e1;
}

footer  p {
	font-size:12px;
}

.footer-bottom {
	padding:25px 15px 10px 15px;
	background-color:#929292;
	color:#fff;
}
.footer-bottom  p a {
	color:#fff;
	padding-left:15px;
	padding-right:15px;
}

@media (max-width: 767px) {
	.footer-bottom  p {
		font-size:11px;
	}
	.footer-bottom  p a {
		color:#fff;
		padding-left:0px;
		padding-right:10px;
		padding-top:10px!important;
	}
	footer .row-flex-center {
		display:block;
		align-items:center;
	}
	footer .footer-logo {
		padding-top:5%;
		padding-left:0%;
		padding-right:0%;
		margin:auto!important;
	}
}
/*
viewtopic modal
*/
.close {
  font-size: 41px;
}
.modal {
  z-index: 2050;
 }
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}
.siteModal .modal-content {
	border-radius: 0px;
}
.siteModal .modal-header {
  padding: 0px;
  border-bottom: 0px;
}
.siteModal .modal-header button {
  padding: 5px 10px;
}
.siteModal .modal-body {
	padding-top:10px;
	padding-bottom:0!important;
}
.siteModal .modal-body .topic-content, .siteModal .modal-body h3 {
	padding-left:11%!important;
	padding-right:10%!important;
	/*
text-align:center;
*/
}
.siteModal .modal-body .topic-content h4{
	font-size:24px;
	font-weight:300;
}
.siteModal .modal-body .topic-content h5{
	font-size:.8em;
}
.siteModal .modal-body  .topic-content-contactus {
	padding:30px 10%!important;
	text-align:center;
}
.siteModal .modal-body .topic-div {
	height:10px;
	margin:20px 0;
}
.siteModal .modal-body .topic-div-default {
	height:10px;
	margin:20px 0;
	background-color:#b5be00;
}
.siteModal .modal-body h3 {
	text-align:center;
	font-size:28px;
	margin-bottom:0;
	padding-bottom:0;
	font-weight:300;
}
.siteModal .modal-body h4.datesHdr {
	padding-top:10px;
	margin-top:0;
	padding-bottom:15px!important;
	text-align:center;
}

.siteModal .modal-body .customDescription {
	padding-top:10px;
}
.siteModal .modal-body hr {
	text-align:center;
	margin: 15px auto;
	width:50px;
	border-top: 2px solid #dddddd;
}
.siteModal .modal-body .footer-bottom {
	margin-top:40px;
	font-size:11px;
	color:#ddd;
}
.siteModal a {
	text-decoration:none;
	color:#444;
}

.siteModal a:hover {
	text-decoration:underline;
	color:#002856;
}
@media (max-width: 767px) {
	.siteModal .modal-body .topic-content {
		padding-left:10%!important;
		padding-right:10%!important;
		text-align:center;
	}
}
@media (max-width: 767px) {
#client-info {
padding-left: 20px;
padding-right: 20px;
}
#client-info #phase-info {
padding-left: 15px;
padding-right: 15px;
}
}

.overlay-wrap i, .client-color-font {
	color: rgb(0,0,193);
}
h3 {
	text-align:center;
	color: rgb(0,0,193);
	padding-top:15px;
	padding-bottom:15px;
	font-weight:600;
}
.primary-hover{
	background-color:#d4d4d4;
}
.primary-hover:hover{
	color: #fff;
	background-color: rgb(0,0,193);
}

.client-color {
	margin:0 0 10px 0;
	padding:10px;
	background-color: rgb(0,0,193);
}

h4 {
font-size: 16px;
font-weight: bold;
margin-top: 30px;
}

#client-info .clientdoc {
font-weight: 600;
}

#purl-table table, th, td {
	 border-style: solid;
	 border-color: #e6e5e1;
}

#purl-table table {
	table-layout: fixed;
}

#purl-table td {
	 width: 1%;
}

div.watermark
{
 position:fixed;
 bottom:5px;
 right:5px;
 opacity:0.5;
 z-index:99;
 color:#c91010;
 visibility:hidden;
}