/*
Theme Name: TFL
Theme URI: http://localhost:8888/tfl
Author: Eve Jackson
Author URI: http://redfeatherdesign.com
Description: Custom theme for Foundational Life
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-menu, featured-images
Text Domain: tfl
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others. Testing a change
*/
/** CSS RESET **/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Transitions */
.wp-block-buttons.alignfull {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.wp-block-buttons {
  margin: 16px 0;
}

.has-accent-one-background-color .wp-block-buttons hr.wp-block-separator.has-alpha-channel-opacity {
  background: #fff;
}

.wp-block-button.wp-block-button__width-100 .wp-block-button__link {
  width: 100%;
}

.has-accent-one-background-color .wp-block-buttons .wp-block-button {
  border: 1px solid #fff;
  border-radius: 4px !important;
}

.wp-block-button .wp-block-button__link {
  border-radius: 4px !important;
  font-size: 1em;
  background: #8c1822;
  padding: 16px;
  font-family: "HelveticaNeue-CondensedBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.wp-block-button .wp-block-button__link:hover {
  background: #601117;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.wp-block-pullquote {
  margin: 16px 32px !important;
  padding: 32px !important;
}

.wp-block-pullquote cite {
  font-size: 0.8em;
  font-weight: 500;
}

.wp-block-cover {
  background-size: contain;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  align-items: center;
  margin-bottom: 16px;
}

.wp-block-group.alignfull .wp-block-group__inner-container {
  padding: 16px 32px;
}

.wp-block-group.alignfull .wp-block-group.alignwide {
  padding: 16px 32px;
}

.wp-block-group.alignfull .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
  padding: 0;
  margin: -16px 0;
}

.wp-block-cover .wp-block-cover__inner-container {
  background: rgba(225, 224, 220, 0.4);
  width: 50%;
  max-width: 683px;
  max-width: 619px;
  max-width: 776px;
  max-width: 840px;
  padding: 32px;
  grid-column: 1fr;
  grid-row: 1fr;
  color: #242424;
}

.wp-block-columns {
  gap: 32px;
  margin: 16px 0;
}

.wp-block-columns.alignwide {
  width: 100%;
  width: 100vw;
  max-width: 1366px;
}

.wp-block-columns.alignfull {
  padding: 32px;
}

.wp-block-columns.has-background {
  gap: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px;
  padding: 0;
}

.wp-block-columns.alignwide.has-background {
  gap: 32px;
  margin: 32px calc(50% - 683px + 64px);
  max-width: 1238px;
  width: 100vw;
  padding: 32px;
}

.wp-block-columns .wp-block-column {
  padding: 32px 0;
}

.wp-block-columns.no-padding .wp-block-column {
  padding: 0;
}

.wp-block-columns.no-margin {
  margin: 0;
}

.wp-block-columns.border-radius .wp-block-column {
  border-radius: 24px;
}

.wp-block-columns.border-radius .wp-block-column img {
  border-radius: 24px;
}

.wp-block-columns .wp-block-column.has-background {
  padding: 0 32px;
}

.wp-block-columns .wp-block-column.has-background.no-padding {
  padding: 0 32px;
  padding: 0;
}

.wp-block-media-text {
  padding: 0;
  border-radius: 24px;
}

.wp-block-media-text img {
  border-radius: 24px 0 0 24px !important;
}

.wp-block-media-text.has-media-on-the-right img {
  border-radius: 0 24px 24px 0 !important;
}

.wp-block-media-text.has-background {
  margin-top: 32px;
  margin-bottom: 32px;
}

.wp-block-media-text.alignwide.has-background {
  padding: 0;
  margin: 0 calc(50% - 683px + 32px);
  max-width: 1302px;
  width: calc(100vw - 64px);
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 16px 32px !important;
}

.wp-block-table.is-style-stripes table {
  border-collapse: collapse;
}

.wp-block-table.is-style-stripes table td {
  border: 1px solid #a4a4a4;
}

.wp-block-table.is-style-stripes table td:nth-child(2),
.wp-block-table.is-style-stripes table td:nth-child(3),
.wp-block-table.is-style-stripes table td:nth-child(4),
.wp-block-table.is-style-stripes table td:nth-child(5) {
  text-align: center;
}

.wp-block-table.is-style-stripes table tr:last-child td:last-child,
.wp-block-table.is-style-stripes table tr:last-child td:first-child,
.wp-block-table.is-style-stripes table tr:first-child td:last-child,
.wp-block-table.is-style-stripes table tr:first-child td:first-child {
  border: none;
  width: 40%;
  max-width: 40%;
  background: #fff;
}

.wp-block-details {
  margin: 2px 0;
  border: 1px solid #f2f2f2;
}

.wp-block-details p {
  padding: 16px 32px;
}

.wp-block-image.is-style-rounded img {
  border-radius: 24px;
}

.wp-block-details summary {
  background: #8c1822;
  padding: 16px 32px;
  font-weight: bold;
  color: #fff;
}

.footer .wp-block-columns {
  padding: 0;
}

.footer .wp-block-columns .wp-block-column {
  padding: 0;
}

body {
  background: #242424;
}

#wrapper {
  margin-top: 120px;
}

body.logged-in #wrapper {
  margin-top: 160px;
}

#wrap {
  background: #fff;
}

body.home #wrap {
  padding-top: 32px;
}

/* Widths */
.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignfull .alignfull {
  padding: 0 32px;
  width: calc(100% - 64px);
  max-width: calc(100% - 64px);
}

.alignwide {
  margin: 0 calc(50% - 683px);
  padding: 0 32px;
  max-width: 1302px;
  width: 100vw;
}

body.home .alignwide {
  margin: 0 calc(50% - 768px) !important;
  max-width: 1472px !important;
  padding: 0 32px;
  width: 100vw;
}

/*.alignnormal { // NOTE: use if we can figure out how to get another width in default alignment
	margin: 0 calc(25% - 25vw);
  max-width:$normal;
  width:$normal;
}*/
.alignnarrow {
  padding: 0 32px;
  width: 100%;
  max-width: 683px;
  margin: 0 auto;
}

/* Alignments */
.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

figure.alignleft {
  display: block;
}

figure.alignleft {
  float: left;
}

figure.alignright {
  float: right;
}

/* Image */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

/* Backgrounds */
.has-white-background-color {
  background: #fff;
}

.has-black-background-color {
  background: #242424;
}

.has-base-light-background-color {
  background: #f2f2f2;
}

.has-base-background-color {
  background: #a4a4a4;
}

.has-base-dark-background-color {
  background: #424242;
}

.has-accent-one-background-color {
  background: #8c1822;
}

.has-accent-two-background-color {
  background: #726D47;
}

.has-white-border-color {
  border: 1px solid #fff;
}

/* Borders */
.has-white-border-color {
  border: 1px solid #fff;
}

.has-black-border-color {
  border: 1px solid #242424;
}

.has-base-border-color {
  border: 1px solid #a4a4a4;
}

.has-base-light-border-color {
  border: 2px solid #f2f2f2;
}

.has-base-dark-border-color {
  border: 2px solid #424242;
}

.has-accent-one-color {
  border: 2px solid #8c1822;
}

.wrapper {
  width: 100%;
  height: 100%;
}

#header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: rgba(242, 242, 242, 0.8);
  background: #a4a4a4;
  height: auto;
  padding: 0;
  height: auto;
  z-index: 8;
}

#header {
  height: 120px;
  padding: 0 32px;
}

#logo {
  width: calc(100% - 64px);
  text-align: center;
  margin: 0 auto;
}

#buttons {
  flex: 0 0 33%;
}

#logo img {
  max-height: 100px;
  height: calc(100% - 10px);
  width: auto;
  margin-top: 10px;
}

/*** Introduction ***/
.introduction p.introduction-title {
  font-size: 4em;
  padding: 0;
}

/*.introduction p {
  font-size:1.4em;
}*/
/* Content */
.content {
  padding: 0 32px;
  width: 100%;
  max-width: 776px;
  margin: 0 auto;
  text-align: center; /* NOTE: centers all content */
}

.content .entry {
  padding-bottom: 32px;
}

body.home .content {
  max-width: 960px;
}

/*body.home .content p {
  font-size:1.2em;
  text-align:center;
}*/
.content img {
  display: block;
}

/*** container - used only when there's a sidebar ***/
.container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-bottom: 32px !important;
}

.container .content {
  grid-row: 1/2;
  grid-column: 1/3;
  padding: 0;
  max-width: 100%;
}

.container .content .entry {
  margin-bottom: 16px;
  padding: 0 32px 16px;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 20%;
  gap: 32px;
  justify-content: space-between;
  border-radius: 24px;
}

.container .content .entry.even {
  background: #f2f2f2;
  border: 1px solid #a4a4a4;
}

.container .content .entry.odd {
  border: 1px solid #a4a4a4;
}

.container .content .entry .entry-left {
  grid-row: 1/2;
  grid-column: 1/2;
}

.container .content .entry .entry-right {
  grid-row: 1/2;
  grid-column: 2/3;
  padding: 16px 0;
  align-self: center;
}

.prev-next-navigation {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  padding: 8px 0 32px;
}

.prev-next-navigation .prev-nav {
  grid-row: 1/2;
  grid-column: 1/2;
  justify-self: start;
}

.prev-next-navigation .next-nav {
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: end;
}

.sidebar {
  font-size: 0.85em;
}

.container .sidebar {
  padding: 24px 0 0;
  width: 100%;
  max-width: 683px;
  grid-row: 1/2;
  grid-column: 3/4;
}

.container .sidebar .sidebar__inner-container {
  border: 1px solid #a4a4a4;
  background: #f2f2f2;
  border-radius: 24px;
  padding: 32px 32px 16px;
  padding: 0 16px;
  margin-top: 20px;
}

.container .sidebar .sidebar__inner-container .wp-block-heading:first-child {
  background: #8c1822;
  background: #a4a4a4;
  color: #fff;
  border-radius: 24px 24px 0 0;
  margin: -16px -16px 8px -16px;
  padding: 16px 32px;
  text-align: center;
}

.container .sidebar .single-sidebar-widget {
  padding: 0 0 16px;
}

.container .sidebar .single-sidebar-widget .wp-block-heading {
  padding: 16px 0 0;
}

/* Widgets */
.widget-area {
  padding: 0;
}

/* Footer */
.footer-wrap {
  background: #242424;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.footer {
  max-width: 1302px;
  width: calc(100% - 64px);
  margin: 0 auto;
  padding: 8px 32px;
}

.footer-widget {
  padding: 0;
}

.copyright {
  width: calc(100% - 64px);
  max-width: 1366px;
  margin: 0 auto;
  padding: 32px;
  color: #fff;
}

form#searchform {
  margin-bottom: 32px;
}

form#searchform div {
  width: 100%;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 100px;
  gap: 8px;
  background: #f2f2f2;
  padding: 32px;
}

