/* Add any valid CSS declarations */

#footer #block-asu-brand-asu-brand-footer {
float: none;
margin: 0;
}

#footer .region-inner {
padding:0;
margin: 0;
max-width: 100%;
}

.menu-bar-container.fixed {
position: fixed;
z-index: 2000;
top: 0;
}

/* negate space under Services menu */
.hero-wrapper {
    margin-top: -10px;
}
/* Don't do this for pages that are missing the Services menu */
/* Currently just the LSP info pages, system, system/*, have the Services menu hidden */
.section-system .hero-wrapper {
    margin-top: 0;
}
/* For pages without the Service menu, add a bit of padding above the breadcrumb menu */
.section-system .block-easy-breadcrumb {
    padding-top: 10px;
}



/* Expand events styles to all marketing blocks */
.row3 .block-title {
    padding: .5em 15px;
    background: #2a2a2a;
    color: #fff;
}

.row3 .asu-event-item,
.row3 .libchan-article {
  border-bottom: 1px solid #d7d7d7;
  padding: 15px;
  overflow: hidden;
}

.row3 section {
    border: 1px solid #d7d7d7;
}

.row3 .image-style-thumbnail {
  float: left;
  margin-right: .5em;
}

.views-field-field-event-date-2 {
  float: left;
  margin-right: .5em;
  border: solid 1px #2a2a2a;
}

span.month {
    display: block;
    background: #2a2a2a;
    color: #fff;
    padding: .25em 1em;
    font-weight: bold;
}

span.day {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
  color: #2a2a2a;
}

.row3 .view-footer,
.row3 .view-empty {
    padding-left: 15px;
}



/* hey we're using the wrong sizes for headings */
h1 { 
font-size: 3em;
margin: 18px 0 17px 0;
}
h1#page-title { 
padding-bottom: 7.5px;
margin: 34px 0 17px 0;
}
h2 { font-size: 2.25em; }
h3 { font-size: 1.5em; }
h2, h3 { margin: 17px 0 24px 0; }
h4 { font-size: 1.25em; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-style: italic; }
h4, h5, h6 { margin: 8.5px 0 24px 0; }
