/* Colors */
.light-blue-text {
    color: #0098D8;
}
.warm-grey-text {
    color: #928B81;
}
.white-text {
    color: white;
}
.light-blue-background {
    background-color: #0098D8;
}
.warm-grey-background {
    background-color: #928B81;
}

.social {
   text-align: right;
   padding: 5px;
}

.social a {
   color: #928B81;
   margin-right: 2px;
}

.social a:hover {
   color: #0098D8;
}

/* Bootstrap Changes */
.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background-color: white;
}
.navbar-right {
    margin-top: 22px;
    margin-left: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #0098D8;
    padding: 13px;
    font-weight: 600;
}
.navbar-default .navbar-toggle {
    border-color: #0098D8;
    margin-top: 30px;
}

.navbar-default {
   border-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0098D8;
}
.navbar-default .navbar-toggle:hover {
    background-color: white;
}
.navbar-default .navbar-toggle:focus {
    background-color: #f8f8f8
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active  {
    color: #928B81;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

}

/* Media Queries */
@media (min-width: 768px) {
    .navbar-default .navbar-nav > li:first-child > a {
        padding-left: 7px !important;
    }
}

/* Custom */
p {
    font-size: 16px;
}
.main-container li {
    font-size: 16px;
}

.hero {
    height: 350px;
    position: relative;
}

h1 {
    font-size: 52px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 72px;
    }
    .hero {
        height: 500px;
    }
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: white;
    height: 50px;
    z-index: 9999;
}

.hero-gradient {
    width: 100%;
    height: auto;
    background-color: #0098D8;
    background-image: linear-gradient(to bottom, #0081B8 0px, #0098D8 100%);
}
.header-logo-block {
    margin-left: 14px;
    margin-bottom: 15px;
}
.header-logo {
    background: url(../images/logo2.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    height: 50px;
    left: 0;
    opacity: 1;
    position: relative;
    text-indent: -9999em;
    transition: all 100ms ease 0s;
    width: 233px;
}
.academy-logo {
    background: url(../images/academy-logo2.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    height: 50px;
    left: 0;
    opacity: 1;
    position: relative;
    text-indent: -9999em;
    transition: all 100ms ease 0s;
    width: 87px;
}
.main-container {
    margin-bottom: 60px;
}
.btn-footer {
    background-color: #0098D8;
    color: white;
    border-color: white;
    margin: 10px;
}
.btn-footer:hover {
    border-color: white;
    background-color: white;
    color: black;
}
.copyright {
    font-weight: bold;
    margin-top: 16px;
}
.copyright-glyph {
    padding-left: 10px;
}
.hero-title {
    text-shadow: 2px 2px #928B81;
    color: white;
}
.btn-sidebar {
    background-color: white;
    color: #0098D8;
    border-color:#0098D8;
    margin-top: 15px;
    margin-bottom: 10px;
}
.btn-sidebar:hover {
    border-color: #0098D8;
    background-color: #0098D8;
    color: white;
}
.btn-hero {
    background-color: transparent;
    color: white;
    border-color: white;
    border-width: 2px;
    margin-top: 10px;
    position: relative;
}
.btn-hero-bottom {
    position: absolute;
    bottom: 20px;
}
.btn-hero:hover {
    border-color: white;
    background-color: white;
    color: black;
}
.date-title {
    margin-top: -10px;
}
.no-company-image {
    display: block;
    height: 159px;
    width: 129px;
    border: 2px solid;
    text-align: center;
    padding-top: 35px;
}

.sidebar p {
    font-size: 14px;
}

.main-container .sidebar li {
    font-size: 14px;
}

.cmsmap {
    height: 250px;
    max-width: 100%;
}

.contact-block {
    margin-bottom: 25px;
}

.contact-block p {
    font-size: 14px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 15px;
    margin-left: 0;
}

.paging {
    margin-top: 20px;
}

.home-grid {
    margin-top: 22px;
    overflow: hidden;
}

.home-grid-img {
    position: relative;
}

.home-grid-title {
    position: absolute;
    bottom: 0;
    margin-left: 9px;
    z-index: 999;
}

.home-grid-title h4 {
    color: white;
    text-shadow: 1px 1px #928b81;
    line-height: 1.2;
    margin-top: 9px;
    margin-bottom: 9px;
}

.home-grid-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 400px;
    opacity: 0.6;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.5) 75%);
    transform: translate3d(0,0,0);
}

.home-grid-img:hover > .home-grid-hover {
    transform: translate3d(0,70%,0);
}

.entry-content img {
    max-width: 100%;
}