form#searchform div input#s {
  width: calc(100% - 24px);
  padding: 12px;
  grid-row: 1/2;
  grid-column: 1/2;
  border: 1px solid #a4a4a4;
  font-size: 1em;
}

form#searchform div input#searchsubmit {
  padding: 12px;
  flex: 0 0 10%;
  grid-row: 1/2;
  grid-column: 2/3;
  margin-top: 0;
}

body .gform_wrapper .gform_footer input[type=submit] {
  background: #8c1822 !important;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #601117 !important;
}

body .gform_wrapper .gform_confirmation_message {
  padding: 32px 0;
}

.wp-block-table input[type=radio]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  background-color: #bebebe;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.wp-block-table input[type=radio]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #8c1822;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

form input[type=submit] {
  border-radius: 4px !important;
  font-size: 0.9em;
  background: #8c1822;
  color: #fff;
  padding: 8px 16px;
  border: none;
  margin-top: 16px;
}

form input[type=submit]:hover {
  border-radius: 4px !important;
  font-size: 0.9em;
  background: #601117;
  color: #fff;
  padding: 8px 16px;
  border: none;
}

.col-span-2 {
  grid-row: 2/span 2;
}

/* Banner */
#banner,
#banner.has-background,
body.page #banner,
body.page #banner.has-background {
  position: relative;
  width: 100%;
  height: 100%;
  background: #242424;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

body.home #banner {
  height: 100vh;
  height: calc(100vh - 120px);
  margin-top: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}

body.home.logged-in #banner {
  height: 100vh;
  height: calc(100vh - 160px) !important;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}

body.single #banner,
body.category #banner {
  padding: 32px 0;
}

body.home #banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*body.logged-in #wpadminbar { // NOTE: see if we can remove this programmatically
  display:none;
}*/
#banner .banner-img {
  position: relative;
  margin: 0 auto;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  overflow: hidden;
  z-index: 1;
}

#banner .banner-img-squares {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
}

#banner .banner-img-squares img {
  width: 100% !important;
  height: 100%;
  object-fit: cover !important;
  grid-row: 1/9;
  grid-column: 1/13;
  grid-row: 1/5;
  grid-column: 1/9;
  z-index: 1;
}

/*#banner-inside {
  margin-top:140px;
  padding-bottom:32px;
}*/
/*#banner hr {
  width:60px;
  height:4px;
  background:$accent-one;
  border:none;
  margin:8px 0 32px;
  text-align:left;
}*/
#banner .wp-block-buttons {
  opacity: 0;
}

#banner .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 32px;
  font-size: 1.6em;
  border: 1px solid #fff;
}

#banner .grid-slides-bec {
  grid-column: 2/8;
  grid-row: 1/5;
  display: grid;
  grid-template-rows: 70% 30%;
  grid-template-columns: 1fr;
  align-content: end;
  text-align: center;
  justify-content: center;
}

#banner .grid-slides-bec-delay {
  animation-delay: 24s;
  animation-delay: 18s;
}

#banner .grid-slides-bec-bg {
  grid-row: 1/5;
  grid-column: 3/7;
  width: 100% !important;
  height: auto;
  max-width: 100% !important;
  z-index: 3;
  display: grid;
  grid-template-rows: 2fr;
  grid-template-columns: 1fr;
}

#banner .grid-slides-bec-bg img {
  opacity: 1 !important;
  height: 100%;
  max-height: 100%;
  object-fit: cover !important;
}

#banner .grid-slides-bec .grid-bec {
  grid-row: 1/2;
  grid-column: 1/2;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 180px;
  justify-content: center;
  justify-self: center;
  text-align: center;
  align-self: start;
  max-width: 1536px;
  z-index: 3;
}

#banner .grid-slides-bec .grid-bec {
  display: grid;
  text-align: center;
  grid-row: 1/2;
  grid-column: 1/2;
  justify-self: center;
  align-self: center;
  position: relative;
}

#banner .grid-slides-bec-bg-delay {
  animation-delay: 8.5s;
}

/*.bec-tagline-delay{
  animation-delay:9s !important;
}*/
.bec-subtag-delay {
  animation-delay: 10s !important;
}

/*.bec-button-delay{
  animation-delay:20s !important;
}*/
.bec-logo-delay {
  animation-delay: 11s !important;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/**
* ----------------------------------------
* animation slide-in-top
* ----------------------------------------
*/
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation: fade-in 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-slower {
  -webkit-animation: fade-in 3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/**
* ----------------------------------------
* animation fade-in
* ----------------------------------------
*/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Banner blocks */
#banner .banner-img-squares .grid-col1-row1 {
  background: #242424;
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: 2;
}

#banner .banner-img-squares .grid-col2-row1 {
  background: #242424;
  grid-row: 1/2;
  grid-column: 2/3;
  z-index: 2;
}

#banner .banner-img-squares .grid-col3-row1 {
  background: #242424;
  grid-row: 1/2;
  grid-column: 3/4;
  z-index: 2;
}

#banner .banner-img-squares .grid-col4-row1 {
  background: #242424;
  grid-row: 1/2;
  grid-column: 4/5;
  z-index: 2;
}

#banner .banner-img-squares .grid-col5-row1 {
  background: #242424;
  grid-row: 1/2;
  grid-column: 5/6;
  z-index: 2;
}

#banner .banner-img-squares .grid-col6-row1 {
  background: #242424;
  grid-row: 1/2;
  grid-column: 6/7;
  z-index: 2;
}

#banner .banner-img-squares .grid-col7-row1 {
  background: #242424;
  grid-row: 1/2;
  grid-column: 7/8;
  z-index: 2;
}

#banner .banner-img-squares .grid-col8-row1 {
  background: #242424;
  grid-row: 1/2;
  grid-column: 8/9;
  z-index: 2;
}

#banner .banner-img-squares .grid-col1-row2 {
  background: #242424;
  grid-row: 2/3;
  grid-column: 1/2;
  z-index: 2;
}

#banner .banner-img-squares .grid-col2-row2 {
  background: #242424;
  grid-row: 2/3;
  grid-column: 2/3;
  z-index: 2;
}

#banner .banner-img-squares .grid-col3-row2 {
  background: #242424;
  grid-row: 2/3;
  grid-column: 3/4;
  z-index: 2;
}

#banner .banner-img-squares .grid-col4-row2 {
  background: #242424;
  grid-row: 2/3;
  grid-column: 4/5;
  z-index: 2;
}

#banner .banner-img-squares .grid-col5-row2 {
  background: #242424;
  grid-row: 2/3;
  grid-column: 5/6;
  z-index: 2;
}

#banner .banner-img-squares .grid-col6-row2 {
  background: #242424;
  grid-row: 2/3;
  grid-column: 6/7;
  z-index: 2;
}

#banner .banner-img-squares .grid-col7-row2 {
  background: #242424;
  grid-row: 2/3;
  grid-column: 7/8;
  z-index: 2;
}

#banner .banner-img-squares .grid-col8-row2 {
  background: #242424;
  grid-row: 2/3;
  grid-column: 8/9;
  z-index: 2;
}

#banner .banner-img-squares .grid-col1-row3 {
  background: #242424;
  grid-row: 3/4;
  grid-column: 1/2;
  z-index: 2;
}

#banner .banner-img-squares .grid-col2-row3 {
  background: #242424;
  grid-row: 3/4;
  grid-column: 2/3;
  z-index: 2;
}

#banner .banner-img-squares .grid-col3-row3 {
  background: #242424;
  grid-row: 3/4;
  grid-column: 3/4;
  z-index: 2;
}

#banner .banner-img-squares .grid-col4-row3 {
  background: #242424;
  grid-row: 3/4;
  grid-column: 4/5;
  z-index: 2;
}

#banner .banner-img-squares .grid-col5-row3 {
  background: #242424;
  grid-row: 3/4;
  grid-column: 5/6;
  z-index: 2;
}

#banner .banner-img-squares .grid-col6-row3 {
  background: #242424;
  grid-row: 3/4;
  grid-column: 6/7;
  z-index: 2;
}

#banner .banner-img-squares .grid-col7-row3 {
  background: #242424;
  grid-row: 3/4;
  grid-column: 7/8;
  z-index: 2;
}

#banner .banner-img-squares .grid-col8-row3 {
  background: #242424;
  grid-row: 3/4;
  grid-column: 8/9;
  z-index: 2;
}

#banner .banner-img-squares .grid-col1-row4 {
  background: #242424;
  grid-row: 4/5;
  grid-column: 1/2;
  z-index: 2;
}

#banner .banner-img-squares .grid-col2-row4 {
  background: #242424;
  grid-row: 4/5;
  grid-column: 2/3;
  z-index: 2;
}

#banner .banner-img-squares .grid-col3-row4 {
  background: #242424;
  grid-row: 4/5;
  grid-column: 3/4;
  z-index: 2;
}

#banner .banner-img-squares .grid-col4-row4 {
  background: #242424;
  grid-row: 4/5;
  grid-column: 4/5;
  z-index: 2;
}

#banner .banner-img-squares .grid-col5-row4 {
  background: #242424;
  grid-row: 4/5;
  grid-column: 5/6;
  z-index: 2;
}

#banner .banner-img-squares .grid-col6-row4 {
  background: #242424;
  grid-row: 4/5;
  grid-column: 6/7;
  z-index: 2;
}

#banner .banner-img-squares .grid-col7-row4 {
  background: #242424;
  grid-row: 4/5;
  grid-column: 7/8;
  z-index: 2;
}

#banner .banner-img-squares .grid-col8-row4 {
  background: #242424;
  grid-row: 4/5;
  grid-column: 8/9;
  z-index: 2;
}

