@charset "UTF-8";
/*
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: abd
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;
}

/*$olive-white:#fbf9ec;
$off-white:#e1e0dc;
$black: #302716; // black
$red:#c13a2b;
$olive:#988e82;
$dark-olive:#736a5b;
$light-olive:#d5cfbf;
*/
/*
$margin-none: 0;
$margin-small: 16px 2.5%;
$margin-med: 32px 5%;
$margin-horizontal-none:0;
$margin-horizontal-small:2.5%;
$margin-horizontal-medium:5%;
$margin-horizontal-large:10%;
*/
/*
$margin-vertical-none:0;
$margin-vertical-small:16px;
$margin-vertical-medium:32px;
$margin-vertical-large:64px;


$padding-small: 16px 2.5%;
$padding-med:32px 5%;
$padding-horizontal-none:0;
$padding-horizontal-small:2.5%;
$padding-horizontal-medium:5%;
$padding-horizontal-large:10%;
$padding-vertical-small:16px;
$padding-vertical-medium:32px;
$padding-vertical-large:64px;
*/
/* use these */
/*$padding-none: 0;
$padding-horizontal: 32px;
//$padding-vertical-none:0;
$padding-vertical:32px;
*/
/*
$margin-none:0;
$margin-horizontal: 32px;
//$margin-horizontal-none:0;
$margin-vertical:32px;
*/
/*
$width-none:100%;
$width-small:95%;
$width-med:90%;
*/
/*
$bgc1:#64807D; // Banner colors
// menu
$primary-menu-wrap:#262236;
$primary-menu-bg:#262236;
$primary-menu-header-bg:#262236;
$primary-menu-btn-bg: #262236;
$primary-menu-btn-hover-bg:#262236;
$primary-menu-btn-active-bg:#262236;

$primary-menu-border-bg:lighten(#262236,10%);
$primary-menu-link-active-bg:lighten(#262236,25%);
$primary-menu-link-hover-bg:#303250;
$primary-menu-header-span-bg:darken($bgc1,35%);
$primary-menu-header-span-hover-bg:#303250;
$primary-menu-arrow-bg:darken($bgc1,5%);
$primary-menu-arrow-hover-bg:darken($bgc1,20%);
$primary-menu-submenu-bg:#303250;
*/
/* Transitions */
/* WordPress - NOTE: some of this has to go into an earlier stylesheet as a reset */
.wp-block-buttons.alignfull {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

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

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

/*.wp-block-buttons .wp-block-button {
 // display:inline-block !important;
 // width:auto !important;
  border:2px solid orange;
}*/
/*.wp-block-button,
.wp-block-buttons .wp-block-button {
  border-radius:4px !important;
  font-size:0.9em;
 // width:100%;
 //background:orange;
}*/
.wp-block-button.wp-block-button__width-100 .wp-block-button__link {
  width: 100%;
}

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

.wp-block-button .wp-block-button__link:hover {
  background: #b81f2d;
  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 {
   border:2px solid yellow;
 }
*/
.wp-block-group.alignfull .wp-block-group__inner-container {
  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: #736a5b;
}

/*.alignwide.has-background {
  margin: $margin-vertical calc(50% - 683px); // NOTE: 683 if max-width is 1366
  padding:$padding-vertical $padding-horizontal;
 // width:calc(1366px - 5%);
  max-width:$normal;
  max-width:calc(1366px - 64px);
}*/
.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 {
   border:2px solid lightcyan;
 }*/
.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;
  width: 100vw;
  margin: 32px calc(50% - 683px + 32px);
  max-width: 1302px;
}

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

/*.wp-block-media-text.has-background .wp-block-media-text__content{
  border:4px solid slategrey;

 // padding:16px 32px;

}*/
/*.wp-block-image {
 // border:2px solid violet;
  background:violet;
}
.wp-block-image img {
  background:lightcyan;
}*/
/* .wp-block-media-text.has-background {
   padding:0;
   //margin-top:32px;
   //margin-bottom:32px;
   margin:32px 0;
 }
 .wp-block-media-text.alignwide.has-background {
   // border:4px solid slategrey;
    padding:0;
    margin: 0 calc(50% - 683px); // NOTE: 683 if max-width is 1366
   // max-width:$normal; 
    max-width:calc(1366px - 64px);
   // max-width:1366px;
    width:100vw;
   // padding:32px;
    border:2px solid green;
   // width:100%;
  }*/
/* .wp-block-media-text__content {
 // border:2px solid salmon;
 // padding:32px !important;
 padding-top:32px !important;
 padding-bottom:32px !important;
 }*/
/*.wp-block-media-text__media {
 border:2px solid slateblue;
}*/
/*.wp-block-image .wp-element-caption {
 border:2px solid blue;
// margin:0;
// width:100% !important;
}*/
/*p {
 border:2px solid purple;
}*/
.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 td:first-child { // NOTE: works
    border:none;
background:green !important;
   }*/
.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-table.is-style-stripes table tr td:not(first-child),
  .wp-block-table.is-style-stripes table tr td:not(last-child) {
   width:1px;
   max-width:1px;
  }*/
.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;
}

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;
}

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

