/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */
html {
  background: #fff;
}


body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  color: #555;
}

h1 {
  margin: 0.67em 0;
}

h2 {
  margin: 10px 0;
  color: #008EBB;
  font-size: 1.5em;
}

h3 {
  margin: 10px 0;
}

h4 {
  margin: 5px 0;
}

h5 {
  margin: 5px 0;
}

h6 {
  margin: 5px 0;
}

p, pre {
    margin: 0 0 1em;
}

#content ol, 
#content ul {
    padding: 0 0 0 15px;
}

/* =============================================================================
 *   Branding
 * ========================================================================== */
#header #branding {
  margin: 0;
  padding: 15px 0 10px 0;
  float: left; 
  width: 60%;
}

#header #branding img {
  max-height: 150px;
}

body.not-front #header #branding img {
  max-height: 95px;
}

#header .region-header {
  float: right;
  width: 30%;
}

.region-header #block-search-form {
  text-align: right;
  padding-top: 20px;
}

.region-header #block-search-form input.form-submit {
    background: rgba(0, 0, 0, 0) url("images/search.png") no-repeat scroll 3px 5px;
    border: 1px solid #ccc;
    font-size: 100%;
    font-weight: normal;
    margin: 0 0 0 3px;
    padding: 3px 3px 3px 17px;
    border-radius: 0;
}

.region-header #block-search-form .form-item input {
    border: 1px solid #ccc;
    border-radius: 0px;
    color: #555;
    padding: 3px 5px;
}

#block-text-resize-0 {
  float: right;
  width: 200px;
}

header #breadcrumb {
  margin-top: -50px;
}

/* =============================================================================
 *   Regions
 * ========================================================================== */

#page {
  padding: 0px;
  background-color: #FFF;
}

#header, #menu-bar, #columns, #footer {
  margin: 0 10px;
}

#main {
  margin: 0 10px;
}

#columns .sidebar {
  padding-top: 10px;
}

.region-sidebar-first .region-inner {

}

.region-sidebar-second .region-inner {

}

#main-content {
   margin: 0 20px;
}

#main-outer {
  margin-top: 0px;
}

#block-system-main {

}

.region {
  padding-top: 10px;
}

body.node-type-book #content {
  padding-top: 0;
}

body.node-type-book .field-name-body {
  padding-bottom: 15px;
}

.region-banner .block-inner,
.region-banner .block {
  margin: 0;
}

.region-banner {
  padding-top: 0;
}

#footer {
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 90%;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * The main page title (h1)
 */
#page-title {
  margin: 15px 0;
  font-size: 1.7em;
  font-weight: bold;
  color: #008EBB;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
}

/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
  color: #008EBB;
}

a:link,
a:visited {}

a:active,
a.active {}

a:hover,
a:focus {
  text-decoration: underline;
}

/* =============================================================================
 *   Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with #main-menu or div[id$="menu-bar"]
 */
#menu-bar {
  clear: both;
  background-color: #006286;
}

#menu-bar .block {
  margin: 0;
}

#menu-bar ul,
#menu-bar ul.menu {
  margin: 0;
  padding: 0;
}

#menu-bar li,
#menu-bar ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-bar li a,
#menu-bar ul.menu li a {
  color: #FFF;
  display: block;
  font-weight: normal;
  white-space: nowrap;
  border-left: 0;
  border-top: 0;
  text-decoration: none;
  height: 2.0em;
  line-height: 2.0em;
  padding: 0 2em;
  font-size: 120%;
  border-right: 1px solid #fff;

}

#menu-bar li a:visited,
#menu-bar ul.menu li a:visited {}

#menu-bar li a:hover,
#menu-bar li a:focus,
#menu-bar ul.menu li a:hover,
#menu-bar ul.menu li a:focus {
  text-decoration: none;
  background-color: #006286;
}

#menu-bar .block {
  margin-bottom: 0;
}

/* =============================================================================
 *   Sidebar region blocks and menus
 * ========================================================================== */
.sidebar .block {
  background-color: #FBE5D6;
  border-radius: 5px;
} 

.sidebar nav.block {
  background-color: #E3E3DF;
  border-radius: 0;
} 

/* SIDEBAR NAV */
.sidebar nav.block,
.sidebar nav.block .block-content {
  padding: 0;
  border-bottom: 0px;
}

.sidebar .block h2.block-title {
  font-size: 1.3em;
  font-family: Tahoma, Arial, Helvetica, san-serif;
  margin: 0;
  font-weight: normal;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: left;
  padding: 10px;
  background-color: #ED7D31;
}

.sidebar nav.block h2.block-title {
  font-family: Arial, Helvetica, san-serif;
  background-color: #006286;
  padding: 15px 10px;
  border-radius: 0;
  text-align: left;
  font-size: 1.2em;
}

