﻿body {
    background: #313f53;
    background: linear-gradient(to right, rgb(0, 57, 116), rgb(108, 194, 201), rgb(0, 57, 116));
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body #main-wrapper {}

.body-container {
    /*margin-top: 60px;*/
    padding-bottom: 40px;
    background-color: #fff;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

.grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold;
}

.grants-page .card .card-title img {
    width: 100px;
    height: 100px;
}

.grants-page .card label {
    font-weight: bold;
}

.hero-header {
    position: relative;
}

.hero-header h2 {
    position: absolute;
    bottom: 13px;
    left: 20px;
    font-family: "HelveticaNeueBold";
    font-size: 53px;
    color: #FFF;
    margin: 0px;
    padding: 0px;
}

.hero-banner img {
    width: 100%;
}

.login-page {
    height: 100%;
}

.btn-custom {
    background-color: #0066b3;
    border-color: #0066b3;
    color: white;
}

.btn-custom:hover,
.btn-custom:focus {
    border-color: #045c9e;
    color: white;
    background-color: #045c9e;
    /*box-shadow: inset 0 0 33px 18px #145aa3;*/
}

a {
    color: #428bca;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

@media (min-width:750px) {
    .container {
        width: 750px;
    }
}

@media (min-width:960px) {
    .container {
        width: 750px;
    }
}

@media (min-width:1136px) {
    .container {
        width: 1136px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid:before,
#blogs-filter .blogTrending a.container-fluid:after,
.pressRightCol .blogTrending a.container-fluid:after,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.row:before,
#blogs-filter .blogTrending a.row:after,
.pressRightCol .blogTrending a.row:after,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.menu.nav {
    display: inline;
}

.nav:before,
#blogs-filter .blogTrending a.nav:after,
.pressRightCol .blogTrending a.nav:after,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav>li.disabled>a {
    color: #999;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca;
}

.nav .nav-divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}