body {
    background-color: #f8f9fa;
}

a{
    color: #006ee5;
}
#header {
    background: #166b93 url('img/rpt_banner.png');
    height: 74px;
    color: #fff;
    padding: 0;
}

#header .navbar-brand a {
    color: #fff;
    padding: none;
}

#header .navbar-brand img {
	height: auto;
	
}

#header h1 {
	margin: 0;
    padding: 0;
}

#header .nav-item {
	height: 74px;
    line-height: 74px;
    padding: 0px 15px;
}
#header .nav-item:hover {
	border-bottom: 4px solid #fff;
}

h1, h2, h3 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

#content {
    padding-top: 74px;
}

.jumbotron.client {
    background-color: #1e6488;
    color: white;
    border-radius: 6px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 4rem 2rem;
}

.jumbotron h2 {
    font-size: 2.5rem;
}

.card-title {
	font-size: 1.5rem;
}

.buttons {
    margin-top: -5px;
    margin-bottom: 1rem;
}

.buttons .btn {
    margin-top: 5px;
}

.reqs {
	line-height: 110%;
	margin-bottom: 0;
}

.btn-bsi {
    color: #fff;
    border-color: #458f3a;
    background: linear-gradient(345deg, #034303 50%, #14752d 100%);
}

.btn-bsi.border {
    border-color: #458f3a;
}

.btn-bsi:not(:disabled):not(.disabled).hover,
.btn-bsi:not(:disabled):not(.disabled):hover,
.btn-bsi:not(:disabled):not(.disabled).active,
.btn-bsi:not(:disabled):not(.disabled):active,
.show>.btn-bsi.dropdown-toggle {
    color: #fff;
	background-color: #458f3a;
}

.btn-bsi:not(:disabled):not(.disabled):focus,
.btn-bsi:not(:disabled):not(.disabled).active:focus,
.btn-bsi:not(:disabled):not(.disabled):active:focus,
.show>.btn-bsi.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216,217,219,.5);
}

footer p {
    text-align: center;
    font-size: 80%;
}

p.center {
    text-align: center;
}

#instructions,
#instructions ol,
#sso-instructions,
#sso-instructions ol {
	list-style-position: outside;
}

#instructions li, #sso-instructions li {
	padding-left: 15px;
}

#instructions>li>ol, #sso-instructions>li>ol {
	list-style-type: lower-alpha;
}

#instructions>li>ol>li>ol {
    list-style-type: lower-roman;
}