.sidebar nav.block h2.block-title a {
  color: #fff;
}

.sidebar .block .block-inner {
 margin: 0;
}

.sidebar .block .block-content {
  padding: 15px;
}

.sidebar nav.block .block-content {
  padding: 0px;
}

.sidebar .block ul.menu, 
.sidebar .block ul.menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.sidebar .block ul.menu li a {
  display: block;
  padding: 7px 10px;
  font-size: 85%;
  font-weight: bold;
  color: #006286;
}

.sidebar .block ul.menu li a.active,
.sidebar .block ul.menu li a:hover {
  text-decoration: none;
}

/* Indent second level items */
.sidebar .block ul.menu li li a {
  padding-left: 20px;
}

.sidebar .block ul.menu li li li a {
  padding-left: 40px;
}

.sidebar .block ul.menu li a {
  border-bottom: 1px solid #727062;
}

.sidebar .block ul.menu li.last a {
  border-bottom: 0px;
}

.sidebar .block ul.menu li a:hover {
  color: #008EBB;
}

/* =============================================================================
 *   Footer region menus
 * ========================================================================== */
#footer ul.menu {
  list-style-type: none;
  list-style-image: none;
  width: 100%;
  text-align: center;
}

#footer ul.menu li {
  list-style-type: none;
  list-style-image: none; 
  display: inline-block;
  padding: 0px 10px;
  border-right: 1px solid #ccc;
}


#footer ul.menu li.last {
  border-right: 0px;
}



/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 0;
  padding-top: 10px;
  font-size: 90%;
}

.breadcrumb-wrapper {
  margin-left: 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
 *  Field Styling
 * ========================================================================== */

.node .field {
  margin-bottom: 10px;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
  margin-top: 0
}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * General
 */
.block {
  margin-bottom: 10px;
}

h2.block-title {
  margin: 0;
  padding: 5px 10px;
  line-height:1.3em;
  font-size: 120%;
  font-weight: normal; 
}

.block-content {
   margin: 0;
   padding: 0 5px 10px 5px;
}

.block-content ul,
.block-content ol {
  padding: 0 0 0 0px;
  margin: 5px 0;
}

.block-content li {
  margin: 0;
  padding: 0 0 .3em 0;
}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node .node-title {
  margin: 0;
}

.node ul.links.inline {
   padding: 5px 10px;
  border-radius: 3px;
}

.node ul.links.inline li {
   font-size: 90%;
   padding-right: 15px;
}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

form input.form-submit {
  background-color: #CCC;
  border: 0px;
  color: #555;
  padding: .4em 1em;
  font-weight: bold;
  font-size: 1em;
  border-radius: 5px;
  margin-right: 10px;
}

form input.form-submit:hover {
  background-image: none;
  background-color: #BBB;
}

/* Typography, background, borders, padding for form fields */
.form-item input,
.form-item select,
.form-item textarea {
  padding: 1px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #555;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody tr {
  border-top: 1px solid #ccc;
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;

}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin: 0px 0px 0px 0px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Unpublished nodes
 */

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
 *   BOOKS
 * ========================================================================== */

body .book-navigation .page-links {
  margin: 10px 0;
  clear: both;
  border: 1px solid #ddd;
  border-left: 0px;
  border-right: 0px;
  padding: 5px;
}

.book-navigation a.page-next,
.book-navigation a.page-previous {
    border-radius: 7px;
    background-color: #D9D9D9;
    border: 1px solid #A6A6A6;
    display: block;
    font-weight: bold;
    font-size: 100%;
    padding: 3px 12px;
    width: auto;
    color: #006286;
}

.book-navigation a.page-next:hover,
.book-navigation a.page-previous:hover {
  background-color: #006286;
  border: 1px solid #006286;
  text-decoration: none;
  color: #fff;
}

 
/* =============================================================================
 *   Views, general
 * ========================================================================== */

.view-display-id-page .views-row {
  margin-bottom: 15px;
}

.view-display-id-block .views-row {
  margin-bottom: 10px;
}

/* =============================================================================
 *   Views, custom
 * ========================================================================== */

/* Resource lists */
#block-system-main .view-id-resource_list .views-row {
  margin-bottom: 20px;
}

#block-system-main .view-id-resource_list .views-row .resource-file,
#block-system-main .view-id-resource_list .views-row .resource-link,
#block-system-main .view-id-resource_list .views-row .resource-desc {
  margin: 0 0 5px 10px;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
  box-shadow: 0 2px 3px #000000;
}


/* Hide contextual links in dropdown */
nav#rm-removed .contextual-links-wrapper {
  display: none;
}


/* MISC */

/*hide user menu block title */
#block-system-user-menu h2.block-title {
    display: none;
}

/* =============================================================================
 *   Link icons
 * ========================================================================== */
