@import "rockhurst_responsive_grid.css";
@import "rockhurst_header.css";
@import "flexnav.css";
@import "rockhurst_lp.css";
@import "rockhurst_content.css";
@import "rockhurst_first_sidebar.css";
@import "rockhurst_footer.css";
@import "rockhurst_homepage.css";

#main-wrapper {
    width: 100%;
    padding-bottom: 20px;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.main_with_sidebar {
    width: 100%;
    margin-left: 0px !important;
}

.content_with_sidebar {
    position: relative;
    margin: 0 auto;
    width: 55% !important;
    float: left;
}

#sidebar-first {
    display: none;
}

#rockhurst_header_container {
    display: none;
}

#rockhurst_footer_container {
    display: none;
}

* {
    margin: 0px;
    padding: 0px;
}

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    min-height: 100%;
    font-family: lato, ff-din-web, sans-serif;
    font-size: 15px;
    color: #002C56;
}

p {
    margin-bottom: 10px;
}

a {
    color: #0056AE;
    text-decoration: none;
}

a:hover {
    color: #DA8600;
}

div, p, a, li, td {
    -webkit-text-size-adjust:none;
}

h1, h2 {
    font-family: din-condensed-web, sans-serif;
    color: #0056AE;
}

h3 {
    color: #0056AE;
}

hr {
    margin: 20px 0 20px 0;
    color: #002C56;
    border-color: #002C56;
    background-color: #002C56;
}

hr {
    display: block;
    height: 1px;
    background: transparent;
    width: 100%;
    border: none;
    border-top: solid 2px #aaa;
}

.bg_cool_grey {
    background-color: #d3d7d9;
}

strong {
    font-color: #002C56;
}

table {
    width: 95%;
}

table th {
    background-color: #002855;
    color: #fff;
    border-bottom: none;
}

table th, table td {
    padding: 5px;
}

table tr:nth-child(odd) {
    background: #D3D7D9;
}

#search_results {
    padding-top: 30px;
    margin-left: 10px;
}