#page-header {
    color: 
    #fff;
    position: relative;
    margin: 0 50px 0 50px;
}

p, ul {
    margin-bottom: 1em;
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
    margin-top: 1.25em;
}

#content section.featured header h2, #content article.featured header h2 {
font-size: 19px;
font-weight: 550;
color: #00095b;
    letter-spacing: -1px;
    margin: 0.5em 0 0.5em 0;
}

#content section.featured h3, #content article.featured h3 {
    font-size: 1em;
    letter-spacing: 0;
    margin: 0 0 0.25em 0;
    font-weight: bold;
}

#page-header nav ul li.active a, #page-header nav ul li:hover a {
    background: #202863;
}

#page-header nav ul li a {
    text-decoration: underline;
    padding: 0.1em 0.1em 0.1em 0.1em;
}

#header-wrapper {
    background: #202863;
    padding: 5px 2px 0 5px;
}

#titleBar .title {
    text-align: left;
    margin-left: 70px;
}

#banner-wrapper {
    position: relative;
    background: #ffffff;
    padding: 0;
}

#banner {
    box-shadow: none;
    height: auto;
}

#banner .captions {
    position: absolute;
    background: #202863;
padding: 1em;
bottom: 0em;
left: 1em;
color:
    #fff;
    width: 70%;
    z-index: -1;
}

#banner .captions .caption-line-1 {
    display: block;
    font-size: 2em;
    letter-spacing: -1px;
    line-height: 0.5em;
    margin: 0 0 0.25em 0;
}

.container {
    width: 1000px;
}


#content section header, #content article header {
    border-top: solid 0px #00a6eb;
    padding-top: 0em;
    margin: 0 0 0.25em 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #0006AB;
    background-color: #7FCAEB;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #0006AB;
    text-decoration: none;
}
.btn-primary {
    color: #ffffff;
    background-color: #0014AD;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid;
    white-space: nowrap;
    padding: 10px 30px;
    font-size: 21px;
    line-height: 1.42857143;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 24px;
}

hr{
	border-top: 2px solid #202863;
	margin: 20px 0 20px 0;
}

#copyright {
    border-top: 7px solid #a6a1a7;
    color: inherit;
}

a {
    color: #004196;
    text-decoration: underline;
}