.slide-bottom {
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/**
* ----------------------------------------
* animation slide-bottom
* ----------------------------------------
*/
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.scale-up-ver-bottom {
  -webkit-animation: scale-up-ver-bottom 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-ver-bottom 1.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
@keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
}
.scale-up-bottom {
  -webkit-animation: scale-up-bottom 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/**
* ----------------------------------------
* animation scale-up-bottom
* ----------------------------------------
*/
@-webkit-keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
@keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
.scale-up-top {
  -webkit-animation: scale-up-top 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-top 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/**
* ----------------------------------------
* animation scale-up-top
* ----------------------------------------
*/
@-webkit-keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
@keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
/*.scale-up-center {
  -webkit-animation: scale-up-center 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
*/
/**
* ----------------------------------------
* animation scale-up-center
* ----------------------------------------
*/
/*@-webkit-keyframes scale-up-center {
0% {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
100% {
  -webkit-transform: scale(1);
  transform: scale(1);
}
}
@keyframes scale-up-center {
0% {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
100% {
  -webkit-transform: scale(1);
  transform: scale(1);
}
}*/
/*.scale-in-center {
  -webkit-animation: scale-in-center 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-center 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}*/
/**
* ----------------------------------------
* animation scale-in-center
* ----------------------------------------
*/
/*@-webkit-keyframes scale-in-center {
0% {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0.1;
}
100% {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.1;
}
}
@keyframes scale-in-center {
0% {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0.1;
}
100% {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.1;
}
}
*/
/*.fade-out {
  -webkit-animation: fade-out 2s ease-out forwards;
  animation: fade-out 2s ease-out forwards;
}*/
/**
* ----------------------------------------
* animation fade-out
* ----------------------------------------
*/
/*@-webkit-keyframes fade-out {
0% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}
@keyframes fade-out {
0% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}*/
.slide-in-top {
  -webkit-animation: slide-in-top 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/**
* ----------------------------------------
* animation slide-in-top
* ----------------------------------------
*/
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1280px);
    transform: translateY(-1280px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1280px);
    transform: translateY(-1280px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-right {
  -webkit-animation: slide-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-right 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/**
* ----------------------------------------
* animation slide-right
* ----------------------------------------
*/
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-1280%);
    transform: translateX(-1280%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-1280%);
    transform: translateX(-1280%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.tagline-delay {
  animation-delay: 6s;
}

.subtag-delay {
  animation-delay: 8s;
}

.button-delay {
  animation-delay: 10s;
}

#banner .wp-block-buttons {
  grid-row: 2/3;
  grid-column: 1/2;
  opacity: 0;
  align-self: center;
  padding: 32px 0;
}

#banner .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 32px;
  font-size: 1.4em;
}

body.home #banner img {
  height: 100%;
  width: auto;
}

/*.tagline-fadeout-delay {
  animation-delay:3s;
}*/
/*.broken-bricks-fadeout-delay {
  animation-delay:3.5s;
}*/
#banner .grid-slides-bec-bg {
  height: 100%;
  object-fit: cover !important;
  grid-row: 1/5 !important;
  grid-column: 1/9;
  width: 100% !important;
  height: auto;
  max-width: 100% !important;
  z-index: 3;
  display: grid;
  grid-template-rows: 2fr;
  grid-template-columns: 1fr;
}

#banner .grid-slides-bec-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

#banner .banner-tagline {
  padding: 16px 32px;
  color: #fff;
  color: #424242;
  z-index: 3;
  background: rgba(255, 255, 255, 0.6) !important;
  max-width: 1536px;
  max-height: 600px;
  width: auto;
  margin-bottom: 0;
  color: #f2f2f2;
  color: #242424;
  font-size: 4em;
  line-height: 1em;
  z-index: 3;
  align-self: start;
  grid-row: 1/2;
  grid-column: 1/2;
  text-align: center;
}

.tagline-fadeout-delay {
  animation-delay: 3s;
}

/*.broken-bricks-fadeout-delay {
  animation-delay:3.5s;
}*/
/*bec-tagline-delay{
  animation-delay:6s !important;
}*/
/*.bec-button-delay{
  animation-delay:10s !important;
}*/
#banner .foundations {
  width: 100%;
  width: 100vw;
  height: 100%;
  z-index: 3;
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: end !important;
  display: grid;
  grid-template-rows: repeat(3, 1fr) !important;
  grid-template-columns: repeat(14, 1fr);
  gap: 0;
  margin-bottom: 0;
  z-index: 5;
}

/** FOUNDATION BRICKS **/
#banner .foundations .foundation {
  background-size: cover !important;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

#banner .foundations .foundation p {
  color: #fff;
  font-size: 1.2em;
  align-self: center;
}

#banner .foundations .foundation-row1-brick1 {
  background: #242424 url("images/FL-brick-6b.jpg") center center no-repeat;
  grid-row: 3/4;
  grid-column: 1/3;
  background-size: 100% 100% !important;
}

#banner .foundations .foundation-row1-brick2 {
  background: #242424 url("images/FL-brick-6c.jpg") center center no-repeat;
  grid-row: 3/4;
  grid-column: 3/5;
  background-size: 100% 100% !important;
}

#banner .foundations .foundation-row1-brick3 {
  background: #242424 url("images/FL-brick-6a.jpg") center center no-repeat;
  grid-row: 3/4;
  grid-column: 5/7;
  background-size: 100% 100% !important;
}

#banner .foundations .foundation-row1-brick4 {
  background: #242424 url("images/FL-brick-6b.jpg") center center no-repeat;
  grid-row: 3/4;
  grid-column: 7/9;
  background-size: 100% 100% !important;
}

#banner .foundations .foundation-row1-brick5 {
  background: #242424 url("images/FL-brick-6c.jpg") center center no-repeat;
  grid-row: 3/4;
  grid-column: 9/11;
  background-size: 100% 100% !important;
}

#banner .foundations .foundation-row1-brick6 {
  background: #242424 url("images/FL-brick-6b.jpg") center center no-repeat;
  grid-row: 3/4;
  grid-column: 11/13;
  background-size: 100% 100% !important;
}

#banner .foundations .foundation-row1-brick7 {
  background: #242424 url("images/FL-brick-6c.jpg") center center no-repeat;
  grid-row: 3/4;
  grid-column: 13/15;
  background-size: 100% 100% !important;
}

#banner .foundations .foundation-row2-brick1 {
  background: #242424 url("images/FL-brick-6b.jpg") center center no-repeat;
  background-size: 100% 100%;
  grid-row: 2/3;
  grid-column: 2/4;
  grid-column: 1/2;
}

#banner .foundations .foundation-row2-brick2 {
  background: #242424 url("images/FL-brick-6c.jpg") center center no-repeat;
  background-size: 100% 100% !important;
  grid-row: 2/3;
  grid-column: 4/6;
  grid-column: 2/4;
}

#banner .foundations .foundation-row2-brick3 {
  background: #242424 url("images/FL-brick-6b.jpg") center center no-repeat;
  background-size: 100% 100% !important;
  grid-row: 2/3;
  grid-column: 6/8;
  grid-column: 4/6;
}

#banner .foundations .foundation-row2-brick4 {
  background: #242424 url("images/FL-brick-6a.jpg") center center no-repeat;
  background-size: 100% 100% !important;
  grid-row: 2/3;
  grid-column: 8/10;
  grid-column: 6/8;
}

#banner .foundations .foundation-row2-brick5 {
  background: #242424 url("images/FL-brick-6c.jpg") center center no-repeat;
  grid-row: 2/3;
  grid-column: 8/10;
  grid-column: 8/10;
  background-size: 100% 100%;
  background-size: 100% 100% !important;
}

#banner .foundations .foundation-row2-brick6 {
  background: #242424 url("images/FL-brick-6a.jpg") center center no-repeat;
  grid-row: 2/3;
  grid-column: 10/12;
  background-size: 100% 100% !important;
}

#banner .foundations .foundation-row2-brick7 {
  background: #242424 url("images/FL-brick-6b.jpg") center center no-repeat;
  grid-row: 2/3;
  grid-column: 12/14;
  background-size: 100% 100% !important;
}

#banner .foundations .foundation-row2-brick8 {
  background: #242424 url("images/FL-brick-6c.jpg") center center no-repeat;
  grid-row: 2/3;
  grid-column: 14/15;
  background-size: 100% 100% !important;
}

#banner .foundations .foundation-row3-brick1 {
  background: #242424 url("images/FL-brick-6c.jpg") center center no-repeat;
  background-size: 100% 100% !important;
  grid-row: 1/2;
  grid-column: 3/5;
  grid-column: 1/3;
}

#banner .foundations .foundation-row3-brick2 {
  background: #242424 url("images/FL-brick-6b.jpg") center center no-repeat;
  background-size: 100% 100% !important;
  grid-row: 1/2;
  grid-column: 5/7;
  grid-column: 3/5;
}

#banner .foundations .foundation-row3-brick3 {
  background: #242424 url("images/FL-brick-6a.jpg") center center no-repeat;
  background-size: 100% 100% !important;
  grid-row: 1/2;
  grid-column: 7/9;
  grid-column: 5/7;
}

#banner .foundations .foundation-row3-brick4 {
  background: #242424 url("images/FL-brick-6c.jpg") center center no-repeat;
  background-size: 100% 100% !important;
  grid-row: 1/2;
  grid-column: 7/9;
}

#banner .foundations .foundation-row3-brick5 {
  background: #242424 url("images/FL-brick-6a.jpg") center center no-repeat;
  background-size: 100% 100% !important;
  grid-row: 1/2;
  grid-column: 9/11;
}

#banner .foundations .foundation-row3-brick6 {
  background: #242424 url("images/FL-brick-6b.jpg") center center no-repeat;
  background-size: 100% 100% !important;
  grid-row: 1/2;
  grid-column: 11/13;
}

#banner .foundations .foundation-row3-brick7 {
  background: #242424 url("images/FL-brick-6c.jpg") center center no-repeat;
  background-size: 100% 100% !important;
  grid-row: 1/2;
  grid-column: 13/15;
}

/*.bec-button-delay{
  animation-delay:16s !important;
}*/
/*** new delays ***/
#banner .grid-slides-bec-bg-delay {
  animation-delay: 19s;
}

/*.bec-tagline-delay{
  animation-delay:28.5s !important;
}*/
/*.bec-button-delay{
  animation-delay:29s !important;
}*/
/* half-speed */
.grid-delay-1 {
  animation-delay: 0.5s;
  animation-delay: 2s;
}

.grid-delay-2 {
  animation-delay: 1s;
  animation-delay: 0.75s;
}

.grid-delay-3 {
  animation-delay: 1.5s;
  animation-delay: 4.3s;
}

.grid-delay-4 {
  animation-delay: 2s;
  animation-delay: 3.75s;
}

.grid-delay-5 {
  animation-delay: 2.5s;
  animation-delay: 5s;
}

.grid-delay-6 {
  animation-delay: 3s;
  animation-delay: 1.75s;
}

.grid-delay-7 {
  animation-delay: 3.5s;
  animation-delay: 0.5s;
}

.grid-delay-8 {
  animation-delay: 4s;
  animation-delay: 2.4s;
}

.grid-delay-9 {
  animation-delay: 4.5s;
  animation-delay: 2.2s;
}

.grid-delay-10 {
  animation-delay: 5s;
  animation-delay: 0.75s;
}

.grid-delay-11 {
  animation-delay: 5.5s;
  animation-delay: 2.5s;
}

.grid-delay-12 {
  animation-delay: 6s;
  animation-delay: 3.5s;
}