.alignnormal {
  margin: 0 calc(25% - 25vw);
  max-width: 1366px;
  width: 1366px;
}

body.home .alignwide {
  max-width: 1472px;
  margin: 0 calc(50% - 768px);
}

.alignnarrow {
  padding: 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-red-background-color {
  background:$red;
}
.has-olive-background-color {
  background:$olive;
}
.has-dark-olive-background-color {
  background:$dark-olive;
}
.has-light-olive-background-color {
  background:#d5cfbf;
}*/
/*.has-dark-background-color {
  background:$dark;
}*/
.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;
}

/*.has-olive-white-border-color {
  border:1px solid $olive-white;
}
.has-black-border-color {
  border:1px solid $black;
}
.has-red-border-color {
  border:1px solid $red;
}
.has-olive-border-color {
  border:1px solid $olive;
}
.has-dark-olive-border-color {
  border:1px solid $dark-olive;
}
.has-light-olive-border-color {
  border:1px solid $light-olive;
}*/
/*
.has-blue-background-color {
  background:#4d85c5;
}
.has-light-blue-background-color {
background: #83a4c9;
}
.has-dark-grey-background-color {
  background:#333232
}
.has-mid-grey-background-color{
  background:#dedede;
}
.has-grey-background-color{
  background:#424242;
}
.has-light-grey-background-color {
  background:#ededed;
}
*/
/* 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;
}

/*
#banner .wp-block-column .side-nav-cats a{
  background:$accent-one;
  display:inline-block;
  width:100%;
  width:calc(100% - 16px);
  padding:16px 8px;
  margin-bottom:2px;
  color:lighten($accent-one, 20%);
}
#banner .wp-block-column .side-nav-cats a:hover {
  background:lighten($accent-one, 10%);
  color:$black;
}
#banner .wp-block-column .side-nav-cats ul{
 // background:$accent-one;
  display:inline-block;
  width:100%;
 // padding:16px 8px;
  margin:0;
  padding:0;
  display:grid;
  gap:2px;
  grid-template-rows:1fr;
  grid-template-columns:repeat(3, 1fr);
  margin-bottom:2px;
}
#banner .wp-block-column .side-nav-cats ul li{
  background:$accent-one;
  display:block;
 // width:100%;
 //width:auto;
  //padding:16px 8px;
  //float:left;
  //margin:2px;
}
#banner .wp-block-column .side-nav-cats ul li a{
  background:$accent-one;
  background:transparent;
  display:block;
 // width:100%;
 width:auto;
  padding:16px 8px;
//  float:left;
 // margin:2px;
}
#banner .wp-block-column .side-nav-cats ul li a:hover{
  background:lighten($accent-one, 10%);

}
#banner .wp-block-column .side-nav-cats a:hover ul li a{
  background:$accent-one;
}*/
/* Header */
.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;
}

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

/*#menu-wrap {
  height:120px;
 // flex:0 0 75%;
  //flex:0 0 33%;
 // flex:0 0 120px;
 // align-self:left;
width:120px;
 // justify-self:flex-start;
 } */
#logo {
  width: calc(100% - 64px);
  text-align: center;
  margin: 0 auto;
}

/*#logo,
.logo-wrap {
  flex: 0 0 25%;
  flex:0 0 33%;
  flex:0 0 200px;
  //display:flex;
  //flex-flow:row nowrap;
  //justify-content:center;
 // align-items:center;
 align-self:center;
  justify-self:center;
  background:pink;
}*/
#buttons {
  flex: 0 0 33%;
}

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

.toolbox-box {
  text-align: center;
  border-radius: 24px;
  border: 1px solid #a4a4a4;
  padding: 32px;
  margin-top: 32px;
}

.toolbox-box img {
  margin: 0 auto;
}

.toolbox-box .tools {
  display: grid;
  grid-template-columns: 4 1fr;
  grid-template-rows: 1fr;
  gap: 16px;
  display: flex;
  flex-flow: row wrap;
  margin-top: 16px;
  justify-content: center;
}

.toolbox-box .tools a {
  padding: 0;
  max-width: calc(20% - 8px);
  width: calc(20% - 8px);
  grid-row: 1fr;
  grid-column: 1fr;
  flex: 0 0 calc(20% - 8px);
  cursor: pointer;
}

.toolbox-box .tools a:hover img {
  opacity: 0.6;
}

