/* 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
 */

#g-header:before {
  background: none;
}
#g-header * {
  text-shadow: 2px 2px 18px rgba(0, 0, 0, 0.79), 2px 2px 20px rgba(0, 0, 0, 0.96);
}
.g-grid {
  padding: 1rem 0 !important;
}
.g-content, .g-grid, .platform-content {
  padding: 0;
  margin: 0;
}
.item-image {
  padding: 0;
  margin: 0;
  max-width: 600px;
}
.left {
  float: left;
}
.article-image-left, .com-content-article .left {
  float: left !important;
  margin: 0.5rem 2rem 1rem 0;
  max-width: 300px;
}
.article-image-right, .com-contact__thumbnail {
  float: right;
  margin: 0.5rem 0 1rem 2rem;
  max-width: 300px;
}
.com-contact__thumbnail {
  float: right;
  margin: 0.5rem 0 1rem 2rem;
  max-width: 50%;
}
.com-contact__thumbnail:after {
  content: "";
  clear: both;
}
.article-image-right50 {
  float: right;
  margin: 0.5rem 0 1rem 2rem;
  max-width: 50%;
}
#g-intro {
  background-color: antiquewhite;
}
.timeline {
  padding-right: 1rem;
  margin: -0.9rem;
  padding-top: 0;
}
.timeline-year {
  text-align: right;
  font-size: 2rem;
}
.timeline-text {
  text-align: right;
  /*    border-right: silver 2px dotted;
    padding-right: 1rem;*/
  padding-left: 1rem;
}
.bookgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.btn-primary {
  cursor: pointer;
  padding: 0.4rem;
}
.yellow-box-left {
  background-color: antiquewhite;
  padding: 2rem;
}
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}
.story-menu *, .story-menu {
  padding-left: 0px;
  padding-top: 0px;
  margin-left: 0px;
  margin-top: 0px;
  display: block;
  font-size: 1.2rem;
}
.data-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.data-grid-container .description {
  grid-column: 1 / -1;
}
/*# sourceMappingURL=custom_12.css.map */