.grid-delay-13 {
  animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.grid-delay-14 {
  animation-delay: 7s;
  animation-delay: 5.4s;
}

.grid-delay-15 {
  animation-delay: 7.5s;
  animation-delay: 3.2s;
}

.grid-delay-16 {
  animation-delay: 8s;
  animation-delay: 3.8s;
}

.grid-delay-17 {
  animation-delay: 8.5s;
  animation-delay: 3.2s;
}

.grid-delay-18 {
  animation-delay: 9s;
  animation-delay: 2.7s;
}

.grid-delay-19 {
  animation-delay: 9.5s;
  animation-delay: 1.5s;
}

.grid-delay-20 {
  animation-delay: 10s;
  animation-delay: 6s;
}

.grid-delay-21 {
  animation-delay: 10.5s;
  animation-delay: 5.6s;
}

.grid-delay-22 {
  animation-delay: 11s;
  animation-delay: 5.8s;
}

.grid-delay-23 {
  animation-delay: 11.5s;
  animation-delay: 1s;
}

.grid-delay-24 {
  animation-delay: 12s;
  animation-delay: 1.8s;
}

.grid-delay-25 {
  animation-delay: 12.5s;
  animation-delay: 3s;
}

.grid-delay-26 {
  animation-delay: 13s;
  animation-delay: 4.8s;
}

.grid-delay-27 {
  animation-delay: 13.5s;
  animation-delay: 5.5s;
}

.grid-delay-28 {
  animation-delay: 14s;
  animation-delay: 4s;
}

.grid-delay-29 {
  animation-delay: 14.5s;
  animation-delay: 5.2s;
}

.grid-delay-30 {
  animation-delay: 15s;
  animation-delay: 5.6s;
}

.grid-delay-31 {
  animation-delay: 15.5s;
  animation-delay: 4.4s;
}

.grid-delay-32 {
  animation-delay: 15.75s;
  animation-delay: 1.25s;
}

#banner .grid-slides-bec-bg-delay {
  animation-delay: 8s;
}

#banner .foundations .foundation-row1-brick1-delay {
  animation-delay: 8.5s;
}

#banner .foundations .foundation-row1-brick2-delay {
  animation-delay: 8.75s;
}

#banner .foundations .foundation-row1-brick3-delay {
  animation-delay: 9s;
}

#banner .foundations .foundation-row1-brick4-delay {
  animation-delay: 9.5s;
}

#banner .foundations .foundation-row1-brick5-delay {
  animation-delay: 9.75s;
}

#banner .foundations .foundation-row1-brick6-delay {
  animation-delay: 10s;
}

#banner .foundations .foundation-row1-brick7-delay {
  animation-delay: 10.25s;
}

#banner .foundations .foundation-row2-brick1-delay {
  animation-delay: 10.6s;
}

#banner .foundations .foundation-row2-brick2-delay {
  animation-delay: 11s;
}

#banner .foundations .foundation-row2-brick3-delay {
  animation-delay: 11.5s;
}

#banner .foundations .foundation-row2-brick4-delay {
  animation-delay: 12s;
}

#banner .foundations .foundation-row2-brick5-delay {
  animation-delay: 12.25s;
}

#banner .foundations .foundation-row2-brick6-delay {
  animation-delay: 12.8s;
}

#banner .foundations .foundation-row2-brick7-delay {
  animation-delay: 13s;
}

#banner .foundations .foundation-row2-brick8-delay {
  animation-delay: 13.5s;
}

#banner .foundations .foundation-row3-brick1-delay {
  animation-delay: 13.75s;
}

#banner .foundations .foundation-row3-brick2-delay {
  animation-delay: 14s;
}

#banner .foundations .foundation-row3-brick3-delay {
  animation-delay: 14.25s;
}

#banner .foundations .foundation-row3-brick4-delay {
  animation-delay: 14.5s;
}

#banner .foundations .foundation-row3-brick5-delay {
  animation-delay: 14.75s;
}

#banner .foundations .foundation-row3-brick6-delay {
  animation-delay: 15s;
}

#banner .foundations .foundation-row3-brick7-delay {
  animation-delay: 15.5s;
}

.bec-tagline-delay {
  animation-delay: 15.5s !important;
}

.bec-button-delay {
  animation-delay: 16s !important;
}

.traits-graphic {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(24, 1fr);
  background: #424242;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1/1;
}

.traits-graphic .feeling {
  grid-row: 1/4;
  grid-column: 1/25;
  color: #a4a4a4;
  font-family: "HelveticaNeue-CondensedBold";
  align-self: center;
  justify-self: center;
  font-size: 3em;
  text-transform: uppercase;
  padding-top: 16px;
  opacity: 0.5;
}

.traits-graphic .thinking {
  grid-row: 22/25;
  grid-column: 1/25;
  color: #a4a4a4;
  font-family: "HelveticaNeue-CondensedBold";
  align-self: center;
  justify-self: center;
  font-size: 3em;
  text-transform: uppercase;
  padding-top: 16px;
  opacity: 0.5;
}

.traits-graphic .observing {
  grid-row: 1/25;
  grid-column: 22/25;
  color: #a4a4a4;
  font-family: "HelveticaNeue-CondensedBold";
  align-self: center;
  justify-self: center;
  font-size: 3em;
  text-transform: uppercase;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  padding-top: 16px;
  opacity: 0.5;
}

.traits-graphic .acting {
  grid-row: 1/25;
  grid-column: 1/4;
  color: #a4a4a4;
  font-family: "HelveticaNeue-CondensedBold";
  align-self: center;
  justify-self: center;
  font-size: 3em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  padding-top: 16px;
  opacity: 0.5;
}

.traits-graphic .redfl-left .independence {
  grid-row: 1/19;
  grid-column: 1/3;
  color: #a4a4a4;
  font-family: "HelveticaNeue-CondensedBold";
  align-self: center;
  justify-self: center;
  font-size: 2em;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  padding-top: 8px;
}

.traits-graphic .redfl-right .autonomy {
  grid-row: 1/19;
  grid-column: 8/10;
  color: #a4a4a4;
  font-family: "HelveticaNeue-CondensedBold";
  align-self: center;
  justify-self: center;
  font-size: 2em;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  padding-top: 8px;
}

.traits-graphic .redfl-left {
  background: #8c1822;
  grid-row: 4/22;
  grid-column: 4/13;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(18, 1fr);
  border-right: 4px solid #424242;
}

.traits-graphic .redfl-right {
  background: #8c1822;
  grid-row: 4/22;
  grid-column: 13/22;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(18, 1fr);
  border-left: 4px solid #424242;
}

.traits-graphic .red-flhead {
  background: #8c1822;
  grid-row: 1/4;
  grid-column: 20/22;
  z-index: 2;
}

.traits-graphic .red-fltail {
  background: #8c1822;
  grid-row: 22/25;
  grid-column: 4/6;
  z-index: 2;
}

.traits-graphic .redfl-left .act-with-feeling {
  grid-row: 1/3;
  grid-column: 3/10;
  color: #a4a4a4;
  font-family: "HelveticaNeue-CondensedBold";
  align-self: center;
  font-size: 1.2em;
  padding-top: 16px;
}

.traits-graphic .redfl-left .act-with-feeling-a1 {
  background: #242424;
  grid-row: 3/5;
  grid-column: 3/5;
  z-index: 3;
  border-bottom: 2px solid #424242;
  border-right: 2px solid #424242;
}

.traits-graphic .redfl-left .act-with-feeling-ab1 {
  background: #242424;
  grid-row: 3/5;
  grid-column: 5/8;
  z-index: 4;
  border-bottom: 2px solid #424242;
  border-right: 2px solid #424242;
  position: relative;
}

.traits-graphic .redfl-left .letter-a-top {
  position: absolute;
  left: -6px;
  top: 0;
  color: #a4a4a4;
  font-weight: bold;
}

.traits-graphic .redfl-left .letter-b-top {
  position: absolute;
  right: -6px;
  top: 0;
  color: #a4a4a4;
  font-weight: bold;
  z-index: 8 !important;
}

.traits-graphic .redfl-left .letter-b-top p,
.traits-graphic .redfl-left .letter-a-top p {
  padding: 0;
  line-height: 1.2;
}

.traits-graphic .redfl-left .act-with-feeling-b1 {
  background: #242424;
  grid-row: 3/5;
  grid-column: 8/10;
  z-index: 3;
  border-bottom: 2px solid #424242;
}

.traits-graphic .redfl-left .act-with-feeling-a12 {
  background: #242424;
  grid-row: 5/8;
  grid-column: 3/5;
  z-index: 3;
  border-bottom: 2px solid #424242;
  border-right: 2px solid #424242;
  position: relative;
}

.traits-graphic .redfl-left .number-1-left {
  position: absolute;
  left: 0;
  top: 0;
  color: #a4a4a4;
  font-weight: bold;
}

.traits-graphic .redfl-left .number-2-left {
  position: absolute;
  left: 0;
  bottom: -6px;
  bottom: 0;
  color: #a4a4a4;
  font-weight: bold;
  z-index: 8 !important;
}

.traits-graphic .redfl-left .number-1-left p,
.traits-graphic .redfl-left .number-2-left p {
  padding: 0 3px;
  line-height: 0;
}

.traits-graphic .redfl-left .act-with-feeling-ab12 {
  background: #242424;
  grid-row: 5/8;
  grid-column: 5/8;
  z-index: 5;
  border-bottom: 2px solid #424242;
  border-right: 2px solid #424242;
  position: relative;
}

.traits-graphic .redfl-left .act-with-feeling-score-A1 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  top: 0;
  left: 0;
  margin-top: -12px;
  margin-left: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-left .act-with-feeling-score-B1 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  top: 0;
  right: 0;
  margin-top: -12px;
  margin-right: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-left .act-with-feeling-score-A2 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  bottom: 0;
  left: 0;
  margin-bottom: -12px;
  margin-left: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-left .act-with-feeling-score-B2 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  bottom: 0;
  right: 0;
  margin-bottom: -12px;
  margin-right: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-left .act-with-feeling-b12 {
  background: #242424;
  grid-row: 5/8;
  grid-column: 8/10;
  z-index: 3;
  border-bottom: 2px solid #424242;
}

.traits-graphic .redfl-left .act-with-feeling-a2 {
  background: #242424;
  grid-row: 8/10;
  grid-column: 3/5;
  z-index: 3;
  border-bottom: 4px solid #424242;
  border-right: 2px solid #424242;
}

.traits-graphic .redfl-left .act-with-feeling-ab2 {
  background: #242424;
  grid-row: 8/10;
  grid-column: 5/8;
  z-index: 3;
  border-bottom: 4px solid #424242;
  border-right: 2px solid #424242;
}

.traits-graphic .redfl-left .act-with-feeling-b2 {
  background: #242424;
  grid-row: 8/10;
  grid-column: 8/10;
  z-index: 3;
  border-bottom: 4px solid #424242;
}

.traits-graphic .redfl-right .observe-with-feeling {
  grid-row: 1/3;
  grid-column: 1/8;
  align-self: center;
  text-align: right;
  color: #a4a4a4;
  font-family: "HelveticaNeue-CondensedBold";
  font-size: 1.2em;
  padding-top: 16px;
}

.traits-graphic .redfl-right .observe-with-feeling-c1 {
  background: #242424;
  grid-row: 3/5;
  grid-column: 3/5;
  grid-column: 1/3;
  z-index: 3;
  border-bottom: 2px solid #424242;
}