/*.toolbox-box .tools img {
  //max-width:calc(20% - 8px);
  //width:calc(20% - 8px);
  //grid-row:1fr;
  //grid-column:1fr;
 // flex:0 0 calc(20% - 8px);
}*/
.redbox {
  background: #8c1822;
  border-radius: 24px;
}

/* Content */
/*.wrap { // NOTE: full width after banner; might not be used anymore
}*/
.container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.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;
}

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

/*.container .sidebar .favourites {
display:grid;
grid-template-columns:repeat(3, 1fr);
grid-template-rows:1fr;
gap:16px;
}
.container .sidebar .favourites .icon{
  grid-column:1 / 2;
  border-radius:16px;
  margin-bottom:0;
  display:block;
}
.container .sidebar .favourites .icon img{
  border-radius:8px;
  margin-bottom:0;
 // display:block;
vertical-align:bottom;
 filter: gray; 
  -webkit-filter: grayscale(100%); 
}
.container .sidebar .favourites .icon.favourited img{
  border-radius:8px;
  margin-bottom:0;
 // display:block;
vertical-align:bottom;
 //filter: gray; 
 filter:grayscale(0);
 // -webkit-filter: grayscale(100%); 
    -webkit-filter: grayscale(0);
}
.container .sidebar .favourites .favourite{
  grid-column:2 / 4;
  //background:$accent-one;
  border-radius:8px;
  padding:0;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:1fr;
}
.container .sidebar .favourites .favourite input.favourite-button{
height:100% !important;
width:100%;
display:block;
background:$accent-one;
border-radius:8px;
color:#fff;
font-weight:bold;
font-size:1.2em;
text-transform:uppercase;
font-family: "HelveticaNeue-CondensedBold", Helvetica, Arial, sans-serif;
grid-row:1 / 2;
grid-column:1 / 2;
margin:0;
}
.container .sidebar .favourites .favourite input.favourite-button:hover{
background:lighten($accent-one, 10%);
  @include transition-duration(0.5s);
  transition: $animate;
}
/*
.container .sidebar .favourites .favourite .wp-block-buttons{
height:100%;
width:100%;
margin:0;
border-radius:8px;
}
.container .sidebar .favourites .favourite .wp-block-buttons .wp-block-button{
height:100%;
width:100%;
margin:0;
border-radius:8px;
}
.container .sidebar .favourites .favourite .wp-block-buttons .wp-block-button .wp-block-button__link{
height:100%;
width:100%;
margin:0;
border-radius:8px !important;
font-size:1.2em;
}
*/
.container .sidebar .sidebar-links {
  padding: 0;
}

.container .sidebar .sidebar-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 12px;
  border-bottom: 1px dashed #424242;
  border-bottom: 1px dashed #a4a4a4;
}

.container .sidebar .sidebar-link .sidebar-img {
  flex: 0 0 16%;
  overflow: hidden;
}

.container .sidebar .sidebar-link .sidebar-txt {
  padding: 0;
}

/*.container .sidebar .sidebar-link:last-child {
  border:none;
}*/
/*
.container .sidebar .sidebar-link:hover {
background:$base-light;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}*/
.container .sidebar .sidebar-link .sidebar-img {
  flex: 0 0 25%;
  aspect-ratio: 1/1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  opacity: 0.8;
}

.container .sidebar .sidebar-link .sidebar-img:hover {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Chrome 19+ & Safari 6+ */
  opacity: 1;
}

.container .sidebar .sidebar-link .sidebar-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 0;
  display: block;
  border-radius: 8px;
}

.container .sidebar .sidebar-link .sidebar-txt {
  flex: 0 0 70%;
  color: #242424;
  padding: 0 !important;
}

.container .sidebar .sidebar-link .sidebar-txt p {
  padding: 0 !important;
}

.container .sidebar .sidebar-link a .sidebar-txt {
  flex: 0 0 70%;
}

/*.container .sidebar .sidebar-link:hover .sidebar-txt{
 // flex:0 0 70%;
color:$accent-one;
}*/
.container .sidebar .sidebar-link .sidebar-txt h4 {
  color: #242424 !important;
  padding: 0 !important;
  line-height: 1em;
  font-size: 1.2em;
  padding: 0;
}

.container .sidebar .sidebar-link .sidebar-txt h4 a {
  color: #242424 !important;
}

.container .sidebar .sidebar-link .sidebar-txt h4 a:hover {
  color: #8c1822 !important;
}

.content {
  padding: 0 32px;
  width: 100%;
  max-width: 683px;
  max-width: 840px;
  max-width: 776px;
  margin: 0 auto;
}

.content.alignwide {
  padding: 0 32px;
  width: 100%;
  max-width: 1302px;
  margin: 0 auto;
}

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

body.home .content p {
  font-size: 1.2em;
  text-align: center;
}

.content img {
  display: block;
}

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

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

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

.footer-widget {
  padding: 0;
}

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

