body
{
	background-color: #f7f7f7;
}

#content-holder
{
	background-color: #fff;
	/*background-image: url('../img/content.png');*/
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #e2e2e2;
	padding: 15px;
}

#page-header
{
	background: #2c2d84;
	clear: both;
	margin-bottom: 20px;
	padding: 15px;
	position: relative;
	text-align: left;

	height:69px;
	padding:12px 0px 12px 0px;
}
#page-header img
{
	width: auto;
	height: 45px;
	margin-left:35px;
}
#page-footer
{
	background-color: #2c2d84;
	color: #fff;
	margin-top: 20px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

#page-footer a,#page-footer a:visited
{
	color: #fff;
}

#breadcrumb-holder
{
	margin-bottom: 20px;
}

#copyright img
{
	width: 64px;
	height: auto;
	margin: 10px;
}

#copyright
{
	text-align: center;
}

#footer-links
{
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

/* An override of bootstraps styling */

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
{
	background-color: #2c2d84;
	border-color: #05739F;
}

.breadcrumb
{
	margin-bottom: 0px;
}

.collapsed-padding
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.panel-primary
{
	border-color: #2c2d84;
}

.panel-primary .panel-heading
{
	border-color: #2c2d84;
	background-color: #2c2d84;
}

.panel-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#mobile-menu
{
	margin-bottom:20px;
	padding: 0px;
}

#mobile-menu .btn,
#mobile-menu ul.dropdown-menu,
#mobile-menu .list-group,
#mobile-menu .list-group-item
{
	width: 100% !important;
}

#mobile-menu-holder
{
	display: none;
}

#mobile-menu .dropdown-menu
{
	padding: 0px;
}

#mobile-menu .dropdown-menu .list-group
{
	margin: 0px;
}

@media screen and (max-width: 752px)
{
	#mobile-menu-holder
	{
		display: block;
	}
	#side-nav
	{
		display: none;
	}
}

.btn-primary
{
	background-color: #9fc63b;
	border-color: #9fc63b;
}


.btn-primary:hover
{
	background-color: #93b837;
	border-color: #93b837;
}


div#mobile-menu .list-group
{
	width: 100%;
}

div#mobile-menu .dropdown-menu
{
	width: 50%;
}

/* Specialist css to support the homescreen coolness */

.tile-row
{
	text-align: center;
}

.tile
{
	background-color: #fff;
	color: #2c2d84;
	border: 2px solid #2c2d84;
	border-radius: 5px;
	width: 189px;
	height: 189px;
	display: inline-block;
	transition: all 0.5s ease;
	text-align: center;
	font-size: 2em;
	text-decoration: none;
	line-height: 1em;
	/*float: left;*/
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.tile.line1  i.fa
{
	font-size: 3em;
	padding-top: 25px;
	padding-bottom: 25px;
}

.tile.line2 i.fa
{
	font-size: 3em;
	padding-top: 25px;
	padding-bottom: 12px;
}

.tile:hover
{
	background-color: #2c2d84;
	color: #fff;
	text-decoration: none;	
}

a.list-group-item, a.list-group-item:focus, a.list-group-item:hover {
	color: #000 !important;
}

a.list-group-item, a.list-group-item:focus, a.list-group-item:focus {
	padding: 10px 15px;
}
a {
	color: #2c2d84;
	text-decoration: underline;
}

a:focus {
	padding: 3px;
	outline: 1px auto #3b8896;	
}


a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
/*    color: #fff;
    background-color:#000;*/
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow:auto;
    /*margin: 10px 35%;
    padding:5px;*/
    /*border-radius: 15px;
    border:4px solid yellow;*/
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

a.list-group-item.active {
	color: #fff !important;
}

#Democracy {
    font-family: "Helvetica";
    font-weight: bold;
    font-size:28px;
    color:#FFF;
    margin-left: 50px;
    vertical-align:top;    
}

#logo {
    margin-left:35px;
}