.traits-graphic .redfl-right .observe-with-feeling-cd1 {
  background: #242424;
  grid-row: 3/5;
  grid-column: 5/8;
  grid-column: 3/6;
  z-index: 4;
  border-bottom: 2px solid #424242;
  border-left: 2px solid #424242;
  position: relative;
}

.traits-graphic .redfl-right .letter-c-top {
  position: absolute;
  left: -6px;
  top: 0;
  color: #a4a4a4;
  font-weight: bold;
}

.traits-graphic .redfl-right .letter-D-top {
  position: absolute;
  right: -6px;
  top: 0;
  color: #a4a4a4;
  font-weight: bold;
  z-index: 8 !important;
}

.traits-graphic .redfl-right .letter-c-top p,
.traits-graphic .redfl-right .letter-D-top p {
  padding: 0;
  line-height: 1.2;
}

.traits-graphic .redfl-right .observe-with-feeling-D1 {
  background: #242424;
  grid-row: 3/5;
  grid-column: 6/8;
  z-index: 3;
  border-bottom: 2px solid #424242;
  border-left: 2px solid #424242;
}

.traits-graphic .redfl-right .observe-with-feeling-c12 {
  background: #242424;
  grid-row: 5/8;
  grid-column: 1/3;
  z-index: 3;
  border-bottom: 2px solid #424242;
}

.traits-graphic .redfl-right .observe-with-feeling-cd12 {
  background: #242424;
  grid-row: 5/8;
  grid-column: 3/6;
  z-index: 5;
  border-bottom: 2px solid #424242;
  border-left: 2px solid #424242;
  position: relative;
}

.traits-graphic .redfl-right .observe-with-feeling-score-C1 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  top: 0;
  left: 0;
  margin-top: -12px;
  margin-left: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-right .observe-with-feeling-score-D1 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  top: 0;
  right: 0;
  margin-top: -12px;
  margin-right: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-right .observe-with-feeling-score-C2 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  bottom: 0;
  left: 0;
  margin-bottom: -12px;
  margin-left: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-right .observe-with-feeling-score-D2 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  bottom: 0;
  right: 0;
  margin-bottom: -12px;
  margin-right: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-right .observe-with-feeling-D12 {
  background: #242424;
  grid-row: 5/8;
  grid-column: 6/8;
  z-index: 4;
  border-bottom: 2px solid #424242;
  border-left: 2px solid #424242;
  position: relative;
}

.traits-graphic .redfl-right .observe-with-feeling-D12 .number-1-right {
  position: absolute;
  right: 0;
  top: 0;
  color: #a4a4a4;
  font-weight: bold;
  background: green;
}

.traits-graphic .redfl-right .observe-with-feeling-D12 .number-2-right {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #a4a4a4;
  font-weight: bold;
}

.traits-graphic .redfl-right .observe-with-feeling-D12 .number-1-right p,
.traits-graphic .redfl-right .observe-with-feeling-D12 .number-2-right p {
  padding: 0 3px;
  line-height: 0;
}

.traits-graphic .redfl-right .observe-with-feeling-c2 {
  background: #242424;
  grid-row: 8/10;
  grid-column: 1/3;
  z-index: 3;
  border-bottom: 4px solid #424242;
}

.traits-graphic .redfl-right .observe-with-feeling-cd2 {
  background: #242424;
  grid-row: 8/10;
  grid-column: 3/6;
  z-index: 3;
  border-bottom: 4px solid #424242;
  border-left: 2px solid #424242;
}

.traits-graphic .redfl-right .observe-with-feeling-D2 {
  background: #242424;
  grid-row: 8/10;
  grid-column: 15/17;
  grid-column: 6/8;
  z-index: 3;
  border-bottom: 4px solid #424242;
  border-left: 2px solid #424242;
}

.traits-graphic .redfl-left .act-with-thought {
  grid-row: 17/19;
  grid-column: 3/10;
  align-self: center;
  color: #a4a4a4;
  font-family: "HelveticaNeue-CondensedBold";
  font-size: 1.2em;
  padding-top: 16px;
}

.traits-graphic .redfl-left .act-with-thought-a3 {
  background: #242424;
  grid-row: 10/12;
  grid-column: 3/5;
  z-index: 3;
  border-top: 4px solid #424242;
  border-right: 2px solid #424242;
}

.traits-graphic .redfl-left .act-with-thought-ab3 {
  background: #242424;
  grid-row: 10/12;
  grid-column: 5/8;
  z-index: 3;
  border-top: 4px solid #424242;
  border-right: 2px solid #424242;
}

.traits-graphic .redfl-left .act-with-thought-b3 {
  background: #242424;
  grid-row: 10/12;
  grid-column: 8/10;
  z-index: 3;
  border-top: 4px solid #424242;
}

.traits-graphic .redfl-left .act-with-thought-a34 {
  background: #242424;
  grid-row: 12/15;
  grid-column: 3/5;
  z-index: 3;
  border-top: 2px solid #424242;
  border-right: 2px solid #424242;
  position: relative;
}

.traits-graphic .redfl-left .number-3-left {
  position: absolute;
  left: 0;
  top: 0;
  color: #a4a4a4;
  font-weight: bold;
  z-index: 8 !important;
}

.traits-graphic .redfl-left .number-4-left {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #a4a4a4;
  font-weight: bold;
  z-index: 8 !important;
}

.traits-graphic .redfl-left .number-3-left p,
.traits-graphic .redfl-left .number-4-left p {
  padding: 0 3px;
  line-height: 0;
}

.traits-graphic .redfl-left .act-with-thought-ab34 {
  background: #242424;
  grid-row: 12/15;
  grid-column: 5/8;
  z-index: 5;
  border-top: 2px solid #424242;
  border-right: 2px solid #424242;
  position: relative;
}

.traits-graphic .redfl-left .act-with-thought-score-A3 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  top: 0;
  left: 0;
  margin-top: -12px;
  margin-left: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-left .act-with-thought-score-B3 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  top: 0;
  right: 0;
  margin-top: -12px;
  margin-right: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-left .act-with-thought-score-A4 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  bottom: 0;
  left: 0;
  margin-bottom: -12px;
  margin-left: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-left .act-with-thought-score-B4 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  bottom: 0;
  right: 0;
  margin-bottom: -12px;
  margin-right: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-left .act-with-thought-b34 {
  background: #242424;
  grid-row: 12/15;
  grid-column: 8/10;
  z-index: 3;
  border-top: 2px solid #424242;
}

.traits-graphic .redfl-left .act-with-thought-a4 {
  background: #242424;
  grid-row: 15/17;
  grid-column: 3/5;
  z-index: 3;
  border-top: 2px solid #424242;
  border-right: 2px solid #424242;
}

.traits-graphic .redfl-left .act-with-thought-ab4 {
  background: #242424;
  grid-row: 15/17;
  grid-column: 5/8;
  z-index: 4;
  border-top: 2px solid #424242;
  border-right: 2px solid #424242;
  position: relative;
}

.traits-graphic .redfl-left .letter-a-bottom {
  position: absolute;
  left: -6px;
  bottom: 0;
  top: auto;
  color: #a4a4a4;
  font-weight: bold;
  padding: 0;
}

.traits-graphic .redfl-left .letter-b-bottom {
  position: absolute;
  right: -6px;
  bottom: 0;
  top: auto;
  color: #a4a4a4;
  font-weight: bold;
  z-index: 8 !important;
  padding: 0;
}

.traits-graphic .redfl-left .letter-b-bottom p,
.traits-graphic .redfl-left .letter-a-bottom p {
  padding: 0;
  line-height: 1;
}

.traits-graphic .redfl-left .act-with-thought-b4 {
  background: #242424;
  grid-row: 15/17;
  grid-column: 8/10;
  z-index: 3;
  border-top: 2px solid #424242;
}

.traits-graphic .redfl-right .observe-with-thought {
  grid-row: 17/19;
  grid-column: 1/8;
  text-align: right;
  align-self: center;
  color: #a4a4a4;
  font-family: "HelveticaNeue-CondensedBold";
  font-size: 1.2em;
  padding-top: 16px;
}

.traits-graphic .redfl-right .observe-with-thought-c3 {
  background: #242424;
  grid-row: 10/12;
  grid-column: 1/3;
  z-index: 3;
  border-top: 4px solid #424242;
}

.traits-graphic .redfl-right .observe-with-thought-cd3 {
  background: #242424;
  grid-row: 10/12;
  grid-column: 3/6;
  z-index: 3;
  border-top: 4px solid #424242;
  border-left: 2px solid #424242;
}

.traits-graphic .redfl-right .observe-with-thought-D3 {
  background: #242424;
  grid-row: 10/12;
  grid-column: 6/8;
  z-index: 3;
  border-top: 4px solid #424242;
  border-left: 2px solid #424242;
}

.traits-graphic .redfl-right .observe-with-thought-c34 {
  background: #242424;
  grid-row: 12/15;
  grid-column: 10/12;
  grid-column: 1/3;
  z-index: 3;
  border-top: 2px solid #424242;
}

.traits-graphic .redfl-right .observe-with-thought-cd34 {
  background: #242424;
  grid-row: 12/15;
  grid-column: 3/6;
  z-index: 5;
  border-top: 2px solid #424242;
  border-left: 2px solid #424242;
  position: relative;
}

.traits-graphic .redfl-right .observe-with-thought-score-C3 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  top: 0;
  left: 0;
  margin-top: -12px;
  margin-left: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-right .observe-with-thought-score-D3 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  top: 0;
  right: 0;
  margin-top: -12px;
  margin-right: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-right .observe-with-thought-score-C4 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  bottom: 0;
  left: 0;
  margin-bottom: -12px;
  margin-left: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-right .observe-with-thought-score-D4 {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #8c1822;
  bottom: 0;
  right: 0;
  margin-bottom: -12px;
  margin-right: -12px;
  border-radius: 50%;
}

.traits-graphic .redfl-right .observe-with-thought-D34 {
  background: #242424;
  grid-row: 12/15;
  grid-column: 6/8;
  z-index: 4;
  border-top: 2px solid #424242;
  border-left: 2px solid #424242;
  position: relative;
}

.traits-graphic .redfl-right .number-3-right {
  position: absolute;
  right: 0;
  top: 0;
  color: #a4a4a4;
  font-weight: bold;
}

.traits-graphic .redfl-right .number-4-right {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #a4a4a4;
  font-weight: bold;
  z-index: 8 !important;
}

.traits-graphic .redfl-right .number-3-right p,
.traits-graphic .redfl-right .number-4-right p {
  padding: 0 3px;
  line-height: 0;
}

.traits-graphic .redfl-right .observe-with-thought-c4 {
  background: #242424;
  grid-row: 15/17;
  grid-column: 1/3;
  z-index: 3;
  border-top: 2px solid #424242;
}

.traits-graphic .redfl-right .observe-with-thought-cd4 {
  background: #242424;
  grid-row: 15/17;
  grid-column: 3/6;
  z-index: 4;
  border-top: 2px solid #424242;
  border-left: 2px solid #424242;
  position: relative;
}