.post-page-numbers {
  background: #8c1822;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}

.post-page-numbers.current {
  background: #242424;
}

.post-page-numbers:hover {
  background: #b81f2d;
  color: #fff;
}

.post-page-numbers.current:hover {
  background: #242424;
}

.sidebar-pagination {
  margin-top: 16px;
}

.sidebar-pagination .navigation.pagination .nav-links a.page-numbers {
  background: #8c1822;
  padding: 4px 8px;
  color: #fff;
  border-radius: 4px;
}

.sidebar-pagination .navigation.pagination .nav-links a.page-numbers:hover {
  background: #b81f2d;
  padding: 4px 8px;
  color: #fff;
}

.sidebar-pagination .navigation.pagination .nav-links span.page-numbers.current {
  background: #242424;
  padding: 4px 8px;
  color: #fff;
  border-radius: 4px;
}

.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: #ffa500;
  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: #b81f2d;
  color: #fff;
  padding: 8px 16px;
  border: none;
}

.sidebar .sidebar-navigation ul li {
  padding: 0;
  margin: 2px 0;
  display: flex;
  flex-flow: row nowrap;
  background: #a4a4a4;
}

.sidebar .sidebar-navigation ul li a {
  padding: 8px 16px;
  display: block;
  flex: 0 0 calc(100% - 64px);
}

.sidebar .sidebar-navigation ul li:after {
  content: "▼";
  width: 64px;
  color: #fff;
  background: #242424;
  padding: 8px;
  display: block;
}

.sidebar .sidebar-navigation ul li ul {
  display: none;
}

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

.center-box {
  grid-row: 2/span 2;
  grid-column: 2/span 2;
  background: #a4a4a4;
  background: #b81f2d;
  text-align: center;
  padding: 16px 32px;
  height: 100%;
  height: calc(100% - 32px);
  width: calc(100% - 64px);
  color: #fff;
}

.center-box .wp-block-heading {
  color: #fff;
}

.center-box-row {
  grid-row: 2/3;
  grid-column: 1/span 3;
  background: #a4a4a4;
  background: #b81f2d;
  text-align: center;
  padding: 16px 32px;
  height: 100%;
  height: calc(100% - 32px);
  width: calc(100% - 64px);
  color: #fff;
  aspect-ratio: auto !important;
}

.center-box-row .wp-block-heading {
  color: #fff;
}

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

.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;
}

.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;
}

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

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

.myfavourites {
  padding: 16px 0;
}

.myfavourites .myfavourite {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 100px 1fr 1fr 32px;
  margin: 16px 0;
  gap: 16px;
  border: 1px solid #a4a4a4;
  border-radius: 8px;
}

.myfavourites .myfavourite.even {
  background: #f2f2f2;
}

.myfavourites .myfavourite .icon {
  grid-column: 1/2;
  grid-row: 1/2;
}

.myfavourites .myfavourite .icon img {
  border-radius: 8px 0 0 8px;
}

.myfavourites .myfavourite .excerpt {
  grid-column: 2/3;
  grid-row: 1/2;
}

.myfavourites .myfavourite .excerpt h4 {
  padding: 8px 0 0;
}

.myfavourites .myfavourite .tools {
  grid-column: 3/4;
  grid-row: 1/2;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 16px;
  gap: 8px;
  border-left: 1px solid #a4a4a4;
}

.myfavourites .myfavourite .tools h4 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
}

.myfavourites .myfavourite .tools .tool {
  flex: 0 0 calc(20% - 8px);
  width: calc(20% - 8px);
}

.myfavourites .myfavourite .delete {
  grid-column: 4/5;
  grid-row: 1/2;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-weight: bold;
  background: #8c1822;
  border-radius: 0 8px 8px 0;
  padding: 8px;
}

.myfavourites .myfavourite .delete a {
  color: #fff;
  font-weight: bold;
}

/* Banner */
/*#banner {
  border:4px solid lightcyan;
}*/
#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.page-template-traits #banner.has-background { // NOTE: why?
  //display:none;
  height:0;
}*/
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.logged-in #banner {
  margin-top:160px;
}*/
body.home #banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.logged-in #wpadminbar {
  display: none;
}

/*body.home.logged-in #banner {
  margin-top:0;
  height:calc(100vh - 120px);
  height:100vh;
}*/
#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.border-base-light {
  border:2px solid $base-light;
  margin:32px auto;
  padding:32px;
}*/
#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: #8c1822;
  border: none;
  margin: 8px 0 32px;
  text-align: left;
}

#banner .banner-img-squares p.banner-subtag {
  padding: 32px;
  color: #c13a2b;
  color: #fff;
  color: #f2f2f2;
  font-size: 1.4em;
  z-index: 2;
  align-self: center;
  text-align: center;
  max-width: 800px;
  max-height: 600px;
  width: auto;
  margin: 0 auto;
  opacity: 0;
}

