@import "reset.css";
@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";
@import "rockhurst_directory.css";
@import "rockhurst-degree-program.css";
@import "accessibility.css";


/* Reposition error messages to accommodate floating header */
div.error, table tr.error {
    position: relative;
    top: 100px;
}

/* Failed attempt at hiding pixel tracking images (Worked on dev, not on live)
.tracking-pixel {
	position: absolute;
	visibility: hidden;
	display: none;
	width: 0;
	height: 0;
}
*/

/* Hide Pixel Tracking Images via Image Dimensions */
img[width="1"][height="1"] {
    display: none;
}

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: #0056AE;
    text-decoration: underline;
}

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

h1, h2 {
    font-family: din-condensed-web, sans-serif;
    color: #0056AE;
    padding: .5em 0;
}

h3 {
    color: #0056AE; padding: .5em 0;
}

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

.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;
}

#search-by-page-form {
	padding-left: 10px;
	padding-bottom: 20px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.node-type-basic-page:not(.page-node-edit) .section > .title {
    display: none;
}

.node-type-basic-page:not(.page-node-edit) #main {
    max-width: 100%;
}

.node-type-grad-degree-program:not(.page-node-edit) .section > .title {
    display: none;
}

.node-type-grad-degree-program:not(.page-node-edit) #main {
    max-width: 100%;
}

.jsa-body-lock {
    overflow: hidden;
}