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

/* 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
 */
/* Blue Banner */
.g-touch-toggle {
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: relative;
  top: 10px;
  background-color: #02659e;
  padding: 5px 0px;
}
.g-touch-toggle a {
  color: #ffffff;
}
.g-touch-toggle a:hover {
  color: #ffffff;
}
/* Custom Button styles */
.btn-light .button {
  padding: 1rem 1.5rem;
  background-color: #fff;
  color: #2D6E55;
  border: 2px solid #2D6E55;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-light .button:hover {
  background-color: #2D6E55;
  color: #ffffff;
}
/* List images - Shrink to fit - no longer used */
body .g-content-pro.style1 .g-content-pro-image, body .g-content-pro-slider.style1 .g-content-pro-image, body .g-content-pro-slideset.style1 .g-content-pro-image {
  position: relative;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-color: #ededed;
}
/* Logo Positioning, Size and Padding  */
.g-logo img {
  width: auto;
  max-height: 80px;
}
/* Main Menus + Dropdowns  */
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 36px 24px;
}
#g-header .g-main-nav .g-dropdown .g-menu-item-container {
  padding: 20px 24px;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  top: 22px;
}
/* Unite slider font */
.tp-caption.insightfx-title-colored, .insightfx-title-colored {
  font-family: calistoga;
}
.tp-caption.insightfx-title-light, .insightfx-title-light {
  font-family: calistoga;
}
/* Event and Historic Timeline List styles */
.max-wrapper {
  max-width: 800px;
  margin: auto;
}
.line-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.line-title h3 {
  width: 150px;
}
.line-title p {
  width: 100%;
}
.event_item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.event_item h4 {
  width: 150px;
}
.event_details {
  display: flex;
  flex-direction: column;
  Width: 100%;
}
.event_details h3 {
  font-size: 1.3rem;
  margin: 0px;
  width: 100%;
}
.event_details p {
  margin: 0 0 1.5rem 0;
}
.event_details a {
  font-weight: bold;
}
/* Feedback styling  */
.g-user-company a {
  font-weight: bold;
}
/* Sub-page links styles */
.sub-page {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.sub-page div {
  margin: 5px 5px;
}
.sub-page span {
  margin-right: 8px;
}
.sub-page a.button {
  background-color: transparent;
  border: 1px solid #2D6E55;
  color: #2D6E55;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.sub-page a.button:hover {
  background-color: #2D6E55;
  color: #ffffff;
}
/* Blog page */
.g-article-header {
  padding: 0;
}
/* Pictures Tabs */
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 8px 16px;
}
.page-tab {
  display: flex;
  justify-content: left;
  margin: 0 0 2rem 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
}
.page-tab div {
  display: flex;
}
.page-tab a {
  background-color: transparent;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-radius: 0;
  font-family: "Calistoga";
  font-size: 1.2rem;
  margin: 0 !important;
  color: #101828;
  text-shadow: none;
  padding: 1.5rem 2rem !important;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  transition: background, 0.2s;
}
.page-tab a:hover {
  background-color: #ffffff;
  color: #2d6e55;
}
a.tab-active {
  background-color: #ffffff;
  color: #2d6e55;
  font-weight: bold;
  border-top: 2px solid;
}
.g-portfolio-tooltip {
  display: none !important;
}
/** Features particle **/
.g-features-particle-title h3:hover {
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  transition: background, 0.2s;
  color: #2D6E55 !important;
}
/* Small desktop */
@media (max-width: 1199px) {
  #g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 36px 16px;
  }
}
/* Tablet */
@media (max-width: 959px) {
  .g-offcanvas-toggle {
    top: 22px;
  }
  .g-logo img {
    max-height: 55px;
  }
  .itemid-412 .g-main-feature .image-block {
    display: block !important;
  }
}
/* MOBILE */
@media (max-width: 30rem) {
  body .g-page-title-inner {
    margin-bottom: 0;
  }
  div.sub-page {
    flex-direction: row;
    margin-top: 0.5rem;
    padding: 0.4rem 0rem;
  }
  section.border-bottom {
    Padding: 0px !important;
  }
  .page-tab a {
    padding: 1rem !important;
    font-size: 1rem;
  }
  .sub-page a.button {
    font-size: 0.83rem;
    padding: 0.5rem 0.5rem;
  }
  .sub-page span {
    margin-right: 0;
    display: block;
  }
}
/*# sourceMappingURL=custom_26.css.map */