#banner .wp-block-buttons {
  opacity: 0;
}

/* #banner .wp-block-buttons .wp-block-button {
  // margin-bottom:32px;
  // padding:16px;
}*/
#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: fit-content(60%) 40%;
  grid-template-rows: 60% 40%;
  grid-template-columns: 1fr;
  align-content: end;
  text-align: center;
  justify-content: center;
}

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

/*#banner .grid-slides-bec .grid-bec-first {
  grid-row:1 / 2;
  grid-column:1 / 2;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:repeat(2, 1fr);
  //  align-content:center;
  justify-content:center;
  justify-self:center;
  align-self:end;
  align-self:center;
  text-align:center;
  max-width:1366px;
  //  margin-bottom:64px;
  // transform:translateY(-50%);
  z-index:1;
}

.feather-edge-right {
  box-shadow: 0 0 20px rgba(0,0,0,0.1),
  0 0 40px rgba(0,0,0,0.1),
  0 0 60px rgba(0,0,0,0.1),
  0 0 80px rgba(0,0,0,0.1);
  //  border-radius: 50px;
  background:linear-gradient(to right, white, transparent 90%);
  // -webkit-mask: linear-gradient(-90deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 50%);
  mask: linear-gradient(-90deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 50%);
}
.feather-edge-left {
  box-shadow: 0 0 20px rgba(0,0,0,0.1),
  0 0 40px rgba(0,0,0,0.1),
  0 0 60px rgba(0,0,0,0.1),
  0 0 80px rgba(0,0,0,0.1);
  //  border-radius: 50px;
  background:linear-gradient(to right, white, transparent 90%);
  // -webkit-mask: linear-gradient(-90deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 50%);
  mask: linear-gradient(90deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 50%);
}
*/
#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 {
  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 .grid-bec img {
  height: 500px;
  max-height: 500px;
  width: 500px !important;
  margin: 32px auto !important;
  justify-self: center;
}

#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;
}

/* half-speed */
.grid-delay-1 {
  animation-delay: 0.5s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-delay-32 {
  animation-delay: 16s;
}

/* quarter speed */
.grid-delay-1 {
  animation-delay: 0.25s;
}

.grid-delay-2 {
  animation-delay: 0.5s;
}

.grid-delay-3 {
  animation-delay: 0.75s;
}

.grid-delay-4 {
  animation-delay: 1s;
}

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

.grid-delay-6 {
  animation-delay: 1.5s;
}

.grid-delay-7 {
  animation-delay: 1.75s;
}

.grid-delay-8 {
  animation-delay: 2s;
}

.grid-delay-9 {
  animation-delay: 2.25s;
}

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

.grid-delay-11 {
  animation-delay: 2.75s;
}

.grid-delay-12 {
  animation-delay: 3s;
}

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

.grid-delay-14 {
  animation-delay: 3.5s;
}

.grid-delay-15 {
  animation-delay: 3.75s;
}

.grid-delay-16 {
  animation-delay: 4s;
}

.grid-delay-17 {
  animation-delay: 4.25s;
}

.grid-delay-18 {
  animation-delay: 4.5s;
}

.grid-delay-19 {
  animation-delay: 4.75s;
}

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

.grid-delay-21 {
  animation-delay: 15.25s;
}

.grid-delay-22 {
  animation-delay: 5.5s;
}

.grid-delay-23 {
  animation-delay: 5.75s;
}

.grid-delay-24 {
  animation-delay: 6s;
}

.grid-delay-25 {
  animation-delay: 6.25s;
}

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

.grid-delay-27 {
  animation-delay: 6.75s;
}

.grid-delay-28 {
  animation-delay: 7s;
}

.grid-delay-29 {
  animation-delay: 7.25s;
}

.grid-delay-30 {
  animation-delay: 7.5s;
}

.grid-delay-31 {
  animation-delay: 7.75s;
}

.grid-delay-32 {
  animation-delay: 8s;
}

.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.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 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.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 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;
}

/* Note: no longer need span  or __inside */
/*#banner .banner-tagline span.bold {
  font-family:"HelveticaNeue-CondensedBold";
}
#banner .banner-tagline span.indent {
  padding-left:2em;
}*/
/*#banner .banner-tagline__inside {
  color:$base-light;
  color:$base-dark;
  // font-size:3.4em;
  // font-family:"HelveticaNeue-CondensedBold";
  z-index:1; // controls stack
  grid-row:1 / 2;
  grid-column: 1 / 2;
  z-index:1;
  background:rgba(66,66,66, 0.8); //NOTE: s/b variable
}*/
/*#banner p.banner-subtag {
  padding:32px;
  color:$red;
  color:#fff;
  color:$base-light;
  font-size:1.4em;
  z-index:2; // controls stack
  align-self:center;
  // margin-top:20px;
  text-align:center;
  max-width:800px;
  max-height:600px;
  width:auto;
  margin:0 auto;
  opacity:0;
}*/
#banner .wp-block-buttons {
  grid-row: 2/3;
  grid-column: 1/2;
  opacity: 0;
  align-self: center;
}

