﻿body {
    /*
    padding-top: 50px;
    padding-bottom: 20px;
     font-family: Lucida Grande, Verdana, Arial, sans-serif;
    */
    background: url('/images/bkg-flag05.jpg') no-repeat center top;
    font-family: 'Open Sans', Arial, sans-serif;
}
.bg-state-dark {
    background-color: #062135;
}

.bg-state {
    background-color: #0a314d;
}
a {
    /*color: #062135;*/
    color:#0E4285;
}

.btn-blue {
   background-color: #185894;
}
.DOSHeading {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #0a314d;
}

.FOIASubHeader {
    color: #E5DBD1;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'EB Garamond',Garamond, 'Times New Roman',serif;
}
h1
{
    color:#A10F23;
}

/*h3 a 
{
    font-weight:bold;
    color:#395799;
}*/

.list-group-item
{
    background-color: #071F3F;
}

.list-group a
{
    color:white;
}

.list-group a:hover
{
    color: white;
    background-color: #0E4285; /* wheat; */
}

.SubLinks
{
    display:none;
}

.SubLinks li a 
{
    color: #0E4285;
}
    .SubLinks li a:hover {
        color: #0E4285;
        background-color: transparent;
    }
.InfoMessage {
        background: #e8eff5;
        background-image: url(/images/info.gif);
        background-position: 10px 10px;
        background-repeat: no-repeat;
    }

.HelpMessage {
    background: #e8eff5;
    background-image: url(/images/help.gif);
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

.HelpMessage, .InfoMessage {
    margin: 10px 0px 10px 0px;
    border: 1px solid #c1dcf0;
    padding: 10px 10px 10px 40px;
    cursor: default;
}

.HelpMessage p.Header, .InfoMessage p.Header {
    margin: 0px;
    font-weight: bold;
}

.HelpMessage p, .InfoMessage p {
    margin: 5px 0px 0px 0px;
    color: #333333;
    font-size: 0.9em;
}

ul.LinkList {
    padding-left: 0px;
    list-style-type: none;
}

ol.Letters {
    list-style-type: lower-latin;
}

ul.Checkboxes {
    list-style-image: url(/images/checkbox.gif);
}

/*External Links*/
a img.Link-External {
    border: 0px;
    margin-left: 5px;
}

#siteFooter a
{
 color:#fff;

}
/*
#FooterArea {
    height: 50px;
    text-align: center;
    background-image: url(_includes/Styles/../Images/Footer/bk-footer.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.right-footer {
    display: inline-block;
    width: auto;
    float: right;
}

.right-footer .external-links a, .right-footer .external-links a:visited {
    margin-left: 10px;
    color: #09274D;
    font-size: 0.85em;
    text-decoration: none;
    text-transform: uppercase;
}

.right-footer .internal-links ul li a:hover {
    color: #A10F23;
    text-decoration: underline !important;
}
.right-footer .internal-links ul li a, .right-footer .internal-links ul li a:visited {
    display: inline-block !important;
    *display: inline !important;
    margin: 15px 0px 0px 10px;
    color: #09274D;
    font-size: 0.85em;
    text-decoration: none;
    text-transform: uppercase;
}
    */


/*.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}*/

.carousel .carousel-indicators li {
    background-color: #fff;
    background-color: rgba(70, 70, 70, 0.25);
}

.carousel .carousel-indicators .active {
    background-color: #444;
}