ul.links.inline,
#content ul.links.inline {
  padding-left: 0;
}

ul.links.inline li,
.node ul.links.inline li {
  display: inline-block;
  height: 24px;
  font-size: 100%;
  margin-right: 15px;
}

ul.links.inline li a {
  line-height: 24px;
}

ul.links li.comment-add {
  padding-left: 26px;
  background: url('images/add.png') center left no-repeat;
  height: 28px;
  text-transform: lowercase;
}

ul.links li.comment-delete {
  padding-left: 26px;
  background: url('images/delete.png') center left no-repeat;
  height: 28px;
}

ul.links li.comment-edit {
  padding-left: 24px;
  background: url('images/edit.png') center left no-repeat;
  height: 28px;
}

ul.links li.comment-reply {
  padding-left: 26px;
  background: url('images/reply.png') center left no-repeat;
  height: 28px;
}


/* =============================================================================
 *   OG
 * ========================================================================== */
.views-field-comment-count {
  display: block;
  float: left;
  margin-right: 15px;
  height: 28px;
  padding-left: 26px;
  background: url('images/comment.png') center left no-repeat;
  height: 28px;
  padding-top: 2px;
}

#block-views-group-discussions-block-1 .view-content {
  margin: 10px 15px 0 15px;
}

#block-views-group-discussions-block-1 .more-link {
  margin: 0 15px 0 0;
  padding-bottom: 10px;
}

.view-group-discussions .views-field-field-discussion-topic {
  margin: 5px 0 10px 0;
}

.view-group-discussions .views-field-title {
  font-size: 100%;
}

.view-group-discussions.view-display-id-page_1 .views-field-title {
  font-size: 115%;
}


.view-group-resources .views-row,
.view-group-discussions .views-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.view-group-resources .views-row-last,
.view-group-discussions .views-row-last {
  border-bottom: 0px;
}

.field-name-og-group-ref {
  font-size: 85%;
}

.field-name-og-group-ref h2 {
  font-size: 100%;
  color: #555;
}

#block-views-group-resources-block-1 .views-field-field-description {
  font-size: 95%;
}

#block-views-group-resources-block-1 .views-field-title strong {

}

#block-views-group-resources-block-1 .views-field-field-resource-file {
  font-size: 95%;
}



/* =============================================================================
 *  Comments
 * ========================================================================== */

#comments h2.comment-title {
  color: #555;
  background-color: #eee;
  padding: 3px 10px;
  font-size: 100%;
}

#comments .comment {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #eee;
}

#comments .submitted {
  font-size: 80%;
}

/* =============================================================================
 *  Book pages
 * ========================================================================== */

body.node-type-book h1#page-title {
  display: none;
}

body.node-type-book .field-name-field-full-title {
    color: #006286;
    font-size: 1.7em;
    font-weight: bold;
    margin: 15px 0;
}

/* Hide parts of page for special type */

body.activity-page #breadcrumb,
body.activity-page #header,
body.activity-page #menu-bar,
body.activity-page #messages,
body.activity-page #footer,
body.activity-page .book-nav-top,
body.activity-page ul.links li.book_printer,
body.activity-page #columns .sidebar {
  display: none;
}

body.activity-page #page-wrapper .content-inner {
  margin-left: 0;
  margin-right: 0;
}

/* =============================================================================
 *   Resource search
 * ========================================================================== */

.view-resources .views-field-title {
font-size: 120%;
font-weight: bold;
margin-top: 20px;
margin-left: -15px;
}

.view-id-resources {
  margin-top: -15px;
}

.view-id-resources .views-field {
  margin-bottom: 3px;
}

.view-id-resources .views-row {
  margin-left: 15px;
}

#views-exposed-form-resources-page .form-item input {
  max-width: 90%;
  width: 150px;
  height: 24px;
}

#views-exposed-form-resources-page .views-exposed-widget .form-submit {
    margin-top: 0px;
}

body.page-node-144 h2,
body.page-node-144 #block-views-exp-resources-page h2.block-title {
  color: #444;
  padding: 0;
  margin: 0px 0 5px 0;
  font-size: 160%;
  font-weight: bold;
}

body.page-node-144 #block-views-exp-resources-page,
body.page-node-144 .region-content-aside {
  border: 2px solid #ddd;
  border-radius: 15px;
  padding: 15px 25px;
}

body.page-node-144 .region-content-aside {
  margin: 0 20px;
  padding: 15px;
}

body.page-node-144 .region-content-aside .block-views {
  width: 30%;
  float: left;
  margin-right: 3%;
}

body.page-node-144 .region-content-aside .block-views h2 {
  font-size: 120%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin: 0 0 10px 10px;
}

.page-resource-search #block-views-exp-resources-page h2 {
  color: #444;
  font-size: 110%;
  margin: 0;
  padding: 0;
}

