/* Add here all your css styles (customizations) */
.header-fixed .header.header-fixed-shrink {
    background: #fff;
}

.search-block {
    padding: 40px 0;
}

    .search-block h1 {
        text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    }

@media (min-width: 992px) {
    .header-fixed .header.header-fixed-shrink .logo img {
        max-width:329px;
        margin: 45px 0 0px;
    }
}

/* five columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
div.important {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom:20px;
}a:hover, .content a:visited {
    color: #06C;
    text-decoration: none;
}

div.tab-pane li a {
    color: #06C /*#e3a400 #F3AF00 */;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

    ul.normal {
        list-style: circle;
    }

a[rel="external"], #menu ul li a[rel="external"] {
    padding-right: 12px;
    background: url(../img/icons/icon_external_website.gif) no-repeat top right;
    margin-right: 6px;
}

a[rel="document"], #menu ul li a[rel="document"] {
    padding-right: 12px;
    background: url(../img/icons/icon_pdfdocument.gif) no-repeat top right;
    margin-right: 6px;
}
A[rel="email"] {
    padding-right: 12px;
    background: url(../img/icons/icon_emaillink.gif) no-repeat top right;
    margin-right: 6px;
}
A[rel="document"].word
{
    padding-right: 12px;
    background: url(../img/icons/icon_word.gif) no-repeat top right;
    margin-right: 6px;
}
p {
    margin-bottom: 20px;
}

ul.list-unstyled li a, ul.descriptions li a, ul.normal li a {
    color: #06C;
}

img.left {
    float: left;
    margin: 0 15px 0 0;
    clear: left;
}

img.right {
    float: right;
    margin: 0 0 0 15px;
    clear: right;
}
.content ul.descriptions
{
    font-size: 1em;
    list-style:none;
    padding-left:0;
}
.content ul.descriptions a
{
    font-size: 1.4em;
}

.content ul.descriptions a, ol.descriptions a
{
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.content ul.descriptions p, ol.descriptions p
{
    margin-left: 25px;
}
.noicon A[rel="document"], .noicon A[rel="external"]
{
    padding-right: 0;
    background: none;
    margin-right: 0;
}
.widget {
    float: right;
    margin-left: 1em;
}
.content ol li, .content ul li {
    margin-bottom: 3px;
}
span.mailingaddress, span.indentedsub {
    padding-left: 25px;
    margin-top: 8px;
    display: block;
}
a.btn-u, a.btn-u:visited, a.btn-u:hover {
    color:white;
}
.centered {
    text-align: center;
}
/*smaller navbar fonts*/
.header .navbar-nav > li > a { font-size:13px; }