#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;
}

/*
// Stop animation
.grid-bec:hover .banner-tagline {
  animation-play-state: paused;
}
*/
/* Banner Final */
/*#banner .tfl-logo {
  height:400px;
  width:300px;
  text-align:center;
  justify-self:center;
  padding-top:0;
  //background:#242424 url('images/FL-logo-vertical-rgb-grey.png') top left no-repeat;
  object-fit:contain !important;
}
#banner .tfl-logo img{
  // height:300px;
  width:300px !important;
  height:360px !important;
  height:auto;
  object-fit:contain !important;
  margin-top:-100px !important;
}*/
#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: #c13a2b;
  color: #fff;
  color: #f2f2f2;
  color: #424242;
  z-index: 3;
  background: rgba(255, 255, 255, 0.6) !important;
  max-width: 1536px;
  max-height: 600px;
  width: auto;
  margin: 32px auto 0;
  color: #f2f2f2;
  color: #242424;
  font-size: 5.2em;
  line-height: 1.2em;
  z-index: 3;
  align-self: start;
  grid-row: 1/2;
  grid-column: 1/2;
  font-family: "HelveticaNeue-CondensedBold";
  font-weight: bold !important;
  text-align: center;
}

/*#banner .banner-tagline span.bold {
  font-family:"HelveticaNeue-CondensedBold";
}
#banner .banner-tagline span.indent {
  padding-left:2.6em;
}
*/
/*#banner .grid-slides-bec-bg img{
  opacity:0.2;
  height:100%;
  max-height:100%;
  object-fit:cover !important;
}
#banner .grid-slides-bec-bg-delay {
  animation-delay:6s;
}
#banner .grid-slides-bec .grid-bec {
  max-width:1366px;
  z-index:3;
}
#banner .grid-slides-bec .grid-bec-first {
  max-width:1366px;
  z-index:1;
}*/
.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(4, 1fr);
  grid-template-columns: repeat(12, 1fr);
  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: 2em;
  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-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-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-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-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-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-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: 4/5;
  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: 3/4;
  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: 3/4;
  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: 3/4;
  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: 3/4;
  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-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-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-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-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-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-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-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-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-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-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-column: 13/15;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#banner .foundations .foundation-row4-brick1-delay {
  animation-delay: 14s;
}

#banner .foundations .foundation-row4-brick2-delay {
  animation-delay: 14.25s;
}

#banner .foundations .foundation-row4-brick3-delay {
  animation-delay: 14.5s;
}

#banner .foundations .foundation-row4-brick4-delay {
  animation-delay: 14.75s;
}

#banner .foundations .foundation-row4-brick5-delay {
  animation-delay: 15s;
}

#banner .foundations .foundation-row4-brick6-delay {
  animation-delay: 15.5s;
}

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

/* #banner .foundations .foundation-row4-brick1-delay {
animation-delay:1.75s;
}
#banner .foundations .foundation-row4-brick6-delay {
animation-delay:18s;
}*/
/*// Stop animation
.grid-bec:hover .banner-tagline {
  animation-play-state: paused;
}
*/
/*** new delays ***/
/* half-speed */
.grid-delay-1 {
  animation-delay: 3.5s;
}

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

.grid-delay-3 {
  animation-delay: 4.5s;
}

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

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

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

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

.grid-delay-8 {
  animation-delay: 7s;
}

.grid-delay-9 {
  animation-delay: 7.5s;
}

.grid-delay-10 {
  animation-delay: 8s;
}

.grid-delay-11 {
  animation-delay: 8.5s;
}

.grid-delay-12 {
  animation-delay: 9s;
}

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

.grid-delay-14 {
  animation-delay: 10s;
}

.grid-delay-15 {
  animation-delay: 10.5s;
}

.grid-delay-16 {
  animation-delay: 11s;
}

.grid-delay-17 {
  animation-delay: 11.5s;
}

.grid-delay-18 {
  animation-delay: 12s;
}

.grid-delay-19 {
  animation-delay: 12.5s;
}

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

.grid-delay-21 {
  animation-delay: 13.5s;
}

.grid-delay-22 {
  animation-delay: 14s;
}

.grid-delay-23 {
  animation-delay: 14.5s;
}

.grid-delay-24 {
  animation-delay: 15s;
}

.grid-delay-25 {
  animation-delay: 15.5s;
}

.grid-delay-26 {
  animation-delay: 16s;
}

.grid-delay-27 {
  animation-delay: 16.5s;
}

.grid-delay-28 {
  animation-delay: 17s;
}

