/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
  color: #4e4f51; }

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff; }

/*
 * Header
 */
#header {
  background: url(../images/header-bg.png) left top no-repeat; }

#logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0; }

#logo img {
  vertical-align: bottom; }

h1#site-name,
div#site-name {
  margin: 35px 0 8px 19px;
  font-size: 2em;
  line-height: 1.5em; }

#site-name a {
  display: block;
  width: 301px;
  height: 71px;
  background: url(../images/logo.png) no-repeat; }
  #site-name a span {
    visibility: hidden; }

.region-header {
  clear: both;
  /* Clear the logo */ }

/*
 * Main (container for everything else)
 */
/*
 * Content
 */
.breadcrumb {
  padding-bottom: 0;
  /* Undo system.css */ }

h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  margin: 0; }

tr.even {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */ }

tr.odd {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */ }

.panels-flexible-row .panels-flexible-row-inside {
  padding-bottom: 300px; }

.panels-flexible-row.row-media .panels-flexible-row-inside {
  padding-bottom: 350px; }

.panels-flexible-row.row-contact .panels-flexible-row-inside {
  padding-bottom: 0; }

.panels-flexible-row .pane-block.content h2.pane-title, .panels-flexible-row .pane-views-panes h2.pane-title, .panels-flexible-row .view-content h3 {
  margin-left: -16px;
  padding-left: 38px;
  background: url(../images/h1-bullets.png) no-repeat; }
.panels-flexible-row.row-vision .pane-block.content h2.pane-title, .panels-flexible-row.row-vision .view-content h3 {
  background-position: left -83px; }
.panels-flexible-row.row-team .pane-block.content h2.pane-title, .panels-flexible-row.row-team .view-content h3 {
  background-position: left -166px; }
.panels-flexible-row.row-partners .pane-block.content h2.pane-title, .panels-flexible-row.row-partners .view-content h3 {
  background-position: left -248px; }
.panels-flexible-row.row-media .pane-block.content h2.pane-title, .panels-flexible-row.row-media .pane-views-panes h2.pane-title, .panels-flexible-row.row-media .view-content h3 {
  background-position: left -331px; }

.not-logged-in .messages.error, .not-logged-in .messages.warning {
  display: none; }

div.messages {
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */ }

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

div.warning,
tr.warning {
  /* border: 1px solid #f0c020; */
  /* Drupal core uses: 1px solid #f0c020 */ }

.error {
  /* color: #e55; */
  /* Drupal core uses a #e55 background */ }

.warning {
  /* color: #e09010; */
  /* Drupal core uses a #e09010 background */ }

ul.links.inline {
  display: block;
  /* Let the links be inline, but the container be a block. */ }

ul.links li {
  padding: 0 1em 0 0;
  /* LTR */ }

.item-list .pager {
  padding: 0; }

.item-list .pager li {
  padding: 0 0.5em; }

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
/*
 * Footer
 */
/*
 * Page bottom
 */
