/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* footer set up */
.rl-footer-info {
  font-size: small;
}
ul.rl-footer-info, li.rl-footer-info {
  display: inline;
}
/* logo and header set up */
/*.top-logo img {
    width: 350px;
}*/
.top-logo img {
  width: auto !important;
  /* Forces the width to scale proportionally based on height */
  max-width: none !important;
  /* Ensures the image isn't restricted by a container's max-width, if one is causing issues */
  height: auto;
  /* Good practice, though 'max-height' from the particle should handle the vertical size */
}
.top-ritchie-logo img {
  position: relative;
  /*top: -18px;*/
  width: auto !important;
  /* Forces the width to scale proportionally based on height */
  max-width: none !important;
  /* Ensures the image isn't restricted by a container's max-width, if one is causing issues */
  height: auto;
  /* Good practice, though 'max-height' from the particle should handle the vertical size */
}
div.reduce_padding {
  margin: 0rem;
  padding: 0rem;
}
#branding-1279-particle, #branding-9152-particle {
  /*  margin: 1.8rem 1.0rem 1.0rem 0.5rem; */
  padding: 2.75rem 0 0 0.5rem;
  margin-top: 0;
  /*  margin-bottom: 1.0rem; */
  font-size: 1.4rem;
  text-align: center;
}
#logo-7861-particle, #logo-5127-particle, #logo-9287-particle, #logo-9825-particle {
  margin: 0rem;
  padding: 0rem;
  margin-top: 0.5rem;
  text-align: center;
}
/*
#logo-9475-particle, #logo-9919-particle{
  margin: 0rem;
  padding: 0rem;
  text-align: center;
}*/
#logo-9475-particle img, #logo-9919-particle img {
  /* Ensure the image is a block element for margin: auto to work */
  display: **block !important**;
  /* Clear any existing float property from the template */
  float: **none !important**;
  /* Set the width to its natural size (or less than 100%) so there's space to center */
  width: **auto !important**;
  /* Apply the centering rule */
  margin: **0 auto !important**;
}
/* Set menu items to always be over slideshow and other elements */
section#g-navigation {
  z-index: 999 !important;
  position: relative !important;
}
/* footer details */
.footer-rlab {
  background-color: coral;
}
/*# sourceMappingURL=custom_25.css.map */