.traits-graphic .redfl-right .letter-c-bottom {
  position: absolute;
  left: -6px;
  bottom: 0;
  top: auto;
  color: #a4a4a4;
  font-weight: bold;
  padding: 0;
}

.traits-graphic .redfl-right .letter-D-bottom {
  position: absolute;
  right: -6px;
  bottom: 0;
  top: auto;
  color: #a4a4a4;
  font-weight: bold;
  z-index: 8 !important;
  padding: 0;
}

.traits-graphic .redfl-right .letter-c-bottom p,
.traits-graphic .redfl-right .letter-D-bottom p {
  padding: 0;
  line-height: 1;
}

.traits-graphic .redfl-right .observe-with-thought-D4 {
  background: #242424;
  grid-row: 15/17;
  grid-column: 6/8;
  z-index: 3;
  border-top: 2px solid #424242;
  border-left: 2px solid #424242;
}

#membership-levels {
  display: block;
  height: 140px;
}

#membership-levels::before {
  content: "";
  display: block;
  height: 120px; /* Adjust this based on your header height */
  margin-top: -120px; /* Same negative value as above */
  visibility: hidden;
}

nav#membership ul li a:hover {
  background: #460d11;
}

.mp-form-row.mp-address-group {
  z-index: 1 !important;
}

.mepr-account-container {
  width: 100vw;
  margin: 0;
}

.mepr-account-container {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  margin-top: -32px;
  margin-bottom: -32px;
}

#mepr-account-nav {
  font-weight: bold;
}

/* content BOLD */
#mepr-account-content {
  font-weight: bold;
}

h1.mepr_page_header {
  font-weight: bold;
}

/* Sidebar text white */
#mepr-account-nav a,
mepr-account-nav a:visited,
mepr-account-nav a:active {
  color: #fff !important;
  font-weight: bold;
}

/* Active link color */
#mepr-account-nav li.active a {
  color: #fff !important;
  background-color: #8c1822;
  background: #460d11;
}

/* Sidebar base styles */
#mepr-account-nav a,
.mepr-account-nav a:visited,
.mepr-account-nav a:active {
  color: #fff !important;
  font-weight: bold !important;
}

/* Active (current page) link */
#mepr-account-nav li.active a {
  color: #fff !important;
  background-color: #8c1822 !important;
  font-weight: bold !important;
}

/* Hover state */
#mepr-account-nav a:hover {
  color: #fff !important;
  background-color: #460d11 !important;
  font-weight: bold !important;
}

.mepr-account-message.mepr-account-welcome-message {
  background: #8c1822;
  color: #fff;
  border: none;
}

/* Stretch the signup form to full width */
.mepr-signup-form.mepr-form.alignwide {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 2rem;
  box-sizing: border-box;
}

/* Ensure all child elements respect full width and containment */
.mepr-signup-form.mepr-form.alignwide,
.mepr-signup-form.mepr-form.alignwide * {
  box-sizing: border-box !important;
  overflow: visible !important;
}

.mepr-submit {
  background-color: #8c1822 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.mepr-submit:hover {
  background-color: #460d11 !important;
  color: #ffffff !important;
}

.mepr-checkout-container,
.mepr-checkout-container * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  color: #000000 !important;
}

.mp_wrapper,
.mp_wrapper * {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  color: #000000 !important;
}

.mepr-account-message.mepr-account-welcome-message,
.mepr-account-message.mepr-account-welcome-message *,
.mepr-account-message.mepr-account-welcome-message p,
.mepr-account-message.mepr-account-welcome-message span,
.mepr-account-message.mepr-account-welcome-message strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  color: #ffffff !important;
}

.mepr-submit {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  color: #ffffff !important;
}

.mepr-profile-wrapper__footer a {
  background-color: #8c1822 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  color: #ffffff !important;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 4px;
}

.mepr-profile-wrapper__footer a:hover {
  background-color: #460d11 !important;
  color: #ffffff !important;
}

.mepr-unauthorized-excerpt {
  padding-top: 64px !important;
}

.mepr-unauthorized-message {
  font-size: 2.1em;
  padding-top: 64px;
}

.mepr-login-form-wrap {
  color: #8c1822;
  text-align: center;
}

.mepr_pro_error_content {
  text-align: center;
  margin-top: -64px; /* Adjust this to control vertical spacing */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.wp-block-bbx-grid-blocks-item-detail.bbx-grid-item.has-background.has-accent-one-background-color *,
.wp-block-bbx-grid-blocks-item-detail.bbx-grid-item.has-background.has-base-dark-background-color.has-base-background-color *,
.wp-block-bbx-grid-blocks-item-detail.bbx-grid-item.has-background.has-base-background-color * {
  color: #ffffff !important;
}

.mepr-account-container {
  margin-top: 2px;
  padding-bottom: 32px;
}

#mepr-account-subscriptions-table,
#mepr-account-subscriptions-table th,
#mepr-account-subscriptions-table td {
  border: 3px solid #8c1822;
  border-collapse: collapse;
}

#mepr-account-subscriptions-table th,
#mepr-account-subscriptions-table td {
  padding: 8px;
}

.mepr-account-actions a {
  color: #8c1822 !important;
  text-decoration: underline !important;
  font-weight: bold; /* Optional: makes it bolder for visibility */
}

.mepr-account-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Optional: aligns them to the left */
  gap: 8px; /* Adds space between the stacked links */
}

.mepr-account-product,
.mepr-account-product a,
.mepr-account-product button {
  color: #8c1822 !important;
  text-decoration: underline !important;
  font-weight: bold !important;
  background: none !important;
  border: none !important;
}

#mepr-account-payments-table,
#mepr-account-payments-table th,
#mepr-account-payments-table td {
  border: 3px solid #8c1822 !important;
  border-collapse: collapse;
}

#mepr-account-payments-table th,
#mepr-account-payments-table td {
  padding: 8px;
  color: #ffffff; /* Optional: for white text */
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
}

td[data-label=Membership] a {
  color: #8c1822 !important;
  text-decoration: underline !important;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
}

.mepr-login-link a {
  font-family: "Helvetica Neue", sans-serif !important;
  font-weight: bold !important;
  color: #ffffff !important; /* Always white */
  background-color: #8c1822 !important;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

.mepr-login-link a:hover {
  background-color: #460d11 !important;
  color: #ffffff !important; /* Still white on hover */
}

#mepr-account-subscriptions-table .mepr-account-actions button.mepr-open-cancel-confirm.mepr-account-row-action.mepr-account-cancel {
  background-color: #8c1822 !important;
  color: #fff !important;
}

#mepr-account-subscriptions-table .mepr-account-actions .mepr-open-cancel-confirm.mepr-account-row-action.mepr-account-cancel:hover {
  background-color: #460d11 !important;
  color: #fff !important; /* Still white on hover */
}

#mepr-template-login {
  padding-bottom: 40px; /* Adjust as needed */
  text-align: center;
}

#mepr-template-login .mepr-login-link a {
  display: inline-block;
  margin-top: 20px; /* Optional: space above the button */
}

#mepr-template-login .mepr-login-link a {
  display: inline-block;
  margin-top: 20px;
  padding: 16px 40px;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: white;
  background-color: #8c1822;
  border: none;
  width: 60%;
  max-width: 300px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

#mepr-template-login .mepr-login-link a:hover {
  background-color: #460d11;
  color: white;
}

.wp-block-embed {
  padding: 16px 0;
}

.wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 480px;
}

#mepr-template-login {
  padding-top: 64px; /* Adjust this value as needed */
}

#mepr-template-login .submit input[type=submit],
#mepr-template-login .submit button,
#mepr-template-login .submit a {
  background-color: #8c1822 !important;
  color: white !important;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#mepr-template-login .submit input[type=submit]:hover,
#mepr-template-login .submit button:hover,
#mepr-template-login .submit a:hover {
  background-color: #460d11 !important;
  color: white !important;
}

.mp-form-row.mepr_username {
  padding-top: 32px; /* Adjust top and bottom padding as needed */
}

.mp-form-row.mepr_password {
  padding-top: 8px;
}

.mp-form-row.mepr_remember_me {
  padding-top: 8px;
}

form[name=mepr_loginform] {
  padding-top: 64px;
  padding-bottom: 16px; /* Adjust as needed */
}

.mepr-login-actions {
  padding-bottom: 64px; /* Adjust value as needed */
}

form[name=mepr_loginform] .submit {
  display: flex;
  justify-content: center;
  margin-top: 2rem; /* Adds spacing above */
}

form[name=mepr_loginform] .submit input[type=submit] {
  background-color: #8c1822; /* base color */
  color: white;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.75rem 2rem; /* makes it larger */
  font-size: 1.1rem;
  border: none;
  border-radius: 4px;
  width: 60%; /* adjust as needed */
  max-width: 300px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

form[name=mepr_loginform] .submit input[type=submit]:hover {
  background-color: #460d11; /* hover color */
}

.mepr-account-message {
  margin: 0 auto 16px;
}

#mepr-profile-details {
  margin: 0 auto;
}

.mepr-profile-details__list #mepr-profile-details dl.mepr-profile-details__list {
  text-align: center;
}

.mepr-profile-wrapper__footer {
  margin: 0 auto;
}

dl.mepr-profile-details__list dt {
  display: inline-block !important;
  text-align: center;
  margin-left: 38px;
}

body {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  color: #242424;
  font-size: 1em;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
}

strong {
  font-weight: bold;
  font-weight: 900;
}

em {
  font-style: italic;
}

.wp-block-heading {
  padding: 16px 32px;
}

h1 {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 400;
  padding: 24px 32px !important;
  position: relative;
  color: #242424;
}

.item-detail__inner h1 {
  font-weight: 600;
  text-transform: none;
}

h2 {
  color: #242424;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 600;
  position: relative;
  color: #8c1822;
  padding: 24px 32px !important;
}

h3 {
  color: #8c1822;
  color: #242424;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 100;
  padding: 24px 32px !important;
}

.wp-block-heading.has-x-large-font-size {
  font-size: 5em !important;
}

.wp-block-heading.has-large-font-size {
  font-size: 4em !important;
}

h4 {
  color: #242424;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 400;
  padding: 8px 16px;
}

h5 {
  color: #242424;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  padding: 0;
}

h6 {
  color: #242424;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 600;
}

p.banner__inside-tagline {
  color: #8c1822;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 100;
  padding: 32px 0;
  position: relative;
  color: #fff;
}

