/* font end only styles */

/* ! tailwindcss v3.0.0 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Open Sans, sans-serif;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

&:after, .bc-button, .border, .border-2, .border-0, .border-b-underline, .border-b-2, .border-t, .border-t-0, .wp-block-button__link, table, td, th, &, .prev, .next, [type='text'], [type='email'], [type='password'], [type='url'], textarea, select, .acf-field, .acf-fields, .acf-button, button, [type=button], [type=submit], [type='button'], a, .lg\:border-0 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.shadow-xl, .shadow-lg, .shadow-none, .shadow, .bc-find-by-list, .nf-form-content, [type='button'] {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.ring, [type='email'], .focus\:ring-2 {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.blur, .grayscale, .invert, .filter, .group-hover\:brightness-90 {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

p {
  margin-bottom: 1em;
}

.container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}

@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}

.bc-red-underline:after {
    content: '';
  }

.bc-red-underline:after {
    display: block;
  }

.bc-red-underline:after {
    width: 100px;
  }

.bc-red-underline:after {
    border-bottom-width: 5px;
  }

.bc-red-underline:after {
    --tw-border-opacity: 1;
    border-color: rgb(255 0 0 / var(--tw-border-opacity));
  }

.bc-red-underline-full:after {
    content: '';
  }

.bc-red-underline-full:after {
    margin-top: 0.25rem;
  }

.bc-red-underline-full:after {
    display: block;
  }

.bc-red-underline-full:after {
    border-bottom-width: 5px;
  }

.bc-red-underline-full:after {
    --tw-border-opacity: 1;
    border-color: rgb(255 0 0 / var(--tw-border-opacity));
  }

/* base for all buttons */

