:root {
	--pe68577__theme1: #f0f0f0; /* Panel 1 BG */
	--pe68577__theme2: #b4b4b4; /* Panel 2 BG */
	--pe68577__theme3: #a5863d; /* CTA */
  	--pe68577__light: #ffffff;
	--pe68577__dark: #000000;
}

.pe68577 .fc-header__image {
	padding-bottom: 30px;
}

.pe68577 .fc-cta__button {
    background-color: var(--pe68577__theme3);
    color: var(--pe68577__light);
    border: 1px solid var(--pe68577__theme3);
}
.pe68577 .fc-cta__button:hover {
    background-color: transparent;
    color: var(--pe68577__theme3);
    border: 1px solid var(--pe68577__theme3);
}

.pe68577__panel-374001,
.pe68577__panel-374002 {
	background-color: var(--pe68577__theme1);
}

@media (min-width: 1200px) {
  .pe68577__panel-374001 {
    -ms-grid-columns: 33.33333% 66.66666%;
    grid-template-columns: 33.33333% 66.66666%;
  }
  
  .pe68577__panel-374002 {
    -ms-grid-columns: 66.66666% 33.33333%;
    grid-template-columns: 66.66666% 33.33333%;
  }
}