.page-resource-search .view-header {
  clear: left;
  padding-top: 15px;
}

form .views-submit-button input {
  background-color: #ddd;
  font-weight: normal;
  padding: 6px 15px;
  border-radius: 7px;
  margin-left: -10px;
}

.page-resources #content {
 margin-top: 0;
 padding-top: 0;
}

.page-resources h3 {
  font-size: 140%;
}

/* =============================================================================
 *   Misc from Jonathan
 * ========================================================================== */

p, td, li {line-height:1.3em;}


/* =============================================================================
 *   Custom div styles
 * ========================================================================== */

.highlight-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 15px 0;
}

.highlight-box h2 {
  font-size: 1.5em;
  font-family: Tahoma, Arial, Helvetica, san-serif;
  margin-top: 0;
  font-weight: normal;
  color: #444;
}

.hl-gray {
  background-color: #E3E3DF;
  border-color: #727062;
}

.hl-gray h2 {
  color: #727062;
}

.hl-turquoise {
  background-color: #BEEFFF;
  border-color: #008EBB;
}

.hl-turquoise h2 {
  color: #008EBB;
}

.hl-teal {
  background-color: #1DC2FF;
  border-color: #006286;
}

.hl-teal h2 {
  color: #006286;
}

.hl-purple {
  background-color: #E5E4F1;
  border-color: #7E7AB8;
}

.hl-purple h2 {
  color: #7E7AB8;
}

.hl-green {
  background-color: #E9F3E3;
  border-color: #6AA444;
}

.hl-green h2 {
  color: #6AA444;
}

.hl-tan {
  background-color: #E3E0C3;
  border-color: #908943;
}

.hl-tan h2 {
  color: #908943;
}

.hl-orange {
  background-color: #FBE5D6;
  border-color: #ED7D31;
}

.hl-orange h2 {
  color: #ED7D31;
}

.hl-yellow {
  background-color: #FCF4D5;
  border-color: #C8A00E;
}

.hl-yellow h2 {
  color: #C8A00E;
}


.block-quote {
  border-bottom: 40px solid #008EBB;
  background: url('images/quotes.png') top left no-repeat;
  padding: 55px 15px 5px 15px;
  margin-bottom: 15px;
  font-style: italic;
}


/* Block and Div styles */

.block-orange {
  background-color: #FBE5D6;
  border-radius: 5px;
  margin: 15px 0;
}

.block.block-green,
.block-green {
  background-color: #E9F3E3;
  border-radius: 5px;
  margin: 15px 0;
}

.block.block-purple,
.block-purple {
  background-color: #E5E4F1;
  border-radius: 5px;
  margin: 15px 0;
}

.block.block-blue,
.block-blue {
  background-color: #BDEFFF;
  border-radius: 5px;
  margin: 15px 0;
}

.block-basic h2,
.block-orange h2,
.block.block-blue h2.block-title,
.block-blue h2,
.block.block-green h2.block-title,
.block-green h2,
.block.block-purple h2.block-title,
.block-purple h2 {
  font-size: 1.3em;
  font-family: Tahoma, Arial, Helvetica, san-serif;
  margin: 0;
  font-weight: normal;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-align: left;
  padding: 10px;
}

.block-blue p,
.block-basic p,
.block-orange p,
.block-green p,
.block-purple p {
  margin: 0;
  padding: 15px;
}

.block-basic ul,
.block-blue ul,
.block-orange ul,
.block-green ul,
.block-purple ul,
.block-basic ol,
.block-orange ol,
.block-green ol,
.block-purple ol {
  margin: 0 20px;
}

.block.block-basic p,
.block.block-orange p,
.block.block-blue p,
.block.block-green p,
.block.block-purple p {
  margin: 0 0 10px 0;
  padding: 0;
}

.block-orange h2 {
 background-color: #C55A11;
}

.block-green h2,
.block.block-green h2.block-title {
 background-color: #6AA444;
}

.block-purple h2,
.block.block-purple h2.block-title {
 background-color: #7E7AB8;
}

.block-blue h2,
.block.block-blue h2.block-title {
 background-color: #008EBD;
}

.block.block-basic,
.block-basic {
  background-color: #fff;
  border: 1px solid #494949;
  border-radius: 5px;
  margin: 15px 0;
  border-radius: 0;
}


.block-basic h2,
.block.block-basic h2.block-title {
 background-color: #fff;
 color: #494949;
 border-bottom: 1px solid #494949;
 border-radius: 0;
}


/*
 * Media queries
 */
@media only screen and (max-width: 900px) {

body.page-node-144 .region-content-aside .block-views {
    float: none;
    margin-right: 0;
    width: 250px;
    max-width: 90%;
}

}

@media only screen and (max-width: 620px) {

body.page-node-144 #block-views-exp-resources-page{
    max-width: 85%;
}

}