p.postmeta {
  font-size: 0.95em;
  padding: 32px 0;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer li, .footer a {
  color: #fff;
}

/*.wp-block-heading {
   // border:2px solid violet;
   // padding:16px 32px;
   padding:16px 0;
}*/
ul li {
  font-size: 0.9em;
}

.has-background.has-accent-one-background-color,
.has-background.has-accent-one-background-color .wp-block-heading,
.has-background.has-accent-one-background-color ul li,
.has-background.has-base-dark-background-color,
.has-background.has-base-dark-background-color .wp-block-heading,
.has-background.has-base-dark-background-color ul li,
.has-background.has-black-background-color,
.has-accent-one-background-color .wp-block-heading,
.has-base-dark-background-color .wp-block-heading,
.has-background.has-black-background-color .wp-block-heading,
.has-background.has-black-background-color ul li,
.has-accent-one-background-color ul li,
.has-base-dark-background-color ul li,
.has-base-dark-background-color ul,
.has-base-background-color ul li,
.has-base-dark-background-color .wp-block-separator,
.has-accent-one-background-color .wp-block-separator {
  color: #fff;
}

.wp-block-heading.has-background {
  padding: 16px 32px;
}

.wp-block-heading.alignwide.has-background {
  margin: 0 calc(50% - 651px);
  max-width: 1238px;
  padding: 16px 32px;
}

.wp-block-heading.has-black-background-color {
  color: #f2f2f2;
}

.wp-block-heading.has-base-dark-color {
  color: #424242;
}

.wp-block-heading.has-base-color {
  color: #a4a4a4 !important;
}

.wp-block-heading.has-base-light-color {
  color: #f2f2f2;
}

.wp-block-heading.alignfull {
  margin: 0 calc(50% - 50vw);
  padding: 16px 32px;
  width: calc(100vw - 64px);
  max-width: calc(100vw - 64px);
}

.wp-block-heading.alignfull.has-background {
  margin-top: 16px;
  margin-bottom: 16px;
}

.has-text-align-center {
  text-align: center;
}

p {
  line-height: 1.6em;
  padding: 8px 0;
}

a {
  color: #8c1822;
  text-decoration: none;
}

a:hover {
  color: #242424;
}

.banner .tagline {
  font-size: 3em;
}

#banner p.tagline {
  font-size: 2.8em;
  line-height: 1.2em;
  color: #242424;
}

#banner p.subtag {
  font-size: 1.2em;
  line-height: 1.6em;
  color: #242424;
}

#logo p {
  font-size: 1em;
  color: #242424;
  padding: 24px 0;
}

#logo span.sitename {
  font-size: 1.6em;
  color: #8c1822;
}

.content ul {
  padding: 16px 0;
  font-size: 1em;
  list-style-position: inside;
}

.content ul.has-background {
  padding: 16px 32px;
  font-size: 1em;
  margin-left: 0;
}

.content ul li {
  color: #1e1e1e;
  list-style-type: disc;
}

.content ol {
  padding: 0 32px 16px 12px;
  font-size: 1em;
  margin-left: 8px;
}

.content ol.has-background {
  padding: 16px 32px;
  font-size: 1em;
  margin-left: 0;
}

.content ol li {
  color: #1e1e1e;
  list-style-type: decimal;
}

.footer p {
  color: #fff;
}

.footer h3 {
  color: #fff;
}

figcaption {
  text-align: center;
}

.prev-next-links {
  padding: 10px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.prev-link {
  text-align: left;
  flex: 0 0 47.5%;
}

.next-link {
  text-align: right;
  flex: 0 0 47.5%;
}

.caption {
  font-size: 0.8em;
  font-style: italic;
}

#membership-wrap {
  background: #8c1822;
  height: 43px;
  width: 100%;
  display: inline-block;
  width: 100%;
}

#membership-wrap button {
  display: none;
  order: 2;
}

#membership-wrap .menu-container {
  z-index: 100;
  height: 40px;
  display: grid;
  justify-content: center;
}

#membership-wrap .buttonset {
  display: none;
}

.bbx-menu h3 {
  display: none;
}

.menus {
  flex: 0 0 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

#membership {
  order: 1;
  position: relative;
}

#membership ul {
  margin: 0;
  list-style: none;
  z-index: 1;
  margin: 0 auto;
}

#membership ul li {
  display: inline-block;
  z-index: 1;
  position: relative;
}

#membership ul li a {
  display: block;
  padding: 10px 24px 10px;
  text-align: center;
  text-transform: uppercase;
  color: #242424;
  text-decoration: none;
  color: #fff;
  font-size: 0.8em;
  transition: 0.4s;
  font-weight: 100;
  position: relative;
  font-weight: bold;
}

#membership ul li a:hover {
  background: #460d11;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition: all 0.2s ease-in-out;
  position: relative;
}

#membership ul li.current-menu-item a {
  color: #fff;
  background: #460d11;
}

#membership ul li.current_page_item ul li a {
  color: #fff;
}

#membership ul li.menu-item-has-children:hover ul li a {
  color: #fff;
  background: #8c1822;
}

#membership ul li.menu-item-has-children:hover ul li a:hover {
  color: #fff;
  background: #460d11;
}

/******************
  SUBNAV
******************/
.sub-menu {
  width: 100%;
}

#membership ul li ul {
  width: 100%;
  width: 160px;
  position: absolute;
  left: 0;
  top: 42px;
  text-align: center;
  display: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#membership ul li:hover ul {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 100;
  width: 100%;
}

#membership ul li ul li {
  display: block;
  padding: 0;
  margin: 0;
  background: #8c1822;
  display: inline-block;
  width: 100%;
  border-radius: 0;
}

#membership ul li ul li a {
  text-align: left;
  padding: 10px 24px;
  margin: 0;
  text-align: center;
  color: #fff;
  text-transform: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#membership ul li:hover a {
  background: #460d11;
  color: #fff;
}

#membership ul li:hover a ul li {
  background: #460d11;
  background: #8c1822 !important;
  color: #fff;
}

#membership ul li ul li:hover a {
  border-radius: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#membership ul li.first-menu-item {
  position: relative;
  border-left: none;
}

#membership ul li.current-page-ancestor {
  background: #460d11;
}

#membership ul li.current-page-ancestor a {
  color: #fff;
}

/* Secondary Menu */
#menu-secondary-menu {
  margin: 0 0 0 2px;
}

ul#menu-secondary-menu {
  margin: 0;
  padding: 0;
}

ul#menu-secondary-menu li {
  line-height: 1.4em;
}

ul#menu-secondary-menu li a {
  text-transform: none;
  padding: 0 10px;
  text-decoration: none;
}

ul#menu-secondary-menu li a:hover {
  color: #fff;
  background: #b81f2d;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.bChart {
  gap: 0 !important;
}

.footer ul#menu-footer {
  float: right;
  margin-left: 8px;
  padding: 2px 0;
  margin-top: 8px;
}

.footer ul#menu-footer li {
  display: inline-block;
  margin-left: 8px;
}

.footer ul#menu-footer li a {
  padding: 4px;
  position: relative;
  font-size: 0.8em;
}

.footer ul#menu-footer li a:hover {
  color: #fff;
}

.footer ul#menu-footer li a::before {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 0;
  width: 0px;
  height: 3px;
  margin: 5px 10% 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.5s;
  opacity: 0;
  background: #8c1822;
  background: #fff;
}

.footer ul#menu-footer li:hover a::before {
  opacity: 1;
  width: 100%;
  width: 90%;
}

