﻿/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.c-stacked-pods {
  text-align: center;
  margin: 0 auto; }
  .c-stacked-pods .stacked-pods-heading {
    color: #a18f5b;
    text-transform: uppercase; }
  .c-stacked-pods .stacked-button-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 0 80px;
    width: 100%; }
  .c-stacked-pods .stacked-intro {
    max-width: 800px;
    margin: 0 auto;
    position: relative; }
    .c-stacked-pods .stacked-intro h1, .c-stacked-pods .stacked-intro h1 span,
    .c-stacked-pods .stacked-intro h2, .c-stacked-pods .stacked-intro h2 span,
    .c-stacked-pods .stacked-intro h3, .c-stacked-pods .stacked-intro h3 span {
      font-family: "Montserrat" !important;
      font-weight: bold; }
  .c-stacked-pods .btn-container {
    margin-top: 60px;
    display: flex;
    justify-content: center; }
  .c-stacked-pods .text-image-header {
    height: 350px;
    position: relative;
    padding: 2.5rem;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    font-size: 36px; }
  .c-stacked-pods .text-image-header-content {
    position: relative;
    z-index: 2;
    color: #fff;
    height: 100%; }
  .c-stacked-pods .text-image-body {
    background: white;
    padding: 40px;
    /* min-height: 350px;*/ }
  .c-stacked-pods .odd > div, .c-stacked-pods .even > div {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .c-stacked-pods .odd > div, .c-stacked-pods .event > div {
    align-items: center; }
  @media (min-width: 768px) {
    .c-stacked-pods .odd {
      margin-right: 15px; }
    .c-stacked-pods .even {
      margin-left: 15px; }
    .c-stacked-pods .offset {
      padding-top: 100px; }
    .c-stacked-pods .odd > div {
      align-items: flex-end;
      width: auto; }
    .c-stacked-pods .even > div {
      align-items: flex-start;
      width: auto; } }
  @media (min-width: 1200px) {
    .c-stacked-pods {
      margin: 0 auto 150px; }
      .c-stacked-pods .stacked-button-container {
        min-height: 650px; }
      .c-stacked-pods .stacked-container {
        padding-top: 160px; }
      .c-stacked-pods .stacked-intro {
        margin: 0 auto 40px; }
        .c-stacked-pods .stacked-intro:after {
          position: absolute;
          width: 2px;
          height: 80px;
          display: block;
          content: ' ';
          top: calc(100% + 55px);
          left: 50%;
          transform: translateX(50%);
          background-color: #a18f5b; }
      .c-stacked-pods .text-image-header {
        height: 532px; } }