.bc-button {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.013em;
  text-decoration: none;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.bc-button:hover {
    text-decoration: none !important;
  }

.bc-button-capsule {
  border-radius: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.bc-button-wide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.bc-button-tight {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* styles */

/* .bc-button--knockout {
    @apply text-white border-white font-bold;

    &:hover {
      @apply bg-bc-lime text-bc-navy border-bc-lime;
    }
  } */

/* colours */

.bc-button--white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bc-button--white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

.bc-button--white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.bc-button--black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bc-button--black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

.bc-button--black:hover {
    --tw-text-opacity: 1;
    color: rgb(247 166 0 / var(--tw-text-opacity));
  }

.bc-button--light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(187 205 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(187 205 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bc-button--light-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.bc-button--light-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(187 205 221 / var(--tw-text-opacity));
  }

.bc-button--dark-blue {
  --tw-border-opacity: 1;
  border-color: rgb(22 90 150 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 90 150 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bc-button--dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(247 166 0 / var(--tw-text-opacity));
  }

/* .bc-button--orange {
    @apply bg-orange border-orange text-white;

    &:hover {
      @apply bg-white text-orange;
    }
  } */

.bc-button--yellow {
  --tw-border-opacity: 1;
  border-color: rgb(247 166 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 166 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bc-button--yellow:hover {
    --tw-text-opacity: 1;
    color: rgb(22 90 150 / var(--tw-text-opacity));
  }

.bc-button--aqua {
  --tw-border-opacity: 1;
  border-color: rgb(29 153 159 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(29 153 159 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bc-button--aqua:hover {
    --tw-text-opacity: 1;
    color: rgb(22 90 150 / var(--tw-text-opacity));
  }

.bc-button--green {
  --tw-border-opacity: 1;
  border-color: rgb(0 136 91 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 136 91 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bc-button--green:hover {
    --tw-text-opacity: 1;
    color: rgb(247 166 0 / var(--tw-text-opacity));
  }

.bc-button--lime {
  --tw-border-opacity: 1;
  border-color: rgb(159 192 69 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(159 192 69 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bc-button--lime:hover {
    --tw-text-opacity: 1;
    color: rgb(22 90 150 / var(--tw-text-opacity));
  }

.bc-button--red {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bc-button--red:hover {
    --tw-text-opacity: 1;
    color: rgb(247 166 0 / var(--tw-text-opacity));
  }

.bc-button--light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(157 157 157 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(157 157 157 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bc-button--light-grey:hover {
    --tw-text-opacity: 1;
    color: rgb(22 90 150 / var(--tw-text-opacity));
  }

.bc-slab-button {
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.z-50 {
  z-index: 50;
}

.z-20 {
  z-index: 20;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-\[1px\] {
  margin-bottom: 1px;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-\[20\%\] {
  margin-top: 20%;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-0 {
  margin-top: 0px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-16 {
  margin-top: 4rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.aspect-\[7\/5\] {
  aspect-ratio: 7 / 5;
}

.aspect-grid {
  aspect-ratio: 10 / 11;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

.h-\[144px\] {
  height: 144px;
}

.max-h-\[600px\] {
  max-height: 600px;
}

.max-h-\[250px\] {
  max-height: 250px;
}

.min-h-\[230px\] {
  min-height: 230px;
}

.w-full {
  width: 100%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-6 {
  width: 1.5rem;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[70px\] {
  width: 70px;
}

.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-\[120px\] {
  max-width: 120px;
}

.max-w-\[230px\] {
  max-width: 230px;
}

.max-w-\[260px\] {
  max-width: 260px;
}

.max-w-logo {
  max-width: 400px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[60px\] {
  max-width: 60px;
}

.max-w-\[150px\] {
  max-width: 100px;
}

@media (min-width: 768px) {
  .max-w-\[150px\] {
    max-width: 150px;
  }
}

.max-w-acf-edit-form {
  max-width: 800px;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-8 {
  gap: 2rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-0 {
  border-width: 0px;
}

.border-b-underline {
  border-bottom-width: 5px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-bc-red {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}

.border-table-line {
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity));
}

.border-dividing-line {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-bc-light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(187 205 221 / var(--tw-border-opacity));
}

.border-bc-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgb(22 90 150 / var(--tw-border-opacity));
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 102 0 / var(--tw-border-opacity));
}

.border-bc-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(247 166 0 / var(--tw-border-opacity));
}

.border-bc-aqua {
  --tw-border-opacity: 1;
  border-color: rgb(29 153 159 / var(--tw-border-opacity));
}

.border-bc-green {
  --tw-border-opacity: 1;
  border-color: rgb(0 136 91 / var(--tw-border-opacity));
}

.border-bc-lime {
  --tw-border-opacity: 1;
  border-color: rgb(159 192 69 / var(--tw-border-opacity));
}

.border-bc-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(157 157 157 / var(--tw-border-opacity));
}

.border-form-line {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 243 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-bc-aqua {
  --tw-bg-opacity: 1;
  background-color: rgb(29 153 159 / var(--tw-bg-opacity));
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-bc-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 136 91 / var(--tw-bg-opacity));
}

.bg-vlight-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

.bg-ftm-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(254 219 51 / var(--tw-bg-opacity));
}

.bg-bc-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(22 90 150 / var(--tw-bg-opacity));
}

.bg-bc-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(159 192 69 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-bc-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(187 205 221 / var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / var(--tw-bg-opacity));
}

.bg-bc-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(247 166 0 / var(--tw-bg-opacity));
}

.bg-bc-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.bg-bc-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(157 157 157 / var(--tw-bg-opacity));
}

.bg-bc-aqua\/10 {
  background-color: rgb(29 153 159 / 0.1);
}

.bg-transparent {
  background-color: transparent;
}

.bg-bc-aqua\/20 {
  background-color: rgb(29 153 159 / 0.2);
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-none {
  background-image: none;
}

.bg-cover {
  background-size: cover;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-center {
  background-position: center;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-2 {
  padding: 0.5rem;
}

.p-0 {
  padding: 0px;
}

.p-20 {
  padding: 5rem;
}

.p-1 {
  padding: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pl-0 {
  padding-left: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

.font-sans {
  font-family: Open Sans, sans-serif;
}

.font-heading {
  font-family: Open Sans, sans-serif;
}

.font-aptly {
  font-family: Aptly, sans-serif;
}

.font-menu {
  font-family: Open Sans, sans-serif;
}

.text-base {
  font-size: 18px;
}

.text-3xl {
  font-size: 36px;
}

.text-2xl {
  font-size: 30px;
}

.text-lg {
  font-size: 20px;
}

.text-4xl {
  font-size: 54px;
}

.text-sm {
  font-size: 14px;
}

.text-article-title {
  font-size: 42px;
}

.text-apply-button {
  font-size: 18px;
}

.text-card-excerpt {
  font-size: 16px;
}

.text-button {
  font-size: 16px;
}

.text-medium {
  font-size: 18px;
}

.text-search-fields {
  font-size: 15px;
}

.text-xl {
  font-size: 26px;
}

.text-\[70px\] {
  font-size: 70px;
}

.font-normal {
  font-weight: 400;
}

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

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  --tw-font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-font-variant-numeric);
}

.leading-8 {
  line-height: 2rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-7 {
  line-height: 1.75rem;
}

.tracking-normal {
  letter-spacing: -0.03em;
}

.tracking-heading {
  letter-spacing: -0.02em;
}

.tracking-title {
  letter-spacing: -0.015em;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-button {
  letter-spacing: 0.013em;
}

.text-font-grey {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-bc-red {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.text-light-text {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-input-disabled {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-bc-aqua {
  --tw-text-opacity: 1;
  color: rgb(29 153 159 / var(--tw-text-opacity));
}

.text-bc-light-blue {
  --tw-text-opacity: 1;
  color: rgb(187 205 221 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.overline {
  text-decoration: overline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-filter);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-filter);
}

.filter {
  filter: var(--tw-filter);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.alignfull {
  margin: 0.5rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin-left: -4rem;
  margin-right: -4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 1140px;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button) {
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button) {
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
  }

  .wp-block-button.alignright a {
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 1;
  color: #4b5563;
}

.\[image\:\$img\|\$width\|\$height\|\$type\] {
  image: $img|$width|$height|$type;
}

@font-face {
  font-family: 'Aptly';

  src: url('../assets/fonts/Aptly/Aptly-Regular.otf') format('opentype');
}

/* base html */

html {
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul, ol {
  list-style-position: outside;
}

.alignwide {
  margin-left: 0;
  margin-right: 0;
}

.alignfull {
  margin-top: 0;
}

body.admin-bar .site-header {
  top: 32px;
}

blockquote {
  margin-bottom: 5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 20px;
  line-height: 2rem;
}

cite {
  font-size: 18px;
}

.bc-scroll-point {
  scroll-margin-top: 200px;
}

/* layout */

@media (min-width: 1024px) {
  .bc-layout-2-col {
    display: flex;
  }
}

.bc-layout-2-col--left {
  margin-bottom: 1.5rem;
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .bc-layout-2-col--left {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .bc-layout-2-col--left {
    margin-bottom: 0px;
  }

  .bc-layout-2-col--left {
    padding-right: 1.75rem;
  }

  .bc-layout-2-col--right {
    width: 33.333333%;
  }
}

/* utils */

.bc-wafer-bg {
  background-image: url('../assets/bg/wafer.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* all headings. everywhere */

/* h1, h2, h3, h4, h5, h6 {
  @apply font-heading tracking-heading leading-10;
}

h1 {
  @apply text-3xl font-bold;
}

h2 {
  @apply text-2xl font-bold mb-12 inline-block;
}

h3 {
  @apply text-2xl;
}

h4 {
  @apply text-xl;
}

h5 {
  @apply text-lg;
} */

/* titles */

.bc-title-xl {
  font-family: Aptly, sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.015em;
}

@media (min-width: 1024px) {
  .bc-title-xl {
    font-size: 36px;
  }
}

.bc-title-box {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.bc-card-box {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.bc-card-title {
  font-size: 20px;
  font-weight: 600;
}

/* find by dropdowns */

.bc-search-by {
}

.bc-search-by-results {
  position: relative;
  display: none;
}

.bc-search-by-button {
  margin-bottom: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(29 153 159 / var(--tw-bg-opacity));
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 20px;
  text-transform: uppercase;
  background-image: url('../assets/svg/triangle-down-white.svg');
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 8px;
}

.bc-find-box {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 20px;
  text-transform: uppercase;
}

.bc-find-by-list {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.75rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bc-find-by-list li {
  }

.bc-find-by-list a:hover {
    font-weight: 600;
  }

.bc-find-by-list a:hover {
    --tw-text-opacity: 1;
    color: rgb(247 166 0 / var(--tw-text-opacity));
  }

/* page titles */

/* .page-header {
  .page-title {
    @apply bc-red-underline-full;
  }
} */

/* This styles the headings (h1. h2, etc) in block editor content */

.entry-content, .block-editor-block-list__layout {
  margin-bottom: 4rem;
}

.bc-user-text h1, .bc-user-text h2, .bc-user-text h3, .bc-user-text h4, .bc-user-text h5, .bc-user-text h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .block-editor-block-list__layout h1, .block-editor-block-list__layout h2, .block-editor-block-list__layout h3, .block-editor-block-list__layout h4, .block-editor-block-list__layout h5, .block-editor-block-list__layout h6 {
    font-family: Open Sans, sans-serif;
  }

.bc-user-text h1, .bc-user-text h2, .bc-user-text h3, .bc-user-text h4, .bc-user-text h5, .bc-user-text h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .block-editor-block-list__layout h1, .block-editor-block-list__layout h2, .block-editor-block-list__layout h3, .block-editor-block-list__layout h4, .block-editor-block-list__layout h5, .block-editor-block-list__layout h6 {
    line-height: 2.5rem;
  }

.bc-user-text h1, .bc-user-text h2, .bc-user-text h3, .bc-user-text h4, .bc-user-text h5, .bc-user-text h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .block-editor-block-list__layout h1, .block-editor-block-list__layout h2, .block-editor-block-list__layout h3, .block-editor-block-list__layout h4, .block-editor-block-list__layout h5, .block-editor-block-list__layout h6 {
    letter-spacing: -0.02em;
  }

.bc-user-text h1, .entry-content h1, .block-editor-block-list__layout h1 {
    font-size: 36px;
  }

.bc-user-text h1, .entry-content h1, .block-editor-block-list__layout h1 {
    font-weight: 700;
  }

.bc-user-text h2, .entry-content h2, .block-editor-block-list__layout h2 {
    margin-bottom: 3rem;
  }

.bc-user-text h2, .entry-content h2, .block-editor-block-list__layout h2 {
    display: inline-block;
  }

.bc-user-text h2, .entry-content h2, .block-editor-block-list__layout h2 {
    font-size: 30px;
  }

.bc-user-text h2, .entry-content h2, .block-editor-block-list__layout h2 {
    font-weight: 700;
  }

.bc-user-text h3, .entry-content h3, .block-editor-block-list__layout h3 {
    font-size: 30px;
  }

.bc-user-text h4, .entry-content h4, .block-editor-block-list__layout h4 {
    font-size: 26px;
  }

.bc-user-text h5, .entry-content h5, .block-editor-block-list__layout h5 {
    font-size: 20px;
  }

.bc-user-text h1, .bc-user-text h2, .bc-user-text h3, .bc-user-text h4, .bc-user-text h5, .bc-user-text h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .block-editor-block-list__layout h1, .block-editor-block-list__layout h2, .block-editor-block-list__layout h3, .block-editor-block-list__layout h4, .block-editor-block-list__layout h5, .block-editor-block-list__layout h6 {
    margin-bottom: 1.25rem;
  }

.bc-user-text p a, .bc-user-text ul a, .bc-user-text ol a, .entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
      font-weight: 600;
    }

.bc-user-text p a, .bc-user-text ul a, .bc-user-text ol a, .entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
      text-decoration: underline;
    }

.bc-user-text p a, .bc-user-text ul a, .bc-user-text ol a, .entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
      text-underline-offset: 4px;
    }

.bc-user-text p a:hover, .bc-user-text ul a:hover, .bc-user-text ol a:hover, .entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover {
        /* @apply no-underline; */
      }

.bc-user-text p, .bc-user-text ul, .bc-user-text ol, .entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
    margin-bottom: 1rem;
  }

.bc-user-text ul, .bc-user-text ol, .entry-content ul, .entry-content ol, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
    margin-left: 1.25rem;
  }

.bc-user-text ul li, .entry-content ul li, .block-editor-block-list__layout ul li {
      list-style-type: disc;
    }

.bc-user-text ul li ul, .entry-content ul li ul, .block-editor-block-list__layout ul li ul {
        margin-bottom: 0px;
      }

.bc-user-text ul li ul li, .entry-content ul li ul li, .block-editor-block-list__layout ul li ul li {
          list-style-type: circle;
        }

.bc-user-text ol li, .entry-content ol li, .block-editor-block-list__layout ol li {
      list-style-type: decimal;
    }

.bc-user-text blockquote p, .entry-content blockquote p, .block-editor-block-list__layout blockquote p {
      margin-bottom: 1rem;
    }

/* buttons */

.wp-block-button__link {
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

 {
    text-decoration: none !important;
  }

.wp-block-button__link {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.013em;
  text-decoration: none;
}

 {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

 {
      --tw-text-opacity: 1;
      color: rgb(187 205 221 / var(--tw-text-opacity));
    }

.wp-block-button__link.has-bc-light-blue-background-color {
    --tw-border-opacity: 1;
    border-color: rgb(187 205 221 / var(--tw-border-opacity));
  }

.wp-block-button__link.has-bc-light-blue-background-color {
    --tw-bg-opacity: 1;
    background-color: rgb(187 205 221 / var(--tw-bg-opacity));
  }

.wp-block-button__link.has-bc-light-blue-background-color {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.wp-block-image {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.bc-card-excerpt p {
    margin-bottom: 0.5rem;
  }

.bc-social-icons-footer {
}

.bc-social-link {
  margin-right: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.8);
  padding: 0.5rem;
}

.bc-social-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* svg {
    g {
      path {
        fill : #00885B !important;
      }
    }
  } */

.bc-social-link img {
    max-width: 20px;
  }

.bc-social-link.twitter img {
      padding: 1px;
    }

/* .bc-social-link {
} */

.bc-application-thank-you {
  margin-top: 20%;
  text-align: center;
}

.bc-application-thank-you h2 {
    font-size: 54px;
  }

.bc-application-thank-you h2 {
    font-weight: 600;
  }

.bc-application-thank-you p {
    font-size: 20px;
  }

.bc-application-thank-you p {
    font-weight: 500;
  }

/* contact form */

.bc-contact-form-text {
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .bc-contact-form-text {
    padding-left: 2.5rem;
  }
}

.bc-header-excerpt p {
    margin-bottom: 0.5rem;
  }

.bc-news-title-intro {
  font-size: 30px;
  margin-bottom: 3.5rem !important;
}

/* front end only */

.wp-block-embed.is-type-video iframe {
      height: auto;
    }

.wp-block-embed.is-type-video iframe {
      width: 100%;
    }

.wp-block-image figcaption {
  font-style: italic;
}

/* banner */

.g15-text--banner-title p {
    margin-bottom: 1rem;
  }

.g15-text--banner-title p {
    line-height: 1;
  }

.g15-text--banner-text p {
    margin-bottom: 0.25rem;
  }

.g15-text--banner-text p {
    line-height: 1.25;
  }

.bc-board-sidebar-text-block h3 {
    margin-bottom: 0.25rem !important;
  }

.bc-board-sidebar-text-block h3 {
    font-size: 20px !important;
  }

.bc-board-sidebar-text-block h3 {
    font-weight: 600 !important;
  }

.bc-board-sidebar-text-block h3 {
    text-transform: uppercase !important;
  }

.bc-board-sidebar-text-block ul {
    margin-top: 0px;
  }

.bc-board-sidebar-text-block ul {
    padding-top: 0px;
  }

/* acf table */

.bc-article-table table {
  margin-bottom: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity));
  font-size: 14px;
}

.bc-article-table table td, .bc-article-table table th {
    border-width: 1px;
  }

.bc-article-table table td, .bc-article-table table th {
    --tw-border-opacity: 1;
    border-color: rgb(85 85 85 / var(--tw-border-opacity));
  }

.bc-article-table table td, .bc-article-table table th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.bc-article-table table td, .bc-article-table table th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.bc-article-table table td:first-child {
    font-weight: 700;
  }

.bc-white-to-black-logo {
  /* Safari/Chrome */
  filter: invert(100%);
}

.bc-event-table {
  width: 100%;
}

.bc-event-table tr {
    vertical-align: top;
  }

.bc-event-table th, .bc-event-table td {
    border-width: 2px;
  }

.bc-event-table th, .bc-event-table td {
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
  }

.bc-event-table th, .bc-event-table td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.bc-event-table th, .bc-event-table td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.bc-event-table th:first-child, .bc-event-table td:first-child {
      border-left-width: 0px;
    }

.bc-event-table th:last-child, .bc-event-table td:last-child {
      border-right-width: 0px;
    }

.bc-event-table th {
    border-top-width: 0px;
  }

.bc-event-table td {
  }

@media only screen and (max-width: 760px)  {

.bc-event-table {
    /* Force table to not be like tables anymore */

    /* Hide table headers (but not display: none;, for accessibility) */

    /*
    Label the data
    */
}

    .bc-event-table table, .bc-event-table thead, .bc-event-table tbody, .bc-event-table th, .bc-event-table td, .bc-event-table tr {
      display: block;
    }

    .bc-event-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    .bc-event-table tr {
      margin-bottom: 30px;
      border-bottom: 2px solid #ccc;
    }

    .bc-event-table td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 30%;
    }

    .bc-event-table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }

    .bc-event-table td:nth-of-type(1):before {
      content: "Theme";
      font-weight: bold;
    }

    .bc-event-table td:nth-of-type(1):before {
      padding-top: 0.25rem;
    }

    .bc-event-table td:nth-of-type(2):before {
      content: "Overview";
      font-weight: bold;
    }

    .bc-event-table td:nth-of-type(2):before {
      padding-top: 0.25rem;
    }

    .bc-event-table td:nth-of-type(3):before {
      content: "Location";
      font-weight: bold;
    }

    .bc-event-table td:nth-of-type(3):before {
      padding-top: 0.25rem;
    }

    .bc-event-table td:nth-of-type(4):before {
      content: "Date";
      font-weight: bold;
    }

    .bc-event-table td:nth-of-type(4):before {
      padding-top: 0.25rem;
    }

    .bc-event-table td:nth-of-type(5):before {
      content: "Register";
      font-weight: bold;
    }

    .bc-event-table td:nth-of-type(5):before {
      padding-top: 0.25rem;
    }
  }

.bc-article-buttons {
  margin-top: 1rem;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (min-width: 768px) {
  .bc-article-buttons {
    margin-bottom: 1.5rem;
  }

  .bc-article-buttons {
    display: flex;
  }
}

.bc-article-buttons a {
    margin-left: auto;
    margin-right: auto;
  }

.bc-article-buttons a {
    margin-bottom: 0.5rem;
  }

.bc-article-buttons a {
    display: inline-block;
  }

.bc-article-buttons a {
    min-width: 200px;
  }

.bc-article-buttons a {
    max-width: 400px;
  }

.bc-article-buttons a {
    border-radius: 0.5rem;
  }

.bc-article-buttons a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.bc-article-buttons a {
    font-size: 20px;
  }

@media (min-width: 768px) {
    .bc-article-buttons a {
      margin-left: 0px;
      margin-right: 0px;
    }
  }

@media (min-width: 768px) {
    .bc-article-buttons a {
      max-width: 100%;
    }
  }

.bc-article-buttons a {
    font-weight: 400 !important;
  }

@media (min-width: 768px) {
    .post-type-archive-bc_ftm header.page-header {
      padding-top: 0.75rem;
    }
  }

@media (min-width: 768px) {
    .post-type-archive-bc_ftm header.page-header {
      padding-bottom: 0.75rem;
    }
  }

.g15-text--board-description a {
    font-weight: 700 !important;
  }

/* Make YouTube embed responsive */

iframe[src*="youtube"] {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

/* Single post */

.single-post .bc-layout-2-col--left .bc-post-content iframe {
      margin-top: 2.5rem;
    }

.single-post .bc-layout-2-col--left .bc-post-content iframe {
      margin-bottom: 2rem;
    }

.single-post .bc-layout-2-col--left .bc-post-content img {
      margin-top: 2.5rem;
    }

.single-post .bc-layout-2-col--left .bc-post-content img {
      margin-bottom: 2rem;
    }

/* term buttons */

.bc-term-buttons li {
    display: inline-block;
  }

.bc-term-buttons li {
    line-height: 1.3;
  }

/* @apply list-none !important; */

.bc-term-buttons li a {
      font-weight: 500;
    }

.bc-term-buttons li a {
      text-decoration: none;
    }

@media (min-width: 1024px) {
    #primary-menu li.menu-item {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
  }

#primary-menu li.menu-item a {
      text-underline-offset: 4px;
    }

#primary-menu li.menu-item a:hover {
      text-decoration: underline;
    }

#primary-menu li.menu-item.current-menu-item {
      font-weight: 700;
    }

#primary-menu li.menu-item.current-menu-item {
      --tw-text-opacity: 1;
      color: rgb(247 166 0 / var(--tw-text-opacity));
    }

@media (min-width: 1024px) {
      #primary-menu li.menu-item + li:before {
        content: '|';
      }

      #primary-menu li.menu-item + li:before {
        margin-right: 1rem;
      }

      #primary-menu li.menu-item + li:before {
        opacity: 0.7;
      }
    }

.bc-footer-menu {
  margin-bottom: 1.5rem;
  font-size: 14px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
    .bc-footer-menu ul {
      display: flex;
    }
  }

.bc-footer-menu li {
    margin-bottom: 0.25rem;
  }

@media (min-width: 768px) {
      .bc-footer-menu li {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
      }

      .bc-footer-menu li + li:before {
        content: '|';
      }

      .bc-footer-menu li + li:before {
        margin-right: 1rem;
      }

      .bc-footer-menu li + li:before {
        opacity: 0.7;
      }

      .bc-footer-menu li:first-child {
        margin-left: 0px;
      }
    }

body .facetwp-facet {
  margin-bottom: 0;
}

body .facetwp-facet .facetwp-icon {
    display: none;
  }

body .facetwp-facet .facetwp-facet-pagination.facetwp-icon {
    display: none;
  }

body .facetwp-facet .facetwp-input-wrap {
    display: block;
  }

body .facetwp-facet .facetwp-dropdown {
    font-size: 18px;
  }

/* .facetwp-template {
  @apply hidden;
} */

.facetwp-facet-pagination {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}

.facetwp-facet-pagination.hidden {
    display: none !important;
  }

.facetwp-facet-pagination .facetwp-pager {
  }

.facetwp-facet-pagination .facetwp-page {
    margin-left: 1rem;
    margin-right: 1rem;
  }

.facetwp-facet-pagination .prev {
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }

 {
      text-decoration: none !important;
    }

.facetwp-facet-pagination .prev {
    display: inline-block;
  }

.facetwp-facet-pagination .prev {
    cursor: pointer;
  }

.facetwp-facet-pagination .prev {
    border-radius: 0.375rem;
  }

.facetwp-facet-pagination .prev {
    border-width: 2px;
  }

.facetwp-facet-pagination .prev {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.facetwp-facet-pagination .prev {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.facetwp-facet-pagination .prev {
    font-size: 16px;
  }

.facetwp-facet-pagination .prev {
    font-weight: 700;
  }

.facetwp-facet-pagination .prev {
    text-transform: uppercase;
  }

.facetwp-facet-pagination .prev {
    letter-spacing: 0.013em;
  }

.facetwp-facet-pagination .prev {
    text-decoration: none;
  }

 {
      --tw-text-opacity: 1;
      color: rgb(247 166 0 / var(--tw-text-opacity));
    }

.facetwp-facet-pagination .prev {
    --tw-border-opacity: 1;
    border-color: rgb(22 90 150 / var(--tw-border-opacity));
  }

.facetwp-facet-pagination .prev {
    --tw-bg-opacity: 1;
    background-color: rgb(22 90 150 / var(--tw-bg-opacity));
  }

.facetwp-facet-pagination .prev {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.facetwp-facet-pagination .next {
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }

 {
      text-decoration: none !important;
    }

.facetwp-facet-pagination .next {
    display: inline-block;
  }

.facetwp-facet-pagination .next {
    cursor: pointer;
  }

.facetwp-facet-pagination .next {
    border-radius: 0.375rem;
  }

.facetwp-facet-pagination .next {
    border-width: 2px;
  }

.facetwp-facet-pagination .next {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.facetwp-facet-pagination .next {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.facetwp-facet-pagination .next {
    font-size: 16px;
  }

.facetwp-facet-pagination .next {
    font-weight: 700;
  }

.facetwp-facet-pagination .next {
    text-transform: uppercase;
  }

.facetwp-facet-pagination .next {
    letter-spacing: 0.013em;
  }

.facetwp-facet-pagination .next {
    text-decoration: none;
  }

 {
      --tw-text-opacity: 1;
      color: rgb(247 166 0 / var(--tw-text-opacity));
    }

.facetwp-facet-pagination .next {
    --tw-border-opacity: 1;
    border-color: rgb(22 90 150 / var(--tw-border-opacity));
  }

.facetwp-facet-pagination .next {
    --tw-bg-opacity: 1;
    background-color: rgb(22 90 150 / var(--tw-bg-opacity));
  }

.facetwp-facet-pagination .next {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.facetwp-facet-pager_count {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

/* all inputs */

input[type='text'], input[type='email'], input[type='password'], input[type='url'], textarea, select {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 243 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='url']::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

input[type='text']::placeholder, input[type='email']::placeholder, input[type='password']::placeholder, input[type='url']::placeholder, textarea::placeholder, select::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

/* text type fields */

input[type='text'], input[type='email'], input[type='password'], input[type='url'] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-clip: padding-box;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 2rem;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

/* ACF front end forms */

body .acf-form {
  max-width: 800px;
  background-color: rgb(29 153 159 / 0.1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
}

/* @apply text-sm; */

body .acf-form .acf-fields .acf-field {
      margin-bottom: 0px;
    }

body .acf-form .acf-fields .acf-field {
      padding-bottom: 0.25rem;
    }

body .acf-form .acf-fields .acf-field {
      padding-top: 0.5rem;
    }

body .acf-form .acf-fields .acf-field.disabled {
        cursor: not-allowed;
      }

body .acf-form .acf-fields .acf-field.disabled input {
          pointer-events: none;
        }

body .acf-form .acf-fields .acf-field.disabled input {
          --tw-text-opacity: 1;
          color: rgb(102 102 102 / var(--tw-text-opacity));
        }

body .acf-form .acf-fields .acf-field .acf-label {
        margin-bottom: 0.25rem;
      }

body .acf-form .acf-fields .acf-field .acf-label label {
          font-weight: 700;
        }

body .acf-form .acf-fields .acf-field .acf-label .acf-required {
          color: red;
        }

body .acf-form .acf-fields .acf-field p.description {
        font-size: 14px;
      }

body .acf-form .acf-fields > .acf-field {
      border-top-width: 0px;
    }

body .acf-form .acf-fields > .acf-field {
      padding-left: 0px;
      padding-right: 0px;
    }

body .acf-form .acf-fields .acf-field-email,
    body .acf-form .acf-fields .acf-field-text {
      /* @apply flex;

      .acf-label {
        @apply w-acf-edit-form-label;
      }
      .acf-input {
        @apply flex-1;
      } */
    }

body .acf-form .acf-fields .acfe-field-clone-layout-block > .acf-label label {
          font-weight: 800;
        }

body .acf-form .acf-fields .acfe-field-clone-layout-block .acf-fields {
        border-width: 0px;
      }

body .acf-form .acf-fields .acfe-field-clone-layout-block .acf-fields {
        --tw-bg-opacity: 1;
        background-color: rgb(157 157 157 / var(--tw-bg-opacity));
      }

body .acf-form .acf-fields .acfe-field-clone-layout-block .acf-fields {
        padding-left: 1rem;
        padding-right: 1rem;
      }

body .acf-form .acf-fields .acfe-field-clone-layout-block .acf-fields {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }

body .acf-form .acf-form-submit {
    margin-top: 2rem;
  }

body .acf-form .acf-form-submit .acf-button {
      transition: background-color 0.2s ease-out, color 0.2s ease-out;
    }

 {
        text-decoration: none !important;
      }

body .acf-form .acf-form-submit .acf-button {
      display: inline-block;
    }

body .acf-form .acf-form-submit .acf-button {
      cursor: pointer;
    }

body .acf-form .acf-form-submit .acf-button {
      border-radius: 0.375rem;
    }

body .acf-form .acf-form-submit .acf-button {
      border-width: 2px;
    }

body .acf-form .acf-form-submit .acf-button {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

body .acf-form .acf-form-submit .acf-button {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

body .acf-form .acf-form-submit .acf-button {
      font-size: 16px;
    }

body .acf-form .acf-form-submit .acf-button {
      font-weight: 700;
    }

body .acf-form .acf-form-submit .acf-button {
      text-transform: uppercase;
    }

body .acf-form .acf-form-submit .acf-button {
      letter-spacing: 0.013em;
    }

body .acf-form .acf-form-submit .acf-button {
      text-decoration: none;
    }

 {
        --tw-text-opacity: 1;
        color: rgb(22 90 150 / var(--tw-text-opacity));
      }

body .acf-form .acf-form-submit .acf-button {
      --tw-border-opacity: 1;
      border-color: rgb(247 166 0 / var(--tw-border-opacity));
    }

body .acf-form .acf-form-submit .acf-button {
      --tw-bg-opacity: 1;
      background-color: rgb(247 166 0 / var(--tw-bg-opacity));
    }

body .acf-form .acf-form-submit .acf-button {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

body .acf-form .acf-form-submit .acf-button {
      margin-bottom: 0.5rem;
    }

body .acf-form .acf-form-submit .acf-button {
      cursor: pointer;
    }

body .acf-form .acf-form-submit .acf-button {
      font-size: 18px;
    }

body .acf-form .acf-form-submit .acf-button {
      text-transform: uppercase;
    }

/* Application form first and last names */

@media (min-width: 1024px) {
    body .acf-form .acf-field-627adf434105f {
      float: left;
    }
  }

@media (min-width: 1024px) {
    body .acf-form .acf-field-627adf434105f {
      display: inline-block;
    }
  }

@media (min-width: 1024px) {
    body .acf-form .acf-field-627adf434105f {
      width: 50%;
    }
  }

@media (min-width: 1024px) {
    body .acf-form .acf-field-627adf434105f {
      padding-right: 1rem !important;
    }
  }

@media (min-width: 1024px) {
    body .acf-form .acf-field-631881b550b4f {
      display: inline-block;
    }
  }

@media (min-width: 1024px) {
    body .acf-form .acf-field-631881b550b4f {
      width: 50%;
    }
  }

/* bc fields / components */

.acf-year-quarter-wrapper .acf-clone-fields {
    background-color: transparent !important;
  }

.acf-year-quarter-wrapper .acf-clone-fields {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

.acf-year-quarter-wrapper .acf-clone-fields {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

.acf-year-quarter-wrapper .acf-clone-fields > .acf-field > .acf-label {
        display: none;
      }

.acf-year-quarter-wrapper .acf-clone-fields > .acf-field .facetwp-facet-pagination> .acf-label {
        display: none;
      }

.acf-year-quarter {
  padding-top: 0px !important;
}

.acf-year-quarter .acf-fields {
    background-color: transparent !important;
  }

.acf-year-quarter .acf-fields {
    padding-left: 0px !important;
  }

.acf-year-quarter .acf-fields {
    margin-top: 0px;
  }

.acf-year-quarter .acf-fields {
    margin-left: 0.5rem;
  }

.acf-year-quarter .acf-fields {
    display: flex;
  }

.acf-year-quarter .acf-fields {
    padding-top: 0px !important;
  }

.acf-year-quarter .acf-fields {
    padding-bottom: 0px !important;
  }

.acf-year-quarter .acf-fields .acf-field {
      margin-right: 1rem;
    }

.acf-year-quarter .acf-fields .acf-field {
      padding-top: 0.25rem;
    }

.acf-year-quarter .acf-fields label {
      font-weight: 500 !important;
    }

.acf-year-quarter .acf-fields select {
      border-width: 1px !important;
    }

.acf-year-quarter .acf-fields select {
      padding-right: 2rem !important;
    }

.bc-acf-form-shift-submit-right {
  width: 50%;
}

@media (min-width: 1024px) {
  .bc-acf-form-shift-submit-right {
    display: inline-block;
  }
}

.bc-acf-form-shift-submit-right .acf-form-submit {
    padding-left: 50%;
  }

.bc-acf-form-add-mandatory-note {
  --tw-text-opacity: 1;
  color: rgb(29 153 159 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bc-acf-form-add-mandatory-note {
    float: left;
  }

  .bc-acf-form-add-mandatory-note {
    display: inline-block;
  }

  .bc-acf-form-add-mandatory-note {
    width: 50%;
  }
}

.bc-board-application-form {
  padding-bottom: 1.5rem !important;
}

.bc-board-application-form .acf-form-submit {
    display: none;
  }

.bc-board-application-form .facetwp-facet-pagination.acf-form-submit {
    display: none;
  }

.bc-board-form-submit {
}

/* Ninja foms */

body .nf-form-cont {
  margin-top: 2.5rem;
  font-size: 14px;
}

body .nf-form-cont .nf-form-fields-required {
    margin-bottom: 1rem;
  }

body .nf-form-cont .nf-form-content {
    font-size: 14px;
  }

body .nf-form-cont .nf-form-content {
    margin: 0px;
  }

body .nf-form-cont .nf-form-content {
    max-width: 800px;
  }

body .nf-form-cont .nf-form-content {
    border-radius: 0.375rem;
  }

body .nf-form-cont .nf-form-content {
    --tw-bg-opacity: 1;
    background-color: rgb(231 231 231 / var(--tw-bg-opacity));
  }

body .nf-form-cont .nf-form-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

body .nf-form-cont .nf-form-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

body .nf-form-cont .nf-form-content {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

body .nf-form-cont .nf-form-content label {
      font-size: 14px;
    }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }

 {
      text-decoration: none !important;
    }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    display: inline-block;
  }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    cursor: pointer;
  }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    border-radius: 0.375rem;
  }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    border-width: 2px;
  }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    font-size: 16px;
  }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    font-weight: 700;
  }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    text-transform: uppercase;
  }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    letter-spacing: 0.013em;
  }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    text-decoration: none;
  }

 {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }

 {
      --tw-text-opacity: 1;
      color: rgb(247 166 0 / var(--tw-text-opacity));
    }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

body .nf-form-cont .nf-form-content button, body .nf-form-cont .nf-form-content input[type=button], body .nf-form-cont .nf-form-content input[type=submit] {
    cursor: pointer;
  }

body .nf-form-cont .nf-form-errors {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

/* Header WP search and Facet search */

.bc-header-search .bc-header-search-form, .bc-header-search .facetwp-type-search .facetwp-input-wrap {
    margin-top: 1.25rem;
  }

.bc-header-search .bc-header-search-form, .bc-header-search .facetwp-type-search .facetwp-input-wrap {
    display: flex;
  }

.bc-header-search .bc-header-search-form input[type='text'], .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='text'] {
      margin-right: 1rem;
    }

.bc-header-search .bc-header-search-form input[type='text'], .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='text'] {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.bc-header-search .bc-header-search-form input[type='text'], .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='text'] {
      padding-left: 1rem;
      padding-right: 1rem;
    }

.bc-header-search .bc-header-search-form input[type='text'], .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='text'] {
      font-size: 18px;
    }

.bc-header-search .bc-header-search-form input[type='text'], .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='text'] {
      font-weight: 500;
    }

.bc-header-search .bc-header-search-form input[type='text']::-moz-placeholder, .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='text']::-moz-placeholder {
      --tw-placeholder-opacity: 1;
      color: rgb(156 163 175 / var(--tw-placeholder-opacity));
    }

.bc-header-search .bc-header-search-form input[type='text']:-ms-input-placeholder, .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='text']:-ms-input-placeholder {
      --tw-placeholder-opacity: 1;
      color: rgb(156 163 175 / var(--tw-placeholder-opacity));
    }

.bc-header-search .bc-header-search-form input[type='text']::placeholder, .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='text']::placeholder {
      --tw-placeholder-opacity: 1;
      color: rgb(156 163 175 / var(--tw-placeholder-opacity));
    }

@media (min-width: 768px) {
      .bc-header-search .bc-header-search-form input[type='text'], .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='text'] {
        width: 350px;
      }
    }

.bc-header-search .bc-header-search-form button.facetwp-search-submit, .bc-header-search .bc-header-search-form input[type='submit'], .bc-header-search .facetwp-type-search .facetwp-input-wrap button.facetwp-search-submit, .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='submit'] {
      cursor: pointer;
    }

.bc-header-search .bc-header-search-form button.facetwp-search-submit, .bc-header-search .bc-header-search-form input[type='submit'], .bc-header-search .facetwp-type-search .facetwp-input-wrap button.facetwp-search-submit, .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='submit'] {
      font-size: 18px;
    }

.bc-header-search .bc-header-search-form button.facetwp-search-submit, .bc-header-search .bc-header-search-form input[type='submit'], .bc-header-search .facetwp-type-search .facetwp-input-wrap button.facetwp-search-submit, .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='submit'] {
      font-weight: 600;
    }

.bc-header-search .bc-header-search-form button.facetwp-search-submit, .bc-header-search .bc-header-search-form input[type='submit'], .bc-header-search .facetwp-type-search .facetwp-input-wrap button.facetwp-search-submit, .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='submit'] {
      text-transform: uppercase;
    }

.bc-header-search .bc-header-search-form button.facetwp-search-submit, .bc-header-search .bc-header-search-form input[type='submit'], .bc-header-search .facetwp-type-search .facetwp-input-wrap button.facetwp-search-submit, .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='submit'] {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.bc-header-search .bc-header-search-form button.facetwp-search-submit, .bc-header-search .bc-header-search-form input[type='submit'], .bc-header-search .facetwp-type-search .facetwp-input-wrap button.facetwp-search-submit, .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='submit'] {
      text-decoration: underline;
    }

.bc-header-search .bc-header-search-form button.facetwp-search-submit, .bc-header-search .bc-header-search-form input[type='submit'], .bc-header-search .facetwp-type-search .facetwp-input-wrap button.facetwp-search-submit, .bc-header-search .facetwp-type-search .facetwp-input-wrap input[type='submit'] {
      text-underline-offset: 4px;
    }

.bc-email-form .nf-form-content {
    background-color: transparent !important;
  }

.bc-email-form .nf-form-content {
    padding: 0px !important;
  }

.bc-email-form .nf-form-content {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

@media (min-width: 640px) {
    .bc-email-form nf-fields-wrap {
      display: flex;
    }
  }

@media (min-width: 1024px) {
        .bc-email-form nf-fields-wrap nf-field:first-child {
          flex: 1 1 0%;
        }
      }

.bc-email-form input[type='email'] {
    width: 100% !important;
  }

.bc-email-form input[type='email'] {
    border-radius: 0.375rem !important;
  }

.bc-email-form input[type='email'] {
    border-width: 1px !important;
  }

.bc-email-form input[type='email'] {
    border-color: transparent !important;
  }

.bc-email-form input[type='email'] {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

.bc-email-form input[type='email'] {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

.bc-email-form input[type='email'] {
    font-size: 18px !important;
  }

.bc-email-form input[type='email'] {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }

.bc-email-form input[type='email']::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity)) !important;
  }

.bc-email-form input[type='email']:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity)) !important;
  }

.bc-email-form input[type='email']::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity)) !important;
  }

.bc-email-form input[type='email']:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  }

.bc-email-form input[type='email']:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

.bc-email-form input[type='email']:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)) !important;
  }

.bc-email-form input[type='email']:focus {
    --tw-ring-offset-width: 2px !important;
  }

.bc-email-form input[type='email']:focus {
    --tw-ring-offset-color: #1f2937 !important;
  }

@media (min-width: 640px) {
    .bc-email-form input[type='email'] {
      max-width: 20rem !important;
    }
  }

.bc-email-form input[type='button'] {
    margin-top: 0.75rem !important;
  }

.bc-email-form input[type='button'] {
    display: flex !important;
  }

.bc-email-form input[type='button'] {
    width: 100% !important;
  }

.bc-email-form input[type='button'] {
    align-items: center !important;
  }

.bc-email-form input[type='button'] {
    justify-content: center !important;
  }

.bc-email-form input[type='button'] {
    border-radius: 0.375rem !important;
  }

.bc-email-form input[type='button'] {
    border-width: 1px !important;
  }

.bc-email-form input[type='button'] {
    border-color: transparent !important;
  }

.bc-email-form input[type='button'] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  }

.bc-email-form input[type='button'] {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

.bc-email-form input[type='button'] {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

.bc-email-form input[type='button'] {
    font-size: 18px !important;
  }

.bc-email-form input[type='button'] {
    font-weight: 500 !important;
  }

.bc-email-form input[type='button'] {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

.bc-email-form input[type='button'] {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

.bc-email-form input[type='button']:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
  }

@media (min-width: 640px) {
    .bc-email-form input[type='button'] {
      margin-top: 0px !important;
    }
  }

@media (min-width: 640px) {
    .bc-email-form input[type='button'] {
      margin-left: 0.75rem !important;
    }
  }

@media (min-width: 640px) {
    .bc-email-form input[type='button'] {
      flex-shrink: 0 !important;
    }
  }

.bc-email-form .nf-error .nf-error-msg {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.bc-email-form .nf-error .nf-error-msg {
    --tw-bg-opacity: 0.7;
  }

.bc-email-form .nf-error .nf-error-msg {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.bc-email-form .nf-error .nf-error-msg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.bc-email-form .nf-form-fields-required {
    display: none;
  }

.bc-email-form .facetwp-facet-pagination.nf-form-fields-required {
    display: none;
  }

.bc-email-form .nf-error-msg, .bc-email-form .nf-response-msg {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.bc-email-form .nf-error-msg, .bc-email-form .nf-response-msg {
    --tw-bg-opacity: 0.5;
  }

.bc-email-form .nf-error-msg, .bc-email-form .nf-response-msg {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.bc-email-form .nf-error-msg, .bc-email-form .nf-response-msg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.bc-email-form .nf-error-msg p, .bc-email-form .nf-response-msg p {
      margin-bottom: 0px;
    }

.bc-email-form .nf-field-container {
    margin-bottom: 0px;
  }

.bc-email-form .nf-field-label {
    display: none;
  }

.bc-email-form .facetwp-facet-pagination.nf-field-label {
    display: none;
  }

/* wp native pagination */

.posts-navigation {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.posts-navigation .nav-links {
    display: flex;
  }

.posts-navigation .nav-links {
    justify-content: space-between;
  }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        transition: background-color 0.2s ease-out, color 0.2s ease-out;
      }

 {
          text-decoration: none !important;
        }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        display: inline-block;
      }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        cursor: pointer;
      }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        border-radius: 0.375rem;
      }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        border-width: 2px;
      }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        font-size: 16px;
      }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        font-weight: 700;
      }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        text-transform: uppercase;
      }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        letter-spacing: 0.013em;
      }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        text-decoration: none;
      }

 {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }

 {
          --tw-text-opacity: 1;
          color: rgb(187 205 221 / var(--tw-text-opacity));
        }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        --tw-border-opacity: 1;
        border-color: rgb(187 205 221 / var(--tw-border-opacity));
      }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        --tw-bg-opacity: 1;
        background-color: rgb(187 205 221 / var(--tw-bg-opacity));
      }

.posts-navigation .nav-links .nav-previous a, .posts-navigation .nav-links .nav-next a {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

/* otm pagination */

.otm-numbered-pagination {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .page-navi.meta {
    @apply px-8;
  } */

.otm-numbered-pagination .page-numbers {
    display: none;
  }

.otm-numbered-pagination .page-numbers {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.otm-numbered-pagination .facetwp-facet-pagination.page-numbers {
    display: none;
  }

.otm-numbered-pagination .page-numbers:hover {
    font-weight: 700;
  }

@media (min-width: 768px) {
    .otm-numbered-pagination .page-numbers {
      display: block;
    }
  }

@media (min-width: 768px) {
    .otm-numbered-pagination .page-numbers {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

.otm-numbered-pagination .page-numbers.current {
      font-weight: 700;
    }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      transition: background-color 0.2s ease-out, color 0.2s ease-out;
    }

 {
        text-decoration: none !important;
      }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      display: inline-block;
    }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      cursor: pointer;
    }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      border-radius: 0.375rem;
    }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      border-width: 2px;
    }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      font-size: 16px;
    }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      font-weight: 700;
    }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      text-transform: uppercase;
    }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      letter-spacing: 0.013em;
    }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      text-decoration: none;
    }

 {
        --tw-text-opacity: 1;
        color: rgb(247 166 0 / var(--tw-text-opacity));
      }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      --tw-border-opacity: 1;
      border-color: rgb(22 90 150 / var(--tw-border-opacity));
    }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      --tw-bg-opacity: 1;
      background-color: rgb(22 90 150 / var(--tw-bg-opacity));
    }