@media (max-width: 1365px) {
  #membership-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: auto;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  #membership-wrap .buttonset {
    text-align: center;
    justify-self: center;
    display: inline-block;
    width: 100%;
    flex: 0 0 100%;
  }
  #membership-wrap button {
    display: block;
    border: none;
    background: transparent;
    color: #fff;
    color: #a4a4a4;
    padding: 18px 24px;
    width: 100%;
    padding: 0 8px;
    cursor: pointer;
    margin: 0;
    font-size: 2.2em;
    order: 2;
    background: #313131;
    background: transparent;
    text-align: center;
    margin: 0 auto;
  }
  #membership-wrap .menu-container {
    z-index: 100;
    width: 80px;
    height: 42px;
  }
  /* General styles for all menus */
  .bbx-menu {
    background: #8c1822;
    position: fixed;
    margin-top: 0;
    flex-flow: column nowrap;
    justify-content: flex-start;
    background: #fff;
    background: #f2f2f2;
  }
  .bbx-menu h3 {
    color: #fff;
    display: inline;
    font-size: 1.9em;
    padding: 33px 20px 33px 18px;
    padding: 16px 5%;
    margin: 0;
    font-weight: 300;
    background: #8c1822;
    background: #a4a4a4;
    color: #242424;
    position: relative;
  }
  .bbx-menu h3 span {
    float: right;
    position: absolute;
    right: 5%;
    top: 0;
    height: 32px;
    width: 10px;
    padding: 33px 20px 33px;
    padding: 8px 20px 20px;
    padding: 16px 2.5%;
  }
  .bbx-menu h3 span:hover {
    color: #601117;
    cursor: pointer;
  }
  #membership {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  #membership ul {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  #membership ul li {
    width: 100%;
  }
  #membership ul li a::before {
    display: none;
  }
  #membership ul li a {
    display: block;
    color: #fff;
    color: #8c1822;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    padding: 16px 2.5%;
    border-bottom: 1px solid #424242;
    border-bottom: 1px solid #424242;
  }
  #membership ul li a:hover {
    color: #601117;
    color: #fff;
  }
  .menu-item-has-children {
    position: relative;
  }
  span.arrow {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 65px;
    height: 55px;
    display: inline-block;
    background: #601117;
    text-align: center;
  }
  span.arrow::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 1em;
    left: 50%;
    top: 31px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-property: transform;
    transition-duration: 0.2s;
  }
  span.arrow.submenu-open::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .arrow:hover {
    cursor: pointer;
  }
  #membership ul li.menu-item-has-children.current_page_item a::after,
  #membership ul li.current_page_ancestor a::after {
    display: none;
    content: "";
  }
  .bbx-menu a:active {
    color: #47a3da;
  }
  /* Subnav */
  #membership ul li ul.sub-menu {
    display: none;
    height: auto;
    position: relative;
    margin-top: 10px;
    margin-top: 0;
    top: 0;
    width: 100%;
    text-align: left;
  }
  #membership ul li ul.sub-menu li {
    width: 100%;
    padding: 0;
  }
  #membership ul li ul.sub-menu li a {
    padding: 15px 5%;
    float: none;
    margin: 0;
    display: block;
    width: 90%;
    background: #8c1822;
  }
  /* Orientation-dependent styles for the content of the menu */
  .bbx-menu-vertical {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
  }
  .bbx-menu-vertical a {
    padding: 1em;
  }
  /* Vertical menu that slides from the left or right */
  .bbx-menu-right {
    right: -100%;
  }
  .bbx-menu-left.bbx-menu-open {
    left: 0px;
  }
  .bbx-menu-right.bbx-menu-open {
    right: 0px;
  }
  .bbx-menu-top {
    top: -100%;
    left: -100%;
  }
  .bbx-menu-top.bbx-menu-open {
    top: 0;
  }
  /* Transitions */
  .bbx-menu,
  .bbx-menu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (max-width: 1536px) {
  .alignfull {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
  .alignwide {
    margin: 0 calc(50% - 683px);
    padding: 0 32px;
    max-width: 1302px;
    width: 100vw;
  }
  body.home .alignwide {
    margin: 0 calc(50% - 736px) !important;
    margin: 0 calc(50% - 50vw) !important;
    max-width: calc(100vw - 64px) !important;
    padding: 0 32px;
    width: calc(100vw - 64px);
  }
  .wp-block-heading.has-x-large-font-size {
    font-size: 4em !important;
  }
  .wp-block-heading.has-large-font-size {
    font-size: 3em !important;
  }
}
@media (max-width: 1365px) {
  body {
    font-size: 1em;
  }
  #header-wrap {
    max-width: 100%;
  }
  .alignfull {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
  .alignwide {
    margin: 0 calc(50% - 683px);
    margin: 0 auto;
    padding: 0 32px;
    max-width: calc(100vw - 64px);
    width: calc(100vw - 64px);
  }
  body.home .alignwide {
    margin: 0 calc(50% - 736px) !important;
    margin: 0 calc(50% - 50vw) !important;
    max-width: calc(100vw - 64px) !important;
    padding: 0 32px;
    width: calc(100vw - 64px);
  }
  body.home .content p {
    font-size: 1.1em;
    text-align: center;
  }
  #banner .foundations .foundation {
    font-size: 0.8em;
  }
  #banner .banner-tagline {
    font-size: 3em;
  }
  .wp-block-heading.has-x-large-font-size {
    font-size: 2.8em !important;
  }
  .wp-block-heading.has-large-font-size {
    font-size: 2.4em !important;
  }
}
@media (max-width: 1023px) {
  #menu-wrap {
    height: 80px;
    width: 80px;
    flex: 0 0 80px;
  }
  #member-wrap {
    top: 80px;
  }
  /*.wp-block-group.alignfull .wp-block-group__inner-container{

    padding:0 !important;
   }*/
  .container {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 32px;
  }
  .container .content,
  .container .sidebar {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .content {
    width: calc(100% - 64px);
  }
  #banner .banner-tagline {
    font-size: 3em !important;
  }
  #banner .foundations .foundation {
    font-size: 1em;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4, h5, h6 {
    font-size: 1.2em;
  }
  p, ul li {
    font-size: 0.9em !important;
  }
  .wp-block-heading.has-x-large-font-size {
    font-size: 2em !important;
  }
  .wp-block-heading.has-large-font-size {
    font-size: 1.8em !important;
  }
  .wp-element-caption {
    font-size: 0.8em !important;
  }
  /*
  #banner .foundations {
    width:100%;
    width:100vw;
    height:100%;
    z-index:3;
    grid-row:2 / 3;
    grid-column:1 / 2;
    align-self:end !important;
    display:grid;
    grid-template-rows:repeat(4, 1fr) !important;
    grid-template-columns:repeat(10, 1fr);
    gap:0;
    margin-bottom:0;
    z-index:5;
  }*/
  /** FOUNDATION BRICKS **/
  /*#banner .foundations .foundation {
    background-size:cover !important;
    text-align:center;
    color:#fff;
    font-size:1.2em;
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:1fr;
  }
  #banner .foundations .foundation p{
    color:#fff;
    font-size:1em;
  //  font-family:"HelveticaNeue-CondensedBold";
    align-self:center;
  }
  #banner .foundations .foundation-row1-brick1 {
    background:#242424 url('images/FL-brick-6b.jpg') center center no-repeat;
  grid-row: 4 / 5;
  //   grid-row: 3 / 4;
    grid-column: 1 / 3;
    background-size:100% 100% !important;
  }
  #banner .foundations .foundation-row1-brick2 {
    background:#242424 url('images/FL-brick-6c.jpg') center center no-repeat;
   grid-row: 4 / 5;
    //  grid-row: 3 / 4;
    grid-column: 3 / 5;
    background-size:100% 100% !important;
  }
  #banner .foundations .foundation-row1-brick3 {
    background:#242424 url('images/FL-brick-6a.jpg') center center no-repeat;
    grid-row: 4 / 5;
    //  grid-row: 3 / 4;
    grid-column: 5 / 7;
    background-size:100% 100% !important;
  }
  #banner .foundations .foundation-row1-brick4 {
    background:#242424 url('images/FL-brick-6b.jpg') center center no-repeat;
   grid-row: 4 / 5;
    //  grid-row: 3 / 4;
    grid-column: 7 / 9;
    background-size:100% 100% !important;
  }
  #banner .foundations .foundation-row1-brick5 {
    background:#242424 url('images/FL-brick-6c.jpg') center center no-repeat;
    grid-row: 4 / 5;
  //  grid-row: 3 / 4;
    grid-column: 9 / 11;
    background-size:100% 100% !important;
  }
  #banner .foundations .foundation-row1-brick6 {
    background:#242424 url('images/FL-brick-6b.jpg') center center no-repeat;
    //grid-row: 4 / 5;
      grid-row: 3 / 4;
    grid-column: 11 / 13;
     grid-column: 1 / 3;
    background-size:100% 100% !important;
  }
  #banner .foundations .foundation-row1-brick7 {
    background:#242424 url('images/FL-brick-6c.jpg') center center no-repeat;
  // grid-row: 4 / 5;
      grid-row: 3 / 4;
    grid-column: 13 / 15;
      grid-column: 3 / 5;
    background-size:100% 100% !important;
  }
  #banner .foundations .foundation-row2-brick1 {
    background:#242424 url('images/FL-brick-6b.jpg') center center no-repeat;
    background-size: 100% 100%;
  //  grid-row: 3 / 4;
      grid-row: 2 / 3;
    grid-column: 2 / 4;
    grid-column: 1 / 2;
      grid-column: 5 / 7;
  }
  #banner .foundations .foundation-row2-brick2 {
    background:#242424 url('images/FL-brick-6c.jpg') center center no-repeat;
    background-size:100% 100% !important;
  // grid-row: 3 / 4;
     grid-row: 2 / 3;
    grid-column: 4 / 6;
    grid-column: 2 / 4;
      grid-column: 7 / 9;
  }
  #banner .foundations .foundation-row2-brick3 {
    background:#242424 url('images/FL-brick-6b.jpg') center center no-repeat;
    background-size:100% 100% !important;
  // grid-row: 3 / 4;
     grid-row: 2 / 3;
    grid-column: 6 / 8;
    grid-column: 4 / 6;
      grid-column: 10 / 11;
  }
  #banner .foundations .foundation-row2-brick4 {
    background:#242424 url('images/FL-brick-6a.jpg') center center no-repeat;
    background-size:100% 100% !important;
    //grid-row: 3 / 4;
     grid-row: 2 / 3;
    grid-column: 8 / 10;
    grid-column: 6 / 8;
  }
  #banner .foundations .foundation-row2-brick5 {
    background:#242424 url('images/FL-brick-6c.jpg') center center no-repeat;
  //  grid-row: 3 / 4;
     grid-row: 2 / 3;
    grid-column: 8 / 10;
    grid-column: 8/ 10;
    background-size: 100% 100%;
    background-size:100% 100% !important;
  }
  #banner .foundations .foundation-row2-brick6 {
    background:#242424 url('images/FL-brick-6a.jpg') center center no-repeat;
  // grid-row: 3 / 4;
     grid-row: 2 / 3;
    grid-column: 10 / 12;
    background-size:100% 100% !important;
  }
  #banner .foundations .foundation-row2-brick7 {
    background:#242424 url('images/FL-brick-6b.jpg') center center no-repeat;
  // grid-row: 3 / 4;
     grid-row: 2 / 3;
    grid-column: 12 / 14;
    background-size:100% 100% !important;
  }
  #banner .foundations .foundation-row2-brick8 {
    background:#242424 url('images/FL-brick-6c.jpg') center center no-repeat;
    //grid-row: 3 / 4;
     grid-row: 2 / 3;
    grid-column: 14 / 15;
    background-size:100% 100% !important;
  }
  #banner .foundations .foundation-row3-brick1 {
    background:#242424 url('images/FL-brick-6c.jpg') center center no-repeat;
    background-size:100% 100% !important;
  //  grid-row: 2 / 3;
     grid-row: 1 / 2;
    grid-column: 3 / 5;
    grid-column: 1 / 3;
  }
  #banner .foundations .foundation-row3-brick2 {
    background:#242424 url('images/FL-brick-6b.jpg') center center no-repeat;
    background-size:100% 100% !important;
  // grid-row: 2 / 3;
      grid-row: 1 / 2;
    grid-column: 5 / 7;
    grid-column: 3 / 5;
  }
  #banner .foundations .foundation-row3-brick3 {
    background:#242424 url('images/FL-brick-6a.jpg') center center no-repeat;
    background-size:100% 100% !important;
  //  grid-row: 2 / 3;
      grid-row: 1 / 2;
    grid-column: 7 / 9;
    grid-column: 5 / 7;
  }
  #banner .foundations .foundation-row3-brick4 {
    background:#242424 url('images/FL-brick-6c.jpg') center center no-repeat;
    background-size:100% 100% !important;
  //  grid-row: 2 / 3;
      grid-row: 1 / 2;
    grid-column: 7 / 9;
  }
  #banner .foundations .foundation-row3-brick5 {
    background:#242424 url('images/FL-brick-6a.jpg') center center no-repeat;
    background-size:100% 100% !important;
  // grid-row: 2 / 3;
      grid-row: 1 / 2;
    grid-column: 9 / 11;
  }
  #banner .foundations .foundation-row3-brick6 {
    background:#242424 url('images/FL-brick-6b.jpg') center center no-repeat;
    background-size:100% 100% !important;
  // grid-row: 2 / 3;
      grid-row: 1 / 2;
    grid-column: 11 / 13;
  }
  #banner .foundations .foundation-row3-brick7 {
    background:#242424 url('images/FL-brick-6c.jpg') center center no-repeat;
    background-size:100% 100% !important;
  // grid-row: 2 / 3;
      grid-row: 1 / 2;
    grid-column: 13 / 15;
  }
  */
}
@media (max-width: 767px) {
  /*#header-wrap {
      max-width:100%;
      width:100%;
    //  height:80px;
  }*/
  #header {
    height: 80px;
    padding: 0 32px;
  }
  body.home #banner {
    margin-top: -36px !important;
  }
  #logo {
    width: calc(100% - 64px);
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
  #logo img {
    max-height: 64px;
    height: 100%;
    margin: 8px auto;
  }
  .alignnarrow {
    width: calc(100% - 64px);
  }
  #menu-wrap {
    height: 80px;
    flex: 0 0 20%;
    flex: 0 0 80px;
  }
  #banner .banner-tagline {
    font-size: 1.8em;
  }
  #banner .foundations .foundation p {
    color: #fff;
    font-size: 0.7em;
    align-self: center;
  }
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4, h5, h6 {
    font-size: 1em;
  }
  p, ul li {
    font-size: 0.9em !important;
  }
}

/*# sourceMappingURL=style.css.map */