.grid-delay-29 {
  animation-delay: 17.5s;
}

.grid-delay-30 {
  animation-delay: 18s;
}

.grid-delay-31 {
  animation-delay: 18.5s;
}

.grid-delay-32 {
  animation-delay: 19s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*.bec-subtag-delay{
  animation-delay:10s !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-subtag-delay{
  animation-delay:10s !important;
}*/
.bec-button-delay {
  animation-delay: 16s !important;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  color: #242424;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

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

em {
  font-style: italic;
}

/*h1 {
    color:$h1-font-color;
    font-family:$h1-font-family;
    font-size:2.8em;
    line-height:2em;
    line-height:1.4em;
    //line-height:1.2em;
    font-weight:100;
    padding: 32px 0 16px;
   //padding-bottom:16px;
//background:lightcoral;
    position:relative;
}*/
h1 {
  color: #8c1822;
  font-family: "HelveticaNeue-CondensedBold";
  font-family: "HelveticaNeue";
  font-family: "HelveticaNeue-Thin";
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 100;
  padding: 16px 0;
  position: relative;
  color: #242424;
}

h1:before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 8px;
  background: #8c1822;
}

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

h2 {
  color: #242424;
  font-size: 2em;
  line-height: 1.6em;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  color: #8c1822;
  font-family: "HelveticaNeue-CondensedBold";
  padding: 16px 0;
}

h3 {
  color: #8c1822;
  color: #242424;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 100;
  padding: 16px 0;
}

h4 {
  color: #242424;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 200;
  padding: 16px 0;
}

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

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

p.postmeta {
  font-size: 0.75em;
  margin-bottom: 4px;
  padding: 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;
}*/
.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 {
    margin: 0 calc(50% - 683px); // NOTE: 683 if max-width is 1366
    // max-width:$normal; 
     max-width:calc(1366px - 64px);
    // max-width:1366px;
  //   width:100vw;
     width:calc(100vw - 64px);
     padding:16px 32px;
     border:2px solid purple;
}
.wp-block-heading.alignwide.has-background {
    margin: 0 calc(50% - (683px - 32px)); // NOTE: 683 if max-width is 1366
    // max-width:$normal; 
     max-width:calc(1366px - 128px); // NOTE: how is this right???
    // max-width:1366px;
  //   width:100vw;
    // width:calc(100vw - 64px);
  //  margin-left:32px;
  //  margin-right:32px;
     padding:16px 32px;
     border:2px solid yellow;
}*/
.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;
}

.wp-block-heading.alignwide {
  padding: 16px 32px;
  width: calc(100vw - 64px);
  max-width: 1302px;
}

body.home .wp-block-heading.alignwide {
  padding: 16px 32px;
  width: calc(100vw - 64px);
  max-width: 1472px;
}

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

/*.wp-block-heading.alignwide {
    border:2px solid  pink;
    margin-top:16px;
    margin-bottom:16px;
    padding:32px;
  //  max-width:calc(100% - 32px);
  width:100vw;
  max-width:calc(1366px - 64px);
}*/
/*.wp-block-heading.alignwide {
    border:2px solid  pink;
    margin-top:16px;
    margin-bottom:16px;
   // max-width:calc(100% - 32px);
   width:100%;
    max-width:100%;
  //max-width:calc(1366px - 64px);
  }*/
/*.wp-block-heading.alignwide {
   padding:32px;
   //max-width:calc(100% - 32px);
}*/
/*h1.alignwide, h2.alignwide, h3.alignwide, h4.alignwide, h5.alignwide, h6.alignwide {
    padding:32px;
    margin: 0 calc(50% - 683px); // NOTE: 683 if max-width is 1366
    // max-width:$normal;
    // width:$normal;
     width:calc(1366px - 64px);
     width:100vw;
    // max-width:calc(100vw - 64px);
     max-width:calc(1366px - 64px);
  }*/
/* h2.wp-block-heading.alignwide {
    border:2px solid  pink;
    margin-top:16px;
    margin-bottom:16px;
    padding:32px;
  //  max-width:calc(100% - 32px);
  width:100vw;
  max-width:calc(1366px - 64px);
}*/
/*
  h1.alignfull, h2.alignfull, h3.alignfull, h4.alignfull, h5.alignfull, h6.alignfull {
    padding:32px;
   // margin: $margin-vertical calc(50% - 683px); // NOTE: 683 if max-width is 1366
    margin: 0 calc(50% - 50vw);
    // max-width:$normal;
   //  width:$normal;
     width:calc(100vw - 5%);
     max-width:calc(100vw - 5%);
    // border:2px solid pink;
  }*/
.has-text-align-center {
  text-align: center;
}

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

a {
  color: #c13a2b;
  text-decoration: none;
}

a:hover {
  color: #242424;
}

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

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

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

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

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

.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;
}