.otm-numbered-pagination .page-numbers.next, .otm-numbered-pagination .page-numbers.prev {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.otm-numbered-pagination .page-numbers.next {
      margin-left: 1rem;
    }

@media (min-width: 768px) {
      .otm-numbered-pagination .page-numbers.next {
        margin-left: 2rem;
      }
    }

.otm-numbered-pagination .page-numbers.prev {
      margin-right: 1rem;
    }

@media (min-width: 768px) {
      .otm-numbered-pagination .page-numbers.prev {
        margin-right: 2rem;
      }
    }

/* block css that should be in front and back end */

.wp-block-media-text .has-large-font-size {
    line-height: 1.25;
  }

.wp-block-embed {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.wp-block-quote {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.wp-block-quote p {
    margin-bottom: 1rem;
  }

.wp-block-quote p {
    font-weight: 500;
  }

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.hover\:text-bc-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(247 166 0 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration: underline;
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #1f2937;
}

.group:hover .group-hover\:brightness-90 {
  --tw-brightness: brightness(.9);
  filter: var(--tw-filter);
}

@media (min-width: 640px) {
  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-4xl {
    font-size: 54px;
  }
}

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-\[300px\] {
    width: 300px;
  }

  .md\:w-\[350px\] {
    width: 350px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:text-3xl {
    font-size: 36px;
  }

  .md\:text-base {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .lg\:float-left {
    float: left;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[400px\] {
    width: 400px;
  }

  .lg\:w-sidebar {
    width: 370px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:min-w-\[250px\] {
    min-width: 250px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-inherit {
    background-color: inherit;
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:text-3xl {
    font-size: 36px;
  }

  .facetwp-facet-pagination.lg\:hidden {
    display: none !important;
  }
}