p#breadcrumbs {
  padding: 16px 0;
  width: 100%;
  max-width: 1302px;
  margin: 0 auto;
}

#membership-wrap {
  background: #8c1822;
  height: 42px;
  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;
}

/*.absolute { // necessary?
  position:absolute;
  top:40px;
  top:0;
  left:0;
  background: rgba(38, 34, 54, 0.8);
}
*/
#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 9px;
  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: #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;
}

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

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

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

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

#membership ul li ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  background: #8c1822;
  border-radius: 0;
}

#membership ul li ul li a {
  text-align: left;
  padding: 10px 24px;
  margin: 0;
  width: 140px;
  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: #b81f2d;
  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;
  background: #b81f2d;
}

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

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

#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;
}

@media (max-width: 1023px) {
  #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 button.active {
      background: $primary-menu-bg;
      background:lighten($accent-one, 10%);
  }*/
  #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: #ededed;
  }
  .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: #76141d;
    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 #dedede;
  }
  #membership ul li a:hover {
    color: #b81f2d;
  }
  .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: #2b2b2b;
    background: #b81f2d;
    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;
  }
  /* Transitions */
  .bbx-menu,
  .bbx-menu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #membership ul li.menu-item-has-children:hover a::after,
  #membership ul li.menu-item-has-children.current_page_item a::after,
  #membership ul li.current_page_ancestor a::after {
    content: "";
  }
}
@media (max-width: 1365px) {
  #header-wrap {
    max-width: 100%;
  }
  .alignfull {
    padding: 0 !important;
  }
  .wp-block-group.alignfull .wp-block-group__inner-container {
    padding: 0;
  }
  .alignwide {
    margin: 0 auto !important;
    width: calc(100% - 64px) !important;
    max-width: calc(100% - 64px) !important;
  }
  body.home .content p {
    font-size: 1.1em;
    text-align: center;
  }
  .wp-block-columns.alignwide {
    padding: 0;
  }
  /*.alignwide { //NOTE: use $wide if we can figure out how to get another width in default alignment
      margin: 0 calc(50% - 50vw) !important;
     // max-width:calc(100vw - 64px);
      padding:16px 32px;
      max-width:calc(100vw - 64px);
  }
    .alignwide.has-background {
        max-width:calc(100vw - 64px);
    }*/
  #banner .foundations .foundation {
    font-size: 0.8em;
  }
  #banner .banner-tagline {
    font-size: 3em;
  }
}
@media (max-width: 1023px) {
  /* #header-wrap {
   //  background:pink;
     height:80px;
   }*/
  /*.wp-block-column {
    width:95%;
    padding:16px 2.5% !important;
  }*/
  #menu-wrap {
    height: 80px;
    width: 80px;
    flex: 0 0 80px;
  }
  #member-wrap {
    top: 80px;
  }
  /*#logo,
  .logo-wrap {
    flex: 0 0 80%;
    height:80px;
  }
  #logo img {
    max-height:60px;
  }*/
  .alignfull {
    padding: 0 !important;
  }
  .wp-block-group.alignfull .wp-block-group__inner-container {
    padding: 0 !important;
  }
  .alignwide {
    margin: 0 auto !important;
    width: calc(100% - 64px) !important;
    max-width: calc(100% - 64px) !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);
  }
}
@media (max-width: 767px) {
  /*#header-wrap {
      max-width:100%;
      width:100%;
      height:80px;

  }*/
  /*.alignwide {
     margin:0;
     width:100%;
     width:100vw !important;
     padding:16px 32px;
  }*/
  .alignnarrow {
    width: calc(100% - 64px);
  }
  /*.wp-block-columns.alignwide {
    margin: 32px calc(50% - 683px); // NOTE: 683 if max-width is 1366
    max-width:$normal !important;
    max-width:100vw !important;
    width:100vw !important;
  }*/
  #menu-wrap {
    height: 80px;
    flex: 0 0 20%;
    flex: 0 0 80px;
  }
  /*#logo,
  .logo-wrap {
    height:80px;
    flex: 0 0 80%;
  }
  #logo img {
    max-height:60px;
  }*/
  /*h3.alignwide { // NOTE add other tags do we need a different one for mobile??
    padding:$padding-vertical $padding-horizontal !important;
    margin: $margin-vertical calc(50% - 683px); // NOTE: 683 if max-width is 1366
     width:calc(100vw - 5%);
     max-width:calc(100vw - 5%);
     max-width:95vw !important;
  }*/
  h3.wp-block-heading {
    font-size: 1.2em !important;
  }
  #banner .banner-tagline {
    font-size: 1.8em;
  }
  #banner .foundations .foundation p {
    color: #fff;
    font-size: 0.8em;
    font-family: "HelveticaNeue-CondensedBold";
    align-self: center;
  }
  h1 {
    font-size: 1.2em;
  }
}

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