@charset "UTF-8";
/*
Theme Name: BA2019
Theme URI: https://www.brewersassociation.org
Description: Custom theme for BrewersAssociation.org Fully responsive built on
bootstrap 4.0
Author: Nathan Zander, Lisa Carlson, Sarah Baldwin
Version: 1.0
*/
/**
* 0.0 Table of Contents
*
* SCSS document to be compiled on the client site. Contains all core CSS for
theme. Uses Bootstrap for base styles
*
* 1.0 Configuration & Reset. Variable Definition
*
* 2.0 Typography
*  - 2.1 Specific WP typography elements
*
* 3.0 Structure & Grid
*
* 4.0 Layout (MOST OF OUR CSS WILL LIVE HERE)
* - 4.1 Page & Post Sections
* - 4.2 Page and Post Templates
* - 4.2.1 Standard Page or Post
* - 4.2.2 Wide Templates (Events, Pages, Post)
* - 4.2.3 Archive and Search
* - 4.2.4 Footer
* - 4.2.5 Single Member Profile Post
* - 4.2.6 404
*
* 5.0 Navigation
* - 5.1 Main Menu + Responsive (@imported)
* - 5.2 Menu Supp (Sidebar Menu)
* - 5.3 Menu Tertiary (Header Menu - optional)
* - 5.4 Menu Footer
* - 5.5 Pagination
*
* 6.0 HTML Elements
* - 6.1 Tables
* - 6.2 Lists
* - 6.3 Forms (external file)
* - - 6.3.1 Form Helpers
* - - 6.3.2 Form Elements
* - - 6.3.3 Navbars
* - - 6.3.4 Buttons + Dropdowns
* - - 6.3.5 Tabs (include kadence tab plugin) @todo move this out of the forms section
* - - 6.3.6 Loading icons and progress indicators
* - - 6.3.7 Custom toggle switch
* - 6.4 Everything Else
*
* 7.0 Unique Components/Atomic Elements
* - 7.1 Blocks (Molecules of content)
* - - 7.1.1 Search or Archive result (excerpt row)
* - - 7.1.2 Shaded Background Variations
* - - 7.1.3 Full-width text and img block (Gutenberg Block)
* - - 7.1.4 WP Gutenberg Columns
* - - 7.1.5 Generic Padded Block
* - - 7.1.5.1 With Background Image
* - - 7.1.5.2 WP Cover Block (same application as above)
* - - 7.1.5.3 Screened BG Image
* - - 7.1.6 Flex Wrapper
* - - 7.1.6.1 BS Rows/Columns (and Bootstrap Blocks for WP Plugin)
* - - 7.1.7 Image Grid
* - - 7.1.7.1 Instagram Grid/Row (home page)
* - - 7.1.8 Craft Seal Counter
* - - 7.1.9 Rollover Gallery (Custom Gutenberg Block)
* - - 7.1.10 Background Video with overlaid text
* - - 7.1.11 Card
* - - 7.1.12 Media/Text Block (BA version)
* - - 7.1.13 Atomic Block Post Grid Styling
* - - 7.1.14 Callout
* - - 7.1.15 Infobox
* - - 7.1.16 Company Listing (used on directory pages)
* - - 7.1.17 FAQ Block (Yoast w/ Schema)
* - - 7.1.18
* - - 7.1.19
* - 7.2 Social Icons, Fontello modifications
* - 7.3 Image Helpers
* - 7.4 Modifiers/Helpers
* - 7.5 BA Grid (Rows/Columns with Borders. Used on EDP page)
* - 7.6 Vcard (@todo, combine this with 7.1.11?)
* - 7.7 Icon with text
* - 7.8 Filter nav (team page and committees page)
* - 7.9 Tag Lists (Current Issues, Hub, Any list of Taxonomies)
* - 7.10 Bylines and variants
* - 7.11 Custom Tooltip
* - 7.12 State Stats
* - 7.13 Galleries
* - 7.14 Ads
* - 7.X MORE MORE MORE
*
* 8.0 Modals and Violators
* - 8.1 Full Screen Modal
* - 8.2 Kbase Search Modal
* - - 8.2.3 KB Search Menu
* - 8.3 Member Only Prompt (Modal-like)
* - 8.4 Login
*
* 9.0 Page One-offs
* - 9.1 Brewery Membership
* - 9.2 Beer Style Guidelines
* - 9.3 The New Brewer (Issue and Archive)
* - 9.4 Events Landing Page
* - 9.5 News Landing Page
* - 9.6 Member Profile Archive
* - 9.7 Calendar Page
* - - 9.7.1 Mini-calendar (Calendar Excerpt Row)
* - 9.8 Home Page
* - 9.9 Advertise Page
*
* 10.0 Seal Microsite
* X.0 Other plugins
* 11.0 Animations
**/
/**
* 1.0 Configuration and Reset
*
* Let's only import the styles we're goign to use!
**/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #008080;
  --secondary: #933F20;
  --success: #28a745;
  --info: #128082;
  --warning: #C88704;
  --danger: #933F20;
  --light: #EFEFEF;
  --dark: #979797;
  --red: #933F20;
  --teal: #008080;
  --teal-dark: #0d4c4c;
  --brown: #3D3626;
  --dijon: #C5A35F;
  --lighter: #F9F8F8;
  --gray: #D8D8D8;
  --blue: #375062;
  --light-blue: #4A6B83;
  --slate: #6D6D6D;
  --breakpoint-min: 0px;
  --breakpoint-xs: 360px;
  --breakpoint-sm: 568px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, .display, .entry-title, .page-title, .wp-block-cover h2, .wp-block-cover .search-results .page-title, .search-results .wp-block-cover .page-title, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-cover .author-name, .wp-block-cover .sticky-hero h2.entry-title, .sticky-hero .wp-block-cover h2.entry-title, h2, .search-results .page-title, .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .author-name, .sticky-hero h2.entry-title, h3, .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .byline.full-bio .author-name, h4, table thead th, table thead td, .table thead th, .table thead td, .tablepress thead th, .tablepress thead td, ul.simple li.heading, ul.simple.alt li.heading, ol.simple li.heading, ol.simple.alt li.heading, ul.list-with-image-heading > li:nth-child(2), ol.list-with-image-heading > li:nth-child(2), ul.list-with-heading > li:first-child, ol.list-with-heading > li:first-child, .ab-post-grid-items.is-grid .ab-block-post-grid-title, .info-box h3, .info-box .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .info-box .entry-title, .info-box .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .info-box h1.loud, .info-box .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .info-box .loud.display, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title, .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .byline.full-bio .author-name, .byline.full-bio .info-box .author-name, .info-box .kt-blocks-info-box-title, .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .byline.full-bio .author-name, .byline.full-bio .wp-block-kadence-infobox .author-name, .wp-block-kadence-infobox .kt-blocks-info-box-title, .schema-faq-question, .byline.full-bio.centered .author-name, .byline.full-bio.centered .author-title.author-archive-only, h5, h6 {
  margin-top: 0;
  margin-bottom: 5px; }

p, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a, .ab-post-grid-items.is-grid .ab-block-post-grid-more-link {
  color: #008080;
  text-decoration: none;
  background-color: transparent; }
  a:hover, .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover {
    color: #003434;
    text-decoration: underline; }

a:not([href]):not([tabindex]), .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus, .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus, .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, .display, .entry-title, .page-title, .wp-block-cover h2, .wp-block-cover .search-results .page-title, .search-results .wp-block-cover .page-title, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-cover .author-name, .wp-block-cover .sticky-hero h2.entry-title, .sticky-hero .wp-block-cover h2.entry-title, h2, .search-results .page-title, .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .author-name, .sticky-hero h2.entry-title, h3, .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .byline.full-bio .author-name, h4, table thead th, table thead td, .table thead th, .table thead td, .tablepress thead th, .tablepress thead td, ul.simple li.heading, ul.simple.alt li.heading, ol.simple li.heading, ol.simple.alt li.heading, ul.list-with-image-heading > li:nth-child(2), ol.list-with-image-heading > li:nth-child(2), ul.list-with-heading > li:first-child, ol.list-with-heading > li:first-child, .ab-post-grid-items.is-grid .ab-block-post-grid-title, .info-box h3, .info-box .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .info-box .entry-title, .info-box .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .info-box h1.loud, .info-box .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .info-box .loud.display, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title, .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .byline.full-bio .author-name, .byline.full-bio .info-box .author-name, .info-box .kt-blocks-info-box-title, .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .byline.full-bio .author-name, .byline.full-bio .wp-block-kadence-infobox .author-name, .wp-block-kadence-infobox .kt-blocks-info-box-title, .schema-faq-question, .byline.full-bio.centered .author-name, .byline.full-bio.centered .author-title.author-archive-only, h5, h6,
.h1, .h2, .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .entry-title, .h3, .h4, .h5, .h6 {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2; }

h1, .display, .entry-title, .page-title, .wp-block-cover h2, .wp-block-cover .search-results .page-title, .search-results .wp-block-cover .page-title, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-cover .author-name, .wp-block-cover .sticky-hero h2.entry-title, .sticky-hero .wp-block-cover h2.entry-title, .h1 {
  font-size: 2.5rem; }

h2, .search-results .page-title, .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .author-name, .sticky-hero h2.entry-title, .h2, .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .entry-title {
  font-size: 2rem; }

h3, .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .byline.full-bio .author-name, .h3 {
  font-size: 1.75rem; }

h4, table thead th, table thead td, .table thead th, .table thead td, .tablepress thead th, .tablepress thead td, ul.simple li.heading, ul.simple.alt li.heading, ol.simple li.heading, ol.simple.alt li.heading, ul.list-with-image-heading > li:nth-child(2), ol.list-with-image-heading > li:nth-child(2), ul.list-with-heading > li:first-child, ol.list-with-heading > li:first-child, .ab-post-grid-items.is-grid .ab-block-post-grid-title, .info-box h3, .info-box .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .info-box .entry-title, .info-box .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .info-box h1.loud, .info-box .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .info-box .loud.display, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title, .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .byline.full-bio .author-name, .byline.full-bio .info-box .author-name, .info-box .kt-blocks-info-box-title, .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .byline.full-bio .author-name, .byline.full-bio .wp-block-kadence-infobox .author-name, .wp-block-kadence-infobox .kt-blocks-info-box-title, .schema-faq-question, .byline.full-bio.centered .author-name, .byline.full-bio.centered .author-title.author-archive-only, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 10px;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 5px;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code, .ab-post-grid-items.is-grid .ab-block-post-grid-more-link > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 568px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, #news-header > .sticky-hero, .featured-posts-block > .sticky-hero, #news-header > #recent-posts, .featured-posts-block > #recent-posts, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12, #news-header > .sticky-hero, .featured-posts-block > .sticky-hero, #news-header > #recent-posts, .featured-posts-block > #recent-posts {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 360px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    order: -1; }
  .order-xs-last {
    order: 13; }
  .order-xs-0 {
    order: 0; }
  .order-xs-1 {
    order: 1; }
  .order-xs-2 {
    order: 2; }
  .order-xs-3 {
    order: 3; }
  .order-xs-4 {
    order: 4; }
  .order-xs-5 {
    order: 5; }
  .order-xs-6 {
    order: 6; }
  .order-xs-7 {
    order: 7; }
  .order-xs-8 {
    order: 8; }
  .order-xs-9 {
    order: 9; }
  .order-xs-10 {
    order: 10; }
  .order-xs-11 {
    order: 11; }
  .order-xs-12 {
    order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.3333333333%; }
  .offset-xs-2 {
    margin-left: 16.6666666667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.3333333333%; }
  .offset-xs-5 {
    margin-left: 41.6666666667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.3333333333%; }
  .offset-xs-8 {
    margin-left: 66.6666666667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.3333333333%; }
  .offset-xs-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 568px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5, #news-header > #recent-posts, .featured-posts-block > #recent-posts {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7, #news-header > .sticky-hero, .featured-posts-block > .sticky-hero {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 10px;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8dbdb; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abdbd; }

.table-hover .table-primary:hover {
  background-color: #a7d2d2; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a7d2d2; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e1c9c1; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c79b8b; }

.table-hover .table-secondary:hover {
  background-color: #d9bab0; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #d9bab0; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bddbdc; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #84bdbe; }

.table-hover .table-info:hover {
  background-color: #acd2d3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #acd2d3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f0ddb9; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #e2c17c; }

.table-hover .table-warning:hover {
  background-color: #ecd3a4; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ecd3a4; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #e1c9c1; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #c79b8b; }

.table-hover .table-danger:hover {
  background-color: #d9bab0; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #d9bab0; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfb; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f7f7f7; }

.table-hover .table-light:hover {
  background-color: #eeeeee; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #eeeeee; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #e2e2e2; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #c9c9c9; }

.table-hover .table-dark:hover {
  background-color: #d5d5d5; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #d5d5d5; }

.table-red,
.table-red > th,
.table-red > td {
  background-color: #e1c9c1; }

.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #c79b8b; }

.table-hover .table-red:hover {
  background-color: #d9bab0; }
  .table-hover .table-red:hover > td,
  .table-hover .table-red:hover > th {
    background-color: #d9bab0; }

.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #b8dbdb; }

.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody + tbody {
  border-color: #7abdbd; }

.table-hover .table-teal:hover {
  background-color: #a7d2d2; }
  .table-hover .table-teal:hover > td,
  .table-hover .table-teal:hover > th {
    background-color: #a7d2d2; }

.table-teal-dark,
.table-teal-dark > th,
.table-teal-dark > td {
  background-color: #bbcdcd; }

.table-teal-dark th,
.table-teal-dark td,
.table-teal-dark thead th,
.table-teal-dark tbody + tbody {
  border-color: #81a2a2; }

.table-hover .table-teal-dark:hover {
  background-color: #acc2c2; }
  .table-hover .table-teal-dark:hover > td,
  .table-hover .table-teal-dark:hover > th {
    background-color: #acc2c2; }

.table-brown,
.table-brown > th,
.table-brown > td {
  background-color: #c9c7c2; }

.table-brown th,
.table-brown td,
.table-brown thead th,
.table-brown tbody + tbody {
  border-color: #9a968e; }

.table-hover .table-brown:hover {
  background-color: #bdbbb4; }
  .table-hover .table-brown:hover > td,
  .table-hover .table-brown:hover > th {
    background-color: #bdbbb4; }

.table-dijon,
.table-dijon > th,
.table-dijon > td {
  background-color: #efe5d2; }

.table-dijon th,
.table-dijon td,
.table-dijon thead th,
.table-dijon tbody + tbody {
  border-color: #e1cfac; }

.table-hover .table-dijon:hover {
  background-color: #e8dabf; }
  .table-hover .table-dijon:hover > td,
  .table-hover .table-dijon:hover > th {
    background-color: #e8dabf; }

.table-lighter,
.table-lighter > th,
.table-lighter > td {
  background-color: #fdfdfd; }

.table-lighter th,
.table-lighter td,
.table-lighter thead th,
.table-lighter tbody + tbody {
  border-color: #fcfbfb; }

.table-hover .table-lighter:hover {
  background-color: #f0f0f0; }
  .table-hover .table-lighter:hover > td,
  .table-hover .table-lighter:hover > th {
    background-color: #f0f0f0; }

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #f4f4f4; }

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #ebebeb; }

.table-hover .table-gray:hover {
  background-color: #e7e7e7; }
  .table-hover .table-gray:hover > td,
  .table-hover .table-gray:hover > th {
    background-color: #e7e7e7; }

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #c7ced3; }

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #97a4ad; }

.table-hover .table-blue:hover {
  background-color: #b9c2c8; }
  .table-hover .table-blue:hover > td,
  .table-hover .table-blue:hover > th {
    background-color: #b9c2c8; }

.table-light-blue,
.table-light-blue > th,
.table-light-blue > td {
  background-color: #ccd6dc; }

.table-light-blue th,
.table-light-blue td,
.table-light-blue thead th,
.table-light-blue tbody + tbody {
  border-color: #a1b2bf; }

.table-hover .table-light-blue:hover {
  background-color: #bdcad2; }
  .table-hover .table-light-blue:hover > td,
  .table-hover .table-light-blue:hover > th {
    background-color: #bdcad2; }

.table-slate,
.table-slate > th,
.table-slate > td {
  background-color: #d6d6d6; }

.table-slate th,
.table-slate td,
.table-slate thead th,
.table-slate tbody + tbody {
  border-color: #b3b3b3; }

.table-hover .table-slate:hover {
  background-color: #c9c9c9; }
  .table-hover .table-slate:hover > td,
  .table-hover .table-slate:hover > th {
    background-color: #c9c9c9; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 359.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xs > .table-bordered {
      border: 0; } }

@media (max-width: 567.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #01ffff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #933F20; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(147, 63, 32, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #933F20;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23933F20' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23933F20' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #933F20;
    box-shadow: 0 0 0 0.2rem rgba(147, 63, 32, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #933F20;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23933F20' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23933F20' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #933F20;
    box-shadow: 0 0 0 0.2rem rgba(147, 63, 32, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #933F20; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #933F20; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #933F20; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #bd5129;
  background-color: #bd5129; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(147, 63, 32, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #933F20; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #933F20; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #933F20;
  box-shadow: 0 0 0 0.2rem rgba(147, 63, 32, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 568px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, input[type="submit"], .wp-block-button__link, .kbase.tag-list > a, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, input[type="submit"], .wp-block-button__link, .kbase.tag-list > a, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link {
      transition: none; } }
  .btn:hover, input[type="submit"]:hover, .wp-block-button__link:hover, .kbase.tag-list > a:hover, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, input[type="submit"]:focus, .wp-block-button__link:focus, .kbase.tag-list > a:focus, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link:focus, .btn.focus, input.focus[type="submit"], .focus.wp-block-button__link, .kbase.tag-list > a.focus, .ab-post-grid-items.is-grid .kbase.tag-list > .focus.ab-block-post-grid-more-link {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.25); }
  .btn.disabled, input.disabled[type="submit"], .disabled.wp-block-button__link, .kbase.tag-list > a.disabled, .ab-post-grid-items.is-grid .kbase.tag-list > .disabled.ab-block-post-grid-more-link, .btn:disabled, input[type="submit"]:disabled, .wp-block-button__link:disabled, .kbase.tag-list > a:disabled, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link:disabled {
    opacity: 0.65; }

a.btn.disabled, a.disabled.wp-block-button__link, .ab-post-grid-items.is-grid .disabled.wp-block-button__link.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .btn.disabled.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid input.disabled.ab-block-post-grid-more-link[type="submit"], .kbase.tag-list > a.disabled, .ab-post-grid-items.is-grid .kbase.tag-list > .disabled.ab-block-post-grid-more-link,
fieldset:disabled a.btn,
fieldset:disabled a.wp-block-button__link,
fieldset:disabled .ab-post-grid-items.is-grid .wp-block-button__link.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid
fieldset:disabled .wp-block-button__link.ab-block-post-grid-more-link,
fieldset:disabled .ab-post-grid-items.is-grid .btn.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid
fieldset:disabled .btn.ab-block-post-grid-more-link,
fieldset:disabled .ab-post-grid-items.is-grid input.ab-block-post-grid-more-link[type="submit"], .ab-post-grid-items.is-grid
fieldset:disabled input.ab-block-post-grid-more-link[type="submit"],
fieldset:disabled .kbase.tag-list > a,
fieldset:disabled .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid
fieldset:disabled .kbase.tag-list > .ab-block-post-grid-more-link {
  pointer-events: none; }

.btn-primary, input[type="submit"], .wp-block-button__link {
  color: #fff;
  background-color: #008080;
  border-color: #008080; }
  .btn-primary:hover, input[type="submit"]:hover, .wp-block-button__link:hover {
    color: #fff;
    background-color: #005a5a;
    border-color: #004d4d; }
  .btn-primary:focus, input[type="submit"]:focus, .wp-block-button__link:focus, .btn-primary.focus, input.focus[type="submit"], .focus.wp-block-button__link {
    box-shadow: 0 0 0 0.2rem rgba(38, 147, 147, 0.5); }
  .btn-primary.disabled, input.disabled[type="submit"], .disabled.wp-block-button__link, .btn-primary:disabled, input[type="submit"]:disabled, .wp-block-button__link:disabled {
    color: #fff;
    background-color: #008080;
    border-color: #008080; }
  .btn-primary:not(:disabled):not(.disabled):active, input[type="submit"]:not(:disabled):not(.disabled):active, .wp-block-button__link:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, input[type="submit"]:not(:disabled):not(.disabled).active, .wp-block-button__link:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .show > input.dropdown-toggle[type="submit"],
  .show > .dropdown-toggle.wp-block-button__link {
    color: #fff;
    background-color: #004d4d;
    border-color: #004040; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, input[type="submit"]:not(:disabled):not(.disabled):active:focus, .wp-block-button__link:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, input[type="submit"]:not(:disabled):not(.disabled).active:focus, .wp-block-button__link:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .show > input.dropdown-toggle[type="submit"]:focus,
    .show > .dropdown-toggle.wp-block-button__link:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 147, 147, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #933F20;
  border-color: #933F20; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #743219;
    border-color: #692d17; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 92, 65, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #933F20;
    border-color: #933F20; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #692d17;
    border-color: #5f2915; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(163, 92, 65, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #128082;
  border-color: #128082; }
  .btn-info:hover {
    color: #fff;
    background-color: #0d5f60;
    border-color: #0c5455; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 147, 149, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #128082;
    border-color: #128082; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0c5455;
    border-color: #0a494a; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 147, 149, 0.5); }

.btn-warning {
  color: #fff;
  background-color: #C88704;
  border-color: #C88704; }
  .btn-warning:hover {
    color: #fff;
    background-color: #a36e03;
    border-color: #966503; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 153, 42, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #C88704;
    border-color: #C88704; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #966503;
    border-color: #8a5d03; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 153, 42, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #933F20;
  border-color: #933F20; }
  .btn-danger:hover {
    color: #fff;
    background-color: #743219;
    border-color: #692d17; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 92, 65, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #933F20;
    border-color: #933F20; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #692d17;
    border-color: #5f2915; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(163, 92, 65, 0.5); }

.btn-light {
  color: #212529;
  background-color: #EFEFEF;
  border-color: #EFEFEF; }
  .btn-light:hover {
    color: #212529;
    background-color: gainsboro;
    border-color: #d6d5d5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 209, 209, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #EFEFEF;
    border-color: #EFEFEF; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d6d5d5;
    border-color: #cfcfcf; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 209, 209, 0.5); }

.btn-dark {
  color: #212529;
  background-color: #979797;
  border-color: #979797; }
  .btn-dark:hover {
    color: #fff;
    background-color: #848484;
    border-color: #7e7d7d; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 134, 135, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #212529;
    background-color: #979797;
    border-color: #979797; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #7e7d7d;
    border-color: #777777; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(133, 134, 135, 0.5); }

.btn-red {
  color: #fff;
  background-color: #933F20;
  border-color: #933F20; }
  .btn-red:hover {
    color: #fff;
    background-color: #743219;
    border-color: #692d17; }
  .btn-red:focus, .btn-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 92, 65, 0.5); }
  .btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #933F20;
    border-color: #933F20; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #692d17;
    border-color: #5f2915; }
    .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(163, 92, 65, 0.5); }

.btn-teal {
  color: #fff;
  background-color: #008080;
  border-color: #008080; }
  .btn-teal:hover {
    color: #fff;
    background-color: #005a5a;
    border-color: #004d4d; }
  .btn-teal:focus, .btn-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 147, 147, 0.5); }
  .btn-teal.disabled, .btn-teal:disabled {
    color: #fff;
    background-color: #008080;
    border-color: #008080; }
  .btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
  .show > .btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #004d4d;
    border-color: #004040; }
    .btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 147, 147, 0.5); }

.btn-teal-dark {
  color: #fff;
  background-color: #0d4c4c;
  border-color: #0d4c4c; }
  .btn-teal-dark:hover {
    color: #fff;
    background-color: #072b2b;
    border-color: #062020; }
  .btn-teal-dark:focus, .btn-teal-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 103, 103, 0.5); }
  .btn-teal-dark.disabled, .btn-teal-dark:disabled {
    color: #fff;
    background-color: #0d4c4c;
    border-color: #0d4c4c; }
  .btn-teal-dark:not(:disabled):not(.disabled):active, .btn-teal-dark:not(:disabled):not(.disabled).active,
  .show > .btn-teal-dark.dropdown-toggle {
    color: #fff;
    background-color: #062020;
    border-color: #041616; }
    .btn-teal-dark:not(:disabled):not(.disabled):active:focus, .btn-teal-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(49, 103, 103, 0.5); }

.btn-brown {
  color: #fff;
  background-color: #3D3626;
  border-color: #3D3626; }
  .btn-brown:hover {
    color: #fff;
    background-color: #252117;
    border-color: #1e1a12; }
  .btn-brown:focus, .btn-brown.focus {
    box-shadow: 0 0 0 0.2rem rgba(90, 84, 71, 0.5); }
  .btn-brown.disabled, .btn-brown:disabled {
    color: #fff;
    background-color: #3D3626;
    border-color: #3D3626; }
  .btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active,
  .show > .btn-brown.dropdown-toggle {
    color: #fff;
    background-color: #1e1a12;
    border-color: #16130e; }
    .btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus,
    .show > .btn-brown.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(90, 84, 71, 0.5); }

.btn-dijon {
  color: #212529;
  background-color: #C5A35F;
  border-color: #C5A35F; }
  .btn-dijon:hover {
    color: #fff;
    background-color: #ba9344;
    border-color: #b18b40; }
  .btn-dijon:focus, .btn-dijon.focus {
    box-shadow: 0 0 0 0.2rem rgba(172, 144, 87, 0.5); }
  .btn-dijon.disabled, .btn-dijon:disabled {
    color: #212529;
    background-color: #C5A35F;
    border-color: #C5A35F; }
  .btn-dijon:not(:disabled):not(.disabled):active, .btn-dijon:not(:disabled):not(.disabled).active,
  .show > .btn-dijon.dropdown-toggle {
    color: #fff;
    background-color: #b18b40;
    border-color: #a8843d; }
    .btn-dijon:not(:disabled):not(.disabled):active:focus, .btn-dijon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dijon.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(172, 144, 87, 0.5); }

.btn-lighter {
  color: #212529;
  background-color: #F9F8F8;
  border-color: #F9F8F8; }
  .btn-lighter:hover {
    color: #212529;
    background-color: #e7e3e3;
    border-color: #e1dddd; }
  .btn-lighter:focus, .btn-lighter.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 216, 217, 0.5); }
  .btn-lighter.disabled, .btn-lighter:disabled {
    color: #212529;
    background-color: #F9F8F8;
    border-color: #F9F8F8; }
  .btn-lighter:not(:disabled):not(.disabled):active, .btn-lighter:not(:disabled):not(.disabled).active,
  .show > .btn-lighter.dropdown-toggle {
    color: #212529;
    background-color: #e1dddd;
    border-color: #dcd6d6; }
    .btn-lighter:not(:disabled):not(.disabled):active:focus, .btn-lighter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-lighter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 216, 217, 0.5); }

.btn-gray {
  color: #212529;
  background-color: #D8D8D8;
  border-color: #D8D8D8; }
  .btn-gray:hover {
    color: #212529;
    background-color: #c5c5c5;
    border-color: #bfbebe; }
  .btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 189, 190, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #212529;
    background-color: #D8D8D8;
    border-color: #D8D8D8; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #bfbebe;
    border-color: #b8b8b8; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 189, 190, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #375062;
  border-color: #375062; }
  .btn-blue:hover {
    color: #fff;
    background-color: #293c4a;
    border-color: #253541; }
  .btn-blue:focus, .btn-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 106, 122, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #375062;
    border-color: #375062; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #253541;
    border-color: #202f39; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(85, 106, 122, 0.5); }

.btn-light-blue {
  color: #fff;
  background-color: #4A6B83;
  border-color: #4A6B83; }
  .btn-light-blue:hover {
    color: #fff;
    background-color: #3c576b;
    border-color: #385062; }
  .btn-light-blue:focus, .btn-light-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(101, 129, 150, 0.5); }
  .btn-light-blue.disabled, .btn-light-blue:disabled {
    color: #fff;
    background-color: #4A6B83;
    border-color: #4A6B83; }
  .btn-light-blue:not(:disabled):not(.disabled):active, .btn-light-blue:not(:disabled):not(.disabled).active,
  .show > .btn-light-blue.dropdown-toggle {
    color: #fff;
    background-color: #385062;
    border-color: #334a5a; }
    .btn-light-blue:not(:disabled):not(.disabled):active:focus, .btn-light-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(101, 129, 150, 0.5); }

.btn-slate {
  color: #fff;
  background-color: #6D6D6D;
  border-color: #6D6D6D; }
  .btn-slate:hover {
    color: #fff;
    background-color: #5a5a5a;
    border-color: #545353; }
  .btn-slate:focus, .btn-slate.focus {
    box-shadow: 0 0 0 0.2rem rgba(131, 131, 131, 0.5); }
  .btn-slate.disabled, .btn-slate:disabled {
    color: #fff;
    background-color: #6D6D6D;
    border-color: #6D6D6D; }
  .btn-slate:not(:disabled):not(.disabled):active, .btn-slate:not(:disabled):not(.disabled).active,
  .show > .btn-slate.dropdown-toggle {
    color: #fff;
    background-color: #545353;
    border-color: #4d4d4d; }
    .btn-slate:not(:disabled):not(.disabled):active:focus, .btn-slate:not(:disabled):not(.disabled).active:focus,
    .show > .btn-slate.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(131, 131, 131, 0.5); }

.btn-outline-primary {
  color: #008080;
  border-color: #008080; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #008080;
    border-color: #008080; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #008080;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #008080;
    border-color: #008080; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5); }

.btn-outline-secondary {
  color: #933F20;
  border-color: #933F20; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #933F20;
    border-color: #933F20; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 63, 32, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #933F20;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #933F20;
    border-color: #933F20; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(147, 63, 32, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #128082;
  border-color: #128082; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #128082;
    border-color: #128082; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(18, 128, 130, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #128082;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #128082;
    border-color: #128082; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(18, 128, 130, 0.5); }

.btn-outline-warning {
  color: #C88704;
  border-color: #C88704; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #C88704;
    border-color: #C88704; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 135, 4, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #C88704;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #C88704;
    border-color: #C88704; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(200, 135, 4, 0.5); }

.btn-outline-danger {
  color: #933F20;
  border-color: #933F20; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #933F20;
    border-color: #933F20; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 63, 32, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #933F20;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #933F20;
    border-color: #933F20; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(147, 63, 32, 0.5); }

.btn-outline-light {
  color: #EFEFEF;
  border-color: #EFEFEF; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #EFEFEF;
    border-color: #EFEFEF; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #EFEFEF;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #EFEFEF;
    border-color: #EFEFEF; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5); }

.btn-outline-dark {
  color: #979797;
  border-color: #979797; }
  .btn-outline-dark:hover {
    color: #212529;
    background-color: #979797;
    border-color: #979797; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #979797;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #212529;
    background-color: #979797;
    border-color: #979797; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(151, 151, 151, 0.5); }

.btn-outline-red {
  color: #933F20;
  border-color: #933F20; }
  .btn-outline-red:hover {
    color: #fff;
    background-color: #933F20;
    border-color: #933F20; }
  .btn-outline-red:focus, .btn-outline-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 63, 32, 0.5); }
  .btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #933F20;
    background-color: transparent; }
  .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #933F20;
    border-color: #933F20; }
    .btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(147, 63, 32, 0.5); }

.btn-outline-teal {
  color: #008080;
  border-color: #008080; }
  .btn-outline-teal:hover {
    color: #fff;
    background-color: #008080;
    border-color: #008080; }
  .btn-outline-teal:focus, .btn-outline-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5); }
  .btn-outline-teal.disabled, .btn-outline-teal:disabled {
    color: #008080;
    background-color: transparent; }
  .btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal.dropdown-toggle {
    color: #fff;
    background-color: #008080;
    border-color: #008080; }
    .btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5); }

.btn-outline-teal-dark {
  color: #0d4c4c;
  border-color: #0d4c4c; }
  .btn-outline-teal-dark:hover {
    color: #fff;
    background-color: #0d4c4c;
    border-color: #0d4c4c; }
  .btn-outline-teal-dark:focus, .btn-outline-teal-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 76, 76, 0.5); }
  .btn-outline-teal-dark.disabled, .btn-outline-teal-dark:disabled {
    color: #0d4c4c;
    background-color: transparent; }
  .btn-outline-teal-dark:not(:disabled):not(.disabled):active, .btn-outline-teal-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal-dark.dropdown-toggle {
    color: #fff;
    background-color: #0d4c4c;
    border-color: #0d4c4c; }
    .btn-outline-teal-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-teal-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(13, 76, 76, 0.5); }

.btn-outline-brown {
  color: #3D3626;
  border-color: #3D3626; }
  .btn-outline-brown:hover {
    color: #fff;
    background-color: #3D3626;
    border-color: #3D3626; }
  .btn-outline-brown:focus, .btn-outline-brown.focus {
    box-shadow: 0 0 0 0.2rem rgba(61, 54, 38, 0.5); }
  .btn-outline-brown.disabled, .btn-outline-brown:disabled {
    color: #3D3626;
    background-color: transparent; }
  .btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active,
  .show > .btn-outline-brown.dropdown-toggle {
    color: #fff;
    background-color: #3D3626;
    border-color: #3D3626; }
    .btn-outline-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-brown:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-brown.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(61, 54, 38, 0.5); }

.btn-outline-dijon {
  color: #C5A35F;
  border-color: #C5A35F; }
  .btn-outline-dijon:hover {
    color: #212529;
    background-color: #C5A35F;
    border-color: #C5A35F; }
  .btn-outline-dijon:focus, .btn-outline-dijon.focus {
    box-shadow: 0 0 0 0.2rem rgba(197, 163, 95, 0.5); }
  .btn-outline-dijon.disabled, .btn-outline-dijon:disabled {
    color: #C5A35F;
    background-color: transparent; }
  .btn-outline-dijon:not(:disabled):not(.disabled):active, .btn-outline-dijon:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dijon.dropdown-toggle {
    color: #212529;
    background-color: #C5A35F;
    border-color: #C5A35F; }
    .btn-outline-dijon:not(:disabled):not(.disabled):active:focus, .btn-outline-dijon:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dijon.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(197, 163, 95, 0.5); }

.btn-outline-lighter {
  color: #F9F8F8;
  border-color: #F9F8F8; }
  .btn-outline-lighter:hover {
    color: #212529;
    background-color: #F9F8F8;
    border-color: #F9F8F8; }
  .btn-outline-lighter:focus, .btn-outline-lighter.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 248, 248, 0.5); }
  .btn-outline-lighter.disabled, .btn-outline-lighter:disabled {
    color: #F9F8F8;
    background-color: transparent; }
  .btn-outline-lighter:not(:disabled):not(.disabled):active, .btn-outline-lighter:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lighter.dropdown-toggle {
    color: #212529;
    background-color: #F9F8F8;
    border-color: #F9F8F8; }
    .btn-outline-lighter:not(:disabled):not(.disabled):active:focus, .btn-outline-lighter:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-lighter.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(249, 248, 248, 0.5); }

.btn-outline-gray {
  color: #D8D8D8;
  border-color: #D8D8D8; }
  .btn-outline-gray:hover {
    color: #212529;
    background-color: #D8D8D8;
    border-color: #D8D8D8; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #D8D8D8;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #212529;
    background-color: #D8D8D8;
    border-color: #D8D8D8; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5); }

.btn-outline-blue {
  color: #375062;
  border-color: #375062; }
  .btn-outline-blue:hover {
    color: #fff;
    background-color: #375062;
    border-color: #375062; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 80, 98, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #375062;
    background-color: transparent; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #375062;
    border-color: #375062; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(55, 80, 98, 0.5); }

.btn-outline-light-blue {
  color: #4A6B83;
  border-color: #4A6B83; }
  .btn-outline-light-blue:hover {
    color: #fff;
    background-color: #4A6B83;
    border-color: #4A6B83; }
  .btn-outline-light-blue:focus, .btn-outline-light-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 107, 131, 0.5); }
  .btn-outline-light-blue.disabled, .btn-outline-light-blue:disabled {
    color: #4A6B83;
    background-color: transparent; }
  .btn-outline-light-blue:not(:disabled):not(.disabled):active, .btn-outline-light-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-blue.dropdown-toggle {
    color: #fff;
    background-color: #4A6B83;
    border-color: #4A6B83; }
    .btn-outline-light-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-light-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(74, 107, 131, 0.5); }

.btn-outline-slate {
  color: #6D6D6D;
  border-color: #6D6D6D; }
  .btn-outline-slate:hover {
    color: #fff;
    background-color: #6D6D6D;
    border-color: #6D6D6D; }
  .btn-outline-slate:focus, .btn-outline-slate.focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 109, 109, 0.5); }
  .btn-outline-slate.disabled, .btn-outline-slate:disabled {
    color: #6D6D6D;
    background-color: transparent; }
  .btn-outline-slate:not(:disabled):not(.disabled):active, .btn-outline-slate:not(:disabled):not(.disabled).active,
  .show > .btn-outline-slate.dropdown-toggle {
    color: #fff;
    background-color: #6D6D6D;
    border-color: #6D6D6D; }
    .btn-outline-slate:not(:disabled):not(.disabled):active:focus, .btn-outline-slate:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-slate.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(109, 109, 109, 0.5); }

.btn-link {
  font-weight: 400;
  color: #008080;
  text-decoration: none; }
  .btn-link:hover {
    color: #003434;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > input[type="submit"], .btn-group-lg > .wp-block-button__link, .kbase.tag-list.btn-group-lg > a, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-lg > .ab-block-post-grid-more-link {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > input[type="submit"], .btn-group-sm > .wp-block-button__link, .kbase.tag-list.btn-group-sm > a, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-sm > .ab-block-post-grid-more-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 360px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xs-right {
    right: 0;
    left: auto; } }

@media (min-width: 568px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 5px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #008080; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > input[type="submit"], .btn-group > .wp-block-button__link, .kbase.tag-list.btn-group > a, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group > .ab-block-post-grid-more-link,
  .btn-group-vertical > .btn,
  .btn-group-vertical > input[type="submit"],
  .btn-group-vertical > .wp-block-button__link,
  .kbase.tag-list.btn-group-vertical > a, .ab-post-grid-items.is-grid
  .kbase.tag-list.btn-group-vertical > .ab-block-post-grid-more-link {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .btn-group > input[type="submit"]:hover, .btn-group > .wp-block-button__link:hover, .kbase.tag-list.btn-group > a:hover, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group > .ab-block-post-grid-more-link:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > input[type="submit"]:hover,
    .btn-group-vertical > .wp-block-button__link:hover,
    .kbase.tag-list.btn-group-vertical > a:hover, .ab-post-grid-items.is-grid
    .kbase.tag-list.btn-group-vertical > .ab-block-post-grid-more-link:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > input[type="submit"]:focus, .btn-group > .wp-block-button__link:focus, .kbase.tag-list.btn-group > a:focus, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group > .ab-block-post-grid-more-link:focus, .btn-group > .btn:active, .btn-group > input[type="submit"]:active, .btn-group > .wp-block-button__link:active, .kbase.tag-list.btn-group > a:active, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group > .ab-block-post-grid-more-link:active, .btn-group > .btn.active, .btn-group > input.active[type="submit"], .btn-group > .active.wp-block-button__link, .kbase.tag-list.btn-group > a.active, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group > .active.ab-block-post-grid-more-link,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > input[type="submit"]:focus,
    .btn-group-vertical > .wp-block-button__link:focus,
    .kbase.tag-list.btn-group-vertical > a:focus, .ab-post-grid-items.is-grid
    .kbase.tag-list.btn-group-vertical > .ab-block-post-grid-more-link:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > input[type="submit"]:active,
    .btn-group-vertical > .wp-block-button__link:active,
    .kbase.tag-list.btn-group-vertical > a:active, .ab-post-grid-items.is-grid
    .kbase.tag-list.btn-group-vertical > .ab-block-post-grid-more-link:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > input.active[type="submit"],
    .btn-group-vertical > .active.wp-block-button__link,
    .kbase.tag-list.btn-group-vertical > a.active, .ab-post-grid-items.is-grid
    .kbase.tag-list.btn-group-vertical > .active.ab-block-post-grid-more-link {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .btn-group > input[type="submit"]:not(:first-child), .btn-group > .wp-block-button__link:not(:first-child), .kbase.tag-list.btn-group > a:not(:first-child), .ab-post-grid-items.is-grid .kbase.tag-list.btn-group > .ab-block-post-grid-more-link:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .btn-group > .wp-block-button__link:not(:last-child):not(.dropdown-toggle), .kbase.tag-list.btn-group > a:not(:last-child):not(.dropdown-toggle), .ab-post-grid-items.is-grid .kbase.tag-list.btn-group > .ab-block-post-grid-more-link:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > input[type="submit"],
.btn-group > .btn-group:not(:last-child) > .wp-block-button__link,
.btn-group > .kbase.tag-list.btn-group:not(:last-child) > a, .ab-post-grid-items.is-grid
.btn-group > .kbase.tag-list.btn-group:not(:last-child) > .ab-block-post-grid-more-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .btn-group > input[type="submit"]:not(:first-child), .btn-group > .wp-block-button__link:not(:first-child), .kbase.tag-list.btn-group > a:not(:first-child), .ab-post-grid-items.is-grid .kbase.tag-list.btn-group > .ab-block-post-grid-more-link:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > input[type="submit"],
.btn-group > .btn-group:not(:first-child) > .wp-block-button__link,
.btn-group > .kbase.tag-list.btn-group:not(:first-child) > a, .ab-post-grid-items.is-grid
.btn-group > .kbase.tag-list.btn-group:not(:first-child) > .ab-block-post-grid-more-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .btn-group-sm > .wp-block-button__link + .dropdown-toggle-split, .kbase.tag-list.btn-group-sm > a + .dropdown-toggle-split, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-sm > .ab-block-post-grid-more-link + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .btn-group-lg > .wp-block-button__link + .dropdown-toggle-split, .kbase.tag-list.btn-group-lg > a + .dropdown-toggle-split, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-lg > .ab-block-post-grid-more-link + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  
  .btn-group-vertical > .btn,
  .btn-group-vertical > input[type="submit"],
  .btn-group-vertical > .wp-block-button__link,
  .kbase.tag-list.btn-group-vertical > a, .ab-post-grid-items.is-grid
  .kbase.tag-list.btn-group-vertical > .ab-block-post-grid-more-link,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > input[type="submit"]:not(:first-child), .btn-group-vertical > .wp-block-button__link:not(:first-child), .kbase.tag-list.btn-group-vertical > a:not(:first-child), .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-vertical > .ab-block-post-grid-more-link:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .wp-block-button__link:not(:last-child):not(.dropdown-toggle), .kbase.tag-list.btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-vertical > .ab-block-post-grid-more-link:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
  .btn-group-vertical > .btn-group:not(:last-child) > .wp-block-button__link,
  .btn-group-vertical > .kbase.tag-list.btn-group:not(:last-child) > a, .ab-post-grid-items.is-grid
  .btn-group-vertical > .kbase.tag-list.btn-group:not(:last-child) > .ab-block-post-grid-more-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > input[type="submit"]:not(:first-child), .btn-group-vertical > .wp-block-button__link:not(:first-child), .kbase.tag-list.btn-group-vertical > a:not(:first-child), .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-vertical > .ab-block-post-grid-more-link:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
  .btn-group-vertical > .btn-group:not(:first-child) > .wp-block-button__link,
  .btn-group-vertical > .kbase.tag-list.btn-group:not(:first-child) > a, .ab-post-grid-items.is-grid
  .btn-group-vertical > .kbase.tag-list.btn-group:not(:first-child) > .ab-block-post-grid-more-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > input[type="submit"], .btn-group-toggle > .wp-block-button__link, .kbase.tag-list.btn-group-toggle > a, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-toggle > .ab-block-post-grid-more-link,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > input[type="submit"],
.btn-group-toggle > .btn-group > .wp-block-button__link,
.btn-group-toggle > .kbase.tag-list.btn-group > a, .ab-post-grid-items.is-grid
.btn-group-toggle > .kbase.tag-list.btn-group > .ab-block-post-grid-more-link {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > input[type="submit"] input[type="radio"], .btn-group-toggle > .wp-block-button__link input[type="radio"], .kbase.tag-list.btn-group-toggle > a input[type="radio"], .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-toggle > .ab-block-post-grid-more-link input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > input[type="submit"] input[type="checkbox"],
  .btn-group-toggle > .wp-block-button__link input[type="checkbox"],
  .kbase.tag-list.btn-group-toggle > a input[type="checkbox"], .ab-post-grid-items.is-grid
  .kbase.tag-list.btn-group-toggle > .ab-block-post-grid-more-link input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
  .btn-group-toggle > .btn-group > .wp-block-button__link input[type="radio"],
  .btn-group-toggle > .kbase.tag-list.btn-group > a input[type="radio"], .ab-post-grid-items.is-grid
  .btn-group-toggle > .kbase.tag-list.btn-group > .ab-block-post-grid-more-link input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
  .btn-group-toggle > .btn-group > .wp-block-button__link input[type="checkbox"],
  .btn-group-toggle > .kbase.tag-list.btn-group > a input[type="checkbox"], .ab-post-grid-items.is-grid
  .btn-group-toggle > .kbase.tag-list.btn-group > .ab-block-post-grid-more-link input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend input[type="submit"], .input-group-prepend .wp-block-button__link, .input-group-prepend .kbase.tag-list > a, .input-group-prepend .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .input-group-prepend .kbase.tag-list > .ab-block-post-grid-more-link,
  .input-group-append .btn,
  .input-group-append input[type="submit"],
  .input-group-append .wp-block-button__link,
  .input-group-append .kbase.tag-list > a,
  .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid
  .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend input[type="submit"]:focus, .input-group-prepend .wp-block-button__link:focus, .input-group-prepend .kbase.tag-list > a:focus, .input-group-prepend .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link:focus, .ab-post-grid-items.is-grid .input-group-prepend .kbase.tag-list > .ab-block-post-grid-more-link:focus,
    .input-group-append .btn:focus,
    .input-group-append input[type="submit"]:focus,
    .input-group-append .wp-block-button__link:focus,
    .input-group-append .kbase.tag-list > a:focus,
    .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link:focus, .ab-post-grid-items.is-grid
    .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend input[type="submit"] + .btn, .input-group-prepend .wp-block-button__link + .btn, .input-group-prepend .kbase.tag-list > a + .btn, .input-group-prepend .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link + .btn, .ab-post-grid-items.is-grid .input-group-prepend .kbase.tag-list > .ab-block-post-grid-more-link + .btn, .input-group-prepend .btn + input[type="submit"], .input-group-prepend input[type="submit"] + input[type="submit"], .input-group-prepend .wp-block-button__link + input[type="submit"], .input-group-prepend .kbase.tag-list > a + input[type="submit"], .input-group-prepend .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link + input[type="submit"], .ab-post-grid-items.is-grid .input-group-prepend .kbase.tag-list > .ab-block-post-grid-more-link + input[type="submit"], .input-group-prepend .btn + .wp-block-button__link, .input-group-prepend input[type="submit"] + .wp-block-button__link, .input-group-prepend .wp-block-button__link + .wp-block-button__link, .input-group-prepend .kbase.tag-list > a + .wp-block-button__link, .input-group-prepend .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link + .wp-block-button__link, .ab-post-grid-items.is-grid .input-group-prepend .kbase.tag-list > .ab-block-post-grid-more-link + .wp-block-button__link, .input-group-prepend .kbase.tag-list > .btn + a, .input-group-prepend .kbase.tag-list > input[type="submit"] + a, .input-group-prepend .kbase.tag-list > .wp-block-button__link + a, .input-group-prepend .kbase.tag-list > a + a, .input-group-prepend .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link + a, .ab-post-grid-items.is-grid .input-group-prepend .kbase.tag-list > .ab-block-post-grid-more-link + a, .input-group-prepend .ab-post-grid-items.is-grid .kbase.tag-list > .btn + .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .input-group-prepend .kbase.tag-list > .btn + .ab-block-post-grid-more-link, .input-group-prepend .ab-post-grid-items.is-grid .kbase.tag-list > input[type="submit"] + .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .input-group-prepend .kbase.tag-list > input[type="submit"] + .ab-block-post-grid-more-link, .input-group-prepend .ab-post-grid-items.is-grid .kbase.tag-list > .wp-block-button__link + .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .input-group-prepend .kbase.tag-list > .wp-block-button__link + .ab-block-post-grid-more-link, .input-group-prepend .ab-post-grid-items.is-grid .kbase.tag-list > a + .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .input-group-prepend .kbase.tag-list > a + .ab-block-post-grid-more-link, .input-group-prepend .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link + .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .input-group-prepend .kbase.tag-list > .ab-block-post-grid-more-link + .ab-block-post-grid-more-link,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend input[type="submit"] + .input-group-text,
  .input-group-prepend .wp-block-button__link + .input-group-text,
  .input-group-prepend .kbase.tag-list > a + .input-group-text,
  .input-group-prepend .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link + .input-group-text, .ab-post-grid-items.is-grid
  .input-group-prepend .kbase.tag-list > .ab-block-post-grid-more-link + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-text + input[type="submit"],
  .input-group-prepend .input-group-text + .wp-block-button__link,
  .input-group-prepend .kbase.tag-list > .input-group-text + a,
  .input-group-prepend .ab-post-grid-items.is-grid .kbase.tag-list > .input-group-text + .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid
  .input-group-prepend .kbase.tag-list > .input-group-text + .ab-block-post-grid-more-link,
  .input-group-append .btn + .btn,
  .input-group-append input[type="submit"] + .btn,
  .input-group-append .wp-block-button__link + .btn,
  .input-group-append .kbase.tag-list > a + .btn,
  .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link + .btn, .ab-post-grid-items.is-grid
  .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link + .btn,
  .input-group-append .btn + input[type="submit"],
  .input-group-append input[type="submit"] + input[type="submit"],
  .input-group-append .wp-block-button__link + input[type="submit"],
  .input-group-append .kbase.tag-list > a + input[type="submit"],
  .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link + input[type="submit"], .ab-post-grid-items.is-grid
  .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link + input[type="submit"],
  .input-group-append .btn + .wp-block-button__link,
  .input-group-append input[type="submit"] + .wp-block-button__link,
  .input-group-append .wp-block-button__link + .wp-block-button__link,
  .input-group-append .kbase.tag-list > a + .wp-block-button__link,
  .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link + .wp-block-button__link, .ab-post-grid-items.is-grid
  .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link + .wp-block-button__link,
  .input-group-append .kbase.tag-list > .btn + a,
  .input-group-append .kbase.tag-list > input[type="submit"] + a,
  .input-group-append .kbase.tag-list > .wp-block-button__link + a,
  .input-group-append .kbase.tag-list > a + a,
  .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link + a, .ab-post-grid-items.is-grid
  .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link + a,
  .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .btn + .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid
  .input-group-append .kbase.tag-list > .btn + .ab-block-post-grid-more-link,
  .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > input[type="submit"] + .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid
  .input-group-append .kbase.tag-list > input[type="submit"] + .ab-block-post-grid-more-link,
  .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .wp-block-button__link + .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid
  .input-group-append .kbase.tag-list > .wp-block-button__link + .ab-block-post-grid-more-link,
  .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > a + .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid
  .input-group-append .kbase.tag-list > a + .ab-block-post-grid-more-link,
  .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link + .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid
  .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link + .ab-block-post-grid-more-link,
  .input-group-append .btn + .input-group-text,
  .input-group-append input[type="submit"] + .input-group-text,
  .input-group-append .wp-block-button__link + .input-group-text,
  .input-group-append .kbase.tag-list > a + .input-group-text,
  .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link + .input-group-text, .ab-post-grid-items.is-grid
  .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-text + input[type="submit"],
  .input-group-append .input-group-text + .wp-block-button__link,
  .input-group-append .kbase.tag-list > .input-group-text + a,
  .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .input-group-text + .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid
  .input-group-append .kbase.tag-list > .input-group-text + .ab-block-post-grid-more-link {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > input[type="submit"],
.input-group-lg > .input-group-prepend > .wp-block-button__link,
.input-group-lg > .kbase.tag-list.input-group-prepend > a, .ab-post-grid-items.is-grid
.input-group-lg > .kbase.tag-list.input-group-prepend > .ab-block-post-grid-more-link,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > input[type="submit"],
.input-group-lg > .input-group-append > .wp-block-button__link,
.input-group-lg > .kbase.tag-list.input-group-append > a, .ab-post-grid-items.is-grid
.input-group-lg > .kbase.tag-list.input-group-append > .ab-block-post-grid-more-link {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > input[type="submit"],
.input-group-sm > .input-group-prepend > .wp-block-button__link,
.input-group-sm > .kbase.tag-list.input-group-prepend > a, .ab-post-grid-items.is-grid
.input-group-sm > .kbase.tag-list.input-group-prepend > .ab-block-post-grid-more-link,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > input[type="submit"],
.input-group-sm > .input-group-append > .wp-block-button__link,
.input-group-sm > .kbase.tag-list.input-group-append > a, .ab-post-grid-items.is-grid
.input-group-sm > .kbase.tag-list.input-group-append > .ab-block-post-grid-more-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > input[type="submit"], .input-group > .input-group-prepend > .wp-block-button__link, .input-group > .kbase.tag-list.input-group-prepend > a, .ab-post-grid-items.is-grid .input-group > .kbase.tag-list.input-group-prepend > .ab-block-post-grid-more-link,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > input[type="submit"],
.input-group > .input-group-append:not(:last-child) > .wp-block-button__link,
.input-group > .kbase.tag-list.input-group-append:not(:last-child) > a, .ab-post-grid-items.is-grid
.input-group > .kbase.tag-list.input-group-append:not(:last-child) > .ab-block-post-grid-more-link,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .wp-block-button__link:not(:last-child):not(.dropdown-toggle),
.input-group > .kbase.tag-list.input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle), .ab-post-grid-items.is-grid
.input-group > .kbase.tag-list.input-group-append:last-child > .ab-block-post-grid-more-link:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > input[type="submit"], .input-group > .input-group-append > .wp-block-button__link, .input-group > .kbase.tag-list.input-group-append > a, .ab-post-grid-items.is-grid .input-group > .kbase.tag-list.input-group-append > .ab-block-post-grid-more-link,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.input-group > .input-group-prepend:not(:first-child) > .wp-block-button__link,
.input-group > .kbase.tag-list.input-group-prepend:not(:first-child) > a, .ab-post-grid-items.is-grid
.input-group > .kbase.tag-list.input-group-prepend:not(:first-child) > .ab-block-post-grid-more-link,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > input[type="submit"]:not(:first-child),
.input-group > .input-group-prepend:first-child > .wp-block-button__link:not(:first-child),
.input-group > .kbase.tag-list.input-group-prepend:first-child > a:not(:first-child), .ab-post-grid-items.is-grid
.input-group > .kbase.tag-list.input-group-prepend:first-child > .ab-block-post-grid-more-link:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #008080;
    background-color: #008080; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #01ffff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #34ffff;
    border-color: #34ffff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #008080;
  background-color: #008080; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 128, 128, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 128, 128, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 128, 128, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 128, 128, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #01ffff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #01ffff;
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 128, 128, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 128, 128, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 128, 128, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #008080;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #34ffff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #008080;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #34ffff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #008080;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #34ffff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #008080; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 10px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 359.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 360px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xs .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xs .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xs .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xs > .container,
    .navbar-expand-xs > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xs .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xs .navbar-toggler {
      display: none; } }

@media (max-width: 567.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 568px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a, .navbar-light .navbar-text .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .navbar-light .navbar-text .ab-block-post-grid-more-link {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .navbar-light .navbar-text .ab-block-post-grid-more-link:hover, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:focus, .ab-post-grid-items.is-grid .navbar-light .navbar-text .ab-block-post-grid-more-link:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a, .navbar-dark .navbar-text .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .navbar-dark .navbar-text .ab-block-post-grid-more-link {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .navbar-dark .navbar-text .ab-block-post-grid-more-link:hover, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:focus, .ab-post-grid-items.is-grid .navbar-dark .navbar-text .ab-block-post-grid-more-link:focus {
      color: #fff; }

.alert, .msg {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004343;
  background-color: #cce6e6;
  border-color: #b8dbdb; }
  .alert-primary hr {
    border-top-color: #a7d2d2; }
  .alert-primary .alert-link {
    color: #001010; }

.alert-secondary {
  color: #4c2111;
  background-color: #e9d9d2;
  border-color: #e1c9c1; }
  .alert-secondary hr {
    border-top-color: #d9bab0; }
  .alert-secondary .alert-link {
    color: #220f08; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info, .alert-default {
  color: #094344;
  background-color: #d0e6e6;
  border-color: #bddbdc; }
  .alert-info hr, .alert-default hr {
    border-top-color: #acd2d3; }
  .alert-info .alert-link, .alert-default .alert-link {
    color: #031717; }

.alert-warning {
  color: #684602;
  background-color: #f4e7cd;
  border-color: #f0ddb9; }
  .alert-warning hr {
    border-top-color: #ecd3a4; }
  .alert-warning .alert-link {
    color: #362401; }

.alert-danger {
  color: #4c2111;
  background-color: #e9d9d2;
  border-color: #e1c9c1; }
  .alert-danger hr {
    border-top-color: #d9bab0; }
  .alert-danger .alert-link {
    color: #220f08; }

.alert-light {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }
  .alert-light hr {
    border-top-color: #eeeeee; }
  .alert-light .alert-link {
    color: #636262; }

.alert-dark {
  color: #4f4f4f;
  background-color: #eaeaea;
  border-color: #e2e2e2; }
  .alert-dark hr {
    border-top-color: #d5d5d5; }
  .alert-dark .alert-link {
    color: #363535; }

.alert-red {
  color: #4c2111;
  background-color: #e9d9d2;
  border-color: #e1c9c1; }
  .alert-red hr {
    border-top-color: #d9bab0; }
  .alert-red .alert-link {
    color: #220f08; }

.alert-teal {
  color: #004343;
  background-color: #cce6e6;
  border-color: #b8dbdb; }
  .alert-teal hr {
    border-top-color: #a7d2d2; }
  .alert-teal .alert-link {
    color: #001010; }

.alert-teal-dark {
  color: #072828;
  background-color: #cfdbdb;
  border-color: #bbcdcd; }
  .alert-teal-dark hr {
    border-top-color: #acc2c2; }
  .alert-teal-dark .alert-link {
    color: black; }

.alert-brown {
  color: #201c14;
  background-color: #d8d7d4;
  border-color: #c9c7c2; }
  .alert-brown hr {
    border-top-color: #bdbbb4; }
  .alert-brown .alert-link {
    color: #010100; }

.alert-dijon {
  color: #665531;
  background-color: #f3eddf;
  border-color: #efe5d2; }
  .alert-dijon hr {
    border-top-color: #e8dabf; }
  .alert-dijon .alert-link {
    color: #443820; }

.alert-lighter {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd; }
  .alert-lighter hr {
    border-top-color: #f0f0f0; }
  .alert-lighter .alert-link {
    color: #686767; }

.alert-gray {
  color: #707070;
  background-color: #f7f7f7;
  border-color: #f4f4f4; }
  .alert-gray hr {
    border-top-color: #e7e7e7; }
  .alert-gray .alert-link {
    color: #575656; }

.alert-blue {
  color: #1d2a33;
  background-color: #d7dce0;
  border-color: #c7ced3; }
  .alert-blue hr {
    border-top-color: #b9c2c8; }
  .alert-blue .alert-link {
    color: #0b0f12; }

.alert-light-blue {
  color: #263844;
  background-color: #dbe1e6;
  border-color: #ccd6dc; }
  .alert-light-blue hr {
    border-top-color: #bdcad2; }
  .alert-light-blue .alert-link {
    color: #141d23; }

.alert-slate {
  color: #393939;
  background-color: #e2e2e2;
  border-color: #d6d6d6; }
  .alert-slate hr {
    border-top-color: #c9c9c9; }
  .alert-slate .alert-link {
    color: #201f1f; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled, .ab-post-grid-items.is-grid .close.disabled.ab-block-post-grid-more-link {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 568px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #008080 !important; }

a.bg-primary:hover, .ab-post-grid-items.is-grid .bg-primary.ab-block-post-grid-more-link:hover, a.bg-primary:focus, .ab-post-grid-items.is-grid .bg-primary.ab-block-post-grid-more-link:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #004d4d !important; }

.bg-secondary {
  background-color: #933F20 !important; }

a.bg-secondary:hover, .ab-post-grid-items.is-grid .bg-secondary.ab-block-post-grid-more-link:hover, a.bg-secondary:focus, .ab-post-grid-items.is-grid .bg-secondary.ab-block-post-grid-more-link:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #692d17 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, .ab-post-grid-items.is-grid .bg-success.ab-block-post-grid-more-link:hover, a.bg-success:focus, .ab-post-grid-items.is-grid .bg-success.ab-block-post-grid-more-link:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #128082 !important; }

a.bg-info:hover, .ab-post-grid-items.is-grid .bg-info.ab-block-post-grid-more-link:hover, a.bg-info:focus, .ab-post-grid-items.is-grid .bg-info.ab-block-post-grid-more-link:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0c5455 !important; }

.bg-warning {
  background-color: #C88704 !important; }

a.bg-warning:hover, .ab-post-grid-items.is-grid .bg-warning.ab-block-post-grid-more-link:hover, a.bg-warning:focus, .ab-post-grid-items.is-grid .bg-warning.ab-block-post-grid-more-link:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #966503 !important; }

.bg-danger {
  background-color: #933F20 !important; }

a.bg-danger:hover, .ab-post-grid-items.is-grid .bg-danger.ab-block-post-grid-more-link:hover, a.bg-danger:focus, .ab-post-grid-items.is-grid .bg-danger.ab-block-post-grid-more-link:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #692d17 !important; }

.bg-light {
  background-color: #EFEFEF !important; }

a.bg-light:hover, .ab-post-grid-items.is-grid .bg-light.ab-block-post-grid-more-link:hover, a.bg-light:focus, .ab-post-grid-items.is-grid .bg-light.ab-block-post-grid-more-link:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d6d5d5 !important; }

.bg-dark {
  background-color: #979797 !important; }

a.bg-dark:hover, .ab-post-grid-items.is-grid .bg-dark.ab-block-post-grid-more-link:hover, a.bg-dark:focus, .ab-post-grid-items.is-grid .bg-dark.ab-block-post-grid-more-link:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #7e7d7d !important; }

.bg-red {
  background-color: #933F20 !important; }

a.bg-red:hover, .ab-post-grid-items.is-grid .bg-red.ab-block-post-grid-more-link:hover, a.bg-red:focus, .ab-post-grid-items.is-grid .bg-red.ab-block-post-grid-more-link:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #692d17 !important; }

.bg-teal {
  background-color: #008080 !important; }

a.bg-teal:hover, .ab-post-grid-items.is-grid .bg-teal.ab-block-post-grid-more-link:hover, a.bg-teal:focus, .ab-post-grid-items.is-grid .bg-teal.ab-block-post-grid-more-link:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #004d4d !important; }

.bg-teal-dark {
  background-color: #0d4c4c !important; }

a.bg-teal-dark:hover, .ab-post-grid-items.is-grid .bg-teal-dark.ab-block-post-grid-more-link:hover, a.bg-teal-dark:focus, .ab-post-grid-items.is-grid .bg-teal-dark.ab-block-post-grid-more-link:focus,
button.bg-teal-dark:hover,
button.bg-teal-dark:focus {
  background-color: #062020 !important; }

.bg-brown {
  background-color: #3D3626 !important; }

a.bg-brown:hover, .ab-post-grid-items.is-grid .bg-brown.ab-block-post-grid-more-link:hover, a.bg-brown:focus, .ab-post-grid-items.is-grid .bg-brown.ab-block-post-grid-more-link:focus,
button.bg-brown:hover,
button.bg-brown:focus {
  background-color: #1e1a12 !important; }

.bg-dijon {
  background-color: #C5A35F !important; }

a.bg-dijon:hover, .ab-post-grid-items.is-grid .bg-dijon.ab-block-post-grid-more-link:hover, a.bg-dijon:focus, .ab-post-grid-items.is-grid .bg-dijon.ab-block-post-grid-more-link:focus,
button.bg-dijon:hover,
button.bg-dijon:focus {
  background-color: #b18b40 !important; }

.bg-lighter {
  background-color: #F9F8F8 !important; }

a.bg-lighter:hover, .ab-post-grid-items.is-grid .bg-lighter.ab-block-post-grid-more-link:hover, a.bg-lighter:focus, .ab-post-grid-items.is-grid .bg-lighter.ab-block-post-grid-more-link:focus,
button.bg-lighter:hover,
button.bg-lighter:focus {
  background-color: #e1dddd !important; }

.bg-gray {
  background-color: #D8D8D8 !important; }

a.bg-gray:hover, .ab-post-grid-items.is-grid .bg-gray.ab-block-post-grid-more-link:hover, a.bg-gray:focus, .ab-post-grid-items.is-grid .bg-gray.ab-block-post-grid-more-link:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #bfbebe !important; }

.bg-blue {
  background-color: #375062 !important; }

a.bg-blue:hover, .ab-post-grid-items.is-grid .bg-blue.ab-block-post-grid-more-link:hover, a.bg-blue:focus, .ab-post-grid-items.is-grid .bg-blue.ab-block-post-grid-more-link:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #253541 !important; }

.bg-light-blue {
  background-color: #4A6B83 !important; }

a.bg-light-blue:hover, .ab-post-grid-items.is-grid .bg-light-blue.ab-block-post-grid-more-link:hover, a.bg-light-blue:focus, .ab-post-grid-items.is-grid .bg-light-blue.ab-block-post-grid-more-link:focus,
button.bg-light-blue:hover,
button.bg-light-blue:focus {
  background-color: #385062 !important; }

.bg-slate {
  background-color: #6D6D6D !important; }

a.bg-slate:hover, .ab-post-grid-items.is-grid .bg-slate.ab-block-post-grid-more-link:hover, a.bg-slate:focus, .ab-post-grid-items.is-grid .bg-slate.ab-block-post-grid-more-link:focus,
button.bg-slate:hover,
button.bg-slate:focus {
  background-color: #545353 !important; }

.bg-white {
  background-color: #fff !important; }

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

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #008080 !important; }

.border-secondary {
  border-color: #933F20 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #128082 !important; }

.border-warning {
  border-color: #C88704 !important; }

.border-danger {
  border-color: #933F20 !important; }

.border-light {
  border-color: #EFEFEF !important; }

.border-dark {
  border-color: #979797 !important; }

.border-red {
  border-color: #933F20 !important; }

.border-teal {
  border-color: #008080 !important; }

.border-teal-dark {
  border-color: #0d4c4c !important; }

.border-brown {
  border-color: #3D3626 !important; }

.border-dijon {
  border-color: #C5A35F !important; }

.border-lighter {
  border-color: #F9F8F8 !important; }

.border-gray {
  border-color: #D8D8D8 !important; }

.border-blue {
  border-color: #375062 !important; }

.border-light-blue {
  border-color: #4A6B83 !important; }

.border-slate {
  border-color: #6D6D6D !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 360px) {
  .d-xs-none {
    display: none !important; }
  .d-xs-inline {
    display: inline !important; }
  .d-xs-inline-block {
    display: inline-block !important; }
  .d-xs-block {
    display: block !important; }
  .d-xs-table {
    display: table !important; }
  .d-xs-table-row {
    display: table-row !important; }
  .d-xs-table-cell {
    display: table-cell !important; }
  .d-xs-flex {
    display: flex !important; }
  .d-xs-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 568px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

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

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

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

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

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

.justify-content-around {
  justify-content: space-around !important; }

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

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 360px) {
  .flex-xs-row {
    flex-direction: row !important; }
  .flex-xs-column {
    flex-direction: column !important; }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xs-fill {
    flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xs-start {
    justify-content: flex-start !important; }
  .justify-content-xs-end {
    justify-content: flex-end !important; }
  .justify-content-xs-center {
    justify-content: center !important; }
  .justify-content-xs-between {
    justify-content: space-between !important; }
  .justify-content-xs-around {
    justify-content: space-around !important; }
  .align-items-xs-start {
    align-items: flex-start !important; }
  .align-items-xs-end {
    align-items: flex-end !important; }
  .align-items-xs-center {
    align-items: center !important; }
  .align-items-xs-baseline {
    align-items: baseline !important; }
  .align-items-xs-stretch {
    align-items: stretch !important; }
  .align-content-xs-start {
    align-content: flex-start !important; }
  .align-content-xs-end {
    align-content: flex-end !important; }
  .align-content-xs-center {
    align-content: center !important; }
  .align-content-xs-between {
    align-content: space-between !important; }
  .align-content-xs-around {
    align-content: space-around !important; }
  .align-content-xs-stretch {
    align-content: stretch !important; }
  .align-self-xs-auto {
    align-self: auto !important; }
  .align-self-xs-start {
    align-self: flex-start !important; }
  .align-self-xs-end {
    align-self: flex-end !important; }
  .align-self-xs-center {
    align-self: center !important; }
  .align-self-xs-baseline {
    align-self: baseline !important; }
  .align-self-xs-stretch {
    align-self: stretch !important; } }

@media (min-width: 568px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 360px) {
  .float-xs-left {
    float: left !important; }
  .float-xs-right {
    float: right !important; }
  .float-xs-none {
    float: none !important; } }

@media (min-width: 568px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow, .btn.back-to-top, input.back-to-top[type="submit"], .back-to-top.wp-block-button__link, .kbase.tag-list > a.back-to-top, .ab-post-grid-items.is-grid .kbase.tag-list > .back-to-top.ab-block-post-grid-more-link, .dropdown-menu, .info-box, .wp-block-kadence-infobox, .shadow-for-child > figure img, article.tnb-current-issue > .magazine-cover img.wp-post-image {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 10px !important; }

.mt-1,
.my-1 {
  margin-top: 10px !important; }

.mr-1,
.mx-1 {
  margin-right: 10px !important; }

.mb-1,
.my-1 {
  margin-bottom: 10px !important; }

.ml-1,
.mx-1 {
  margin-left: 10px !important; }

.m-2 {
  margin: 20px !important; }

.mt-2,
.my-2 {
  margin-top: 20px !important; }

.mr-2,
.mx-2 {
  margin-right: 20px !important; }

.mb-2,
.my-2 {
  margin-bottom: 20px !important; }

.ml-2,
.mx-2 {
  margin-left: 20px !important; }

.m-3 {
  margin: 30px !important; }

.mt-3,
.my-3 {
  margin-top: 30px !important; }

.mr-3,
.mx-3 {
  margin-right: 30px !important; }

.mb-3,
.my-3 {
  margin-bottom: 30px !important; }

.ml-3,
.mx-3 {
  margin-left: 30px !important; }

.m-4 {
  margin: 40px !important; }

.mt-4,
.my-4 {
  margin-top: 40px !important; }

.mr-4,
.mx-4 {
  margin-right: 40px !important; }

.mb-4,
.my-4 {
  margin-bottom: 40px !important; }

.ml-4,
.mx-4 {
  margin-left: 40px !important; }

.m-5 {
  margin: 50px !important; }

.mt-5,
.my-5 {
  margin-top: 50px !important; }

.mr-5,
.mx-5 {
  margin-right: 50px !important; }

.mb-5,
.my-5 {
  margin-bottom: 50px !important; }

.ml-5,
.mx-5 {
  margin-left: 50px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15,
.my-15 {
  margin-top: 15px !important; }

.mr-15,
.mx-15 {
  margin-right: 15px !important; }

.mb-15,
.my-15 {
  margin-bottom: 15px !important; }

.ml-15,
.mx-15 {
  margin-left: 15px !important; }

.m-25 {
  margin: 25px !important; }

.mt-25,
.my-25 {
  margin-top: 25px !important; }

.mr-25,
.mx-25 {
  margin-right: 25px !important; }

.mb-25,
.my-25 {
  margin-bottom: 25px !important; }

.ml-25,
.mx-25 {
  margin-left: 25px !important; }

.m-35 {
  margin: 35px !important; }

.mt-35,
.my-35 {
  margin-top: 35px !important; }

.mr-35,
.mx-35 {
  margin-right: 35px !important; }

.mb-35,
.my-35 {
  margin-bottom: 35px !important; }

.ml-35,
.mx-35 {
  margin-left: 35px !important; }

.m-45 {
  margin: 45px !important; }

.mt-45,
.my-45 {
  margin-top: 45px !important; }

.mr-45,
.mx-45 {
  margin-right: 45px !important; }

.mb-45,
.my-45 {
  margin-bottom: 45px !important; }

.ml-45,
.mx-45 {
  margin-left: 45px !important; }

.m-55 {
  margin: 55px !important; }

.mt-55,
.my-55 {
  margin-top: 55px !important; }

.mr-55,
.mx-55 {
  margin-right: 55px !important; }

.mb-55,
.my-55 {
  margin-bottom: 55px !important; }

.ml-55,
.mx-55 {
  margin-left: 55px !important; }

.m-6 {
  margin: 60px !important; }

.mt-6,
.my-6 {
  margin-top: 60px !important; }

.mr-6,
.mx-6 {
  margin-right: 60px !important; }

.mb-6,
.my-6 {
  margin-bottom: 60px !important; }

.ml-6,
.mx-6 {
  margin-left: 60px !important; }

.m-65 {
  margin: 65px !important; }

.mt-65,
.my-65 {
  margin-top: 65px !important; }

.mr-65,
.mx-65 {
  margin-right: 65px !important; }

.mb-65,
.my-65 {
  margin-bottom: 65px !important; }

.ml-65,
.mx-65 {
  margin-left: 65px !important; }

.m-7 {
  margin: 70px !important; }

.mt-7,
.my-7 {
  margin-top: 70px !important; }

.mr-7,
.mx-7 {
  margin-right: 70px !important; }

.mb-7,
.my-7 {
  margin-bottom: 70px !important; }

.ml-7,
.mx-7 {
  margin-left: 70px !important; }

.m-75 {
  margin: 75px !important; }

.mt-75,
.my-75 {
  margin-top: 75px !important; }

.mr-75,
.mx-75 {
  margin-right: 75px !important; }

.mb-75,
.my-75 {
  margin-bottom: 75px !important; }

.ml-75,
.mx-75 {
  margin-left: 75px !important; }

.m-8 {
  margin: 80px !important; }

.mt-8,
.my-8 {
  margin-top: 80px !important; }

.mr-8,
.mx-8 {
  margin-right: 80px !important; }

.mb-8,
.my-8 {
  margin-bottom: 80px !important; }

.ml-8,
.mx-8 {
  margin-left: 80px !important; }

.m-85 {
  margin: 85px !important; }

.mt-85,
.my-85 {
  margin-top: 85px !important; }

.mr-85,
.mx-85 {
  margin-right: 85px !important; }

.mb-85,
.my-85 {
  margin-bottom: 85px !important; }

.ml-85,
.mx-85 {
  margin-left: 85px !important; }

.m-9 {
  margin: 90px !important; }

.mt-9,
.my-9 {
  margin-top: 90px !important; }

.mr-9,
.mx-9 {
  margin-right: 90px !important; }

.mb-9,
.my-9 {
  margin-bottom: 90px !important; }

.ml-9,
.mx-9 {
  margin-left: 90px !important; }

.m-95 {
  margin: 95px !important; }

.mt-95,
.my-95 {
  margin-top: 95px !important; }

.mr-95,
.mx-95 {
  margin-right: 95px !important; }

.mb-95,
.my-95 {
  margin-bottom: 95px !important; }

.ml-95,
.mx-95 {
  margin-left: 95px !important; }

.m-10 {
  margin: 100px !important; }

.mt-10,
.my-10 {
  margin-top: 100px !important; }

.mr-10,
.mx-10 {
  margin-right: 100px !important; }

.mb-10,
.my-10 {
  margin-bottom: 100px !important; }

.ml-10,
.mx-10 {
  margin-left: 100px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 10px !important; }

.pt-1,
.py-1 {
  padding-top: 10px !important; }

.pr-1,
.px-1 {
  padding-right: 10px !important; }

.pb-1,
.py-1 {
  padding-bottom: 10px !important; }

.pl-1,
.px-1 {
  padding-left: 10px !important; }

.p-2 {
  padding: 20px !important; }

.pt-2,
.py-2 {
  padding-top: 20px !important; }

.pr-2,
.px-2 {
  padding-right: 20px !important; }

.pb-2,
.py-2 {
  padding-bottom: 20px !important; }

.pl-2,
.px-2 {
  padding-left: 20px !important; }

.p-3 {
  padding: 30px !important; }

.pt-3,
.py-3 {
  padding-top: 30px !important; }

.pr-3,
.px-3 {
  padding-right: 30px !important; }

.pb-3,
.py-3 {
  padding-bottom: 30px !important; }

.pl-3,
.px-3 {
  padding-left: 30px !important; }

.p-4 {
  padding: 40px !important; }

.pt-4,
.py-4 {
  padding-top: 40px !important; }

.pr-4,
.px-4 {
  padding-right: 40px !important; }

.pb-4,
.py-4 {
  padding-bottom: 40px !important; }

.pl-4,
.px-4 {
  padding-left: 40px !important; }

.p-5 {
  padding: 50px !important; }

.pt-5,
.py-5 {
  padding-top: 50px !important; }

.pr-5,
.px-5 {
  padding-right: 50px !important; }

.pb-5,
.py-5 {
  padding-bottom: 50px !important; }

.pl-5,
.px-5 {
  padding-left: 50px !important; }

.p-15 {
  padding: 15px !important; }

.pt-15,
.py-15 {
  padding-top: 15px !important; }

.pr-15,
.px-15 {
  padding-right: 15px !important; }

.pb-15,
.py-15 {
  padding-bottom: 15px !important; }

.pl-15,
.px-15 {
  padding-left: 15px !important; }

.p-25 {
  padding: 25px !important; }

.pt-25,
.py-25 {
  padding-top: 25px !important; }

.pr-25,
.px-25 {
  padding-right: 25px !important; }

.pb-25,
.py-25 {
  padding-bottom: 25px !important; }

.pl-25,
.px-25 {
  padding-left: 25px !important; }

.p-35 {
  padding: 35px !important; }

.pt-35,
.py-35 {
  padding-top: 35px !important; }

.pr-35,
.px-35 {
  padding-right: 35px !important; }

.pb-35,
.py-35 {
  padding-bottom: 35px !important; }

.pl-35,
.px-35 {
  padding-left: 35px !important; }

.p-45 {
  padding: 45px !important; }

.pt-45,
.py-45 {
  padding-top: 45px !important; }

.pr-45,
.px-45 {
  padding-right: 45px !important; }

.pb-45,
.py-45 {
  padding-bottom: 45px !important; }

.pl-45,
.px-45 {
  padding-left: 45px !important; }

.p-55 {
  padding: 55px !important; }

.pt-55,
.py-55 {
  padding-top: 55px !important; }

.pr-55,
.px-55 {
  padding-right: 55px !important; }

.pb-55,
.py-55 {
  padding-bottom: 55px !important; }

.pl-55,
.px-55 {
  padding-left: 55px !important; }

.p-6 {
  padding: 60px !important; }

.pt-6,
.py-6 {
  padding-top: 60px !important; }

.pr-6,
.px-6 {
  padding-right: 60px !important; }

.pb-6,
.py-6 {
  padding-bottom: 60px !important; }

.pl-6,
.px-6 {
  padding-left: 60px !important; }

.p-65 {
  padding: 65px !important; }

.pt-65,
.py-65 {
  padding-top: 65px !important; }

.pr-65,
.px-65 {
  padding-right: 65px !important; }

.pb-65,
.py-65 {
  padding-bottom: 65px !important; }

.pl-65,
.px-65 {
  padding-left: 65px !important; }

.p-7 {
  padding: 70px !important; }

.pt-7,
.py-7 {
  padding-top: 70px !important; }

.pr-7,
.px-7 {
  padding-right: 70px !important; }

.pb-7,
.py-7 {
  padding-bottom: 70px !important; }

.pl-7,
.px-7 {
  padding-left: 70px !important; }

.p-75 {
  padding: 75px !important; }

.pt-75,
.py-75 {
  padding-top: 75px !important; }

.pr-75,
.px-75 {
  padding-right: 75px !important; }

.pb-75,
.py-75 {
  padding-bottom: 75px !important; }

.pl-75,
.px-75 {
  padding-left: 75px !important; }

.p-8 {
  padding: 80px !important; }

.pt-8,
.py-8 {
  padding-top: 80px !important; }

.pr-8,
.px-8 {
  padding-right: 80px !important; }

.pb-8,
.py-8 {
  padding-bottom: 80px !important; }

.pl-8,
.px-8 {
  padding-left: 80px !important; }

.p-85 {
  padding: 85px !important; }

.pt-85,
.py-85 {
  padding-top: 85px !important; }

.pr-85,
.px-85 {
  padding-right: 85px !important; }

.pb-85,
.py-85 {
  padding-bottom: 85px !important; }

.pl-85,
.px-85 {
  padding-left: 85px !important; }

.p-9 {
  padding: 90px !important; }

.pt-9,
.py-9 {
  padding-top: 90px !important; }

.pr-9,
.px-9 {
  padding-right: 90px !important; }

.pb-9,
.py-9 {
  padding-bottom: 90px !important; }

.pl-9,
.px-9 {
  padding-left: 90px !important; }

.p-95 {
  padding: 95px !important; }

.pt-95,
.py-95 {
  padding-top: 95px !important; }

.pr-95,
.px-95 {
  padding-right: 95px !important; }

.pb-95,
.py-95 {
  padding-bottom: 95px !important; }

.pl-95,
.px-95 {
  padding-left: 95px !important; }

.p-10 {
  padding: 100px !important; }

.pt-10,
.py-10 {
  padding-top: 100px !important; }

.pr-10,
.px-10 {
  padding-right: 100px !important; }

.pb-10,
.py-10 {
  padding-bottom: 100px !important; }

.pl-10,
.px-10 {
  padding-left: 100px !important; }

.m-n1 {
  margin: -10px !important; }

.mt-n1,
.my-n1 {
  margin-top: -10px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -10px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -10px !important; }

.m-n2 {
  margin: -20px !important; }

.mt-n2,
.my-n2 {
  margin-top: -20px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -20px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -20px !important; }

.m-n3 {
  margin: -30px !important; }

.mt-n3,
.my-n3 {
  margin-top: -30px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -30px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -30px !important; }

.m-n4 {
  margin: -40px !important; }

.mt-n4,
.my-n4 {
  margin-top: -40px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -40px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -40px !important; }

.m-n5 {
  margin: -50px !important; }

.mt-n5,
.my-n5 {
  margin-top: -50px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -50px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -50px !important; }

.m-n15 {
  margin: -15px !important; }

.mt-n15,
.my-n15 {
  margin-top: -15px !important; }

.mr-n15,
.mx-n15 {
  margin-right: -15px !important; }

.mb-n15,
.my-n15 {
  margin-bottom: -15px !important; }

.ml-n15,
.mx-n15 {
  margin-left: -15px !important; }

.m-n25 {
  margin: -25px !important; }

.mt-n25,
.my-n25 {
  margin-top: -25px !important; }

.mr-n25,
.mx-n25 {
  margin-right: -25px !important; }

.mb-n25,
.my-n25 {
  margin-bottom: -25px !important; }

.ml-n25,
.mx-n25 {
  margin-left: -25px !important; }

.m-n35 {
  margin: -35px !important; }

.mt-n35,
.my-n35 {
  margin-top: -35px !important; }

.mr-n35,
.mx-n35 {
  margin-right: -35px !important; }

.mb-n35,
.my-n35 {
  margin-bottom: -35px !important; }

.ml-n35,
.mx-n35 {
  margin-left: -35px !important; }

.m-n45 {
  margin: -45px !important; }

.mt-n45,
.my-n45 {
  margin-top: -45px !important; }

.mr-n45,
.mx-n45 {
  margin-right: -45px !important; }

.mb-n45,
.my-n45 {
  margin-bottom: -45px !important; }

.ml-n45,
.mx-n45 {
  margin-left: -45px !important; }

.m-n55 {
  margin: -55px !important; }

.mt-n55,
.my-n55 {
  margin-top: -55px !important; }

.mr-n55,
.mx-n55 {
  margin-right: -55px !important; }

.mb-n55,
.my-n55 {
  margin-bottom: -55px !important; }

.ml-n55,
.mx-n55 {
  margin-left: -55px !important; }

.m-n6 {
  margin: -60px !important; }

.mt-n6,
.my-n6 {
  margin-top: -60px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -60px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -60px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -60px !important; }

.m-n65 {
  margin: -65px !important; }

.mt-n65,
.my-n65 {
  margin-top: -65px !important; }

.mr-n65,
.mx-n65 {
  margin-right: -65px !important; }

.mb-n65,
.my-n65 {
  margin-bottom: -65px !important; }

.ml-n65,
.mx-n65 {
  margin-left: -65px !important; }

.m-n7 {
  margin: -70px !important; }

.mt-n7,
.my-n7 {
  margin-top: -70px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -70px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -70px !important; }

.m-n75 {
  margin: -75px !important; }

.mt-n75,
.my-n75 {
  margin-top: -75px !important; }

.mr-n75,
.mx-n75 {
  margin-right: -75px !important; }

.mb-n75,
.my-n75 {
  margin-bottom: -75px !important; }

.ml-n75,
.mx-n75 {
  margin-left: -75px !important; }

.m-n8 {
  margin: -80px !important; }

.mt-n8,
.my-n8 {
  margin-top: -80px !important; }

.mr-n8,
.mx-n8 {
  margin-right: -80px !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -80px !important; }

.ml-n8,
.mx-n8 {
  margin-left: -80px !important; }

.m-n85 {
  margin: -85px !important; }

.mt-n85,
.my-n85 {
  margin-top: -85px !important; }

.mr-n85,
.mx-n85 {
  margin-right: -85px !important; }

.mb-n85,
.my-n85 {
  margin-bottom: -85px !important; }

.ml-n85,
.mx-n85 {
  margin-left: -85px !important; }

.m-n9 {
  margin: -90px !important; }

.mt-n9,
.my-n9 {
  margin-top: -90px !important; }

.mr-n9,
.mx-n9 {
  margin-right: -90px !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -90px !important; }

.ml-n9,
.mx-n9 {
  margin-left: -90px !important; }

.m-n95 {
  margin: -95px !important; }

.mt-n95,
.my-n95 {
  margin-top: -95px !important; }

.mr-n95,
.mx-n95 {
  margin-right: -95px !important; }

.mb-n95,
.my-n95 {
  margin-bottom: -95px !important; }

.ml-n95,
.mx-n95 {
  margin-left: -95px !important; }

.m-n10 {
  margin: -100px !important; }

.mt-n10,
.my-n10 {
  margin-top: -100px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -100px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -100px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -100px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 360px) {
  .m-xs-0 {
    margin: 0 !important; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important; }
  .m-xs-1 {
    margin: 10px !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 10px !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 10px !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 10px !important; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 10px !important; }
  .m-xs-2 {
    margin: 20px !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 20px !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 20px !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 20px !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 20px !important; }
  .m-xs-3 {
    margin: 30px !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 30px !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 30px !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 30px !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 30px !important; }
  .m-xs-4 {
    margin: 40px !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 40px !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 40px !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 40px !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 40px !important; }
  .m-xs-5 {
    margin: 50px !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 50px !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 50px !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 50px !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 50px !important; }
  .m-xs-15 {
    margin: 15px !important; }
  .mt-xs-15,
  .my-xs-15 {
    margin-top: 15px !important; }
  .mr-xs-15,
  .mx-xs-15 {
    margin-right: 15px !important; }
  .mb-xs-15,
  .my-xs-15 {
    margin-bottom: 15px !important; }
  .ml-xs-15,
  .mx-xs-15 {
    margin-left: 15px !important; }
  .m-xs-25 {
    margin: 25px !important; }
  .mt-xs-25,
  .my-xs-25 {
    margin-top: 25px !important; }
  .mr-xs-25,
  .mx-xs-25 {
    margin-right: 25px !important; }
  .mb-xs-25,
  .my-xs-25 {
    margin-bottom: 25px !important; }
  .ml-xs-25,
  .mx-xs-25 {
    margin-left: 25px !important; }
  .m-xs-35 {
    margin: 35px !important; }
  .mt-xs-35,
  .my-xs-35 {
    margin-top: 35px !important; }
  .mr-xs-35,
  .mx-xs-35 {
    margin-right: 35px !important; }
  .mb-xs-35,
  .my-xs-35 {
    margin-bottom: 35px !important; }
  .ml-xs-35,
  .mx-xs-35 {
    margin-left: 35px !important; }
  .m-xs-45 {
    margin: 45px !important; }
  .mt-xs-45,
  .my-xs-45 {
    margin-top: 45px !important; }
  .mr-xs-45,
  .mx-xs-45 {
    margin-right: 45px !important; }
  .mb-xs-45,
  .my-xs-45 {
    margin-bottom: 45px !important; }
  .ml-xs-45,
  .mx-xs-45 {
    margin-left: 45px !important; }
  .m-xs-55 {
    margin: 55px !important; }
  .mt-xs-55,
  .my-xs-55 {
    margin-top: 55px !important; }
  .mr-xs-55,
  .mx-xs-55 {
    margin-right: 55px !important; }
  .mb-xs-55,
  .my-xs-55 {
    margin-bottom: 55px !important; }
  .ml-xs-55,
  .mx-xs-55 {
    margin-left: 55px !important; }
  .m-xs-6 {
    margin: 60px !important; }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 60px !important; }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 60px !important; }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 60px !important; }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 60px !important; }
  .m-xs-65 {
    margin: 65px !important; }
  .mt-xs-65,
  .my-xs-65 {
    margin-top: 65px !important; }
  .mr-xs-65,
  .mx-xs-65 {
    margin-right: 65px !important; }
  .mb-xs-65,
  .my-xs-65 {
    margin-bottom: 65px !important; }
  .ml-xs-65,
  .mx-xs-65 {
    margin-left: 65px !important; }
  .m-xs-7 {
    margin: 70px !important; }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 70px !important; }
  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 70px !important; }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 70px !important; }
  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 70px !important; }
  .m-xs-75 {
    margin: 75px !important; }
  .mt-xs-75,
  .my-xs-75 {
    margin-top: 75px !important; }
  .mr-xs-75,
  .mx-xs-75 {
    margin-right: 75px !important; }
  .mb-xs-75,
  .my-xs-75 {
    margin-bottom: 75px !important; }
  .ml-xs-75,
  .mx-xs-75 {
    margin-left: 75px !important; }
  .m-xs-8 {
    margin: 80px !important; }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 80px !important; }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 80px !important; }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 80px !important; }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 80px !important; }
  .m-xs-85 {
    margin: 85px !important; }
  .mt-xs-85,
  .my-xs-85 {
    margin-top: 85px !important; }
  .mr-xs-85,
  .mx-xs-85 {
    margin-right: 85px !important; }
  .mb-xs-85,
  .my-xs-85 {
    margin-bottom: 85px !important; }
  .ml-xs-85,
  .mx-xs-85 {
    margin-left: 85px !important; }
  .m-xs-9 {
    margin: 90px !important; }
  .mt-xs-9,
  .my-xs-9 {
    margin-top: 90px !important; }
  .mr-xs-9,
  .mx-xs-9 {
    margin-right: 90px !important; }
  .mb-xs-9,
  .my-xs-9 {
    margin-bottom: 90px !important; }
  .ml-xs-9,
  .mx-xs-9 {
    margin-left: 90px !important; }
  .m-xs-95 {
    margin: 95px !important; }
  .mt-xs-95,
  .my-xs-95 {
    margin-top: 95px !important; }
  .mr-xs-95,
  .mx-xs-95 {
    margin-right: 95px !important; }
  .mb-xs-95,
  .my-xs-95 {
    margin-bottom: 95px !important; }
  .ml-xs-95,
  .mx-xs-95 {
    margin-left: 95px !important; }
  .m-xs-10 {
    margin: 100px !important; }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 100px !important; }
  .mr-xs-10,
  .mx-xs-10 {
    margin-right: 100px !important; }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 100px !important; }
  .ml-xs-10,
  .mx-xs-10 {
    margin-left: 100px !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important; }
  .p-xs-1 {
    padding: 10px !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 10px !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 10px !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 10px !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 10px !important; }
  .p-xs-2 {
    padding: 20px !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 20px !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 20px !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 20px !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 20px !important; }
  .p-xs-3 {
    padding: 30px !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 30px !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 30px !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 30px !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 30px !important; }
  .p-xs-4 {
    padding: 40px !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 40px !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 40px !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 40px !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 40px !important; }
  .p-xs-5 {
    padding: 50px !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 50px !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 50px !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 50px !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 50px !important; }
  .p-xs-15 {
    padding: 15px !important; }
  .pt-xs-15,
  .py-xs-15 {
    padding-top: 15px !important; }
  .pr-xs-15,
  .px-xs-15 {
    padding-right: 15px !important; }
  .pb-xs-15,
  .py-xs-15 {
    padding-bottom: 15px !important; }
  .pl-xs-15,
  .px-xs-15 {
    padding-left: 15px !important; }
  .p-xs-25 {
    padding: 25px !important; }
  .pt-xs-25,
  .py-xs-25 {
    padding-top: 25px !important; }
  .pr-xs-25,
  .px-xs-25 {
    padding-right: 25px !important; }
  .pb-xs-25,
  .py-xs-25 {
    padding-bottom: 25px !important; }
  .pl-xs-25,
  .px-xs-25 {
    padding-left: 25px !important; }
  .p-xs-35 {
    padding: 35px !important; }
  .pt-xs-35,
  .py-xs-35 {
    padding-top: 35px !important; }
  .pr-xs-35,
  .px-xs-35 {
    padding-right: 35px !important; }
  .pb-xs-35,
  .py-xs-35 {
    padding-bottom: 35px !important; }
  .pl-xs-35,
  .px-xs-35 {
    padding-left: 35px !important; }
  .p-xs-45 {
    padding: 45px !important; }
  .pt-xs-45,
  .py-xs-45 {
    padding-top: 45px !important; }
  .pr-xs-45,
  .px-xs-45 {
    padding-right: 45px !important; }
  .pb-xs-45,
  .py-xs-45 {
    padding-bottom: 45px !important; }
  .pl-xs-45,
  .px-xs-45 {
    padding-left: 45px !important; }
  .p-xs-55 {
    padding: 55px !important; }
  .pt-xs-55,
  .py-xs-55 {
    padding-top: 55px !important; }
  .pr-xs-55,
  .px-xs-55 {
    padding-right: 55px !important; }
  .pb-xs-55,
  .py-xs-55 {
    padding-bottom: 55px !important; }
  .pl-xs-55,
  .px-xs-55 {
    padding-left: 55px !important; }
  .p-xs-6 {
    padding: 60px !important; }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 60px !important; }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 60px !important; }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 60px !important; }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 60px !important; }
  .p-xs-65 {
    padding: 65px !important; }
  .pt-xs-65,
  .py-xs-65 {
    padding-top: 65px !important; }
  .pr-xs-65,
  .px-xs-65 {
    padding-right: 65px !important; }
  .pb-xs-65,
  .py-xs-65 {
    padding-bottom: 65px !important; }
  .pl-xs-65,
  .px-xs-65 {
    padding-left: 65px !important; }
  .p-xs-7 {
    padding: 70px !important; }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 70px !important; }
  .pr-xs-7,
  .px-xs-7 {
    padding-right: 70px !important; }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 70px !important; }
  .pl-xs-7,
  .px-xs-7 {
    padding-left: 70px !important; }
  .p-xs-75 {
    padding: 75px !important; }
  .pt-xs-75,
  .py-xs-75 {
    padding-top: 75px !important; }
  .pr-xs-75,
  .px-xs-75 {
    padding-right: 75px !important; }
  .pb-xs-75,
  .py-xs-75 {
    padding-bottom: 75px !important; }
  .pl-xs-75,
  .px-xs-75 {
    padding-left: 75px !important; }
  .p-xs-8 {
    padding: 80px !important; }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 80px !important; }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 80px !important; }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 80px !important; }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 80px !important; }
  .p-xs-85 {
    padding: 85px !important; }
  .pt-xs-85,
  .py-xs-85 {
    padding-top: 85px !important; }
  .pr-xs-85,
  .px-xs-85 {
    padding-right: 85px !important; }
  .pb-xs-85,
  .py-xs-85 {
    padding-bottom: 85px !important; }
  .pl-xs-85,
  .px-xs-85 {
    padding-left: 85px !important; }
  .p-xs-9 {
    padding: 90px !important; }
  .pt-xs-9,
  .py-xs-9 {
    padding-top: 90px !important; }
  .pr-xs-9,
  .px-xs-9 {
    padding-right: 90px !important; }
  .pb-xs-9,
  .py-xs-9 {
    padding-bottom: 90px !important; }
  .pl-xs-9,
  .px-xs-9 {
    padding-left: 90px !important; }
  .p-xs-95 {
    padding: 95px !important; }
  .pt-xs-95,
  .py-xs-95 {
    padding-top: 95px !important; }
  .pr-xs-95,
  .px-xs-95 {
    padding-right: 95px !important; }
  .pb-xs-95,
  .py-xs-95 {
    padding-bottom: 95px !important; }
  .pl-xs-95,
  .px-xs-95 {
    padding-left: 95px !important; }
  .p-xs-10 {
    padding: 100px !important; }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 100px !important; }
  .pr-xs-10,
  .px-xs-10 {
    padding-right: 100px !important; }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 100px !important; }
  .pl-xs-10,
  .px-xs-10 {
    padding-left: 100px !important; }
  .m-xs-n1 {
    margin: -10px !important; }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -10px !important; }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -10px !important; }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -10px !important; }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -10px !important; }
  .m-xs-n2 {
    margin: -20px !important; }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -20px !important; }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -20px !important; }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -20px !important; }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -20px !important; }
  .m-xs-n3 {
    margin: -30px !important; }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -30px !important; }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -30px !important; }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -30px !important; }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -30px !important; }
  .m-xs-n4 {
    margin: -40px !important; }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -40px !important; }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -40px !important; }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -40px !important; }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -40px !important; }
  .m-xs-n5 {
    margin: -50px !important; }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -50px !important; }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -50px !important; }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -50px !important; }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -50px !important; }
  .m-xs-n15 {
    margin: -15px !important; }
  .mt-xs-n15,
  .my-xs-n15 {
    margin-top: -15px !important; }
  .mr-xs-n15,
  .mx-xs-n15 {
    margin-right: -15px !important; }
  .mb-xs-n15,
  .my-xs-n15 {
    margin-bottom: -15px !important; }
  .ml-xs-n15,
  .mx-xs-n15 {
    margin-left: -15px !important; }
  .m-xs-n25 {
    margin: -25px !important; }
  .mt-xs-n25,
  .my-xs-n25 {
    margin-top: -25px !important; }
  .mr-xs-n25,
  .mx-xs-n25 {
    margin-right: -25px !important; }
  .mb-xs-n25,
  .my-xs-n25 {
    margin-bottom: -25px !important; }
  .ml-xs-n25,
  .mx-xs-n25 {
    margin-left: -25px !important; }
  .m-xs-n35 {
    margin: -35px !important; }
  .mt-xs-n35,
  .my-xs-n35 {
    margin-top: -35px !important; }
  .mr-xs-n35,
  .mx-xs-n35 {
    margin-right: -35px !important; }
  .mb-xs-n35,
  .my-xs-n35 {
    margin-bottom: -35px !important; }
  .ml-xs-n35,
  .mx-xs-n35 {
    margin-left: -35px !important; }
  .m-xs-n45 {
    margin: -45px !important; }
  .mt-xs-n45,
  .my-xs-n45 {
    margin-top: -45px !important; }
  .mr-xs-n45,
  .mx-xs-n45 {
    margin-right: -45px !important; }
  .mb-xs-n45,
  .my-xs-n45 {
    margin-bottom: -45px !important; }
  .ml-xs-n45,
  .mx-xs-n45 {
    margin-left: -45px !important; }
  .m-xs-n55 {
    margin: -55px !important; }
  .mt-xs-n55,
  .my-xs-n55 {
    margin-top: -55px !important; }
  .mr-xs-n55,
  .mx-xs-n55 {
    margin-right: -55px !important; }
  .mb-xs-n55,
  .my-xs-n55 {
    margin-bottom: -55px !important; }
  .ml-xs-n55,
  .mx-xs-n55 {
    margin-left: -55px !important; }
  .m-xs-n6 {
    margin: -60px !important; }
  .mt-xs-n6,
  .my-xs-n6 {
    margin-top: -60px !important; }
  .mr-xs-n6,
  .mx-xs-n6 {
    margin-right: -60px !important; }
  .mb-xs-n6,
  .my-xs-n6 {
    margin-bottom: -60px !important; }
  .ml-xs-n6,
  .mx-xs-n6 {
    margin-left: -60px !important; }
  .m-xs-n65 {
    margin: -65px !important; }
  .mt-xs-n65,
  .my-xs-n65 {
    margin-top: -65px !important; }
  .mr-xs-n65,
  .mx-xs-n65 {
    margin-right: -65px !important; }
  .mb-xs-n65,
  .my-xs-n65 {
    margin-bottom: -65px !important; }
  .ml-xs-n65,
  .mx-xs-n65 {
    margin-left: -65px !important; }
  .m-xs-n7 {
    margin: -70px !important; }
  .mt-xs-n7,
  .my-xs-n7 {
    margin-top: -70px !important; }
  .mr-xs-n7,
  .mx-xs-n7 {
    margin-right: -70px !important; }
  .mb-xs-n7,
  .my-xs-n7 {
    margin-bottom: -70px !important; }
  .ml-xs-n7,
  .mx-xs-n7 {
    margin-left: -70px !important; }
  .m-xs-n75 {
    margin: -75px !important; }
  .mt-xs-n75,
  .my-xs-n75 {
    margin-top: -75px !important; }
  .mr-xs-n75,
  .mx-xs-n75 {
    margin-right: -75px !important; }
  .mb-xs-n75,
  .my-xs-n75 {
    margin-bottom: -75px !important; }
  .ml-xs-n75,
  .mx-xs-n75 {
    margin-left: -75px !important; }
  .m-xs-n8 {
    margin: -80px !important; }
  .mt-xs-n8,
  .my-xs-n8 {
    margin-top: -80px !important; }
  .mr-xs-n8,
  .mx-xs-n8 {
    margin-right: -80px !important; }
  .mb-xs-n8,
  .my-xs-n8 {
    margin-bottom: -80px !important; }
  .ml-xs-n8,
  .mx-xs-n8 {
    margin-left: -80px !important; }
  .m-xs-n85 {
    margin: -85px !important; }
  .mt-xs-n85,
  .my-xs-n85 {
    margin-top: -85px !important; }
  .mr-xs-n85,
  .mx-xs-n85 {
    margin-right: -85px !important; }
  .mb-xs-n85,
  .my-xs-n85 {
    margin-bottom: -85px !important; }
  .ml-xs-n85,
  .mx-xs-n85 {
    margin-left: -85px !important; }
  .m-xs-n9 {
    margin: -90px !important; }
  .mt-xs-n9,
  .my-xs-n9 {
    margin-top: -90px !important; }
  .mr-xs-n9,
  .mx-xs-n9 {
    margin-right: -90px !important; }
  .mb-xs-n9,
  .my-xs-n9 {
    margin-bottom: -90px !important; }
  .ml-xs-n9,
  .mx-xs-n9 {
    margin-left: -90px !important; }
  .m-xs-n95 {
    margin: -95px !important; }
  .mt-xs-n95,
  .my-xs-n95 {
    margin-top: -95px !important; }
  .mr-xs-n95,
  .mx-xs-n95 {
    margin-right: -95px !important; }
  .mb-xs-n95,
  .my-xs-n95 {
    margin-bottom: -95px !important; }
  .ml-xs-n95,
  .mx-xs-n95 {
    margin-left: -95px !important; }
  .m-xs-n10 {
    margin: -100px !important; }
  .mt-xs-n10,
  .my-xs-n10 {
    margin-top: -100px !important; }
  .mr-xs-n10,
  .mx-xs-n10 {
    margin-right: -100px !important; }
  .mb-xs-n10,
  .my-xs-n10 {
    margin-bottom: -100px !important; }
  .ml-xs-n10,
  .mx-xs-n10 {
    margin-left: -100px !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important; } }

@media (min-width: 568px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 10px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important; }
  .m-sm-2 {
    margin: 20px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important; }
  .m-sm-3 {
    margin: 30px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important; }
  .m-sm-4 {
    margin: 40px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important; }
  .m-sm-5 {
    margin: 50px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important; }
  .m-sm-25 {
    margin: 25px !important; }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25px !important; }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25px !important; }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25px !important; }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25px !important; }
  .m-sm-35 {
    margin: 35px !important; }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 35px !important; }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 35px !important; }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 35px !important; }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 35px !important; }
  .m-sm-45 {
    margin: 45px !important; }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 45px !important; }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 45px !important; }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 45px !important; }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 45px !important; }
  .m-sm-55 {
    margin: 55px !important; }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 55px !important; }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 55px !important; }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 55px !important; }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 55px !important; }
  .m-sm-6 {
    margin: 60px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 60px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 60px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 60px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 60px !important; }
  .m-sm-65 {
    margin: 65px !important; }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 65px !important; }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 65px !important; }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 65px !important; }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 65px !important; }
  .m-sm-7 {
    margin: 70px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 70px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 70px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 70px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 70px !important; }
  .m-sm-75 {
    margin: 75px !important; }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 75px !important; }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 75px !important; }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 75px !important; }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 75px !important; }
  .m-sm-8 {
    margin: 80px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 80px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 80px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 80px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 80px !important; }
  .m-sm-85 {
    margin: 85px !important; }
  .mt-sm-85,
  .my-sm-85 {
    margin-top: 85px !important; }
  .mr-sm-85,
  .mx-sm-85 {
    margin-right: 85px !important; }
  .mb-sm-85,
  .my-sm-85 {
    margin-bottom: 85px !important; }
  .ml-sm-85,
  .mx-sm-85 {
    margin-left: 85px !important; }
  .m-sm-9 {
    margin: 90px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 90px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 90px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 90px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 90px !important; }
  .m-sm-95 {
    margin: 95px !important; }
  .mt-sm-95,
  .my-sm-95 {
    margin-top: 95px !important; }
  .mr-sm-95,
  .mx-sm-95 {
    margin-right: 95px !important; }
  .mb-sm-95,
  .my-sm-95 {
    margin-bottom: 95px !important; }
  .ml-sm-95,
  .mx-sm-95 {
    margin-left: 95px !important; }
  .m-sm-10 {
    margin: 100px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 100px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 100px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 100px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 100px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 10px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important; }
  .p-sm-2 {
    padding: 20px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important; }
  .p-sm-3 {
    padding: 30px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important; }
  .p-sm-4 {
    padding: 40px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important; }
  .p-sm-5 {
    padding: 50px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important; }
  .p-sm-25 {
    padding: 25px !important; }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25px !important; }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25px !important; }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25px !important; }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25px !important; }
  .p-sm-35 {
    padding: 35px !important; }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 35px !important; }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 35px !important; }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 35px !important; }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 35px !important; }
  .p-sm-45 {
    padding: 45px !important; }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 45px !important; }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 45px !important; }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 45px !important; }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 45px !important; }
  .p-sm-55 {
    padding: 55px !important; }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 55px !important; }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 55px !important; }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 55px !important; }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 55px !important; }
  .p-sm-6 {
    padding: 60px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 60px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 60px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 60px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 60px !important; }
  .p-sm-65 {
    padding: 65px !important; }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 65px !important; }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 65px !important; }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 65px !important; }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 65px !important; }
  .p-sm-7 {
    padding: 70px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 70px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 70px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 70px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 70px !important; }
  .p-sm-75 {
    padding: 75px !important; }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 75px !important; }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 75px !important; }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 75px !important; }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 75px !important; }
  .p-sm-8 {
    padding: 80px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 80px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 80px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 80px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 80px !important; }
  .p-sm-85 {
    padding: 85px !important; }
  .pt-sm-85,
  .py-sm-85 {
    padding-top: 85px !important; }
  .pr-sm-85,
  .px-sm-85 {
    padding-right: 85px !important; }
  .pb-sm-85,
  .py-sm-85 {
    padding-bottom: 85px !important; }
  .pl-sm-85,
  .px-sm-85 {
    padding-left: 85px !important; }
  .p-sm-9 {
    padding: 90px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 90px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 90px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 90px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 90px !important; }
  .p-sm-95 {
    padding: 95px !important; }
  .pt-sm-95,
  .py-sm-95 {
    padding-top: 95px !important; }
  .pr-sm-95,
  .px-sm-95 {
    padding-right: 95px !important; }
  .pb-sm-95,
  .py-sm-95 {
    padding-bottom: 95px !important; }
  .pl-sm-95,
  .px-sm-95 {
    padding-left: 95px !important; }
  .p-sm-10 {
    padding: 100px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 100px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 100px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 100px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 100px !important; }
  .m-sm-n1 {
    margin: -10px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important; }
  .m-sm-n2 {
    margin: -20px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -20px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -20px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -20px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -20px !important; }
  .m-sm-n3 {
    margin: -30px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important; }
  .m-sm-n4 {
    margin: -40px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -40px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -40px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -40px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -40px !important; }
  .m-sm-n5 {
    margin: -50px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -50px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -50px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -50px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -50px !important; }
  .m-sm-n15 {
    margin: -15px !important; }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -15px !important; }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -15px !important; }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -15px !important; }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -15px !important; }
  .m-sm-n25 {
    margin: -25px !important; }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -25px !important; }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -25px !important; }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -25px !important; }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -25px !important; }
  .m-sm-n35 {
    margin: -35px !important; }
  .mt-sm-n35,
  .my-sm-n35 {
    margin-top: -35px !important; }
  .mr-sm-n35,
  .mx-sm-n35 {
    margin-right: -35px !important; }
  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -35px !important; }
  .ml-sm-n35,
  .mx-sm-n35 {
    margin-left: -35px !important; }
  .m-sm-n45 {
    margin: -45px !important; }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -45px !important; }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -45px !important; }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -45px !important; }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -45px !important; }
  .m-sm-n55 {
    margin: -55px !important; }
  .mt-sm-n55,
  .my-sm-n55 {
    margin-top: -55px !important; }
  .mr-sm-n55,
  .mx-sm-n55 {
    margin-right: -55px !important; }
  .mb-sm-n55,
  .my-sm-n55 {
    margin-bottom: -55px !important; }
  .ml-sm-n55,
  .mx-sm-n55 {
    margin-left: -55px !important; }
  .m-sm-n6 {
    margin: -60px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -60px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -60px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -60px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -60px !important; }
  .m-sm-n65 {
    margin: -65px !important; }
  .mt-sm-n65,
  .my-sm-n65 {
    margin-top: -65px !important; }
  .mr-sm-n65,
  .mx-sm-n65 {
    margin-right: -65px !important; }
  .mb-sm-n65,
  .my-sm-n65 {
    margin-bottom: -65px !important; }
  .ml-sm-n65,
  .mx-sm-n65 {
    margin-left: -65px !important; }
  .m-sm-n7 {
    margin: -70px !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -70px !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -70px !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -70px !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -70px !important; }
  .m-sm-n75 {
    margin: -75px !important; }
  .mt-sm-n75,
  .my-sm-n75 {
    margin-top: -75px !important; }
  .mr-sm-n75,
  .mx-sm-n75 {
    margin-right: -75px !important; }
  .mb-sm-n75,
  .my-sm-n75 {
    margin-bottom: -75px !important; }
  .ml-sm-n75,
  .mx-sm-n75 {
    margin-left: -75px !important; }
  .m-sm-n8 {
    margin: -80px !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -80px !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -80px !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -80px !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -80px !important; }
  .m-sm-n85 {
    margin: -85px !important; }
  .mt-sm-n85,
  .my-sm-n85 {
    margin-top: -85px !important; }
  .mr-sm-n85,
  .mx-sm-n85 {
    margin-right: -85px !important; }
  .mb-sm-n85,
  .my-sm-n85 {
    margin-bottom: -85px !important; }
  .ml-sm-n85,
  .mx-sm-n85 {
    margin-left: -85px !important; }
  .m-sm-n9 {
    margin: -90px !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -90px !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -90px !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -90px !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -90px !important; }
  .m-sm-n95 {
    margin: -95px !important; }
  .mt-sm-n95,
  .my-sm-n95 {
    margin-top: -95px !important; }
  .mr-sm-n95,
  .mx-sm-n95 {
    margin-right: -95px !important; }
  .mb-sm-n95,
  .my-sm-n95 {
    margin-bottom: -95px !important; }
  .ml-sm-n95,
  .mx-sm-n95 {
    margin-left: -95px !important; }
  .m-sm-n10 {
    margin: -100px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -100px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -100px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -100px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -100px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 10px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important; }
  .m-md-2 {
    margin: 20px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important; }
  .m-md-3 {
    margin: 30px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important; }
  .m-md-4 {
    margin: 40px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important; }
  .m-md-5 {
    margin: 50px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important; }
  .m-md-15 {
    margin: 15px !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important; }
  .m-md-25 {
    margin: 25px !important; }
  .mt-md-25,
  .my-md-25 {
    margin-top: 25px !important; }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 25px !important; }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25px !important; }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 25px !important; }
  .m-md-35 {
    margin: 35px !important; }
  .mt-md-35,
  .my-md-35 {
    margin-top: 35px !important; }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 35px !important; }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 35px !important; }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 35px !important; }
  .m-md-45 {
    margin: 45px !important; }
  .mt-md-45,
  .my-md-45 {
    margin-top: 45px !important; }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 45px !important; }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 45px !important; }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 45px !important; }
  .m-md-55 {
    margin: 55px !important; }
  .mt-md-55,
  .my-md-55 {
    margin-top: 55px !important; }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 55px !important; }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 55px !important; }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 55px !important; }
  .m-md-6 {
    margin: 60px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 60px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 60px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 60px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 60px !important; }
  .m-md-65 {
    margin: 65px !important; }
  .mt-md-65,
  .my-md-65 {
    margin-top: 65px !important; }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 65px !important; }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 65px !important; }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 65px !important; }
  .m-md-7 {
    margin: 70px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 70px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 70px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 70px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 70px !important; }
  .m-md-75 {
    margin: 75px !important; }
  .mt-md-75,
  .my-md-75 {
    margin-top: 75px !important; }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 75px !important; }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 75px !important; }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 75px !important; }
  .m-md-8 {
    margin: 80px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 80px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 80px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 80px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 80px !important; }
  .m-md-85 {
    margin: 85px !important; }
  .mt-md-85,
  .my-md-85 {
    margin-top: 85px !important; }
  .mr-md-85,
  .mx-md-85 {
    margin-right: 85px !important; }
  .mb-md-85,
  .my-md-85 {
    margin-bottom: 85px !important; }
  .ml-md-85,
  .mx-md-85 {
    margin-left: 85px !important; }
  .m-md-9 {
    margin: 90px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 90px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 90px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 90px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 90px !important; }
  .m-md-95 {
    margin: 95px !important; }
  .mt-md-95,
  .my-md-95 {
    margin-top: 95px !important; }
  .mr-md-95,
  .mx-md-95 {
    margin-right: 95px !important; }
  .mb-md-95,
  .my-md-95 {
    margin-bottom: 95px !important; }
  .ml-md-95,
  .mx-md-95 {
    margin-left: 95px !important; }
  .m-md-10 {
    margin: 100px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 100px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 100px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 100px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 100px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 10px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important; }
  .p-md-2 {
    padding: 20px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important; }
  .p-md-3 {
    padding: 30px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important; }
  .p-md-4 {
    padding: 40px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important; }
  .p-md-5 {
    padding: 50px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important; }
  .p-md-25 {
    padding: 25px !important; }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25px !important; }
  .pr-md-25,
  .px-md-25 {
    padding-right: 25px !important; }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25px !important; }
  .pl-md-25,
  .px-md-25 {
    padding-left: 25px !important; }
  .p-md-35 {
    padding: 35px !important; }
  .pt-md-35,
  .py-md-35 {
    padding-top: 35px !important; }
  .pr-md-35,
  .px-md-35 {
    padding-right: 35px !important; }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 35px !important; }
  .pl-md-35,
  .px-md-35 {
    padding-left: 35px !important; }
  .p-md-45 {
    padding: 45px !important; }
  .pt-md-45,
  .py-md-45 {
    padding-top: 45px !important; }
  .pr-md-45,
  .px-md-45 {
    padding-right: 45px !important; }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 45px !important; }
  .pl-md-45,
  .px-md-45 {
    padding-left: 45px !important; }
  .p-md-55 {
    padding: 55px !important; }
  .pt-md-55,
  .py-md-55 {
    padding-top: 55px !important; }
  .pr-md-55,
  .px-md-55 {
    padding-right: 55px !important; }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 55px !important; }
  .pl-md-55,
  .px-md-55 {
    padding-left: 55px !important; }
  .p-md-6 {
    padding: 60px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 60px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 60px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 60px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 60px !important; }
  .p-md-65 {
    padding: 65px !important; }
  .pt-md-65,
  .py-md-65 {
    padding-top: 65px !important; }
  .pr-md-65,
  .px-md-65 {
    padding-right: 65px !important; }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 65px !important; }
  .pl-md-65,
  .px-md-65 {
    padding-left: 65px !important; }
  .p-md-7 {
    padding: 70px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 70px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 70px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 70px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 70px !important; }
  .p-md-75 {
    padding: 75px !important; }
  .pt-md-75,
  .py-md-75 {
    padding-top: 75px !important; }
  .pr-md-75,
  .px-md-75 {
    padding-right: 75px !important; }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 75px !important; }
  .pl-md-75,
  .px-md-75 {
    padding-left: 75px !important; }
  .p-md-8 {
    padding: 80px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 80px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 80px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 80px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 80px !important; }
  .p-md-85 {
    padding: 85px !important; }
  .pt-md-85,
  .py-md-85 {
    padding-top: 85px !important; }
  .pr-md-85,
  .px-md-85 {
    padding-right: 85px !important; }
  .pb-md-85,
  .py-md-85 {
    padding-bottom: 85px !important; }
  .pl-md-85,
  .px-md-85 {
    padding-left: 85px !important; }
  .p-md-9 {
    padding: 90px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 90px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 90px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 90px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 90px !important; }
  .p-md-95 {
    padding: 95px !important; }
  .pt-md-95,
  .py-md-95 {
    padding-top: 95px !important; }
  .pr-md-95,
  .px-md-95 {
    padding-right: 95px !important; }
  .pb-md-95,
  .py-md-95 {
    padding-bottom: 95px !important; }
  .pl-md-95,
  .px-md-95 {
    padding-left: 95px !important; }
  .p-md-10 {
    padding: 100px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 100px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 100px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 100px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 100px !important; }
  .m-md-n1 {
    margin: -10px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important; }
  .m-md-n2 {
    margin: -20px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important; }
  .m-md-n3 {
    margin: -30px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important; }
  .m-md-n4 {
    margin: -40px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -40px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -40px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -40px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -40px !important; }
  .m-md-n5 {
    margin: -50px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !important; }
  .m-md-n15 {
    margin: -15px !important; }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -15px !important; }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -15px !important; }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15px !important; }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -15px !important; }
  .m-md-n25 {
    margin: -25px !important; }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -25px !important; }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -25px !important; }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -25px !important; }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -25px !important; }
  .m-md-n35 {
    margin: -35px !important; }
  .mt-md-n35,
  .my-md-n35 {
    margin-top: -35px !important; }
  .mr-md-n35,
  .mx-md-n35 {
    margin-right: -35px !important; }
  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -35px !important; }
  .ml-md-n35,
  .mx-md-n35 {
    margin-left: -35px !important; }
  .m-md-n45 {
    margin: -45px !important; }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -45px !important; }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -45px !important; }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -45px !important; }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -45px !important; }
  .m-md-n55 {
    margin: -55px !important; }
  .mt-md-n55,
  .my-md-n55 {
    margin-top: -55px !important; }
  .mr-md-n55,
  .mx-md-n55 {
    margin-right: -55px !important; }
  .mb-md-n55,
  .my-md-n55 {
    margin-bottom: -55px !important; }
  .ml-md-n55,
  .mx-md-n55 {
    margin-left: -55px !important; }
  .m-md-n6 {
    margin: -60px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -60px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -60px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -60px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -60px !important; }
  .m-md-n65 {
    margin: -65px !important; }
  .mt-md-n65,
  .my-md-n65 {
    margin-top: -65px !important; }
  .mr-md-n65,
  .mx-md-n65 {
    margin-right: -65px !important; }
  .mb-md-n65,
  .my-md-n65 {
    margin-bottom: -65px !important; }
  .ml-md-n65,
  .mx-md-n65 {
    margin-left: -65px !important; }
  .m-md-n7 {
    margin: -70px !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -70px !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -70px !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -70px !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -70px !important; }
  .m-md-n75 {
    margin: -75px !important; }
  .mt-md-n75,
  .my-md-n75 {
    margin-top: -75px !important; }
  .mr-md-n75,
  .mx-md-n75 {
    margin-right: -75px !important; }
  .mb-md-n75,
  .my-md-n75 {
    margin-bottom: -75px !important; }
  .ml-md-n75,
  .mx-md-n75 {
    margin-left: -75px !important; }
  .m-md-n8 {
    margin: -80px !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -80px !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -80px !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -80px !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -80px !important; }
  .m-md-n85 {
    margin: -85px !important; }
  .mt-md-n85,
  .my-md-n85 {
    margin-top: -85px !important; }
  .mr-md-n85,
  .mx-md-n85 {
    margin-right: -85px !important; }
  .mb-md-n85,
  .my-md-n85 {
    margin-bottom: -85px !important; }
  .ml-md-n85,
  .mx-md-n85 {
    margin-left: -85px !important; }
  .m-md-n9 {
    margin: -90px !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -90px !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -90px !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -90px !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -90px !important; }
  .m-md-n95 {
    margin: -95px !important; }
  .mt-md-n95,
  .my-md-n95 {
    margin-top: -95px !important; }
  .mr-md-n95,
  .mx-md-n95 {
    margin-right: -95px !important; }
  .mb-md-n95,
  .my-md-n95 {
    margin-bottom: -95px !important; }
  .ml-md-n95,
  .mx-md-n95 {
    margin-left: -95px !important; }
  .m-md-n10 {
    margin: -100px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -100px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -100px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -100px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -100px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 10px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important; }
  .m-lg-2 {
    margin: 20px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important; }
  .m-lg-3 {
    margin: 30px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important; }
  .m-lg-4 {
    margin: 40px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important; }
  .m-lg-5 {
    margin: 50px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important; }
  .m-lg-25 {
    margin: 25px !important; }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25px !important; }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25px !important; }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25px !important; }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25px !important; }
  .m-lg-35 {
    margin: 35px !important; }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 35px !important; }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 35px !important; }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 35px !important; }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 35px !important; }
  .m-lg-45 {
    margin: 45px !important; }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 45px !important; }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 45px !important; }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 45px !important; }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 45px !important; }
  .m-lg-55 {
    margin: 55px !important; }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 55px !important; }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 55px !important; }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 55px !important; }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 55px !important; }
  .m-lg-6 {
    margin: 60px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important; }
  .m-lg-65 {
    margin: 65px !important; }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 65px !important; }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 65px !important; }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 65px !important; }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 65px !important; }
  .m-lg-7 {
    margin: 70px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !important; }
  .m-lg-75 {
    margin: 75px !important; }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 75px !important; }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 75px !important; }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 75px !important; }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 75px !important; }
  .m-lg-8 {
    margin: 80px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 80px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 80px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 80px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 80px !important; }
  .m-lg-85 {
    margin: 85px !important; }
  .mt-lg-85,
  .my-lg-85 {
    margin-top: 85px !important; }
  .mr-lg-85,
  .mx-lg-85 {
    margin-right: 85px !important; }
  .mb-lg-85,
  .my-lg-85 {
    margin-bottom: 85px !important; }
  .ml-lg-85,
  .mx-lg-85 {
    margin-left: 85px !important; }
  .m-lg-9 {
    margin: 90px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 90px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 90px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 90px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 90px !important; }
  .m-lg-95 {
    margin: 95px !important; }
  .mt-lg-95,
  .my-lg-95 {
    margin-top: 95px !important; }
  .mr-lg-95,
  .mx-lg-95 {
    margin-right: 95px !important; }
  .mb-lg-95,
  .my-lg-95 {
    margin-bottom: 95px !important; }
  .ml-lg-95,
  .mx-lg-95 {
    margin-left: 95px !important; }
  .m-lg-10 {
    margin: 100px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 100px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 100px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 100px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 100px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 10px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important; }
  .p-lg-2 {
    padding: 20px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important; }
  .p-lg-3 {
    padding: 30px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important; }
  .p-lg-4 {
    padding: 40px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important; }
  .p-lg-5 {
    padding: 50px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important; }
  .p-lg-25 {
    padding: 25px !important; }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25px !important; }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25px !important; }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25px !important; }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25px !important; }
  .p-lg-35 {
    padding: 35px !important; }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 35px !important; }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 35px !important; }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 35px !important; }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 35px !important; }
  .p-lg-45 {
    padding: 45px !important; }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 45px !important; }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 45px !important; }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 45px !important; }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 45px !important; }
  .p-lg-55 {
    padding: 55px !important; }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 55px !important; }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 55px !important; }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 55px !important; }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 55px !important; }
  .p-lg-6 {
    padding: 60px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important; }
  .p-lg-65 {
    padding: 65px !important; }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 65px !important; }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 65px !important; }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 65px !important; }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 65px !important; }
  .p-lg-7 {
    padding: 70px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important; }
  .p-lg-75 {
    padding: 75px !important; }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 75px !important; }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 75px !important; }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 75px !important; }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 75px !important; }
  .p-lg-8 {
    padding: 80px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 80px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 80px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 80px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 80px !important; }
  .p-lg-85 {
    padding: 85px !important; }
  .pt-lg-85,
  .py-lg-85 {
    padding-top: 85px !important; }
  .pr-lg-85,
  .px-lg-85 {
    padding-right: 85px !important; }
  .pb-lg-85,
  .py-lg-85 {
    padding-bottom: 85px !important; }
  .pl-lg-85,
  .px-lg-85 {
    padding-left: 85px !important; }
  .p-lg-9 {
    padding: 90px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 90px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 90px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 90px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 90px !important; }
  .p-lg-95 {
    padding: 95px !important; }
  .pt-lg-95,
  .py-lg-95 {
    padding-top: 95px !important; }
  .pr-lg-95,
  .px-lg-95 {
    padding-right: 95px !important; }
  .pb-lg-95,
  .py-lg-95 {
    padding-bottom: 95px !important; }
  .pl-lg-95,
  .px-lg-95 {
    padding-left: 95px !important; }
  .p-lg-10 {
    padding: 100px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 100px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 100px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 100px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 100px !important; }
  .m-lg-n1 {
    margin: -10px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important; }
  .m-lg-n2 {
    margin: -20px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important; }
  .m-lg-n3 {
    margin: -30px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important; }
  .m-lg-n4 {
    margin: -40px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important; }
  .m-lg-n5 {
    margin: -50px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !important; }
  .m-lg-n15 {
    margin: -15px !important; }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15px !important; }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15px !important; }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15px !important; }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15px !important; }
  .m-lg-n25 {
    margin: -25px !important; }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -25px !important; }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -25px !important; }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -25px !important; }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -25px !important; }
  .m-lg-n35 {
    margin: -35px !important; }
  .mt-lg-n35,
  .my-lg-n35 {
    margin-top: -35px !important; }
  .mr-lg-n35,
  .mx-lg-n35 {
    margin-right: -35px !important; }
  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -35px !important; }
  .ml-lg-n35,
  .mx-lg-n35 {
    margin-left: -35px !important; }
  .m-lg-n45 {
    margin: -45px !important; }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -45px !important; }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -45px !important; }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -45px !important; }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -45px !important; }
  .m-lg-n55 {
    margin: -55px !important; }
  .mt-lg-n55,
  .my-lg-n55 {
    margin-top: -55px !important; }
  .mr-lg-n55,
  .mx-lg-n55 {
    margin-right: -55px !important; }
  .mb-lg-n55,
  .my-lg-n55 {
    margin-bottom: -55px !important; }
  .ml-lg-n55,
  .mx-lg-n55 {
    margin-left: -55px !important; }
  .m-lg-n6 {
    margin: -60px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -60px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -60px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -60px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -60px !important; }
  .m-lg-n65 {
    margin: -65px !important; }
  .mt-lg-n65,
  .my-lg-n65 {
    margin-top: -65px !important; }
  .mr-lg-n65,
  .mx-lg-n65 {
    margin-right: -65px !important; }
  .mb-lg-n65,
  .my-lg-n65 {
    margin-bottom: -65px !important; }
  .ml-lg-n65,
  .mx-lg-n65 {
    margin-left: -65px !important; }
  .m-lg-n7 {
    margin: -70px !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -70px !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -70px !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -70px !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -70px !important; }
  .m-lg-n75 {
    margin: -75px !important; }
  .mt-lg-n75,
  .my-lg-n75 {
    margin-top: -75px !important; }
  .mr-lg-n75,
  .mx-lg-n75 {
    margin-right: -75px !important; }
  .mb-lg-n75,
  .my-lg-n75 {
    margin-bottom: -75px !important; }
  .ml-lg-n75,
  .mx-lg-n75 {
    margin-left: -75px !important; }
  .m-lg-n8 {
    margin: -80px !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -80px !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -80px !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -80px !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -80px !important; }
  .m-lg-n85 {
    margin: -85px !important; }
  .mt-lg-n85,
  .my-lg-n85 {
    margin-top: -85px !important; }
  .mr-lg-n85,
  .mx-lg-n85 {
    margin-right: -85px !important; }
  .mb-lg-n85,
  .my-lg-n85 {
    margin-bottom: -85px !important; }
  .ml-lg-n85,
  .mx-lg-n85 {
    margin-left: -85px !important; }
  .m-lg-n9 {
    margin: -90px !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -90px !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -90px !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -90px !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -90px !important; }
  .m-lg-n95 {
    margin: -95px !important; }
  .mt-lg-n95,
  .my-lg-n95 {
    margin-top: -95px !important; }
  .mr-lg-n95,
  .mx-lg-n95 {
    margin-right: -95px !important; }
  .mb-lg-n95,
  .my-lg-n95 {
    margin-bottom: -95px !important; }
  .ml-lg-n95,
  .mx-lg-n95 {
    margin-left: -95px !important; }
  .m-lg-n10 {
    margin: -100px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -100px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -100px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -100px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -100px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 10px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important; }
  .m-xl-2 {
    margin: 20px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important; }
  .m-xl-3 {
    margin: 30px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important; }
  .m-xl-4 {
    margin: 40px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 40px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 40px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 40px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 40px !important; }
  .m-xl-5 {
    margin: 50px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !important; }
  .m-xl-15 {
    margin: 15px !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important; }
  .m-xl-25 {
    margin: 25px !important; }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25px !important; }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25px !important; }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25px !important; }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25px !important; }
  .m-xl-35 {
    margin: 35px !important; }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 35px !important; }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 35px !important; }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 35px !important; }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 35px !important; }
  .m-xl-45 {
    margin: 45px !important; }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 45px !important; }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 45px !important; }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 45px !important; }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 45px !important; }
  .m-xl-55 {
    margin: 55px !important; }
  .mt-xl-55,
  .my-xl-55 {
    margin-top: 55px !important; }
  .mr-xl-55,
  .mx-xl-55 {
    margin-right: 55px !important; }
  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 55px !important; }
  .ml-xl-55,
  .mx-xl-55 {
    margin-left: 55px !important; }
  .m-xl-6 {
    margin: 60px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 60px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 60px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 60px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 60px !important; }
  .m-xl-65 {
    margin: 65px !important; }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 65px !important; }
  .mr-xl-65,
  .mx-xl-65 {
    margin-right: 65px !important; }
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 65px !important; }
  .ml-xl-65,
  .mx-xl-65 {
    margin-left: 65px !important; }
  .m-xl-7 {
    margin: 70px !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 70px !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 70px !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 70px !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 70px !important; }
  .m-xl-75 {
    margin: 75px !important; }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 75px !important; }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 75px !important; }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 75px !important; }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 75px !important; }
  .m-xl-8 {
    margin: 80px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 80px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 80px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 80px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 80px !important; }
  .m-xl-85 {
    margin: 85px !important; }
  .mt-xl-85,
  .my-xl-85 {
    margin-top: 85px !important; }
  .mr-xl-85,
  .mx-xl-85 {
    margin-right: 85px !important; }
  .mb-xl-85,
  .my-xl-85 {
    margin-bottom: 85px !important; }
  .ml-xl-85,
  .mx-xl-85 {
    margin-left: 85px !important; }
  .m-xl-9 {
    margin: 90px !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 90px !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 90px !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 90px !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 90px !important; }
  .m-xl-95 {
    margin: 95px !important; }
  .mt-xl-95,
  .my-xl-95 {
    margin-top: 95px !important; }
  .mr-xl-95,
  .mx-xl-95 {
    margin-right: 95px !important; }
  .mb-xl-95,
  .my-xl-95 {
    margin-bottom: 95px !important; }
  .ml-xl-95,
  .mx-xl-95 {
    margin-left: 95px !important; }
  .m-xl-10 {
    margin: 100px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 100px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 100px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 100px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 100px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 10px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important; }
  .p-xl-2 {
    padding: 20px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important; }
  .p-xl-3 {
    padding: 30px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important; }
  .p-xl-4 {
    padding: 40px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 40px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 40px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 40px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 40px !important; }
  .p-xl-5 {
    padding: 50px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important; }
  .p-xl-15 {
    padding: 15px !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important; }
  .p-xl-25 {
    padding: 25px !important; }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25px !important; }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25px !important; }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25px !important; }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25px !important; }
  .p-xl-35 {
    padding: 35px !important; }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 35px !important; }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 35px !important; }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 35px !important; }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 35px !important; }
  .p-xl-45 {
    padding: 45px !important; }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 45px !important; }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 45px !important; }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 45px !important; }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 45px !important; }
  .p-xl-55 {
    padding: 55px !important; }
  .pt-xl-55,
  .py-xl-55 {
    padding-top: 55px !important; }
  .pr-xl-55,
  .px-xl-55 {
    padding-right: 55px !important; }
  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 55px !important; }
  .pl-xl-55,
  .px-xl-55 {
    padding-left: 55px !important; }
  .p-xl-6 {
    padding: 60px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 60px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 60px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 60px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 60px !important; }
  .p-xl-65 {
    padding: 65px !important; }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 65px !important; }
  .pr-xl-65,
  .px-xl-65 {
    padding-right: 65px !important; }
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 65px !important; }
  .pl-xl-65,
  .px-xl-65 {
    padding-left: 65px !important; }
  .p-xl-7 {
    padding: 70px !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 70px !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 70px !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 70px !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 70px !important; }
  .p-xl-75 {
    padding: 75px !important; }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 75px !important; }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 75px !important; }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 75px !important; }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 75px !important; }
  .p-xl-8 {
    padding: 80px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 80px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 80px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 80px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 80px !important; }
  .p-xl-85 {
    padding: 85px !important; }
  .pt-xl-85,
  .py-xl-85 {
    padding-top: 85px !important; }
  .pr-xl-85,
  .px-xl-85 {
    padding-right: 85px !important; }
  .pb-xl-85,
  .py-xl-85 {
    padding-bottom: 85px !important; }
  .pl-xl-85,
  .px-xl-85 {
    padding-left: 85px !important; }
  .p-xl-9 {
    padding: 90px !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 90px !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 90px !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 90px !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 90px !important; }
  .p-xl-95 {
    padding: 95px !important; }
  .pt-xl-95,
  .py-xl-95 {
    padding-top: 95px !important; }
  .pr-xl-95,
  .px-xl-95 {
    padding-right: 95px !important; }
  .pb-xl-95,
  .py-xl-95 {
    padding-bottom: 95px !important; }
  .pl-xl-95,
  .px-xl-95 {
    padding-left: 95px !important; }
  .p-xl-10 {
    padding: 100px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 100px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 100px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 100px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 100px !important; }
  .m-xl-n1 {
    margin: -10px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -10px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -10px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -10px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -10px !important; }
  .m-xl-n2 {
    margin: -20px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -20px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -20px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -20px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -20px !important; }
  .m-xl-n3 {
    margin: -30px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -30px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -30px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -30px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -30px !important; }
  .m-xl-n4 {
    margin: -40px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -40px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -40px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -40px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -40px !important; }
  .m-xl-n5 {
    margin: -50px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -50px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -50px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -50px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -50px !important; }
  .m-xl-n15 {
    margin: -15px !important; }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -15px !important; }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -15px !important; }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -15px !important; }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -15px !important; }
  .m-xl-n25 {
    margin: -25px !important; }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -25px !important; }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -25px !important; }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -25px !important; }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -25px !important; }
  .m-xl-n35 {
    margin: -35px !important; }
  .mt-xl-n35,
  .my-xl-n35 {
    margin-top: -35px !important; }
  .mr-xl-n35,
  .mx-xl-n35 {
    margin-right: -35px !important; }
  .mb-xl-n35,
  .my-xl-n35 {
    margin-bottom: -35px !important; }
  .ml-xl-n35,
  .mx-xl-n35 {
    margin-left: -35px !important; }
  .m-xl-n45 {
    margin: -45px !important; }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -45px !important; }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -45px !important; }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -45px !important; }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -45px !important; }
  .m-xl-n55 {
    margin: -55px !important; }
  .mt-xl-n55,
  .my-xl-n55 {
    margin-top: -55px !important; }
  .mr-xl-n55,
  .mx-xl-n55 {
    margin-right: -55px !important; }
  .mb-xl-n55,
  .my-xl-n55 {
    margin-bottom: -55px !important; }
  .ml-xl-n55,
  .mx-xl-n55 {
    margin-left: -55px !important; }
  .m-xl-n6 {
    margin: -60px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -60px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -60px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -60px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -60px !important; }
  .m-xl-n65 {
    margin: -65px !important; }
  .mt-xl-n65,
  .my-xl-n65 {
    margin-top: -65px !important; }
  .mr-xl-n65,
  .mx-xl-n65 {
    margin-right: -65px !important; }
  .mb-xl-n65,
  .my-xl-n65 {
    margin-bottom: -65px !important; }
  .ml-xl-n65,
  .mx-xl-n65 {
    margin-left: -65px !important; }
  .m-xl-n7 {
    margin: -70px !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -70px !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -70px !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -70px !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -70px !important; }
  .m-xl-n75 {
    margin: -75px !important; }
  .mt-xl-n75,
  .my-xl-n75 {
    margin-top: -75px !important; }
  .mr-xl-n75,
  .mx-xl-n75 {
    margin-right: -75px !important; }
  .mb-xl-n75,
  .my-xl-n75 {
    margin-bottom: -75px !important; }
  .ml-xl-n75,
  .mx-xl-n75 {
    margin-left: -75px !important; }
  .m-xl-n8 {
    margin: -80px !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -80px !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -80px !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -80px !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -80px !important; }
  .m-xl-n85 {
    margin: -85px !important; }
  .mt-xl-n85,
  .my-xl-n85 {
    margin-top: -85px !important; }
  .mr-xl-n85,
  .mx-xl-n85 {
    margin-right: -85px !important; }
  .mb-xl-n85,
  .my-xl-n85 {
    margin-bottom: -85px !important; }
  .ml-xl-n85,
  .mx-xl-n85 {
    margin-left: -85px !important; }
  .m-xl-n9 {
    margin: -90px !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -90px !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -90px !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -90px !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -90px !important; }
  .m-xl-n95 {
    margin: -95px !important; }
  .mt-xl-n95,
  .my-xl-n95 {
    margin-top: -95px !important; }
  .mr-xl-n95,
  .mx-xl-n95 {
    margin-right: -95px !important; }
  .mb-xl-n95,
  .my-xl-n95 {
    margin-bottom: -95px !important; }
  .ml-xl-n95,
  .mx-xl-n95 {
    margin-left: -95px !important; }
  .m-xl-n10 {
    margin: -100px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -100px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -100px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -100px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -100px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 360px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; } }

@media (min-width: 568px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

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

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

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #008080 !important; }

a.text-primary:hover, .ab-post-grid-items.is-grid .text-primary.ab-block-post-grid-more-link:hover, a.text-primary:focus, .ab-post-grid-items.is-grid .text-primary.ab-block-post-grid-more-link:focus {
  color: #003434 !important; }

.text-secondary {
  color: #933F20 !important; }

a.text-secondary:hover, .ab-post-grid-items.is-grid .text-secondary.ab-block-post-grid-more-link:hover, a.text-secondary:focus, .ab-post-grid-items.is-grid .text-secondary.ab-block-post-grid-more-link:focus {
  color: #542412 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, .ab-post-grid-items.is-grid .text-success.ab-block-post-grid-more-link:hover, a.text-success:focus, .ab-post-grid-items.is-grid .text-success.ab-block-post-grid-more-link:focus {
  color: #19692c !important; }

.text-info {
  color: #128082 !important; }

a.text-info:hover, .ab-post-grid-items.is-grid .text-info.ab-block-post-grid-more-link:hover, a.text-info:focus, .ab-post-grid-items.is-grid .text-info.ab-block-post-grid-more-link:focus {
  color: #093e3f !important; }

.text-warning {
  color: #C88704 !important; }

a.text-warning:hover, .ab-post-grid-items.is-grid .text-warning.ab-block-post-grid-more-link:hover, a.text-warning:focus, .ab-post-grid-items.is-grid .text-warning.ab-block-post-grid-more-link:focus {
  color: #7d5403 !important; }

.text-danger {
  color: #933F20 !important; }

a.text-danger:hover, .ab-post-grid-items.is-grid .text-danger.ab-block-post-grid-more-link:hover, a.text-danger:focus, .ab-post-grid-items.is-grid .text-danger.ab-block-post-grid-more-link:focus {
  color: #542412 !important; }

.text-light {
  color: #EFEFEF !important; }

a.text-light:hover, .ab-post-grid-items.is-grid .text-light.ab-block-post-grid-more-link:hover, a.text-light:focus, .ab-post-grid-items.is-grid .text-light.ab-block-post-grid-more-link:focus {
  color: #c9c9c9 !important; }

.text-dark {
  color: #979797 !important; }

a.text-dark:hover, .ab-post-grid-items.is-grid .text-dark.ab-block-post-grid-more-link:hover, a.text-dark:focus, .ab-post-grid-items.is-grid .text-dark.ab-block-post-grid-more-link:focus {
  color: #717171 !important; }

.text-red {
  color: #933F20 !important; }

a.text-red:hover, .ab-post-grid-items.is-grid .text-red.ab-block-post-grid-more-link:hover, a.text-red:focus, .ab-post-grid-items.is-grid .text-red.ab-block-post-grid-more-link:focus {
  color: #542412 !important; }

.text-teal {
  color: #008080 !important; }

a.text-teal:hover, .ab-post-grid-items.is-grid .text-teal.ab-block-post-grid-more-link:hover, a.text-teal:focus, .ab-post-grid-items.is-grid .text-teal.ab-block-post-grid-more-link:focus {
  color: #003434 !important; }

.text-teal-dark {
  color: #0d4c4c !important; }

a.text-teal-dark:hover, .ab-post-grid-items.is-grid .text-teal-dark.ab-block-post-grid-more-link:hover, a.text-teal-dark:focus, .ab-post-grid-items.is-grid .text-teal-dark.ab-block-post-grid-more-link:focus {
  color: #020b0b !important; }

.text-brown {
  color: #3D3626 !important; }

a.text-brown:hover, .ab-post-grid-items.is-grid .text-brown.ab-block-post-grid-more-link:hover, a.text-brown:focus, .ab-post-grid-items.is-grid .text-brown.ab-block-post-grid-more-link:focus {
  color: #0e0c09 !important; }

.text-dijon {
  color: #C5A35F !important; }

a.text-dijon:hover, .ab-post-grid-items.is-grid .text-dijon.ab-block-post-grid-more-link:hover, a.text-dijon:focus, .ab-post-grid-items.is-grid .text-dijon.ab-block-post-grid-more-link:focus {
  color: #9e7d39 !important; }

.text-lighter {
  color: #F9F8F8 !important; }

a.text-lighter:hover, .ab-post-grid-items.is-grid .text-lighter.ab-block-post-grid-more-link:hover, a.text-lighter:focus, .ab-post-grid-items.is-grid .text-lighter.ab-block-post-grid-more-link:focus {
  color: #d6cfcf !important; }

.text-gray {
  color: #D8D8D8 !important; }

a.text-gray:hover, .ab-post-grid-items.is-grid .text-gray.ab-block-post-grid-more-link:hover, a.text-gray:focus, .ab-post-grid-items.is-grid .text-gray.ab-block-post-grid-more-link:focus {
  color: #b2b2b2 !important; }

.text-blue {
  color: #375062 !important; }

a.text-blue:hover, .ab-post-grid-items.is-grid .text-blue.ab-block-post-grid-more-link:hover, a.text-blue:focus, .ab-post-grid-items.is-grid .text-blue.ab-block-post-grid-more-link:focus {
  color: #1c2831 !important; }

.text-light-blue {
  color: #4A6B83 !important; }

a.text-light-blue:hover, .ab-post-grid-items.is-grid .text-light-blue.ab-block-post-grid-more-link:hover, a.text-light-blue:focus, .ab-post-grid-items.is-grid .text-light-blue.ab-block-post-grid-more-link:focus {
  color: #2e4352 !important; }

.text-slate {
  color: #6D6D6D !important; }

a.text-slate:hover, .ab-post-grid-items.is-grid .text-slate.ab-block-post-grid-more-link:hover, a.text-slate:focus, .ab-post-grid-items.is-grid .text-slate.ab-block-post-grid-more-link:focus {
  color: #474747 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-x {
  border-left: 1px solid #dee2e6 !important;
  border-right: 1px solid #dee2e6 !important; }

.border-y {
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 1px solid #dee2e6 !important; }

@media (min-width: 360px) {
  .border-xs-top {
    border-top: 1px solid #dee2e6 !important; }
  .border-xs-right {
    border-right: 1px solid #dee2e6 !important; }
  .border-xs-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .border-xs-left {
    border-left: 1px solid #dee2e6 !important; }
  .border-xs-top-0 {
    border-top: 0 !important; }
  .border-xs-right-0 {
    border-right: 0 !important; }
  .border-xs-bottom-0 {
    border-bottom: 0 !important; }
  .border-xs-left-0 {
    border-left: 0 !important; }
  .border-xs-x {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important; }
  .border-xs-y {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important; } }

@media (min-width: 568px) {
  .border-sm-top {
    border-top: 1px solid #dee2e6 !important; }
  .border-sm-right {
    border-right: 1px solid #dee2e6 !important; }
  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .border-sm-left {
    border-left: 1px solid #dee2e6 !important; }
  .border-sm-top-0 {
    border-top: 0 !important; }
  .border-sm-right-0 {
    border-right: 0 !important; }
  .border-sm-bottom-0 {
    border-bottom: 0 !important; }
  .border-sm-left-0 {
    border-left: 0 !important; }
  .border-sm-x {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important; }
  .border-sm-y {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important; } }

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #dee2e6 !important; }
  .border-md-right {
    border-right: 1px solid #dee2e6 !important; }
  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .border-md-left {
    border-left: 1px solid #dee2e6 !important; }
  .border-md-top-0 {
    border-top: 0 !important; }
  .border-md-right-0 {
    border-right: 0 !important; }
  .border-md-bottom-0 {
    border-bottom: 0 !important; }
  .border-md-left-0 {
    border-left: 0 !important; }
  .border-md-x {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important; }
  .border-md-y {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important; } }

@media (min-width: 1024px) {
  .border-lg-top {
    border-top: 1px solid #dee2e6 !important; }
  .border-lg-right {
    border-right: 1px solid #dee2e6 !important; }
  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .border-lg-left {
    border-left: 1px solid #dee2e6 !important; }
  .border-lg-top-0 {
    border-top: 0 !important; }
  .border-lg-right-0 {
    border-right: 0 !important; }
  .border-lg-bottom-0 {
    border-bottom: 0 !important; }
  .border-lg-left-0 {
    border-left: 0 !important; }
  .border-lg-x {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important; }
  .border-lg-y {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important; } }

@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #dee2e6 !important; }
  .border-xl-right {
    border-right: 1px solid #dee2e6 !important; }
  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .border-xl-left {
    border-left: 1px solid #dee2e6 !important; }
  .border-xl-top-0 {
    border-top: 0 !important; }
  .border-xl-right-0 {
    border-right: 0 !important; }
  .border-xl-bottom-0 {
    border-bottom: 0 !important; }
  .border-xl-left-0 {
    border-left: 0 !important; }
  .border-xl-x {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important; }
  .border-xl-y {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important; } }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn):not(input[type="submit"]):not(.wp-block-button__link):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link), .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:not(.btn):not(input[type="submit"]):not(.wp-block-button__link):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p, h6, .h6, h2, .search-results .page-title, .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .author-name, .sticky-hero h2.entry-title, h3, .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .byline.full-bio .author-name {
    orphans: 3;
    widows: 3; }
  h2, .search-results .page-title, .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .author-name, .sticky-hero h2.entry-title, h3, .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .byline.full-bio .author-name {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1024px !important; }
  .container {
    min-width: 1024px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

/*
variables.SCSS

A set of shared variables between style.scss
*/
.clear {
  clear: both; }

.perfect {
  height: 0; }

.initial-hide {
  display: none; }

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

.w-100 {
  max-width: 100% !important; }

.font-normal {
  font-style: normal; }

a, .ab-post-grid-items.is-grid .ab-block-post-grid-more-link {
  transition: .25s;
  color: #008080;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 700; }
  a.anchor, .ab-post-grid-items.is-grid .anchor.ab-block-post-grid-more-link {
    pointer-events: none; }
    a.anchor:hover, .ab-post-grid-items.is-grid .anchor.ab-block-post-grid-more-link:hover {
      text-decoration: none; }
  @media (max-width: 768px) {
    a, .ab-post-grid-items.is-grid .ab-block-post-grid-more-link {
      font-size: 14px; } }
  @media (max-width: 568px) {
    a, .ab-post-grid-items.is-grid .ab-block-post-grid-more-link {
      font-size: 13px; } }

a:focus, .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:focus {
  color: #008080; }

a:hover, .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover {
  color: #0d4c4c; }

.btn, input[type="submit"], .wp-block-button__link, .kbase.tag-list > a, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, button {
  color: #FFF;
  font-weight: bold;
  border: 0px;
  line-height: 1.7; }
  .btn:focus, input[type="submit"]:focus, .wp-block-button__link:focus, .kbase.tag-list > a:focus, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link:focus, button:focus {
    color: #495057;
    background-color: #fff;
    border-color: #01ffff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.25); }
  .btn:hover, input[type="submit"]:hover, .wp-block-button__link:hover, .kbase.tag-list > a:hover, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link:hover, button:hover {
    color: #FFF;
    border: 0px; }
  .btn:focus, input[type="submit"]:focus, .wp-block-button__link:focus, .kbase.tag-list > a:focus, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link:focus, button:focus {
    color: #FFF;
    background-color: #0d4c4c;
    border-color: transparent; }
  .btn > i, input[type="submit"] > i, .wp-block-button__link > i, .kbase.tag-list > a > i, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link > i, button > i {
    font-weight: bold;
    position: relative;
    top: -1px; }

nav a, nav .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid nav .ab-block-post-grid-more-link {
  display: block;
  text-decoration: none !important; }

h1, .display, .entry-title, .page-title, .wp-block-cover h2, .wp-block-cover .search-results .page-title, .search-results .wp-block-cover .page-title, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-cover .author-name, .wp-block-cover .sticky-hero h2.entry-title, .sticky-hero .wp-block-cover h2.entry-title, h2, .search-results .page-title, .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .author-name, .sticky-hero h2.entry-title, h3, .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .byline.full-bio .author-name, h4, table thead th, table thead td, .table thead th, .table thead td, .tablepress thead th, .tablepress thead td, ul.simple li.heading, ul.simple.alt li.heading, ol.simple li.heading, ol.simple.alt li.heading, ul.list-with-image-heading > li:nth-child(2), ol.list-with-image-heading > li:nth-child(2), ul.list-with-heading > li:first-child, ol.list-with-heading > li:first-child, .ab-post-grid-items.is-grid .ab-block-post-grid-title, .info-box h3, .info-box .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .info-box .entry-title, .info-box .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .info-box h1.loud, .info-box .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .info-box .loud.display, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title, .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .byline.full-bio .author-name, .byline.full-bio .info-box .author-name, .info-box .kt-blocks-info-box-title, .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .byline.full-bio .author-name, .byline.full-bio .wp-block-kadence-infobox .author-name, .wp-block-kadence-infobox .kt-blocks-info-box-title, .schema-faq-question, .byline.full-bio.centered .author-name, .byline.full-bio.centered .author-title.author-archive-only {
  font-weight: normal;
  position: relative;
  font-family: "Merriweather", "Georgia", serif;
  color: #3D3626; }
  h1.not-bold, .not-bold.display, .not-bold.entry-title, .not-bold.page-title, .wp-block-cover h2.not-bold, .wp-block-cover .page-header > .byline.full-bio .not-bold.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .not-bold.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .not-bold.author-name, .page-header > .byline.full-bio .wp-block-cover .not-bold.author-name, h2.not-bold, .search-results .not-bold.page-title, .page-header > .byline.full-bio .not-bold.author-title.author-archive-only, .page-header > .byline.full-bio .not-bold.author-name, .sticky-hero h2.not-bold.entry-title, h3.not-bold, .excerpt-row .entry-header .not-bold.entry-title, .excerpt-row .entry-header .entry-title h1.not-bold.loud, .excerpt-row .entry-header .entry-title .not-bold.loud.display, .excerpt-row .entry-header .entry-title .not-bold.loud.entry-title, .excerpt-row .entry-header .entry-title .not-bold.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.not-bold.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.not-bold.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .not-bold.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .not-bold.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .not-bold.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .not-bold.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .not-bold.loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .not-bold.loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .not-bold.loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .not-bold.loud.author-name, .byline.full-bio .not-bold.author-name, h4.not-bold, table thead th.not-bold, table thead td.not-bold, .table thead th.not-bold, .table thead td.not-bold, .tablepress thead th.not-bold, .tablepress thead td.not-bold, ul.simple li.not-bold.heading, ol.simple li.not-bold.heading, ul.list-with-image-heading > li.not-bold:nth-child(2), ol.list-with-image-heading > li.not-bold:nth-child(2), ul.list-with-heading > li.not-bold:first-child, ol.list-with-heading > li.not-bold:first-child, .ab-post-grid-items.is-grid .not-bold.ab-block-post-grid-title, .info-box h3.not-bold, .info-box .excerpt-row .entry-header .not-bold.entry-title, .excerpt-row .entry-header .info-box .not-bold.entry-title, .info-box .excerpt-row .entry-header .entry-title h1.not-bold.loud, .excerpt-row .entry-header .entry-title .info-box h1.not-bold.loud, .info-box .excerpt-row .entry-header .entry-title .not-bold.loud.display, .excerpt-row .entry-header .entry-title .info-box .not-bold.loud.display, .info-box .excerpt-row .entry-header .entry-title .not-bold.loud.page-title, .excerpt-row .entry-header .entry-title .info-box .not-bold.loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.not-bold.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.not-bold.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.not-bold.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.not-bold.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .not-bold.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .not-bold.loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .not-bold.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .not-bold.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .not-bold.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .not-bold.loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .not-bold.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .not-bold.loud.author-title.author-archive-only, .info-box .byline.full-bio .not-bold.author-name, .byline.full-bio .info-box .not-bold.author-name, .info-box .not-bold.kt-blocks-info-box-title, .wp-block-kadence-infobox h3.not-bold, .wp-block-kadence-infobox .excerpt-row .entry-header .not-bold.entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .not-bold.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.not-bold.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.not-bold.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .not-bold.loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .not-bold.loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .not-bold.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .not-bold.loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.not-bold.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.not-bold.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.not-bold.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.not-bold.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .not-bold.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .not-bold.loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .not-bold.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .not-bold.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .not-bold.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .not-bold.loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .not-bold.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .not-bold.loud.author-title.author-archive-only, .wp-block-kadence-infobox .byline.full-bio .not-bold.author-name, .byline.full-bio .wp-block-kadence-infobox .not-bold.author-name, .wp-block-kadence-infobox .not-bold.kt-blocks-info-box-title, .not-bold.schema-faq-question, .byline.full-bio.centered .not-bold.author-name, .byline.full-bio.centered .not-bold.author-title.author-archive-only {
    font-weight: 400; }

h1, .display, .entry-title, .page-title, .wp-block-cover h2, .wp-block-cover .search-results .page-title, .search-results .wp-block-cover .page-title, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-cover .author-name, .wp-block-cover .sticky-hero h2.entry-title, .sticky-hero .wp-block-cover h2.entry-title, .h1 {
  font-size: 42px;
  line-height: 1.35;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    h1, .display, .entry-title, .page-title, .wp-block-cover h2, .wp-block-cover .search-results .page-title, .search-results .wp-block-cover .page-title, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-cover .author-name, .wp-block-cover .sticky-hero h2.entry-title, .sticky-hero .wp-block-cover h2.entry-title, .h1 {
      font-size: 38px; } }
  @media (max-width: 768px) {
    h1, .display, .entry-title, .page-title, .wp-block-cover h2, .wp-block-cover .search-results .page-title, .search-results .wp-block-cover .page-title, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-cover .author-name, .wp-block-cover .sticky-hero h2.entry-title, .sticky-hero .wp-block-cover h2.entry-title, .h1 {
      font-size: 32px;
      line-height: 1.2;
      margin-bottom: 10px; } }
  @media (max-width: 568px) {
    h1, .display, .entry-title, .page-title, .wp-block-cover h2, .wp-block-cover .search-results .page-title, .search-results .wp-block-cover .page-title, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-cover .author-name, .wp-block-cover .sticky-hero h2.entry-title, .sticky-hero .wp-block-cover h2.entry-title, .h1 {
      font-size: 22px;
      margin-bottom: 10px; } }
  h1.with-mini-hr:after, .with-mini-hr.display:after, .with-mini-hr.entry-title:after, .with-mini-hr.page-title:after, .wp-block-cover h2.with-mini-hr:after, .wp-block-cover .page-header > .byline.full-bio .with-mini-hr.author-title.author-archive-only:after, .page-header > .byline.full-bio .wp-block-cover .with-mini-hr.author-title.author-archive-only:after, .wp-block-cover .page-header > .byline.full-bio .with-mini-hr.author-name:after, .page-header > .byline.full-bio .wp-block-cover .with-mini-hr.author-name:after, .h1.with-mini-hr:after {
    bottom: -10px; }
  h1 sup, .display sup, .entry-title sup, .page-title sup, .wp-block-cover h2 sup, .wp-block-cover .search-results .page-title sup, .search-results .wp-block-cover .page-title sup, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only sup, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only sup, .wp-block-cover .page-header > .byline.full-bio .author-name sup, .page-header > .byline.full-bio .wp-block-cover .author-name sup, .wp-block-cover .sticky-hero h2.entry-title sup, .sticky-hero .wp-block-cover h2.entry-title sup, .h1 sup {
    font-size: 45%;
    top: -1em; }

.display {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  max-width: 100% !important;
  line-height: 1.3; }
  @media (max-width: 1024px) {
    .display {
      font-size: 45px; } }
  @media (max-width: 768px) {
    .display {
      font-size: 32px; } }
  @media (max-width: 568px) {
    .display {
      font-size: 28px; } }
  .display.blue {
    color: #375062; }
  .display.dark {
    color: #3D3626; }
    .display.dark + p, .display.dark + h6, .display.dark + .h6 {
      color: #3D3626 !important; }
  .display.font-weight-light {
    font-weight: normal; }

h2, .search-results .page-title, .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .author-name, .sticky-hero h2.entry-title, .h2, .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .entry-title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 10px; }
  @media (max-width: 1024px) {
    h2, .search-results .page-title, .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .author-name, .sticky-hero h2.entry-title, .h2, .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .entry-title {
      font-size: 28px; } }
  @media (max-width: 768px) {
    h2, .search-results .page-title, .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .author-name, .sticky-hero h2.entry-title, .h2, .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .entry-title {
      font-size: 24px;
      line-height: 1.3; } }
  @media (max-width: 568px) {
    h2, .search-results .page-title, .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .author-name, .sticky-hero h2.entry-title, .h2, .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .entry-title {
      font-size: 18px; } }
  h2.block-heading, .search-results .block-heading.page-title, .page-header > .byline.full-bio .block-heading.author-title.author-archive-only, .page-header > .byline.full-bio .block-heading.author-name, .sticky-hero h2.block-heading.entry-title, .h2.block-heading, .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .block-heading.entry-title {
    display: flex;
    flex-direction: row;
    padding: 20px;
    align-items: center;
    background-color: #EFEFEF;
    width: 107%;
    margin-left: -3.5%;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      h2.block-heading, .search-results .block-heading.page-title, .page-header > .byline.full-bio .block-heading.author-title.author-archive-only, .page-header > .byline.full-bio .block-heading.author-name, .sticky-hero h2.block-heading.entry-title, .h2.block-heading, .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .block-heading.entry-title {
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
        margin-left: -30px; } }
    h2.block-heading > img, .search-results .block-heading.page-title > img, .page-header > .byline.full-bio .block-heading.author-title.author-archive-only > img, .page-header > .byline.full-bio .block-heading.author-name > img, .sticky-hero h2.block-heading.entry-title > img, .h2.block-heading > img, .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .block-heading.entry-title > img {
      margin-right: 20px;
      max-height: 100px;
      width: auto; }
      @media (max-width: 768px) {
        h2.block-heading > img, .search-results .block-heading.page-title > img, .page-header > .byline.full-bio .block-heading.author-title.author-archive-only > img, .page-header > .byline.full-bio .block-heading.author-name > img, .sticky-hero h2.block-heading.entry-title > img, .h2.block-heading > img, .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .block-heading.entry-title > img {
          max-height: 75px; } }
      @media (max-width: 568px) {
        h2.block-heading > img, .search-results .block-heading.page-title > img, .page-header > .byline.full-bio .block-heading.author-title.author-archive-only > img, .page-header > .byline.full-bio .block-heading.author-name > img, .sticky-hero h2.block-heading.entry-title > img, .h2.block-heading > img, .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .block-heading.entry-title > img {
          max-height: 50px; } }

h2.section-heading, .search-results .section-heading.page-title, .page-header > .byline.full-bio .section-heading.author-title.author-archive-only, .page-header > .byline.full-bio .section-heading.author-name, .sticky-hero h2.section-heading.entry-title, .wp-block-media-text__content h2, .wp-block-media-text__content .search-results .page-title, .search-results .wp-block-media-text__content .page-title, .wp-block-media-text__content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-media-text__content .author-title.author-archive-only, .wp-block-media-text__content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-media-text__content .author-name, .wp-block-media-text__content .sticky-hero h2.entry-title, .sticky-hero .wp-block-media-text__content h2.entry-title {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    h2.section-heading, .search-results .section-heading.page-title, .page-header > .byline.full-bio .section-heading.author-title.author-archive-only, .page-header > .byline.full-bio .section-heading.author-name, .sticky-hero h2.section-heading.entry-title, .wp-block-media-text__content h2, .wp-block-media-text__content .search-results .page-title, .search-results .wp-block-media-text__content .page-title, .wp-block-media-text__content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-media-text__content .author-title.author-archive-only, .wp-block-media-text__content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-media-text__content .author-name, .wp-block-media-text__content .sticky-hero h2.entry-title, .sticky-hero .wp-block-media-text__content h2.entry-title {
      font-size: 32px;
      line-height: 1.3;
      text-align: center; } }
  @media (max-width: 568px) {
    h2.section-heading, .search-results .section-heading.page-title, .page-header > .byline.full-bio .section-heading.author-title.author-archive-only, .page-header > .byline.full-bio .section-heading.author-name, .sticky-hero h2.section-heading.entry-title, .wp-block-media-text__content h2, .wp-block-media-text__content .search-results .page-title, .search-results .wp-block-media-text__content .page-title, .wp-block-media-text__content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-media-text__content .author-title.author-archive-only, .wp-block-media-text__content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-media-text__content .author-name, .wp-block-media-text__content .sticky-hero h2.entry-title, .sticky-hero .wp-block-media-text__content h2.entry-title {
      font-size: 22px;
      line-height: 1.25; } }

@media (max-width: 768px) {
  .wp-block-media-text__content h2, .wp-block-media-text__content .search-results .page-title, .search-results .wp-block-media-text__content .page-title, .wp-block-media-text__content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-media-text__content .author-title.author-archive-only, .wp-block-media-text__content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-media-text__content .author-name, .wp-block-media-text__content .sticky-hero h2.entry-title, .sticky-hero .wp-block-media-text__content h2.entry-title {
    text-align: left; } }

h3, .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .byline.full-bio .author-name, .h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: normal; }
  h3.light, .excerpt-row .entry-header .light.entry-title, .excerpt-row .entry-header .entry-title h1.light.loud, .excerpt-row .entry-header .entry-title .light.loud.display, .excerpt-row .entry-header .entry-title .light.loud.entry-title, .excerpt-row .entry-header .entry-title .light.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.light.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.light.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .light.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .light.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .light.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .light.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .light.loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .light.loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .light.loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .light.loud.author-name, .byline.full-bio .light.author-name, .h3.light {
    font-weight: normal; }
  h3 > sup, .excerpt-row .entry-header .entry-title > sup, .excerpt-row .entry-header .entry-title h1.loud > sup, .excerpt-row .entry-header .entry-title .loud.display > sup, .excerpt-row .entry-header .entry-title .loud.entry-title > sup, .excerpt-row .entry-header .entry-title .loud.page-title > sup, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud > sup, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud > sup, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only > sup, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only > sup, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only > sup, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only > sup, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name > sup, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name > sup, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name > sup, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name > sup, .byline.full-bio .author-name > sup, .h3 > sup {
    font-size: 12px;
    top: -10px; }
  @media (max-width: 1024px) {
    h3, .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .byline.full-bio .author-name, .h3 {
      font-size: 22px; } }
  @media (max-width: 768px) {
    h3, .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .byline.full-bio .author-name, .h3 {
      font-size: 18px;
      line-height: 1.5; } }
  @media (max-width: 568px) {
    h3, .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .byline.full-bio .author-name, .h3 {
      font-size: 15px;
      line-height: 1.4; } }

h4, table thead th, table thead td, .table thead th, .table thead td, .tablepress thead th, .tablepress thead td, ul.simple li.heading, ul.simple.alt li.heading, ol.simple li.heading, ol.simple.alt li.heading, ul.list-with-image-heading > li:nth-child(2), ol.list-with-image-heading > li:nth-child(2), ul.list-with-heading > li:first-child, ol.list-with-heading > li:first-child, .ab-post-grid-items.is-grid .ab-block-post-grid-title, .info-box h3, .info-box .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .info-box .entry-title, .info-box .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .info-box h1.loud, .info-box .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .info-box .loud.display, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title, .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .byline.full-bio .author-name, .byline.full-bio .info-box .author-name, .info-box .kt-blocks-info-box-title, .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .byline.full-bio .author-name, .byline.full-bio .wp-block-kadence-infobox .author-name, .wp-block-kadence-infobox .kt-blocks-info-box-title, .schema-faq-question, .byline.full-bio.centered .author-name, .byline.full-bio.centered .author-title.author-archive-only, .h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px; }
  @media (max-width: 1024px) {
    h4, table thead th, table thead td, .table thead th, .table thead td, .tablepress thead th, .tablepress thead td, ul.simple li.heading, ul.simple.alt li.heading, ol.simple li.heading, ol.simple.alt li.heading, ul.list-with-image-heading > li:nth-child(2), ol.list-with-image-heading > li:nth-child(2), ul.list-with-heading > li:first-child, ol.list-with-heading > li:first-child, .ab-post-grid-items.is-grid .ab-block-post-grid-title, .info-box h3, .info-box .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .info-box .entry-title, .info-box .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .info-box h1.loud, .info-box .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .info-box .loud.display, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title, .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .byline.full-bio .author-name, .byline.full-bio .info-box .author-name, .info-box .kt-blocks-info-box-title, .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .byline.full-bio .author-name, .byline.full-bio .wp-block-kadence-infobox .author-name, .wp-block-kadence-infobox .kt-blocks-info-box-title, .schema-faq-question, .byline.full-bio.centered .author-name, .byline.full-bio.centered .author-title.author-archive-only, .h4 {
      font-size: 17px; } }
  @media (max-width: 768px) {
    h4, table thead th, table thead td, .table thead th, .table thead td, .tablepress thead th, .tablepress thead td, ul.simple li.heading, ul.simple.alt li.heading, ol.simple li.heading, ol.simple.alt li.heading, ul.list-with-image-heading > li:nth-child(2), ol.list-with-image-heading > li:nth-child(2), ul.list-with-heading > li:first-child, ol.list-with-heading > li:first-child, .ab-post-grid-items.is-grid .ab-block-post-grid-title, .info-box h3, .info-box .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .info-box .entry-title, .info-box .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .info-box h1.loud, .info-box .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .info-box .loud.display, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title, .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .byline.full-bio .author-name, .byline.full-bio .info-box .author-name, .info-box .kt-blocks-info-box-title, .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .byline.full-bio .author-name, .byline.full-bio .wp-block-kadence-infobox .author-name, .wp-block-kadence-infobox .kt-blocks-info-box-title, .schema-faq-question, .byline.full-bio.centered .author-name, .byline.full-bio.centered .author-title.author-archive-only, .h4 {
      font-size: 16px;
      line-height: 1.6; } }
  @media (max-width: 568px) {
    h4, table thead th, table thead td, .table thead th, .table thead td, .tablepress thead th, .tablepress thead td, ul.simple li.heading, ul.simple.alt li.heading, ol.simple li.heading, ol.simple.alt li.heading, ul.list-with-image-heading > li:nth-child(2), ol.list-with-image-heading > li:nth-child(2), ul.list-with-heading > li:first-child, ol.list-with-heading > li:first-child, .ab-post-grid-items.is-grid .ab-block-post-grid-title, .info-box h3, .info-box .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .info-box .entry-title, .info-box .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .info-box h1.loud, .info-box .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .info-box .loud.display, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title, .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .byline.full-bio .author-name, .byline.full-bio .info-box .author-name, .info-box .kt-blocks-info-box-title, .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .byline.full-bio .author-name, .byline.full-bio .wp-block-kadence-infobox .author-name, .wp-block-kadence-infobox .kt-blocks-info-box-title, .schema-faq-question, .byline.full-bio.centered .author-name, .byline.full-bio.centered .author-title.author-archive-only, .h4 {
      font-size: 15px;
      line-height: 1.4; } }
  h4.alt, table thead th.alt, table thead td.alt, .table thead th.alt, .table thead td.alt, .tablepress thead th.alt, .tablepress thead td.alt, ul.simple li.alt.heading, ol.simple li.alt.heading, ul.list-with-image-heading > li.alt:nth-child(2), ol.list-with-image-heading > li.alt:nth-child(2), ul.list-with-heading > li.alt:first-child, ol.list-with-heading > li.alt:first-child, .ab-post-grid-items.is-grid .alt.ab-block-post-grid-title, .info-box h3.alt, .info-box .excerpt-row .entry-header .alt.entry-title, .excerpt-row .entry-header .info-box .alt.entry-title, .info-box .excerpt-row .entry-header .entry-title h1.alt.loud, .excerpt-row .entry-header .entry-title .info-box h1.alt.loud, .info-box .excerpt-row .entry-header .entry-title .alt.loud.display, .excerpt-row .entry-header .entry-title .info-box .alt.loud.display, .info-box .excerpt-row .entry-header .entry-title .alt.loud.page-title, .excerpt-row .entry-header .entry-title .info-box .alt.loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.alt.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.alt.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.alt.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.alt.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .alt.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .alt.loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .alt.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .alt.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .alt.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .alt.loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .alt.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .alt.loud.author-title.author-archive-only, .info-box .byline.full-bio .alt.author-name, .byline.full-bio .info-box .alt.author-name, .info-box .alt.kt-blocks-info-box-title, .wp-block-kadence-infobox h3.alt, .wp-block-kadence-infobox .excerpt-row .entry-header .alt.entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .alt.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.alt.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.alt.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .alt.loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .alt.loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .alt.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .alt.loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.alt.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.alt.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.alt.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.alt.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .alt.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .alt.loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .alt.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .alt.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .alt.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .alt.loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .alt.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .alt.loud.author-title.author-archive-only, .wp-block-kadence-infobox .byline.full-bio .alt.author-name, .byline.full-bio .wp-block-kadence-infobox .alt.author-name, .wp-block-kadence-infobox .alt.kt-blocks-info-box-title, .alt.schema-faq-question, .byline.full-bio.centered .alt.author-name, .byline.full-bio.centered .alt.author-title.author-archive-only, .h4.alt {
    font-weight: normal; }
    @media (max-width: 768px) {
      h4.alt, table thead th.alt, table thead td.alt, .table thead th.alt, .table thead td.alt, .tablepress thead th.alt, .tablepress thead td.alt, ul.simple li.alt.heading, ol.simple li.alt.heading, ul.list-with-image-heading > li.alt:nth-child(2), ol.list-with-image-heading > li.alt:nth-child(2), ul.list-with-heading > li.alt:first-child, ol.list-with-heading > li.alt:first-child, .ab-post-grid-items.is-grid .alt.ab-block-post-grid-title, .info-box h3.alt, .info-box .excerpt-row .entry-header .alt.entry-title, .excerpt-row .entry-header .info-box .alt.entry-title, .info-box .excerpt-row .entry-header .entry-title h1.alt.loud, .excerpt-row .entry-header .entry-title .info-box h1.alt.loud, .info-box .excerpt-row .entry-header .entry-title .alt.loud.display, .excerpt-row .entry-header .entry-title .info-box .alt.loud.display, .info-box .excerpt-row .entry-header .entry-title .alt.loud.page-title, .excerpt-row .entry-header .entry-title .info-box .alt.loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.alt.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.alt.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.alt.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.alt.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .alt.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .alt.loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .alt.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .alt.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .alt.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .alt.loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .alt.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .alt.loud.author-title.author-archive-only, .info-box .byline.full-bio .alt.author-name, .byline.full-bio .info-box .alt.author-name, .info-box .alt.kt-blocks-info-box-title, .wp-block-kadence-infobox h3.alt, .wp-block-kadence-infobox .excerpt-row .entry-header .alt.entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .alt.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.alt.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.alt.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .alt.loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .alt.loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .alt.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .alt.loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.alt.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.alt.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.alt.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.alt.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .alt.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .alt.loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .alt.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .alt.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .alt.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .alt.loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .alt.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .alt.loud.author-title.author-archive-only, .wp-block-kadence-infobox .byline.full-bio .alt.author-name, .byline.full-bio .wp-block-kadence-infobox .alt.author-name, .wp-block-kadence-infobox .alt.kt-blocks-info-box-title, .alt.schema-faq-question, .byline.full-bio.centered .alt.author-name, .byline.full-bio.centered .alt.author-title.author-archive-only, .h4.alt {
        font-size: 16px; } }
    @media (max-width: 568px) {
      h4.alt, table thead th.alt, table thead td.alt, .table thead th.alt, .table thead td.alt, .tablepress thead th.alt, .tablepress thead td.alt, ul.simple li.alt.heading, ol.simple li.alt.heading, ul.list-with-image-heading > li.alt:nth-child(2), ol.list-with-image-heading > li.alt:nth-child(2), ul.list-with-heading > li.alt:first-child, ol.list-with-heading > li.alt:first-child, .ab-post-grid-items.is-grid .alt.ab-block-post-grid-title, .info-box h3.alt, .info-box .excerpt-row .entry-header .alt.entry-title, .excerpt-row .entry-header .info-box .alt.entry-title, .info-box .excerpt-row .entry-header .entry-title h1.alt.loud, .excerpt-row .entry-header .entry-title .info-box h1.alt.loud, .info-box .excerpt-row .entry-header .entry-title .alt.loud.display, .excerpt-row .entry-header .entry-title .info-box .alt.loud.display, .info-box .excerpt-row .entry-header .entry-title .alt.loud.page-title, .excerpt-row .entry-header .entry-title .info-box .alt.loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.alt.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.alt.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.alt.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.alt.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .alt.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .alt.loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .alt.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .alt.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .alt.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .alt.loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .alt.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .alt.loud.author-title.author-archive-only, .info-box .byline.full-bio .alt.author-name, .byline.full-bio .info-box .alt.author-name, .info-box .alt.kt-blocks-info-box-title, .wp-block-kadence-infobox h3.alt, .wp-block-kadence-infobox .excerpt-row .entry-header .alt.entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .alt.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.alt.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.alt.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .alt.loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .alt.loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .alt.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .alt.loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.alt.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.alt.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.alt.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.alt.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .alt.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .alt.loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .alt.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .alt.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .alt.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .alt.loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .alt.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .alt.loud.author-title.author-archive-only, .wp-block-kadence-infobox .byline.full-bio .alt.author-name, .byline.full-bio .wp-block-kadence-infobox .alt.author-name, .wp-block-kadence-infobox .alt.kt-blocks-info-box-title, .alt.schema-faq-question, .byline.full-bio.centered .alt.author-name, .byline.full-bio.centered .alt.author-title.author-archive-only, .h4.alt {
        font-size: 15px;
        margin-bottom: 5px; } }

h5, .h5 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #3D3626;
  font-weight: bold; }

h6, .h6 {
  font-weight: normal; }

h1 a, .display a, .entry-title a, .page-title a, .wp-block-cover h2 a, .wp-block-cover .search-results .page-title a, .search-results .wp-block-cover .page-title a, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only a, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only a, .wp-block-cover .page-header > .byline.full-bio .author-name a, .page-header > .byline.full-bio .wp-block-cover .author-name a, .wp-block-cover .sticky-hero h2.entry-title a, .sticky-hero .wp-block-cover h2.entry-title a, h1 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid h1 .ab-block-post-grid-more-link, .display .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .display .ab-block-post-grid-more-link, .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .entry-title .ab-block-post-grid-more-link, .page-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .page-title .ab-block-post-grid-more-link, .wp-block-cover h2 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-cover h2 .ab-block-post-grid-more-link, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only .ab-block-post-grid-more-link, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only .ab-block-post-grid-more-link, .wp-block-cover .page-header > .byline.full-bio .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .author-name .ab-block-post-grid-more-link, .page-header > .byline.full-bio .wp-block-cover .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .author-name .ab-block-post-grid-more-link, h2 a, .search-results .page-title a, .page-header > .byline.full-bio .author-title.author-archive-only a, .page-header > .byline.full-bio .author-name a, .sticky-hero h2.entry-title a, h2 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid h2 .ab-block-post-grid-more-link, .search-results .page-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .search-results .page-title .ab-block-post-grid-more-link, .page-header > .byline.full-bio .author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .author-title.author-archive-only .ab-block-post-grid-more-link, .page-header > .byline.full-bio .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .author-name .ab-block-post-grid-more-link, h3 a, .excerpt-row .entry-header .entry-title a, .excerpt-row .entry-header .entry-title h1.loud a, .excerpt-row .entry-header .entry-title .loud.display a, .excerpt-row .entry-header .entry-title .loud.entry-title a, .excerpt-row .entry-header .entry-title .loud.page-title a, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud a, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud a, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only a, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only a, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only a, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only a, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name a, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name a, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name a, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name a, .byline.full-bio .author-name a, h3 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid h3 .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .ab-block-post-grid-more-link, .byline.full-bio .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .byline.full-bio .author-name .ab-block-post-grid-more-link, h4 a, table thead th a, table thead td a, .table thead th a, .table thead td a, .tablepress thead th a, .tablepress thead td a, ul.simple li.heading a, ul.simple.alt li.heading a, ol.simple li.heading a, ol.simple.alt li.heading a, ul.list-with-image-heading > li:nth-child(2) a, ol.list-with-image-heading > li:nth-child(2) a, ul.list-with-heading > li:first-child a, ol.list-with-heading > li:first-child a, .ab-post-grid-items.is-grid .ab-block-post-grid-title a, .info-box h3 a, .info-box .excerpt-row .entry-header .entry-title a, .excerpt-row .entry-header .info-box .entry-title a, .info-box .excerpt-row .entry-header .entry-title h1.loud a, .excerpt-row .entry-header .entry-title .info-box h1.loud a, .info-box .excerpt-row .entry-header .entry-title .loud.display a, .excerpt-row .entry-header .entry-title .info-box .loud.display a, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title a, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title a, .info-box .excerpt-row .entry-header .entry-title .loud.page-title a, .excerpt-row .entry-header .entry-title .info-box .loud.page-title a, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud a, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud a, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud a, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud a, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only a, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only a, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only a, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only a, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only a, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only a, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only a, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only a, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name a, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name a, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name a, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name a, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name a, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name a, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name a, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name a, .info-box .byline.full-bio .author-name a, .byline.full-bio .info-box .author-name a, .info-box .kt-blocks-info-box-title a, .wp-block-kadence-infobox h3 a, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title a, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title a, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud a, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud a, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display a, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display a, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title a, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title a, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title a, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title a, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud a, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud a, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud a, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud a, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only a, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only a, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only a, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only a, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only a, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only a, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only a, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only a, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name a, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name a, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name a, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name a, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name a, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name a, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name a, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name a, .wp-block-kadence-infobox .byline.full-bio .author-name a, .byline.full-bio .wp-block-kadence-infobox .author-name a, .wp-block-kadence-infobox .kt-blocks-info-box-title a, .schema-faq-question a, .byline.full-bio.centered .author-name a, .byline.full-bio.centered .author-title.author-archive-only a, h4 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid h4 .ab-block-post-grid-more-link, table thead th .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid table thead th .ab-block-post-grid-more-link, table thead td .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid table thead td .ab-block-post-grid-more-link, .table thead th .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .table thead th .ab-block-post-grid-more-link, .table thead td .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .table thead td .ab-block-post-grid-more-link, .tablepress thead th .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tablepress thead th .ab-block-post-grid-more-link, .tablepress thead td .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tablepress thead td .ab-block-post-grid-more-link, ul.simple li.heading .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ul.simple li.heading .ab-block-post-grid-more-link, ul.simple.alt li.heading .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ul.simple.alt li.heading .ab-block-post-grid-more-link, ol.simple li.heading .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ol.simple li.heading .ab-block-post-grid-more-link, ol.simple.alt li.heading .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ol.simple.alt li.heading .ab-block-post-grid-more-link, ul.list-with-image-heading > li:nth-child(2) .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ul.list-with-image-heading > li:nth-child(2) .ab-block-post-grid-more-link, ol.list-with-image-heading > li:nth-child(2) .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ol.list-with-image-heading > li:nth-child(2) .ab-block-post-grid-more-link, ul.list-with-heading > li:first-child .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ul.list-with-heading > li:first-child .ab-block-post-grid-more-link, ol.list-with-heading > li:first-child .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ol.list-with-heading > li:first-child .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .ab-block-post-grid-title .ab-block-post-grid-more-link, .info-box h3 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box h3 .ab-block-post-grid-more-link, .info-box .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .ab-block-post-grid-more-link, .excerpt-row .entry-header .info-box .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .info-box .entry-title .ab-block-post-grid-more-link, .info-box .excerpt-row .entry-header .entry-title h1.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title h1.loud .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .info-box h1.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .info-box h1.loud .ab-block-post-grid-more-link, .info-box .excerpt-row .entry-header .entry-title .loud.display .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .loud.display .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .info-box .loud.display .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .info-box .loud.display .ab-block-post-grid-more-link, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .loud.entry-title .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .info-box .loud.entry-title .ab-block-post-grid-more-link, .info-box .excerpt-row .entry-header .entry-title .loud.page-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .loud.page-title .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .info-box .loud.page-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .info-box .loud.page-title .ab-block-post-grid-more-link, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud .ab-block-post-grid-more-link, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud .ab-block-post-grid-more-link, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud .ab-block-post-grid-more-link, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name .ab-block-post-grid-more-link, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name .ab-block-post-grid-more-link, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name .ab-block-post-grid-more-link, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name .ab-block-post-grid-more-link, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name .ab-block-post-grid-more-link, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name .ab-block-post-grid-more-link, .info-box .byline.full-bio .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .byline.full-bio .author-name .ab-block-post-grid-more-link, .byline.full-bio .info-box .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .byline.full-bio .info-box .author-name .ab-block-post-grid-more-link, .info-box .kt-blocks-info-box-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .info-box .kt-blocks-info-box-title .ab-block-post-grid-more-link, .wp-block-kadence-infobox h3 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox h3 .ab-block-post-grid-more-link, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .ab-block-post-grid-more-link, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title .ab-block-post-grid-more-link, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud .ab-block-post-grid-more-link, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display .ab-block-post-grid-more-link, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title .ab-block-post-grid-more-link, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title .ab-block-post-grid-more-link, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud .ab-block-post-grid-more-link, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud .ab-block-post-grid-more-link, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud .ab-block-post-grid-more-link, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-block-post-grid-more-link, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name .ab-block-post-grid-more-link, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name .ab-block-post-grid-more-link, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name .ab-block-post-grid-more-link, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name .ab-block-post-grid-more-link, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name .ab-block-post-grid-more-link, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name .ab-block-post-grid-more-link, .wp-block-kadence-infobox .byline.full-bio .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .byline.full-bio .author-name .ab-block-post-grid-more-link, .byline.full-bio .wp-block-kadence-infobox .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .byline.full-bio .wp-block-kadence-infobox .author-name .ab-block-post-grid-more-link, .wp-block-kadence-infobox .kt-blocks-info-box-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .kt-blocks-info-box-title .ab-block-post-grid-more-link, .schema-faq-question .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .schema-faq-question .ab-block-post-grid-more-link, .byline.full-bio.centered .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .byline.full-bio.centered .author-name .ab-block-post-grid-more-link, .byline.full-bio.centered .author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .byline.full-bio.centered .author-title.author-archive-only .ab-block-post-grid-more-link, h5 a, h5 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid h5 .ab-block-post-grid-more-link {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: normal; }
  h1 a:hover, .display a:hover, .entry-title a:hover, .page-title a:hover, .wp-block-cover h2 a:hover, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only a:hover, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only a:hover, .wp-block-cover .page-header > .byline.full-bio .author-name a:hover, .page-header > .byline.full-bio .wp-block-cover .author-name a:hover, h1 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid h1 .ab-block-post-grid-more-link:hover, .display .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .display .ab-block-post-grid-more-link:hover, .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .entry-title .ab-block-post-grid-more-link:hover, .page-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .page-title .ab-block-post-grid-more-link:hover, .wp-block-cover h2 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-cover h2 .ab-block-post-grid-more-link:hover, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only .ab-block-post-grid-more-link:hover, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only .ab-block-post-grid-more-link:hover, .wp-block-cover .page-header > .byline.full-bio .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .author-name .ab-block-post-grid-more-link:hover, .page-header > .byline.full-bio .wp-block-cover .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .author-name .ab-block-post-grid-more-link:hover, h2 a:hover, .search-results .page-title a:hover, .page-header > .byline.full-bio .author-title.author-archive-only a:hover, .page-header > .byline.full-bio .author-name a:hover, .sticky-hero h2.entry-title a:hover, h2 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid h2 .ab-block-post-grid-more-link:hover, .search-results .page-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .search-results .page-title .ab-block-post-grid-more-link:hover, .page-header > .byline.full-bio .author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .author-title.author-archive-only .ab-block-post-grid-more-link:hover, .page-header > .byline.full-bio .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .author-name .ab-block-post-grid-more-link:hover, h3 a:hover, .excerpt-row .entry-header .entry-title a:hover, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only a:hover, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only a:hover, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only a:hover, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only a:hover, .byline.full-bio .author-name a:hover, h3 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid h3 .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .ab-block-post-grid-more-link:hover, .byline.full-bio .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .byline.full-bio .author-name .ab-block-post-grid-more-link:hover, h4 a:hover, table thead th a:hover, table thead td a:hover, .table thead th a:hover, .table thead td a:hover, .tablepress thead th a:hover, .tablepress thead td a:hover, ul.simple li.heading a:hover, ul.simple.alt li.heading a:hover, ol.simple li.heading a:hover, ol.simple.alt li.heading a:hover, ul.list-with-image-heading > li:nth-child(2) a:hover, ol.list-with-image-heading > li:nth-child(2) a:hover, ul.list-with-heading > li:first-child a:hover, ol.list-with-heading > li:first-child a:hover, .ab-post-grid-items.is-grid .ab-block-post-grid-title a:hover, .info-box h3 a:hover, .info-box .excerpt-row .entry-header .entry-title a:hover, .excerpt-row .entry-header .info-box .entry-title a:hover, .info-box .excerpt-row .entry-header .entry-title h1.loud a:hover, .excerpt-row .entry-header .entry-title .info-box h1.loud a:hover, .info-box .excerpt-row .entry-header .entry-title .loud.display a:hover, .excerpt-row .entry-header .entry-title .info-box .loud.display a:hover, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title a:hover, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title a:hover, .info-box .excerpt-row .entry-header .entry-title .loud.page-title a:hover, .excerpt-row .entry-header .entry-title .info-box .loud.page-title a:hover, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud a:hover, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud a:hover, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud a:hover, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud a:hover, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only a:hover, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only a:hover, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only a:hover, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only a:hover, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only a:hover, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only a:hover, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only a:hover, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only a:hover, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name a:hover, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name a:hover, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name a:hover, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name a:hover, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name a:hover, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name a:hover, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name a:hover, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name a:hover, .info-box .byline.full-bio .author-name a:hover, .byline.full-bio .info-box .author-name a:hover, .info-box .kt-blocks-info-box-title a:hover, .wp-block-kadence-infobox h3 a:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title a:hover, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title a:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud a:hover, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud a:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display a:hover, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display a:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title a:hover, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title a:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title a:hover, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title a:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud a:hover, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud a:hover, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud a:hover, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud a:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only a:hover, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only a:hover, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only a:hover, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only a:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only a:hover, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only a:hover, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only a:hover, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only a:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name a:hover, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name a:hover, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name a:hover, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name a:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name a:hover, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name a:hover, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name a:hover, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name a:hover, .wp-block-kadence-infobox .byline.full-bio .author-name a:hover, .byline.full-bio .wp-block-kadence-infobox .author-name a:hover, .wp-block-kadence-infobox .kt-blocks-info-box-title a:hover, .schema-faq-question a:hover, .byline.full-bio.centered .author-name a:hover, .byline.full-bio.centered .author-title.author-archive-only a:hover, h4 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid h4 .ab-block-post-grid-more-link:hover, table thead th .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid table thead th .ab-block-post-grid-more-link:hover, table thead td .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid table thead td .ab-block-post-grid-more-link:hover, .table thead th .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .table thead th .ab-block-post-grid-more-link:hover, .table thead td .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .table thead td .ab-block-post-grid-more-link:hover, .tablepress thead th .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .tablepress thead th .ab-block-post-grid-more-link:hover, .tablepress thead td .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .tablepress thead td .ab-block-post-grid-more-link:hover, ul.simple li.heading .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid ul.simple li.heading .ab-block-post-grid-more-link:hover, ul.simple.alt li.heading .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid ul.simple.alt li.heading .ab-block-post-grid-more-link:hover, ol.simple li.heading .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid ol.simple li.heading .ab-block-post-grid-more-link:hover, ol.simple.alt li.heading .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid ol.simple.alt li.heading .ab-block-post-grid-more-link:hover, ul.list-with-image-heading > li:nth-child(2) .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid ul.list-with-image-heading > li:nth-child(2) .ab-block-post-grid-more-link:hover, ol.list-with-image-heading > li:nth-child(2) .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid ol.list-with-image-heading > li:nth-child(2) .ab-block-post-grid-more-link:hover, ul.list-with-heading > li:first-child .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid ul.list-with-heading > li:first-child .ab-block-post-grid-more-link:hover, ol.list-with-heading > li:first-child .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid ol.list-with-heading > li:first-child .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .ab-block-post-grid-title .ab-block-post-grid-more-link:hover, .info-box h3 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box h3 .ab-block-post-grid-more-link:hover, .info-box .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .info-box .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .info-box .entry-title .ab-block-post-grid-more-link:hover, .info-box .excerpt-row .entry-header .entry-title h1.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title h1.loud .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .info-box h1.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .info-box h1.loud .ab-block-post-grid-more-link:hover, .info-box .excerpt-row .entry-header .entry-title .loud.display .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .loud.display .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .info-box .loud.display .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .info-box .loud.display .ab-block-post-grid-more-link:hover, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .loud.entry-title .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .info-box .loud.entry-title .ab-block-post-grid-more-link:hover, .info-box .excerpt-row .entry-header .entry-title .loud.page-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .loud.page-title .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .info-box .loud.page-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .info-box .loud.page-title .ab-block-post-grid-more-link:hover, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud .ab-block-post-grid-more-link:hover, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud .ab-block-post-grid-more-link:hover, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud .ab-block-post-grid-more-link:hover, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name .ab-block-post-grid-more-link:hover, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name .ab-block-post-grid-more-link:hover, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name .ab-block-post-grid-more-link:hover, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name .ab-block-post-grid-more-link:hover, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name .ab-block-post-grid-more-link:hover, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name .ab-block-post-grid-more-link:hover, .info-box .byline.full-bio .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .byline.full-bio .author-name .ab-block-post-grid-more-link:hover, .byline.full-bio .info-box .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .byline.full-bio .info-box .author-name .ab-block-post-grid-more-link:hover, .info-box .kt-blocks-info-box-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .info-box .kt-blocks-info-box-title .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox h3 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox h3 .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud .ab-block-post-grid-more-link:hover, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name .ab-block-post-grid-more-link:hover, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name .ab-block-post-grid-more-link:hover, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name .ab-block-post-grid-more-link:hover, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .byline.full-bio .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .byline.full-bio .author-name .ab-block-post-grid-more-link:hover, .byline.full-bio .wp-block-kadence-infobox .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .byline.full-bio .wp-block-kadence-infobox .author-name .ab-block-post-grid-more-link:hover, .wp-block-kadence-infobox .kt-blocks-info-box-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .kt-blocks-info-box-title .ab-block-post-grid-more-link:hover, .schema-faq-question .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .schema-faq-question .ab-block-post-grid-more-link:hover, .byline.full-bio.centered .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .byline.full-bio.centered .author-name .ab-block-post-grid-more-link:hover, .byline.full-bio.centered .author-title.author-archive-only .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .byline.full-bio.centered .author-title.author-archive-only .ab-block-post-grid-more-link:hover, h5 a:hover, h5 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid h5 .ab-block-post-grid-more-link:hover {
    color: inherit; }

p, h6, .h6, cite, time, td, li, caption, figcaption, .wp-caption-text, small, label {
  color: #3D3626;
  font-size: 16px;
  font-family: "Merriweather", "Georgia", serif;
  line-height: 1.85;
  font-weight: normal; }
  @media (max-width: 1024px) {
    p, h6, .h6, cite, time, td, li, caption, figcaption, .wp-caption-text, small, label {
      font-size: 15px; } }
  @media (max-width: 768px) {
    p, h6, .h6, cite, time, td, li, caption, figcaption, .wp-caption-text, small, label {
      font-size: 14px; } }
  @media (max-width: 568px) {
    p, h6, .h6, cite, time, td, li, caption, figcaption, .wp-caption-text, small, label {
      font-size: 13px; } }

p, h6, .h6, small {
  display: block;
  margin: 0px 0px 20px 0px; }
  p.light, h6.light, .light.h6, small.light {
    color: #6D6D6D; }
  p.large, h6.large, .large.h6, p.has-large-font-size, h6.has-large-font-size, .has-large-font-size.h6, small.large, small.has-large-font-size {
    font-size: 16px;
    font-family: "Merriweather", "Georgia", serif;
    color: #3D3626;
    line-height: 1.8; }
    @media (max-width: 568px) {
      p.large, h6.large, .large.h6, p.has-large-font-size, h6.has-large-font-size, .has-large-font-size.h6, small.large, small.has-large-font-size {
        font-size: 15px; } }

p:empty, h6:empty, .h6:empty, figcaption:empty {
  display: none; }

p.alt, h6.alt, .alt.h6, label.alt, .taxonomy-description p, .taxonomy-description h6, .taxonomy-description .h6, table.table-alt td, .table.table-alt td, .tablepress.table-alt td, ul.alt li, ol.alt li, ul.list-with-image-heading > li, ol.list-with-image-heading > li, ul.list-with-heading > li, ol.list-with-heading > li, ul.horizontal li, ol.horizontal li, .excerpt-row p, .excerpt-row h6, .excerpt-row .h6, .excerpt-row .entry-summary p, .excerpt-row .entry-summary h6, .excerpt-row .entry-summary .h6, .info-box p, .info-box h6, .info-box .h6, .info-box li, .wp-block-kadence-infobox p, .wp-block-kadence-infobox h6, .wp-block-kadence-infobox .h6, .wp-block-kadence-infobox li, .schema-faq-section p, .schema-faq-section h6, .schema-faq-section .h6, .byline.full-bio .avatar-caption, .sticky-hero .entry-summary > p, .sticky-hero .entry-summary > h6, .sticky-hero .entry-summary > .h6, .page-calendar .event-card p, .page-calendar .event-card h6, .page-calendar .event-card .h6, .page-staff-attending .event-card p, .page-staff-attending .event-card h6, .page-staff-attending .event-card .h6 {
  font-size: 15px;
  color: #3D3626;
  font-family: "Helvetica", "Arial", sans-serif;
  line-height: 1.6; }
  @media (max-width: 1024px) {
    p.alt, h6.alt, .alt.h6, label.alt, .taxonomy-description p, .taxonomy-description h6, .taxonomy-description .h6, table.table-alt td, .table.table-alt td, .tablepress.table-alt td, ul.alt li, ol.alt li, ul.list-with-image-heading > li, ol.list-with-image-heading > li, ul.list-with-heading > li, ol.list-with-heading > li, ul.horizontal li, ol.horizontal li, .excerpt-row p, .excerpt-row h6, .excerpt-row .h6, .excerpt-row .entry-summary p, .excerpt-row .entry-summary h6, .excerpt-row .entry-summary .h6, .info-box p, .info-box h6, .info-box .h6, .info-box li, .wp-block-kadence-infobox p, .wp-block-kadence-infobox h6, .wp-block-kadence-infobox .h6, .wp-block-kadence-infobox li, .schema-faq-section p, .schema-faq-section h6, .schema-faq-section .h6, .byline.full-bio .avatar-caption, .sticky-hero .entry-summary > p, .sticky-hero .entry-summary > h6, .sticky-hero .entry-summary > .h6, .page-calendar .event-card p, .page-calendar .event-card h6, .page-calendar .event-card .h6, .page-staff-attending .event-card p, .page-staff-attending .event-card h6, .page-staff-attending .event-card .h6 {
      font-size: 15px; } }
  @media (max-width: 768px) {
    p.alt, h6.alt, .alt.h6, label.alt, .taxonomy-description p, .taxonomy-description h6, .taxonomy-description .h6, table.table-alt td, .table.table-alt td, .tablepress.table-alt td, ul.alt li, ol.alt li, ul.list-with-image-heading > li, ol.list-with-image-heading > li, ul.list-with-heading > li, ol.list-with-heading > li, ul.horizontal li, ol.horizontal li, .excerpt-row p, .excerpt-row h6, .excerpt-row .h6, .excerpt-row .entry-summary p, .excerpt-row .entry-summary h6, .excerpt-row .entry-summary .h6, .info-box p, .info-box h6, .info-box .h6, .info-box li, .wp-block-kadence-infobox p, .wp-block-kadence-infobox h6, .wp-block-kadence-infobox .h6, .wp-block-kadence-infobox li, .schema-faq-section p, .schema-faq-section h6, .schema-faq-section .h6, .byline.full-bio .avatar-caption, .sticky-hero .entry-summary > p, .sticky-hero .entry-summary > h6, .sticky-hero .entry-summary > .h6, .page-calendar .event-card p, .page-calendar .event-card h6, .page-calendar .event-card .h6, .page-staff-attending .event-card p, .page-staff-attending .event-card h6, .page-staff-attending .event-card .h6 {
      font-size: 14px;
      line-height: 1.5; } }

p.with-quote-icon, h6.with-quote-icon, .with-quote-icon.h6 {
  font-style: italic;
  position: relative;
  display: inline-block; }
  p.with-quote-icon:before, h6.with-quote-icon:before, .with-quote-icon.h6:before {
    top: -7px;
    left: -30px;
    position: absolute;
    content: url("https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2019/05/quotes.svg"); }
  p.with-quote-icon:after, h6.with-quote-icon:after, .with-quote-icon.h6:after {
    transform: rotate(180deg) translateY(12px);
    display: inline-block;
    position: relative;
    content: url("https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2019/05/quotes.svg"); }
    @media (max-width: 768px) {
      p.with-quote-icon:after, h6.with-quote-icon:after, .with-quote-icon.h6:after {
        transform: rotate(180deg) translateY(5px); } }

small, p.small, h6.small, .small.h6, time, p.has-small-font-size, h6.has-small-font-size, .has-small-font-size.h6 {
  font-size: 13px;
  line-height: 1.5;
  font-family: "Helvetica", "Arial", sans-serif; }
  small > a, .ab-post-grid-items.is-grid small > .ab-block-post-grid-more-link, p.small > a, h6.small > a, .small.h6 > a, .ab-post-grid-items.is-grid p.small > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid h6.small > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .small.h6 > .ab-block-post-grid-more-link, time > a, .ab-post-grid-items.is-grid time > .ab-block-post-grid-more-link, p.has-small-font-size > a, h6.has-small-font-size > a, .has-small-font-size.h6 > a, .ab-post-grid-items.is-grid p.has-small-font-size > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid h6.has-small-font-size > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .has-small-font-size.h6 > .ab-block-post-grid-more-link {
    font-size: 13px; }
  @media (max-width: 768px) {
    small, p.small, h6.small, .small.h6, time, p.has-small-font-size, h6.has-small-font-size, .has-small-font-size.h6 {
      font-size: 12px;
      line-height: 1.6; }
      small > a, .ab-post-grid-items.is-grid small > .ab-block-post-grid-more-link, p.small > a, h6.small > a, .small.h6 > a, .ab-post-grid-items.is-grid p.small > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid h6.small > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .small.h6 > .ab-block-post-grid-more-link, time > a, .ab-post-grid-items.is-grid time > .ab-block-post-grid-more-link, p.has-small-font-size > a, h6.has-small-font-size > a, .has-small-font-size.h6 > a, .ab-post-grid-items.is-grid p.has-small-font-size > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid h6.has-small-font-size > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .has-small-font-size.h6 > .ab-block-post-grid-more-link {
        font-size: 12px; } }
  @media (max-width: 568px) {
    small, p.small, h6.small, .small.h6, time, p.has-small-font-size, h6.has-small-font-size, .has-small-font-size.h6 {
      font-size: 11px; }
      small > a, .ab-post-grid-items.is-grid small > .ab-block-post-grid-more-link, p.small > a, h6.small > a, .small.h6 > a, .ab-post-grid-items.is-grid p.small > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid h6.small > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .small.h6 > .ab-block-post-grid-more-link, time > a, .ab-post-grid-items.is-grid time > .ab-block-post-grid-more-link, p.has-small-font-size > a, h6.has-small-font-size > a, .has-small-font-size.h6 > a, .ab-post-grid-items.is-grid p.has-small-font-size > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid h6.has-small-font-size > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .has-small-font-size.h6 > .ab-block-post-grid-more-link {
        font-size: 11px; } }

cite, time {
  margin: 0px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  color: #3D3626; }

legend {
  font-family: "Merriweather", "Georgia", serif;
  color: #3D3626; }

figcaption, caption, .wp-caption-text {
  font-family: "Merriweather", "Georgia", serif;
  color: #3D3626;
  font-size: 15px;
  line-height: 1.4;
  font-style: italic; }
  @media (max-width: 768px) {
    figcaption, caption, .wp-caption-text {
      font-size: 13px; } }
  @media (max-width: 568px) {
    figcaption, caption, .wp-caption-text {
      font-size: 12px; } }
  figcaption cite, caption cite, .wp-caption-text cite {
    margin-left: 5px;
    display: inline;
    font-size: 13px;
    line-height: 18px;
    color: #6D6D6D; }

figure > figcaption {
  text-align: left !important;
  margin: 10px 0px 0px 10px; }
  figure > figcaption a, figure > figcaption .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid figure > figcaption .ab-block-post-grid-more-link {
    font-style: normal;
    font-size: 15px; }
    @media (max-width: 768px) {
      figure > figcaption a, figure > figcaption .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid figure > figcaption .ab-block-post-grid-more-link {
        font-size: 13px; } }
    @media (max-width: 568px) {
      figure > figcaption a, figure > figcaption .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid figure > figcaption .ab-block-post-grid-more-link {
        font-size: 12px; } }

.wp-caption > img {
  margin-bottom: 5px; }

.wp-caption > .wp-caption-text {
  margin: 0px 0px 0px 10px; }

hr {
  border-color: #979797;
  margin-bottom: 30px; }

ol, ul {
  margin: 0px 0px 20px 20px;
  padding: 0px; }
  @media (max-width: 568px) {
    ol, ul {
      margin: 0px 0px 20px 10px; } }

.normal {
  font-weight: normal !important; }

.posted-on, time, .entry-meta > span {
  font-size: 13px;
  margin: 0px 0px 10px 0px;
  color: #3D3626;
  font-weight: 400;
  display: inline-block;
  font-style: normal; }
  .posted-on.author, time.author, .entry-meta > span.author {
    color: #6D6D6D; }
  @media (max-width: 768px) {
    .posted-on, time, .entry-meta > span {
      font-size: 12px; } }

cite {
  margin-left: 5px;
  display: inline;
  line-height: 18px;
  font-size: 13px;
  color: #6D6D6D;
  font-weight: 400;
  display: inline-block;
  font-style: normal; }
  @media (max-width: 768px) {
    cite {
      font-size: 12px; } }

.entry-meta {
  line-height: 1.3;
  font-family: "Helvetica", "Arial", sans-serif;
  /*.source{
		@include sm{display: block;}
	}*/ }
  .entry-meta > span {
    line-height: 1.3; }
    @media (max-width: 568px) {
      .entry-meta > span {
        display: block;
        margin-bottom: 2.5px; } }
  .entry-meta .speakers {
    margin-left: 3px; }
    .entry-meta .speakers:before {
      content: "•"; }
    @media (max-width: 568px) {
      .entry-meta .speakers {
        margin-left: 0px; }
        .entry-meta .speakers:before {
          content: ""; } }

.posted-on, time {
  text-transform: none;
  padding-bottom: 5px; }

.breadcrumbs {
  margin-left: 0px;
  margin-bottom: 0px; }

.tag {
  color: #3D3626;
  font-weight: bold;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px; }
  @media (max-width: 1024px) {
    .tag {
      font-size: 14px; } }
  @media (max-width: 568px) {
    .tag {
      font-size: 12px; } }

.category:not(body):not(.excerpt-row), .breadcrumb, .loud {
  font-size: 15px;
  margin: 0px;
  color: #6D6D6D;
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  letter-spacing: .3px;
  text-transform: uppercase;
  display: block; }
  @media (max-width: 1024px) {
    .category:not(body):not(.excerpt-row), .breadcrumb, .loud {
      font-size: 14px; } }
  @media (max-width: 568px) {
    .category:not(body):not(.excerpt-row), .breadcrumb, .loud {
      font-size: 12px; } }
  .category:not(body):not(.excerpt-row) a, .category:not(body):not(.excerpt-row) .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .category:not(body):not(.excerpt-row) .ab-block-post-grid-more-link, .breadcrumb a, .breadcrumb .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .breadcrumb .ab-block-post-grid-more-link, .loud a, .loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .loud .ab-block-post-grid-more-link {
    color: #008080; }
    @media (max-width: 1024px) {
      .category:not(body):not(.excerpt-row) a, .category:not(body):not(.excerpt-row) .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .category:not(body):not(.excerpt-row) .ab-block-post-grid-more-link, .breadcrumb a, .breadcrumb .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .breadcrumb .ab-block-post-grid-more-link, .loud a, .loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .loud .ab-block-post-grid-more-link {
        font-size: 14px; } }
    @media (max-width: 568px) {
      .category:not(body):not(.excerpt-row) a, .category:not(body):not(.excerpt-row) .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .category:not(body):not(.excerpt-row) .ab-block-post-grid-more-link, .breadcrumb a, .breadcrumb .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .breadcrumb .ab-block-post-grid-more-link, .loud a, .loud .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .loud .ab-block-post-grid-more-link {
        font-size: 12px; } }
  .category:not(body):not(.excerpt-row) + .entry-title, .breadcrumb + .entry-title, .loud + .entry-title {
    padding-top: 5px; }

a.breadcrumb, .ab-post-grid-items.is-grid .breadcrumb.ab-block-post-grid-more-link, a.category, .ab-post-grid-items.is-grid .category.ab-block-post-grid-more-link, a.loud, .ab-post-grid-items.is-grid .loud.ab-block-post-grid-more-link {
  color: #008080; }

blockquote, .wp-block-quote, .alert-no-search-result, .alert-loud {
  width: 100%;
  max-width: 95%;
  margin: 40px;
  padding: 10px 0px;
  display: block;
  clear: left;
  border-left: 5px solid #933F20; }
  body.page article.page .entry-content > blockquote, body.page article.page .entry-content .wp-block-quote {
    max-width: 95%; }
    @media (max-width: 768px) {
      body.page article.page .entry-content > blockquote, body.page article.page .entry-content .wp-block-quote {
        max-width: 100%; } }
  @media (max-width: 768px) {
    blockquote, .wp-block-quote, .alert-no-search-result, .alert-loud {
      margin-left: 0px;
      padding: 10px 0px; } }
  blockquote > p, blockquote > h6, blockquote > .h6, blockquote > p > cite, blockquote > h6 > cite, blockquote > .h6 > cite, .wp-block-quote > p, .wp-block-quote > h6, .wp-block-quote > .h6, .wp-block-quote > p > cite, .wp-block-quote > h6 > cite, .wp-block-quote > .h6 > cite, .alert-no-search-result > p, .alert-no-search-result > h6, .alert-no-search-result > .h6, .alert-no-search-result > p > cite, .alert-no-search-result > h6 > cite, .alert-no-search-result > .h6 > cite, .alert-loud > p, .alert-loud > h6, .alert-loud > .h6, .alert-loud > p > cite, .alert-loud > h6 > cite, .alert-loud > .h6 > cite {
    font-size: 18px;
    color: #6D6D6D;
    line-height: 1.9;
    margin-left: 35px;
    margin-bottom: 0px;
    font-family: "Merriweather", "Georgia", serif; }
    @media (max-width: 568px) {
      blockquote > p, blockquote > h6, blockquote > .h6, blockquote > p > cite, blockquote > h6 > cite, blockquote > .h6 > cite, .wp-block-quote > p, .wp-block-quote > h6, .wp-block-quote > .h6, .wp-block-quote > p > cite, .wp-block-quote > h6 > cite, .wp-block-quote > .h6 > cite, .alert-no-search-result > p, .alert-no-search-result > h6, .alert-no-search-result > .h6, .alert-no-search-result > p > cite, .alert-no-search-result > h6 > cite, .alert-no-search-result > .h6 > cite, .alert-loud > p, .alert-loud > h6, .alert-loud > .h6, .alert-loud > p > cite, .alert-loud > h6 > cite, .alert-loud > .h6 > cite {
        font-size: 16px;
        line-height: 1.7;
        margin-left: 20px; } }
  blockquote > p > cite, blockquote > h6 > cite, blockquote > .h6 > cite, .wp-block-quote > p > cite, .wp-block-quote > h6 > cite, .wp-block-quote > .h6 > cite, .alert-no-search-result > p > cite, .alert-no-search-result > h6 > cite, .alert-no-search-result > .h6 > cite, .alert-loud > p > cite, .alert-loud > h6 > cite, .alert-loud > .h6 > cite {
    margin-left: 20px; }
    blockquote > p > cite:before, blockquote > h6 > cite:before, blockquote > .h6 > cite:before, .wp-block-quote > p > cite:before, .wp-block-quote > h6 > cite:before, .wp-block-quote > .h6 > cite:before, .alert-no-search-result > p > cite:before, .alert-no-search-result > h6 > cite:before, .alert-no-search-result > .h6 > cite:before, .alert-loud > p > cite:before, .alert-loud > h6 > cite:before, .alert-loud > .h6 > cite:before {
      content: "- "; }
  blockquote.with-image, .wp-block-quote.with-image, .alert-no-search-result.with-image, .alert-loud.with-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px; }
    @media (max-width: 768px) {
      blockquote.with-image, .wp-block-quote.with-image, .alert-no-search-result.with-image, .alert-loud.with-image {
        flex-flow: column nowrap;
        align-items: flex-start; } }
    blockquote.with-image > div, .wp-block-quote.with-image > div, .alert-no-search-result.with-image > div, .alert-loud.with-image > div {
      flex-basis: 85%; }
      @media (max-width: 768px) {
        blockquote.with-image > div, .wp-block-quote.with-image > div, .alert-no-search-result.with-image > div, .alert-loud.with-image > div {
          flex-basis: 100%; } }
      blockquote.with-image > div > p, blockquote.with-image > div > h6, blockquote.with-image > div > .h6, blockquote.with-image > div > p > cite, blockquote.with-image > div > h6 > cite, blockquote.with-image > div > .h6 > cite, .wp-block-quote.with-image > div > p, .wp-block-quote.with-image > div > h6, .wp-block-quote.with-image > div > .h6, .wp-block-quote.with-image > div > p > cite, .wp-block-quote.with-image > div > h6 > cite, .wp-block-quote.with-image > div > .h6 > cite, .alert-no-search-result.with-image > div > p, .alert-no-search-result.with-image > div > h6, .alert-no-search-result.with-image > div > .h6, .alert-no-search-result.with-image > div > p > cite, .alert-no-search-result.with-image > div > h6 > cite, .alert-no-search-result.with-image > div > .h6 > cite, .alert-loud.with-image > div > p, .alert-loud.with-image > div > h6, .alert-loud.with-image > div > .h6, .alert-loud.with-image > div > p > cite, .alert-loud.with-image > div > h6 > cite, .alert-loud.with-image > div > .h6 > cite {
        font-size: 18px;
        color: #6D6D6D;
        line-height: 1.9;
        margin-left: 35px;
        margin-bottom: 0px;
        font-family: "Merriweather", "Georgia", serif; }
        @media (max-width: 568px) {
          blockquote.with-image > div > p, blockquote.with-image > div > h6, blockquote.with-image > div > .h6, blockquote.with-image > div > p > cite, blockquote.with-image > div > h6 > cite, blockquote.with-image > div > .h6 > cite, .wp-block-quote.with-image > div > p, .wp-block-quote.with-image > div > h6, .wp-block-quote.with-image > div > .h6, .wp-block-quote.with-image > div > p > cite, .wp-block-quote.with-image > div > h6 > cite, .wp-block-quote.with-image > div > .h6 > cite, .alert-no-search-result.with-image > div > p, .alert-no-search-result.with-image > div > h6, .alert-no-search-result.with-image > div > .h6, .alert-no-search-result.with-image > div > p > cite, .alert-no-search-result.with-image > div > h6 > cite, .alert-no-search-result.with-image > div > .h6 > cite, .alert-loud.with-image > div > p, .alert-loud.with-image > div > h6, .alert-loud.with-image > div > .h6, .alert-loud.with-image > div > p > cite, .alert-loud.with-image > div > h6 > cite, .alert-loud.with-image > div > .h6 > cite {
            font-size: 16px;
            line-height: 1.7;
            margin-left: 20px; } }
      blockquote.with-image > div > p > cite, blockquote.with-image > div > h6 > cite, blockquote.with-image > div > .h6 > cite, .wp-block-quote.with-image > div > p > cite, .wp-block-quote.with-image > div > h6 > cite, .wp-block-quote.with-image > div > .h6 > cite, .alert-no-search-result.with-image > div > p > cite, .alert-no-search-result.with-image > div > h6 > cite, .alert-no-search-result.with-image > div > .h6 > cite, .alert-loud.with-image > div > p > cite, .alert-loud.with-image > div > h6 > cite, .alert-loud.with-image > div > .h6 > cite {
        margin-left: 20px; }
        blockquote.with-image > div > p > cite:before, blockquote.with-image > div > h6 > cite:before, blockquote.with-image > div > .h6 > cite:before, .wp-block-quote.with-image > div > p > cite:before, .wp-block-quote.with-image > div > h6 > cite:before, .wp-block-quote.with-image > div > .h6 > cite:before, .alert-no-search-result.with-image > div > p > cite:before, .alert-no-search-result.with-image > div > h6 > cite:before, .alert-no-search-result.with-image > div > .h6 > cite:before, .alert-loud.with-image > div > p > cite:before, .alert-loud.with-image > div > h6 > cite:before, .alert-loud.with-image > div > .h6 > cite:before {
          content: "- "; }
    blockquote.with-image .vcard, .wp-block-quote.with-image .vcard, .alert-no-search-result.with-image .vcard, .alert-loud.with-image .vcard {
      flex-basis: 20%; }
      @media (max-width: 768px) {
        blockquote.with-image .vcard, .wp-block-quote.with-image .vcard, .alert-no-search-result.with-image .vcard, .alert-loud.with-image .vcard {
          flex-basis: 100%;
          flex-flow: row nowrap;
          margin: 20px 0px 0px 40px;
          justify-content: flex-start;
          max-width: 100% !important;
          min-height: 100px; } }
      @media (max-width: 568px) {
        blockquote.with-image .vcard, .wp-block-quote.with-image .vcard, .alert-no-search-result.with-image .vcard, .alert-loud.with-image .vcard {
          margin-left: 20px;
          min-height: 0px; } }
      blockquote.with-image .vcard figure, .wp-block-quote.with-image .vcard figure, .alert-no-search-result.with-image .vcard figure, .alert-loud.with-image .vcard figure {
        margin-bottom: 10px; }
        @media (max-width: 768px) {
          blockquote.with-image .vcard figure, .wp-block-quote.with-image .vcard figure, .alert-no-search-result.with-image .vcard figure, .alert-loud.with-image .vcard figure {
            margin-bottom: 0px; } }
      blockquote.with-image .vcard img, .wp-block-quote.with-image .vcard img, .alert-no-search-result.with-image .vcard img, .alert-loud.with-image .vcard img {
        max-width: 128px;
        max-height: 128px; }
        @media (max-width: 768px) {
          blockquote.with-image .vcard img, .wp-block-quote.with-image .vcard img, .alert-no-search-result.with-image .vcard img, .alert-loud.with-image .vcard img {
            max-width: 100px;
            max-height: 100px; } }
        @media (max-width: 568px) {
          blockquote.with-image .vcard img, .wp-block-quote.with-image .vcard img, .alert-no-search-result.with-image .vcard img, .alert-loud.with-image .vcard img {
            max-width: 80px;
            max-height: 80px; } }
      blockquote.with-image .vcard p, blockquote.with-image .vcard h6, blockquote.with-image .vcard .h6, .wp-block-quote.with-image .vcard p, .wp-block-quote.with-image .vcard h6, .wp-block-quote.with-image .vcard .h6, .alert-no-search-result.with-image .vcard p, .alert-no-search-result.with-image .vcard h6, .alert-no-search-result.with-image .vcard .h6, .alert-loud.with-image .vcard p, .alert-loud.with-image .vcard h6, .alert-loud.with-image .vcard .h6 {
        font-size: 15px;
        font-family: "Helvetica", "Arial", sans-serif;
        margin-left: 0px;
        line-height: 1.4;
        color: #6D6D6D; }
        blockquote.with-image .vcard p:first-of-type, blockquote.with-image .vcard h6:first-of-type, blockquote.with-image .vcard .h6:first-of-type, .wp-block-quote.with-image .vcard p:first-of-type, .wp-block-quote.with-image .vcard h6:first-of-type, .wp-block-quote.with-image .vcard .h6:first-of-type, .alert-no-search-result.with-image .vcard p:first-of-type, .alert-no-search-result.with-image .vcard h6:first-of-type, .alert-no-search-result.with-image .vcard .h6:first-of-type, .alert-loud.with-image .vcard p:first-of-type, .alert-loud.with-image .vcard h6:first-of-type, .alert-loud.with-image .vcard .h6:first-of-type {
          margin-bottom: 5px; }
        @media (max-width: 768px) {
          blockquote.with-image .vcard p, blockquote.with-image .vcard h6, blockquote.with-image .vcard .h6, .wp-block-quote.with-image .vcard p, .wp-block-quote.with-image .vcard h6, .wp-block-quote.with-image .vcard .h6, .alert-no-search-result.with-image .vcard p, .alert-no-search-result.with-image .vcard h6, .alert-no-search-result.with-image .vcard .h6, .alert-loud.with-image .vcard p, .alert-loud.with-image .vcard h6, .alert-loud.with-image .vcard .h6 {
            text-align: left;
            margin-left: 15px; } }
        @media (max-width: 568px) {
          blockquote.with-image .vcard p, blockquote.with-image .vcard h6, blockquote.with-image .vcard .h6, .wp-block-quote.with-image .vcard p, .wp-block-quote.with-image .vcard h6, .wp-block-quote.with-image .vcard .h6, .alert-no-search-result.with-image .vcard p, .alert-no-search-result.with-image .vcard h6, .alert-no-search-result.with-image .vcard .h6, .alert-loud.with-image .vcard p, .alert-loud.with-image .vcard h6, .alert-loud.with-image .vcard .h6 {
            font-size: 13px; } }
  blockquote.is-style-large, .wp-block-quote.is-style-large, .alert-no-search-result.is-style-large, .alert-loud.is-style-large {
    font-size: 30px;
    line-height: 1.6;
    padding: 10px 0px;
    margin: 40px; }
    blockquote.is-style-large > p, blockquote.is-style-large > h6, blockquote.is-style-large > .h6, .wp-block-quote.is-style-large > p, .wp-block-quote.is-style-large > h6, .wp-block-quote.is-style-large > .h6, .alert-no-search-result.is-style-large > p, .alert-no-search-result.is-style-large > h6, .alert-no-search-result.is-style-large > .h6, .alert-loud.is-style-large > p, .alert-loud.is-style-large > h6, .alert-loud.is-style-large > .h6 {
      font-style: normal; }
    @media (max-width: 768px) {
      blockquote.is-style-large, .wp-block-quote.is-style-large, .alert-no-search-result.is-style-large, .alert-loud.is-style-large {
        font-size: 16px;
        line-height: 1.7;
        margin: 20px 0px; } }
  blockquote.shaded, .wp-block-quote.shaded, .alert-no-search-result.shaded, .alert-loud.shaded {
    background-color: #EFEFEF; }
    blockquote.shaded > p, blockquote.shaded > h6, blockquote.shaded > .h6, .wp-block-quote.shaded > p, .wp-block-quote.shaded > h6, .wp-block-quote.shaded > .h6, .alert-no-search-result.shaded > p, .alert-no-search-result.shaded > h6, .alert-no-search-result.shaded > .h6, .alert-loud.shaded > p, .alert-loud.shaded > h6, .alert-loud.shaded > .h6 {
      color: #3D3626; }

.taxonomy-description {
  max-width: 900px;
  text-align: center;
  margin: 0 auto; }

body {
  background: #FFF;
  overflow-x: hidden;
  width: 100%; }
  body.no-scroll {
    overflow: hidden;
    position: fixed; }

.container {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  padding: 0px 30px; }
  @media (max-width: 768px) {
    .container {
      padding: 0px 20px; } }

.container-wide, .excerpt-row.excerpt-large.excerpt-extra-large, .wp-block-atomic-blocks-ab-container .ab-container-content {
  width: 100%;
  max-width: 1160px !important;
  margin: 0 auto; }

.container-wide-not-alignfull, div.alert, div.msg, .wp-block-cover + .block-cover-related-posts, .wp-bootstrap-blocks-row, #news-header, .featured-posts-block {
  width: 1160px;
  max-width: calc(100% - 30px) !important;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .container-wide-not-alignfull, div.alert, div.msg, .wp-block-cover + .block-cover-related-posts, .wp-bootstrap-blocks-row, #news-header, .featured-posts-block {
      width: calc(100% - $gutter) !important; } }

.container-1040 {
  width: 100%;
  max-width: 1040px !important;
  margin: 0 auto; }

.container-medium {
  width: 100%;
  max-width: 1010px !important;
  margin: 0 auto; }

.container-content {
  width: 100%;
  max-width: 900px !important;
  margin: 0 auto; }

.container-content-small {
  width: 100%;
  max-width: 750px !important;
  margin: 0 auto; }

.container-left {
  margin: 0px; }

#content.site-content {
  clear: both; }

#main {
  margin: 0 auto; }

@media (max-width: 568px) {
  #wpadminbar {
    position: fixed; } }

div.alert, div.msg {
  width: 1160px; }
  @media (max-width: 568px) {
    div.alert, div.msg {
      font-size: 15px;
      line-height: 1.2; } }
  div.alert > p:only-child, div.msg > p:only-child, div.alert > h6:only-child, div.msg > h6:only-child, div.alert > .h6:only-child, div.msg > .h6:only-child, div.alert > p:last-of-type, div.msg > p:last-of-type, div.alert > h6:last-of-type, div.msg > h6:last-of-type, div.alert > .h6:last-of-type, div.msg > .h6:last-of-type {
    margin-bottom: 0px; }
  div.alert .spinner-grow, div.msg .spinner-grow, div.alert .spinner-border, div.msg .spinner-border {
    position: absolute;
    right: 1%;
    top: calc(50% - 16px); }

.msg {
  color: #EFEFEF; }

.entry-content .alert, .entry-content .msg {
  max-width: 100%; }

body.page article.page:not(.excerpt-row), body.page article.hentry:not(.excerpt-row), body.single article.page:not(.excerpt-row), body.single article.hentry:not(.excerpt-row) {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 30px; }
  @media (max-width: 568px) {
    body.page article.page:not(.excerpt-row), body.page article.hentry:not(.excerpt-row), body.single article.page:not(.excerpt-row), body.single article.hentry:not(.excerpt-row) {
      padding: 0px 20px; } }
  body.page article.page:not(.excerpt-row) > .entry-header .entry-meta, body.page article.hentry:not(.excerpt-row) > .entry-header .entry-meta, body.single article.page:not(.excerpt-row) > .entry-header .entry-meta, body.single article.hentry:not(.excerpt-row) > .entry-header .entry-meta {
    float: left; }
  body.page article.page:not(.excerpt-row) > .entry-header figure.post-thumbnail, body.page article.hentry:not(.excerpt-row) > .entry-header figure.post-thumbnail, body.single article.page:not(.excerpt-row) > .entry-header figure.post-thumbnail, body.single article.hentry:not(.excerpt-row) > .entry-header figure.post-thumbnail {
    float: right;
    width: 50%;
    margin: 0px 0px 30px 30px; }
    @media (max-width: 768px) {
      body.page article.page:not(.excerpt-row) > .entry-header figure.post-thumbnail, body.page article.hentry:not(.excerpt-row) > .entry-header figure.post-thumbnail, body.single article.page:not(.excerpt-row) > .entry-header figure.post-thumbnail, body.single article.hentry:not(.excerpt-row) > .entry-header figure.post-thumbnail {
        margin: 0px 0px 10px 10px; } }
    @media (max-width: 568px) {
      body.page article.page:not(.excerpt-row) > .entry-header figure.post-thumbnail, body.page article.hentry:not(.excerpt-row) > .entry-header figure.post-thumbnail, body.single article.page:not(.excerpt-row) > .entry-header figure.post-thumbnail, body.single article.hentry:not(.excerpt-row) > .entry-header figure.post-thumbnail {
        width: calc(100% + 40px);
        margin-left: -20px;
        float: none; } }
  body.page article.page:not(.excerpt-row) > .entry-content, body.page article.hentry:not(.excerpt-row) > .entry-content, body.single article.page:not(.excerpt-row) > .entry-content, body.single article.hentry:not(.excerpt-row) > .entry-content {
    clear: left; }
    body.page article.page:not(.excerpt-row) > .entry-content > *, body.page article.hentry:not(.excerpt-row) > .entry-content > *, body.single article.page:not(.excerpt-row) > .entry-content > *, body.single article.hentry:not(.excerpt-row) > .entry-content > * {
      max-width: calc(100% - 60px - 165px); }
      @media (max-width: 768px) {
        body.page article.page:not(.excerpt-row) > .entry-content > *, body.page article.hentry:not(.excerpt-row) > .entry-content > *, body.single article.page:not(.excerpt-row) > .entry-content > *, body.single article.hentry:not(.excerpt-row) > .entry-content > * {
          max-width: 100%; } }
    body.page article.page:not(.excerpt-row) > .entry-content > .block-heading, body.page article.page:not(.excerpt-row) > .entry-content .wp-block-video, body.page article.hentry:not(.excerpt-row) > .entry-content > .block-heading, body.page article.hentry:not(.excerpt-row) > .entry-content .wp-block-video, body.single article.page:not(.excerpt-row) > .entry-content > .block-heading, body.single article.page:not(.excerpt-row) > .entry-content .wp-block-video, body.single article.hentry:not(.excerpt-row) > .entry-content > .block-heading, body.single article.hentry:not(.excerpt-row) > .entry-content .wp-block-video {
      max-width: calc(105% - 60px - 165px); }
      @media (max-width: 768px) {
        body.page article.page:not(.excerpt-row) > .entry-content > .block-heading, body.page article.page:not(.excerpt-row) > .entry-content .wp-block-video, body.page article.hentry:not(.excerpt-row) > .entry-content > .block-heading, body.page article.hentry:not(.excerpt-row) > .entry-content .wp-block-video, body.single article.page:not(.excerpt-row) > .entry-content > .block-heading, body.single article.page:not(.excerpt-row) > .entry-content .wp-block-video, body.single article.hentry:not(.excerpt-row) > .entry-content > .block-heading, body.single article.hentry:not(.excerpt-row) > .entry-content .wp-block-video {
          max-width: 100%; } }
    body.page article.page:not(.excerpt-row) > .entry-content .wider-element, body.page article.page:not(.excerpt-row) > .entry-content .tablepress, body.page article.page:not(.excerpt-row) > .entry-content .wider, body.page article.page:not(.excerpt-row) > .entry-content .alignfull, body.page article.hentry:not(.excerpt-row) > .entry-content .wider-element, body.page article.hentry:not(.excerpt-row) > .entry-content .tablepress, body.page article.hentry:not(.excerpt-row) > .entry-content .wider, body.page article.hentry:not(.excerpt-row) > .entry-content .alignfull, body.single article.page:not(.excerpt-row) > .entry-content .wider-element, body.single article.page:not(.excerpt-row) > .entry-content .tablepress, body.single article.page:not(.excerpt-row) > .entry-content .wider, body.single article.page:not(.excerpt-row) > .entry-content .alignfull, body.single article.hentry:not(.excerpt-row) > .entry-content .wider-element, body.single article.hentry:not(.excerpt-row) > .entry-content .tablepress, body.single article.hentry:not(.excerpt-row) > .entry-content .wider, body.single article.hentry:not(.excerpt-row) > .entry-content .alignfull {
      width: 107%;
      max-width: 107%;
      margin-left: -3.5%;
      clear: both; }
      @media (max-width: 768px) {
        body.page article.page:not(.excerpt-row) > .entry-content .wider-element, body.page article.page:not(.excerpt-row) > .entry-content .tablepress, body.page article.page:not(.excerpt-row) > .entry-content .wider, body.page article.page:not(.excerpt-row) > .entry-content .alignfull, body.page article.hentry:not(.excerpt-row) > .entry-content .wider-element, body.page article.hentry:not(.excerpt-row) > .entry-content .tablepress, body.page article.hentry:not(.excerpt-row) > .entry-content .wider, body.page article.hentry:not(.excerpt-row) > .entry-content .alignfull, body.single article.page:not(.excerpt-row) > .entry-content .wider-element, body.single article.page:not(.excerpt-row) > .entry-content .tablepress, body.single article.page:not(.excerpt-row) > .entry-content .wider, body.single article.page:not(.excerpt-row) > .entry-content .alignfull, body.single article.hentry:not(.excerpt-row) > .entry-content .wider-element, body.single article.hentry:not(.excerpt-row) > .entry-content .tablepress, body.single article.hentry:not(.excerpt-row) > .entry-content .wider, body.single article.hentry:not(.excerpt-row) > .entry-content .alignfull {
          width: calc(100% + 60px);
          max-width: calc(100% + 60px);
          margin-left: -30px; } }
    body.page article.page:not(.excerpt-row) > .entry-content .breakout, body.page article.hentry:not(.excerpt-row) > .entry-content .breakout, body.single article.page:not(.excerpt-row) > .entry-content .breakout, body.single article.hentry:not(.excerpt-row) > .entry-content .breakout {
      max-width: 100%; }
  @media (max-width: 568px) {
    body.page article.page:not(.excerpt-row) .excerpt-row, body.page article.hentry:not(.excerpt-row) .excerpt-row, body.single article.page:not(.excerpt-row) .excerpt-row, body.single article.hentry:not(.excerpt-row) .excerpt-row {
      padding-left: 0px !important;
      padding-right: 0px !important; } }
  body.page article.page:not(.excerpt-row).excerpt-row, body.page article.hentry:not(.excerpt-row).excerpt-row, body.single article.page:not(.excerpt-row).excerpt-row, body.single article.hentry:not(.excerpt-row).excerpt-row {
    width: auto;
    padding: 20px; }
    body.page article.page:not(.excerpt-row).excerpt-row figure.featured-image, body.page article.hentry:not(.excerpt-row).excerpt-row figure.featured-image, body.single article.page:not(.excerpt-row).excerpt-row figure.featured-image, body.single article.hentry:not(.excerpt-row).excerpt-row figure.featured-image {
      max-width: 100%;
      margin: 0px 20px 0px 0px;
      width: 100%; }
    body.page article.page:not(.excerpt-row).excerpt-row .entry-title, body.page article.hentry:not(.excerpt-row).excerpt-row .entry-title, body.single article.page:not(.excerpt-row).excerpt-row .entry-title, body.single article.hentry:not(.excerpt-row).excerpt-row .entry-title {
      margin-bottom: 0px; }

body.single main.site-main > article.hentry {
  width: 1010px;
  max-width: 100%;
  margin: 0 auto; }

body.single.single-tnb-issue article.hentry > .entry-content > * {
  max-width: 100%; }

.single.single-events article.hentry:not(.excerpt-row) > .entry-header figure.post-thumbnail {
  width: 40%; }
  @media (max-width: 568px) {
    .single.single-events article.hentry:not(.excerpt-row) > .entry-header figure.post-thumbnail {
      margin-left: 0px; } }

body.page article.page:not(.excerpt-row) {
  width: 1160px;
  padding: 0px; }
  @media (max-width: 1200px) {
    body.page article.page:not(.excerpt-row) {
      padding: 0px 40px; } }
  @media (max-width: 768px) {
    body.page article.page:not(.excerpt-row) {
      padding: 0px 30px; } }
  @media (max-width: 568px) {
    body.page article.page:not(.excerpt-row) {
      padding: 0px 20px; } }
  body.page article.page:not(.excerpt-row).center-headline .entry-header, body.page article.page:not(.excerpt-row).center-headline .breadcrumbs {
    text-align: center; }
  body.page article.page:not(.excerpt-row) > .entry-header > figure.featured-image {
    max-width: 320px;
    margin-bottom: 40px; }
    body.page article.page:not(.excerpt-row) > .entry-header > figure.featured-image img {
      width: 100%;
      height: auto; }
    @media (max-width: 768px) {
      body.page article.page:not(.excerpt-row) > .entry-header > figure.featured-image {
        max-width: 210px; } }
    @media (max-width: 568px) {
      body.page article.page:not(.excerpt-row) > .entry-header > figure.featured-image {
        display: none; } }
  body.page article.page:not(.excerpt-row) > .entry-content > * {
    max-width: 100%; }
  body.page article.page:not(.excerpt-row) > .entry-content > .wp-block-image {
    max-width: 900px; }
  body.page article.page:not(.excerpt-row) > .entry-content > .block-heading, body.page article.page:not(.excerpt-row) > .entry-content .wider-element, body.page article.page:not(.excerpt-row) > .entry-content .tablepress, body.page article.page:not(.excerpt-row) > .entry-content .wider, body.page article.page:not(.excerpt-row) > .entry-content .alignfull {
    width: 107%;
    max-width: 107%;
    margin-left: -3.5%; }
    @media (max-width: 768px) {
      body.page article.page:not(.excerpt-row) > .entry-content > .block-heading, body.page article.page:not(.excerpt-row) > .entry-content .wider-element, body.page article.page:not(.excerpt-row) > .entry-content .tablepress, body.page article.page:not(.excerpt-row) > .entry-content .wider, body.page article.page:not(.excerpt-row) > .entry-content .alignfull {
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
        margin-left: -30px; } }

body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail, body.page-template-tmpl_wide main.site-main .page-header > .featured-image, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail, body.publication-template-single-wide main.site-main > .entry-header > .featured-image, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail, body.publication-template-single-wide main.site-main .page-header > .featured-image, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail, body.page.home main.site-main > .entry-header > .featured-image, body.page.home main.site-main > .entry-header > .post-thumbnail, body.page.home main.site-main .page-header > .featured-image, body.page.home main.site-main .page-header > .post-thumbnail {
  margin: 0px 0px 70px 0px;
  position: relative; }
  @media (max-width: 768px) {
    body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail, body.page-template-tmpl_wide main.site-main .page-header > .featured-image, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail, body.publication-template-single-wide main.site-main > .entry-header > .featured-image, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail, body.publication-template-single-wide main.site-main .page-header > .featured-image, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail, body.page.home main.site-main > .entry-header > .featured-image, body.page.home main.site-main > .entry-header > .post-thumbnail, body.page.home main.site-main .page-header > .featured-image, body.page.home main.site-main .page-header > .post-thumbnail {
      margin-bottom: 50px; } }
  @media (max-width: 568px) {
    body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail, body.page-template-tmpl_wide main.site-main .page-header > .featured-image, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail, body.publication-template-single-wide main.site-main > .entry-header > .featured-image, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail, body.publication-template-single-wide main.site-main .page-header > .featured-image, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail, body.page.home main.site-main > .entry-header > .featured-image, body.page.home main.site-main > .entry-header > .post-thumbnail, body.page.home main.site-main .page-header > .featured-image, body.page.home main.site-main .page-header > .post-thumbnail {
      margin-bottom: 30px; } }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image.cover img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image.cover img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image.cover img, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail.cover img, body.page-template-tmpl_wide main.site-main .page-header > .featured-image.cover img, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail.cover img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image.cover img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image.cover img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.publication-template-single-wide main.site-main > .entry-header > .featured-image.cover img, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail.cover img, body.publication-template-single-wide main.site-main .page-header > .featured-image.cover img, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail.cover img, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image.cover img, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image.cover img, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.page.home main.site-main > .entry-header > .featured-image.cover img, body.page.home main.site-main > .entry-header > .post-thumbnail.cover img, body.page.home main.site-main .page-header > .featured-image.cover img, body.page.home main.site-main .page-header > .post-thumbnail.cover img {
    min-height: 600px;
    object-fit: cover;
    width: 100%;
    height: auto; }
    @media (max-width: 768px) {
      body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image.cover img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image.cover img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image.cover img, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail.cover img, body.page-template-tmpl_wide main.site-main .page-header > .featured-image.cover img, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail.cover img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image.cover img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image.cover img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.publication-template-single-wide main.site-main > .entry-header > .featured-image.cover img, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail.cover img, body.publication-template-single-wide main.site-main .page-header > .featured-image.cover img, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail.cover img, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image.cover img, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image.cover img, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.page.home main.site-main > .entry-header > .featured-image.cover img, body.page.home main.site-main > .entry-header > .post-thumbnail.cover img, body.page.home main.site-main .page-header > .featured-image.cover img, body.page.home main.site-main .page-header > .post-thumbnail.cover img {
        min-height: 500px; } }
    @media (max-width: 568px) {
      body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image.cover img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image.cover img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image.cover img, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail.cover img, body.page-template-tmpl_wide main.site-main .page-header > .featured-image.cover img, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail.cover img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image.cover img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image.cover img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.publication-template-single-wide main.site-main > .entry-header > .featured-image.cover img, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail.cover img, body.publication-template-single-wide main.site-main .page-header > .featured-image.cover img, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail.cover img, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image.cover img, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image.cover img, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail.cover img, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image.cover img, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail.cover img, body.page.home main.site-main > .entry-header > .featured-image.cover img, body.page.home main.site-main > .entry-header > .post-thumbnail.cover img, body.page.home main.site-main .page-header > .featured-image.cover img, body.page.home main.site-main .page-header > .post-thumbnail.cover img {
        min-height: 300px; } }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image > img, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail > img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image > img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail > img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image > img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail > img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image > img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail > img, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image > img, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail > img, body.page-template-tmpl_wide main.site-main .page-header > .featured-image > img, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail > img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image > img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail > img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image > img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail > img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image > img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail > img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image > img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail > img, body.publication-template-single-wide main.site-main > .entry-header > .featured-image > img, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail > img, body.publication-template-single-wide main.site-main .page-header > .featured-image > img, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail > img, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image > img, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail > img, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image > img, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail > img, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image > img, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail > img, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image > img, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail > img, body.page.home main.site-main > .entry-header > .featured-image > img, body.page.home main.site-main > .entry-header > .post-thumbnail > img, body.page.home main.site-main .page-header > .featured-image > img, body.page.home main.site-main .page-header > .post-thumbnail > img {
    margin-bottom: 0px;
    width: 100%;
    height: auto; }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption p, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption .h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption p, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption .h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption p, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption .h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption p, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption .h6, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption p, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption h6, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption .h6, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption p, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption h6, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption .h6, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption p, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption h6, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption .h6, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption p, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption h6, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption .h6, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption p, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption h6, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption .h6, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption p, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption h6, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption .h6, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption p, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption h6, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption .h6, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption p, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption h6, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption .h6, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption p, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption h6, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption .h6, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption p, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption h6, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption .h6, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption p, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption h6, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption .h6, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption p, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption h6, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption .h6, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption p, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption h6, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption .h6, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption p, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption h6, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption .h6, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption p, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption h6, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption .h6, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption p, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption h6, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption .h6, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption p, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption h6, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption .h6, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption p, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption h6, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption .h6, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption p, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption h6, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption .h6, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption p, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption h6, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption .h6, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption p, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption h6, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption .h6, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption p, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption h6, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption .h6, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption p, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption h6, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption .h6, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption p, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption h6, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption .h6, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption p, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption h6, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption .h6, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption p, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption h6, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption .h6, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption p, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption h6, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption .h6, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption p, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption h6, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption .h6, body.page.home main.site-main > .entry-header > .featured-image figcaption p, body.page.home main.site-main > .entry-header > .featured-image figcaption h6, body.page.home main.site-main > .entry-header > .featured-image figcaption .h6, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption p, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption h6, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption .h6, body.page.home main.site-main .page-header > .featured-image figcaption p, body.page.home main.site-main .page-header > .featured-image figcaption h6, body.page.home main.site-main .page-header > .featured-image figcaption .h6, body.page.home main.site-main .page-header > .post-thumbnail figcaption p, body.page.home main.site-main .page-header > .post-thumbnail figcaption h6, body.page.home main.site-main .page-header > .post-thumbnail figcaption .h6 {
    color: #fff;
    margin-bottom: 30px; }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption .display, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption .display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption .display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption .display, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption .display, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption .display, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption .display, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption .display, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption .display, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption .display, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption .display, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption .display, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption .display, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption .display, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption .display, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption .display, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption .display, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption .display, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption .display, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption .display, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption .display, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption .display, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption .display, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption .display, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption .display, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption .display, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption .display, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption .display, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption .display, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption .display, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption .display, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption .display, body.page.home main.site-main > .entry-header > .featured-image figcaption .display, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption .display, body.page.home main.site-main .page-header > .featured-image figcaption .display, body.page.home main.site-main .page-header > .post-thumbnail figcaption .display {
    margin-bottom: 40px; }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.event-logo, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.event-logo, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.event-logo, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.page.home main.site-main > .entry-header > .featured-image figcaption.event-logo, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.event-logo, body.page.home main.site-main .page-header > .featured-image figcaption.event-logo, body.page.home main.site-main .page-header > .post-thumbnail figcaption.event-logo {
    position: absolute;
    right: 100px;
    bottom: 100px;
    display: block; }
    @media (max-width: 768px) {
      body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.event-logo, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.event-logo, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.event-logo, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.page.home main.site-main > .entry-header > .featured-image figcaption.event-logo, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.event-logo, body.page.home main.site-main .page-header > .featured-image figcaption.event-logo, body.page.home main.site-main .page-header > .post-thumbnail figcaption.event-logo {
        right: 50px;
        bottom: 50px; } }
    @media (max-width: 568px) {
      body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.event-logo, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.event-logo, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.event-logo, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.event-logo, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.event-logo, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.event-logo, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo, body.page.home main.site-main > .entry-header > .featured-image figcaption.event-logo, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.event-logo, body.page.home main.site-main .page-header > .featured-image figcaption.event-logo, body.page.home main.site-main .page-header > .post-thumbnail figcaption.event-logo {
        right: 20px;
        bottom: 10px;
        max-width: 150px; } }
    body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.event-logo img, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.page.home main.site-main > .entry-header > .featured-image figcaption.event-logo img, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.event-logo img, body.page.home main.site-main .page-header > .featured-image figcaption.event-logo img, body.page.home main.site-main .page-header > .post-thumbnail figcaption.event-logo img {
      width: 100%;
      transform: scale(1.5);
      min-height: 100px; }
      @media (max-width: 768px) {
        body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.event-logo img, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.page.home main.site-main > .entry-header > .featured-image figcaption.event-logo img, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.event-logo img, body.page.home main.site-main .page-header > .featured-image figcaption.event-logo img, body.page.home main.site-main .page-header > .post-thumbnail figcaption.event-logo img {
          transform: scale(1.2); } }
      @media (max-width: 568px) {
        body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.event-logo img, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.event-logo img, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.event-logo img, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.event-logo img, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.event-logo img, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.event-logo img, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.event-logo img, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.event-logo img, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.event-logo img, body.page.home main.site-main > .entry-header > .featured-image figcaption.event-logo img, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.event-logo img, body.page.home main.site-main .page-header > .featured-image figcaption.event-logo img, body.page.home main.site-main .page-header > .post-thumbnail figcaption.event-logo img {
          transform: scale(1); } }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page.home main.site-main > .entry-header > .featured-image figcaption.hero-headline, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline, body.page.home main.site-main .page-header > .featured-image figcaption.hero-headline, body.page.home main.site-main .page-header > .post-thumbnail figcaption.hero-headline {
    position: absolute;
    top: 0%;
    left: 8%;
    max-width: 550px;
    margin-top: 0px;
    font-style: normal; }
    @media (max-width: 1024px) {
      body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page.home main.site-main > .entry-header > .featured-image figcaption.hero-headline, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline, body.page.home main.site-main .page-header > .featured-image figcaption.hero-headline, body.page.home main.site-main .page-header > .post-thumbnail figcaption.hero-headline {
        max-width: 460px; } }
    @media (max-width: 768px) {
      body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page.home main.site-main > .entry-header > .featured-image figcaption.hero-headline, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline, body.page.home main.site-main .page-header > .featured-image figcaption.hero-headline, body.page.home main.site-main .page-header > .post-thumbnail figcaption.hero-headline {
        max-width: 340px; } }
    @media (max-width: 568px) {
      body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.hero-headline, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.hero-headline, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline, body.page.home main.site-main > .entry-header > .featured-image figcaption.hero-headline, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline, body.page.home main.site-main .page-header > .featured-image figcaption.hero-headline, body.page.home main.site-main .page-header > .post-thumbnail figcaption.hero-headline {
        max-width: 90%;
        margin: 0px; } }
    body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .tag, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .tag, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .tag, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .tag, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .tag, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .tag, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .tag, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .tag, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.hero-headline .tag, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .tag, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.hero-headline .tag, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline .tag, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .tag, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .tag, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .tag, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .tag, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .tag, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .tag, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .tag, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .tag, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.hero-headline .tag, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .tag, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.hero-headline .tag, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline .tag, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .tag, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .tag, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .tag, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .tag, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .tag, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .tag, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .tag, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .tag, body.page.home main.site-main > .entry-header > .featured-image figcaption.hero-headline .tag, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .tag, body.page.home main.site-main .page-header > .featured-image figcaption.hero-headline .tag, body.page.home main.site-main .page-header > .post-thumbnail figcaption.hero-headline .tag {
      color: #fff;
      font-weight: normal; }
    @media (max-width: 568px) {
      body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .btn, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline input[type="submit"], body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .btn, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .btn, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline input[type="submit"], body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .btn, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .btn, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline input[type="submit"], body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .btn, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .btn, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline input[type="submit"], body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .btn, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.hero-headline .btn, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.hero-headline input[type="submit"], body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-template-tmpl_wide main.site-main > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .btn, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-template-tmpl_wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.hero-headline .btn, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.hero-headline input[type="submit"], body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-template-tmpl_wide main.site-main .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline .btn, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-template-tmpl_wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .btn, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline input[type="submit"], body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .btn, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.publication-template-single-wide article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .btn, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline input[type="submit"], body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .btn, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .btn, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline input[type="submit"], body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .btn, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.publication-template-single-wide article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .btn, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline input[type="submit"], body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .btn, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.publication-template-single-wide article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.hero-headline .btn, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.hero-headline input[type="submit"], body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.publication-template-single-wide main.site-main > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .btn, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.publication-template-single-wide main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.hero-headline .btn, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.hero-headline input[type="submit"], body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.publication-template-single-wide main.site-main .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline .btn, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.publication-template-single-wide main.site-main .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .btn, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline input[type="submit"], body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page.home article.page:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .btn, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page.home article.page:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .btn, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline input[type="submit"], body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page.home article.page:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .btn, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page.home article.page:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .btn, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline input[type="submit"], body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page.home article.post:not(.excerpt-row) > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .btn, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page.home article.post:not(.excerpt-row) > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .btn, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline input[type="submit"], body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page.home article.post:not(.excerpt-row) .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .btn, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page.home article.post:not(.excerpt-row) .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page.home main.site-main > .entry-header > .featured-image figcaption.hero-headline .btn, body.page.home main.site-main > .entry-header > .featured-image figcaption.hero-headline input[type="submit"], body.page.home main.site-main > .entry-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.page.home main.site-main > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.page.home main.site-main > .entry-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page.home main.site-main > .entry-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .btn, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page.home main.site-main > .entry-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page.home main.site-main .page-header > .featured-image figcaption.hero-headline .btn, body.page.home main.site-main .page-header > .featured-image figcaption.hero-headline input[type="submit"], body.page.home main.site-main .page-header > .featured-image figcaption.hero-headline .wp-block-button__link, body.page.home main.site-main .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > a, body.page.home main.site-main .page-header > .featured-image figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page.home main.site-main .page-header > .featured-image figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link, body.page.home main.site-main .page-header > .post-thumbnail figcaption.hero-headline .btn, body.page.home main.site-main .page-header > .post-thumbnail figcaption.hero-headline input[type="submit"], body.page.home main.site-main .page-header > .post-thumbnail figcaption.hero-headline .wp-block-button__link, body.page.home main.site-main .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > a, body.page.home main.site-main .page-header > .post-thumbnail figcaption.hero-headline .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page.home main.site-main .page-header > .post-thumbnail figcaption.hero-headline .kbase.tag-list > .ab-block-post-grid-more-link {
        margin-bottom: 20px; } }

body.page-template-tmpl_wide.single-event h1, body.page-template-tmpl_wide.single-event .display, body.page-template-tmpl_wide.single-event .entry-title, body.page-template-tmpl_wide.single-event .page-title, body.page-template-tmpl_wide.single-event .wp-block-cover h2, .wp-block-cover body.page-template-tmpl_wide.single-event h2, body.page-template-tmpl_wide.single-event .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide.single-event .author-title.author-archive-only, body.page-template-tmpl_wide.single-event .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide.single-event .author-title.author-archive-only, body.page-template-tmpl_wide.single-event .wp-block-cover .page-header > .byline.full-bio .author-name, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide.single-event .author-name, body.page-template-tmpl_wide.single-event .page-header > .byline.full-bio .wp-block-cover .author-name, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide.single-event .author-name, body.page-template-tmpl_wide.single-event .entry-header, body.publication-template-single-wide.single-event h1, body.publication-template-single-wide.single-event .display, body.publication-template-single-wide.single-event .entry-title, body.publication-template-single-wide.single-event .page-title, body.publication-template-single-wide.single-event .wp-block-cover h2, .wp-block-cover body.publication-template-single-wide.single-event h2, body.publication-template-single-wide.single-event .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide.single-event .author-title.author-archive-only, body.publication-template-single-wide.single-event .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide.single-event .author-title.author-archive-only, body.publication-template-single-wide.single-event .wp-block-cover .page-header > .byline.full-bio .author-name, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide.single-event .author-name, body.publication-template-single-wide.single-event .page-header > .byline.full-bio .wp-block-cover .author-name, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide.single-event .author-name, body.publication-template-single-wide.single-event .entry-header, body.page.home.single-event h1, body.page.home.single-event .display, body.page.home.single-event .entry-title, body.page.home.single-event .page-title, body.page.home.single-event .wp-block-cover h2, .wp-block-cover body.page.home.single-event h2, body.page.home.single-event .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page.home.single-event .author-title.author-archive-only, body.page.home.single-event .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page.home.single-event .author-title.author-archive-only, body.page.home.single-event .wp-block-cover .page-header > .byline.full-bio .author-name, .wp-block-cover .page-header > .byline.full-bio body.page.home.single-event .author-name, body.page.home.single-event .page-header > .byline.full-bio .wp-block-cover .author-name, .page-header > .byline.full-bio .wp-block-cover body.page.home.single-event .author-name, body.page.home.single-event .entry-header {
  margin-bottom: 10px !important; }

@media (max-width: 568px) {
  body.page-template-tmpl_wide.page-homebrew-con .event-logo img, body.page-template-tmpl_wide.page-world-beer-cup .event-logo img, body.publication-template-single-wide.page-homebrew-con .event-logo img, body.publication-template-single-wide.page-world-beer-cup .event-logo img, body.page.home.page-homebrew-con .event-logo img, body.page.home.page-world-beer-cup .event-logo img {
    max-width: 100px !important; } }

body.page-template-tmpl_wide article.page:not(.excerpt-row), body.publication-template-single-wide article.page:not(.excerpt-row), body.page.home article.page:not(.excerpt-row) {
  width: 100%;
  margin: 0px;
  padding: 0px; }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) .breadcrumbs, body.publication-template-single-wide article.page:not(.excerpt-row) .breadcrumbs, body.page.home article.page:not(.excerpt-row) .breadcrumbs {
    text-align: center;
    margin: 0 auto 10px auto; }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-header, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-header, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header, body.page.home article.page:not(.excerpt-row) .entry-header, body.page.home article.page:not(.excerpt-row) .page-header {
    text-align: center;
    margin: 0 auto 20px auto; }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2, .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-name, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-name, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .sticky-hero .entry-content > h2.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .entry-content > .page-title, .search-results body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-name, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .entry-title, .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .author-name, .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h4, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > th, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > td, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > th, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > td, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.simple .entry-content > li.heading, ul.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.simple .entry-content > li.heading, ol.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .ab-block-post-grid-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > h3, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .entry-title, .info-box .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .entry-title, .excerpt-row .entry-header .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .author-name, .info-box .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .author-name, .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > .kt-blocks-info-box-title, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .author-name, .wp-block-kadence-infobox .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .author-name, .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .kt-blocks-info-box-title, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .schema-faq-question, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-name, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-title.author-archive-only, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > p, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ul, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ol, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > pre, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .display, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2, .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-name, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-name, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .sticky-hero .entry-content > h2.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .entry-content > .page-title, .search-results body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-name, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .entry-title, .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .author-name, .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h4, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > th, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > td, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > th, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > td, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td, body.publication-template-single-wide article.page:not(.excerpt-row) ul.simple .entry-content > li.heading, ul.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ol.simple .entry-content > li.heading, ol.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .ab-block-post-grid-title, .ab-post-grid-items.is-grid body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .ab-block-post-grid-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > h3, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .entry-title, .info-box .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .entry-title, .excerpt-row .entry-header .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .author-name, .info-box .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .author-name, .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > .kt-blocks-info-box-title, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .author-name, .wp-block-kadence-infobox .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .author-name, .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .kt-blocks-info-box-title, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .schema-faq-question, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-name, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-title.author-archive-only, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > p, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h6, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .h6, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ul, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ol, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > pre, body.page.home article.page:not(.excerpt-row) .entry-content > h1, body.page.home article.page:not(.excerpt-row) .entry-content > .display, body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2, .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2, body.page.home article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-name, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-name, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .wp-block-cover .sticky-hero .entry-content > h2.entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > h2, body.page.home article.page:not(.excerpt-row) .search-results .entry-content > .page-title, .search-results body.page.home article.page:not(.excerpt-row) .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-name, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > h3, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .entry-title, .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .entry-content > .author-name, .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .entry-content > h4, body.page.home article.page:not(.excerpt-row) table thead .entry-content > th, table thead body.page.home article.page:not(.excerpt-row) .entry-content > th, body.page.home article.page:not(.excerpt-row) table thead .entry-content > td, table thead body.page.home article.page:not(.excerpt-row) .entry-content > td, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > th, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > th, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > td, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > td, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > th, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > th, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > td, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > td, body.page.home article.page:not(.excerpt-row) ul.simple .entry-content > li.heading, ul.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.heading, body.page.home article.page:not(.excerpt-row) ol.simple .entry-content > li.heading, ol.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.heading, body.page.home article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li:nth-child(2), body.page.home article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li:nth-child(2), body.page.home article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li:first-child, body.page.home article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li:first-child, body.page.home article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page.home article.page:not(.excerpt-row) .entry-content > .ab-block-post-grid-title, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > h3, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h3, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .entry-title, .info-box .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .entry-title, .excerpt-row .entry-header .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .author-name, .info-box .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .author-name, .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > .kt-blocks-info-box-title, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h3, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .author-name, .wp-block-kadence-infobox .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .author-name, .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .kt-blocks-info-box-title, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .entry-content > .schema-faq-question, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-name, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-title.author-archive-only, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .entry-content > p, body.page.home article.page:not(.excerpt-row) .entry-content > h6, body.page.home article.page:not(.excerpt-row) .entry-content > .h6, body.page.home article.page:not(.excerpt-row) .entry-content > ul, body.page.home article.page:not(.excerpt-row) .entry-content > ol, body.page.home article.page:not(.excerpt-row) .entry-content > pre {
    text-align: left;
    margin: 0 auto 20px auto; }
    body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .display.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .page-title.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2.tablepress, .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.author-name, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.author-name, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2.wider-element, .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .wider-element.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .wider-element.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.author-name, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.author-name, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2.wider, .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .wider.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .wider.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.author-name, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.author-name, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .entry-content > .wider-element.page-title, .search-results body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .entry-content > .page-title.tablepress, .search-results body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .page-title.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .tablepress.author-title.author-archive-only, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .tablepress.author-name, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.tablepress.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .wider-element.author-title.author-archive-only, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .wider-element.author-name, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.wider-element.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .entry-content > .wider.page-title, .search-results body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .wider.author-title.author-archive-only, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .wider.author-name, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.wider.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .tablepress.entry-title, .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.tablepress.loud, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.display, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.page-title, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.tablepress.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.tablepress.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .tablepress.author-name, .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .wider-element.entry-title, .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.wider-element.loud, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.display, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.page-title, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider-element.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider-element.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .wider-element.author-name, .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .wider.entry-title, .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.wider.loud, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.display, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.page-title, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .wider.author-name, .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h4.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > th.wider-element, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > th.tablepress, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > td.wider-element, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > td.tablepress, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > th.wider-element, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > th.tablepress, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > td.wider-element, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > td.tablepress, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th.wider-element, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th.tablepress, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td.wider-element, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td.tablepress, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h4.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.simple .entry-content > li.tablepress.heading, ul.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.tablepress.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.simple .entry-content > li.tablepress.heading, ol.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.tablepress.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li.tablepress:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li.tablepress:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li.tablepress:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li.tablepress:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .tablepress.ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.ab-block-post-grid-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > h3.tablepress, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .tablepress.entry-title, .info-box .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .tablepress.entry-title, .excerpt-row .entry-header .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.tablepress.loud, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.tablepress.loud, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.display, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .tablepress.loud.display, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .tablepress.loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.tablepress.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.tablepress.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.tablepress.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.tablepress.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .tablepress.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .tablepress.author-name, .info-box .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .tablepress.author-name, .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > .tablepress.kt-blocks-info-box-title, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3.tablepress, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .tablepress.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .tablepress.entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.tablepress.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.tablepress.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .tablepress.loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .tablepress.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.tablepress.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.tablepress.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.tablepress.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.tablepress.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .tablepress.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .tablepress.author-name, .wp-block-kadence-infobox .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .tablepress.author-name, .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .tablepress.kt-blocks-info-box-title, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.schema-faq-question, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .tablepress.author-name, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .tablepress.author-title.author-archive-only, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.simple .entry-content > li.wider-element.heading, ul.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.wider-element.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.simple.alt .entry-content > li.wider-element.heading, ul.simple.alt body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.wider-element.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.simple.alt .entry-content > li.heading.tablepress, ul.simple.alt body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.heading.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.simple .entry-content > li.wider-element.heading, ol.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.wider-element.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.simple.alt .entry-content > li.wider-element.heading, ol.simple.alt body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.wider-element.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.simple.alt .entry-content > li.heading.tablepress, ol.simple.alt body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.heading.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li.wider-element:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li.wider-element:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li.wider-element:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li.wider-element:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .wider-element.ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.ab-block-post-grid-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > h3.wider-element, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .wider-element.entry-title, .info-box .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .wider-element.entry-title, .excerpt-row .entry-header .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.wider-element.loud, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.wider-element.loud, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.display, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider-element.loud.display, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider-element.loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider-element.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.wider-element.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider-element.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.wider-element.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider-element.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .wider-element.author-name, .info-box .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .wider-element.author-name, .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > .wider-element.kt-blocks-info-box-title, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3.wider-element, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .wider-element.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .wider-element.entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.wider-element.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.wider-element.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider-element.loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider-element.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider-element.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.wider-element.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider-element.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.wider-element.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider-element.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .wider-element.author-name, .wp-block-kadence-infobox .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .wider-element.author-name, .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .wider-element.kt-blocks-info-box-title, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.schema-faq-question, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .wider-element.author-name, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .wider-element.author-title.author-archive-only, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h4.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > th.wider, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > td.wider, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > th.wider, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > td.wider, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th.wider, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td.wider, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.simple .entry-content > li.wider.heading, ul.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.wider.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.simple .entry-content > li.wider.heading, ol.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.wider.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li.wider:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li.wider:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li.wider:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li.wider:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .wider.ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.ab-block-post-grid-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > h3.wider, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .wider.entry-title, .info-box .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .wider.entry-title, .excerpt-row .entry-header .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.wider.loud, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.wider.loud, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.display, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider.loud.display, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider.loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.wider.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.wider.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .wider.author-name, .info-box .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .wider.author-name, .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > .wider.kt-blocks-info-box-title, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3.wider, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .wider.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .wider.entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.wider.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.wider.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider.loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.wider.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.wider.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .wider.author-name, .wp-block-kadence-infobox .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .wider.author-name, .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .wider.kt-blocks-info-box-title, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.schema-faq-question, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .wider.author-name, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .wider.author-title.author-archive-only, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > p.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h6.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h6.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element.h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .h6.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > p.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > p.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h6.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider.h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ul.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ul.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ul.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ol.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ol.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ol.wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > pre.wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > pre.tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > pre.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.display, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .display.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .page-title.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2.tablepress, .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.author-name, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.author-name, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2.wider-element, .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .wider-element.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .wider-element.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.author-name, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.author-name, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.display, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2.wider, .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .wider.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .wider.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.author-name, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.author-name, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .entry-content > .wider-element.page-title, .search-results body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .entry-content > .page-title.tablepress, .search-results body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .page-title.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .tablepress.author-title.author-archive-only, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .tablepress.author-name, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.tablepress.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .wider-element.author-title.author-archive-only, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .wider-element.author-name, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.wider-element.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .entry-content > .wider.page-title, .search-results body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .wider.author-title.author-archive-only, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .wider.author-name, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.wider.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .tablepress.entry-title, .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.tablepress.loud, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.display, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.page-title, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.tablepress.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.tablepress.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .tablepress.author-name, .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .wider-element.entry-title, .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.wider-element.loud, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.display, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.page-title, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider-element.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider-element.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .wider-element.author-name, .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .wider.entry-title, .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.wider.loud, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.display, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.page-title, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .wider.author-name, .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h4.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > th.wider-element, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > th.tablepress, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > td.wider-element, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > td.tablepress, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > th.wider-element, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > th.tablepress, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > td.wider-element, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > td.tablepress, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th.wider-element, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th.tablepress, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td.wider-element, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td.tablepress, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h4.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) ul.simple .entry-content > li.tablepress.heading, ul.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.tablepress.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ol.simple .entry-content > li.tablepress.heading, ol.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.tablepress.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li.tablepress:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li.tablepress:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li.tablepress:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li.tablepress:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .tablepress.ab-block-post-grid-title, .ab-post-grid-items.is-grid body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.ab-block-post-grid-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > h3.tablepress, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .tablepress.entry-title, .info-box .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .tablepress.entry-title, .excerpt-row .entry-header .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.tablepress.loud, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.tablepress.loud, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.display, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .tablepress.loud.display, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .tablepress.loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.tablepress.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.tablepress.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.tablepress.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.tablepress.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .tablepress.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .tablepress.author-name, .info-box .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .tablepress.author-name, .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > .tablepress.kt-blocks-info-box-title, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3.tablepress, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .tablepress.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .tablepress.entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.tablepress.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.tablepress.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .tablepress.loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .tablepress.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.tablepress.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.tablepress.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.tablepress.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.tablepress.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .tablepress.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .tablepress.author-name, .wp-block-kadence-infobox .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .tablepress.author-name, .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .tablepress.kt-blocks-info-box-title, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.schema-faq-question, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .tablepress.author-name, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .tablepress.author-title.author-archive-only, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) ul.simple .entry-content > li.wider-element.heading, ul.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.wider-element.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ul.simple.alt .entry-content > li.wider-element.heading, ul.simple.alt body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.wider-element.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ul.simple.alt .entry-content > li.heading.tablepress, ul.simple.alt body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.heading.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) ol.simple .entry-content > li.wider-element.heading, ol.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.wider-element.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ol.simple.alt .entry-content > li.wider-element.heading, ol.simple.alt body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.wider-element.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ol.simple.alt .entry-content > li.heading.tablepress, ol.simple.alt body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.heading.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li.wider-element:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li.wider-element:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li.wider-element:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li.wider-element:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .wider-element.ab-block-post-grid-title, .ab-post-grid-items.is-grid body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.ab-block-post-grid-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > h3.wider-element, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .wider-element.entry-title, .info-box .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .wider-element.entry-title, .excerpt-row .entry-header .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.wider-element.loud, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.wider-element.loud, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.display, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider-element.loud.display, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider-element.loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider-element.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.wider-element.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider-element.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.wider-element.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider-element.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .wider-element.author-name, .info-box .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .wider-element.author-name, .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > .wider-element.kt-blocks-info-box-title, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3.wider-element, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .wider-element.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .wider-element.entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.wider-element.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.wider-element.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider-element.loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider-element.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider-element.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.wider-element.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider-element.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.wider-element.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider-element.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .wider-element.author-name, .wp-block-kadence-infobox .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .wider-element.author-name, .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .wider-element.kt-blocks-info-box-title, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.schema-faq-question, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .wider-element.author-name, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .wider-element.author-title.author-archive-only, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h4.wider, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > th.wider, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th.wider, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > td.wider, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > th.wider, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > td.wider, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th.wider, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td.wider, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td.wider, body.publication-template-single-wide article.page:not(.excerpt-row) ul.simple .entry-content > li.wider.heading, ul.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.wider.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ol.simple .entry-content > li.wider.heading, ol.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.wider.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li.wider:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li.wider:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li.wider:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li.wider:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .wider.ab-block-post-grid-title, .ab-post-grid-items.is-grid body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.ab-block-post-grid-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > h3.wider, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .wider.entry-title, .info-box .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .wider.entry-title, .excerpt-row .entry-header .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.wider.loud, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.wider.loud, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.display, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider.loud.display, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider.loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.wider.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.wider.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .wider.author-name, .info-box .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .wider.author-name, .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > .wider.kt-blocks-info-box-title, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3.wider, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .wider.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .wider.entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.wider.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.wider.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider.loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.wider.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.wider.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .wider.author-name, .wp-block-kadence-infobox .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .wider.author-name, .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .wider.kt-blocks-info-box-title, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.schema-faq-question, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .wider.author-name, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .wider.author-title.author-archive-only, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > p.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h6.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h6.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element.h6, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .h6.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > p.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > p.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h6.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider.h6, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ul.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ul.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ul.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ol.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ol.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ol.wider, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > pre.wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > pre.tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > pre.wider, body.page.home article.page:not(.excerpt-row) .entry-content > h1.wider-element, body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.display, body.page.home article.page:not(.excerpt-row) .entry-content > .display.tablepress, body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title.tablepress, body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.page-title, body.page.home article.page:not(.excerpt-row) .entry-content > .page-title.tablepress, body.page.home article.page:not(.excerpt-row) .entry-content > h1.tablepress, body.page.home article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2.tablepress, .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.tablepress, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.author-name, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.author-name, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2.wider-element, .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider-element, body.page.home article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .wider-element.page-title, body.page.home article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .wider-element.page-title, body.page.home article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title.tablepress, body.page.home article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title.tablepress, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.author-name, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.author-name, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page.home article.page:not(.excerpt-row) .entry-content > h1.wider, body.page.home article.page:not(.excerpt-row) .entry-content > .wider.display, body.page.home article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > .wider.page-title, body.page.home article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2.wider, .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider, body.page.home article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .wider.page-title, body.page.home article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .wider.page-title, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .wider.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.author-name, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.author-name, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider-element, body.page.home article.page:not(.excerpt-row) .search-results .entry-content > .wider-element.page-title, .search-results body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.page-title, body.page.home article.page:not(.excerpt-row) .search-results .entry-content > .page-title.tablepress, .search-results body.page.home article.page:not(.excerpt-row) .entry-content > .page-title.tablepress, body.page.home article.page:not(.excerpt-row) .entry-content > h2.tablepress, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .tablepress.author-title.author-archive-only, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .tablepress.author-name, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page.home article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.tablepress.entry-title, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .wider-element.author-title.author-archive-only, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .wider-element.author-name, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page.home article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.wider-element.entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider, body.page.home article.page:not(.excerpt-row) .search-results .entry-content > .wider.page-title, .search-results body.page.home article.page:not(.excerpt-row) .entry-content > .wider.page-title, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .wider.author-title.author-archive-only, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .wider.author-name, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page.home article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.wider.entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > h3.wider-element, body.page.home article.page:not(.excerpt-row) .entry-content > h3.tablepress, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .tablepress.entry-title, .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.tablepress.loud, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.display, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.page-title, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.tablepress.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.tablepress.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-name, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.loud.author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .entry-content > .tablepress.author-name, .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .wider-element.entry-title, .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.wider-element.loud, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.display, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.page-title, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider-element.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider-element.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-name, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.loud.author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .entry-content > .wider-element.author-name, .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page.home article.page:not(.excerpt-row) .entry-content > h3.wider, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .wider.entry-title, .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.wider.loud, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.display, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.page-title, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-name, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.loud.author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .entry-content > .wider.author-name, .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page.home article.page:not(.excerpt-row) .entry-content > h4.wider-element, body.page.home article.page:not(.excerpt-row) table thead .entry-content > th.wider-element, table thead body.page.home article.page:not(.excerpt-row) .entry-content > th.wider-element, body.page.home article.page:not(.excerpt-row) table thead .entry-content > th.tablepress, table thead body.page.home article.page:not(.excerpt-row) .entry-content > th.tablepress, body.page.home article.page:not(.excerpt-row) table thead .entry-content > td.wider-element, table thead body.page.home article.page:not(.excerpt-row) .entry-content > td.wider-element, body.page.home article.page:not(.excerpt-row) table thead .entry-content > td.tablepress, table thead body.page.home article.page:not(.excerpt-row) .entry-content > td.tablepress, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > th.wider-element, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > th.wider-element, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > th.tablepress, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > th.tablepress, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > td.wider-element, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > td.wider-element, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > td.tablepress, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > td.tablepress, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > th.wider-element, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > th.wider-element, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > th.tablepress, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > th.tablepress, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > td.wider-element, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > td.wider-element, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > td.tablepress, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > td.tablepress, body.page.home article.page:not(.excerpt-row) .entry-content > h4.tablepress, body.page.home article.page:not(.excerpt-row) ul.simple .entry-content > li.tablepress.heading, ul.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.tablepress.heading, body.page.home article.page:not(.excerpt-row) ol.simple .entry-content > li.tablepress.heading, ol.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.tablepress.heading, body.page.home article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li.tablepress:nth-child(2), body.page.home article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li.tablepress:nth-child(2), body.page.home article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li.tablepress:first-child, body.page.home article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li.tablepress:first-child, body.page.home article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .tablepress.ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.ab-block-post-grid-title, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > h3.tablepress, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h3.tablepress, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .tablepress.entry-title, .info-box .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .tablepress.entry-title, .excerpt-row .entry-header .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.tablepress.loud, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.tablepress.loud, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.display, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .tablepress.loud.display, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .tablepress.loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.tablepress.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.tablepress.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.tablepress.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.tablepress.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .tablepress.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .tablepress.author-name, .info-box .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .tablepress.author-name, .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > .tablepress.kt-blocks-info-box-title, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3.tablepress, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h3.tablepress, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .tablepress.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .tablepress.entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.entry-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.tablepress.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.tablepress.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h1.tablepress.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .tablepress.loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.display, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .tablepress.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.page-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.tablepress.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.tablepress.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.tablepress.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.tablepress.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.tablepress.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .tablepress.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .tablepress.loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .tablepress.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .tablepress.author-name, .wp-block-kadence-infobox .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .tablepress.author-name, .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .tablepress.kt-blocks-info-box-title, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.schema-faq-question, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .tablepress.author-name, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .tablepress.author-title.author-archive-only, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) ul.simple .entry-content > li.wider-element.heading, ul.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.wider-element.heading, body.page.home article.page:not(.excerpt-row) ul.simple.alt .entry-content > li.wider-element.heading, ul.simple.alt body.page.home article.page:not(.excerpt-row) .entry-content > li.wider-element.heading, body.page.home article.page:not(.excerpt-row) ul.simple.alt .entry-content > li.heading.tablepress, ul.simple.alt body.page.home article.page:not(.excerpt-row) .entry-content > li.heading.tablepress, body.page.home article.page:not(.excerpt-row) ol.simple .entry-content > li.wider-element.heading, ol.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.wider-element.heading, body.page.home article.page:not(.excerpt-row) ol.simple.alt .entry-content > li.wider-element.heading, ol.simple.alt body.page.home article.page:not(.excerpt-row) .entry-content > li.wider-element.heading, body.page.home article.page:not(.excerpt-row) ol.simple.alt .entry-content > li.heading.tablepress, ol.simple.alt body.page.home article.page:not(.excerpt-row) .entry-content > li.heading.tablepress, body.page.home article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li.wider-element:nth-child(2), body.page.home article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li.wider-element:nth-child(2), body.page.home article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li.wider-element:first-child, body.page.home article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li.wider-element:first-child, body.page.home article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .wider-element.ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.ab-block-post-grid-title, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > h3.wider-element, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h3.wider-element, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .wider-element.entry-title, .info-box .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .wider-element.entry-title, .excerpt-row .entry-header .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.wider-element.loud, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.wider-element.loud, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.display, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider-element.loud.display, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider-element.loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider-element.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.wider-element.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider-element.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.wider-element.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider-element.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .wider-element.author-name, .info-box .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .wider-element.author-name, .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > .wider-element.kt-blocks-info-box-title, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3.wider-element, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h3.wider-element, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .wider-element.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .wider-element.entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.entry-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.wider-element.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.wider-element.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h1.wider-element.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider-element.loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.display, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider-element.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.page-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider-element.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.wider-element.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider-element.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.wider-element.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider-element.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .wider-element.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider-element.loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider-element.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .wider-element.author-name, .wp-block-kadence-infobox .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .wider-element.author-name, .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .wider-element.kt-blocks-info-box-title, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.schema-faq-question, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .wider-element.author-name, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .wider-element.author-title.author-archive-only, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .entry-content > h4.wider, body.page.home article.page:not(.excerpt-row) table thead .entry-content > th.wider, table thead body.page.home article.page:not(.excerpt-row) .entry-content > th.wider, body.page.home article.page:not(.excerpt-row) table thead .entry-content > td.wider, table thead body.page.home article.page:not(.excerpt-row) .entry-content > td.wider, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > th.wider, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > th.wider, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > td.wider, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > td.wider, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > th.wider, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > th.wider, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > td.wider, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > td.wider, body.page.home article.page:not(.excerpt-row) ul.simple .entry-content > li.wider.heading, ul.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.wider.heading, body.page.home article.page:not(.excerpt-row) ol.simple .entry-content > li.wider.heading, ol.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.wider.heading, body.page.home article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li.wider:nth-child(2), body.page.home article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li.wider:nth-child(2), body.page.home article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li.wider:first-child, body.page.home article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li.wider:first-child, body.page.home article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .wider.ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page.home article.page:not(.excerpt-row) .entry-content > .wider.ab-block-post-grid-title, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > h3.wider, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h3.wider, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .wider.entry-title, .info-box .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .wider.entry-title, .excerpt-row .entry-header .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.wider.loud, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.wider.loud, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.display, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider.loud.display, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider.loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.wider.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.wider.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .wider.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .wider.author-name, .info-box .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .wider.author-name, .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > .wider.kt-blocks-info-box-title, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .wider.kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3.wider, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h3.wider, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .wider.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .wider.entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider.entry-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.wider.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.wider.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h1.wider.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider.loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.display, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider.loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.page-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.wider.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.wider.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.wider.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.wider.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.wider.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .wider.loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .wider.loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .wider.loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider.loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .wider.author-name, .wp-block-kadence-infobox .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .wider.author-name, .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .wider.kt-blocks-info-box-title, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .wider.kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .entry-content > .wider.schema-faq-question, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .wider.author-name, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .wider.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .wider.author-title.author-archive-only, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .wider.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .entry-content > p.wider-element, body.page.home article.page:not(.excerpt-row) .entry-content > h6.wider-element, body.page.home article.page:not(.excerpt-row) .entry-content > h6.tablepress, body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element.h6, body.page.home article.page:not(.excerpt-row) .entry-content > .h6.tablepress, body.page.home article.page:not(.excerpt-row) .entry-content > p.tablepress, body.page.home article.page:not(.excerpt-row) .entry-content > p.wider, body.page.home article.page:not(.excerpt-row) .entry-content > h6.wider, body.page.home article.page:not(.excerpt-row) .entry-content > .wider.h6, body.page.home article.page:not(.excerpt-row) .entry-content > ul.wider-element, body.page.home article.page:not(.excerpt-row) .entry-content > ul.tablepress, body.page.home article.page:not(.excerpt-row) .entry-content > ul.wider, body.page.home article.page:not(.excerpt-row) .entry-content > ol.wider-element, body.page.home article.page:not(.excerpt-row) .entry-content > ol.tablepress, body.page.home article.page:not(.excerpt-row) .entry-content > ol.wider, body.page.home article.page:not(.excerpt-row) .entry-content > pre.wider-element, body.page.home article.page:not(.excerpt-row) .entry-content > pre.tablepress, body.page.home article.page:not(.excerpt-row) .entry-content > pre.wider {
      max-width: 1160px;
      margin: 0 auto 20px auto; }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wp-bootstrap-blocks-button, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wp-bootstrap-blocks-button, body.page.home article.page:not(.excerpt-row) .entry-content > .wp-bootstrap-blocks-button {
    display: block;
    text-align: left;
    margin: 0 auto 20px auto; }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tab-container, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tab-container, body.page.home article.page:not(.excerpt-row) .entry-content > .tab-container {
    max-width: 1160px;
    margin: 0px auto 10px auto; }
    @media (max-width: 768px) {
      body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tab-container, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tab-container, body.page.home article.page:not(.excerpt-row) .entry-content > .tab-container {
        max-width: 100% !important; } }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wp-block-columns, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .container, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wp-block-columns, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .container, body.page.home article.page:not(.excerpt-row) .entry-content > .wp-block-columns, body.page.home article.page:not(.excerpt-row) .entry-content > .container {
    max-width: 1160px;
    margin: 0px auto 10px auto; }
  @media (max-width: 568px) {
    body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .btn-block + p, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .btn-block + h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .btn-block + .h6, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .btn-block + p, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .btn-block + h6, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .btn-block + .h6, body.page.home article.page:not(.excerpt-row) .entry-content > .btn-block + p, body.page.home article.page:not(.excerpt-row) .entry-content > .btn-block + h6, body.page.home article.page:not(.excerpt-row) .entry-content > .btn-block + .h6 {
      padding: 0px 20px; } }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > hr.is-style-wide, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > hr.wp-block-separator, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > hr.is-style-wide, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > hr.wp-block-separator, body.page.home article.page:not(.excerpt-row) .entry-content > hr.is-style-wide, body.page.home article.page:not(.excerpt-row) .entry-content > hr.wp-block-separator {
    max-width: 1160px; }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > table, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .table, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > table, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .table, body.page.home article.page:not(.excerpt-row) .entry-content > table, body.page.home article.page:not(.excerpt-row) .entry-content > .table {
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px; }
  body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .alignfull, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .alignfull, body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element, body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress, body.page.home article.page:not(.excerpt-row) .entry-content > .wider, body.page.home article.page:not(.excerpt-row) .entry-content > .alignfull {
    width: 100%;
    max-width: 100%;
    margin: 0px; }
    @media (max-width: 768px) {
      body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider-element, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .tablepress, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wider, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .alignfull, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider-element, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .tablepress, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wider, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .alignfull, body.page.home article.page:not(.excerpt-row) .entry-content > .wider-element, body.page.home article.page:not(.excerpt-row) .entry-content > .tablepress, body.page.home article.page:not(.excerpt-row) .entry-content > .wider, body.page.home article.page:not(.excerpt-row) .entry-content > .alignfull {
        width: 100%;
        max-width: 100%;
        margin: 0px; } }

body.single-post.post-template-single-wide article.post, body.single-post.post-template-single-wide article.publication, body.single.publication-template-single-wide article.post, body.single.publication-template-single-wide article.publication {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0px 30px; }
  @media (max-width: 568px) {
    body.single-post.post-template-single-wide article.post, body.single-post.post-template-single-wide article.publication, body.single.publication-template-single-wide article.post, body.single.publication-template-single-wide article.publication {
      padding: 0px; } }
  body.single-post.post-template-single-wide article.post > .entry-header, body.single-post.post-template-single-wide article.publication > .entry-header, body.single.publication-template-single-wide article.post > .entry-header, body.single.publication-template-single-wide article.publication > .entry-header {
    width: 100%;
    margin: 0 auto 20px auto; }
    body.single-post.post-template-single-wide article.post > .entry-header .breadcrumbs, body.single-post.post-template-single-wide article.post > .entry-header .entry-title, body.single-post.post-template-single-wide article.publication > .entry-header .breadcrumbs, body.single-post.post-template-single-wide article.publication > .entry-header .entry-title, body.single.publication-template-single-wide article.post > .entry-header .breadcrumbs, body.single.publication-template-single-wide article.post > .entry-header .entry-title, body.single.publication-template-single-wide article.publication > .entry-header .breadcrumbs, body.single.publication-template-single-wide article.publication > .entry-header .entry-title {
      text-align: center; }
    body.single-post.post-template-single-wide article.post > .entry-header .entry-meta, body.single-post.post-template-single-wide article.publication > .entry-header .entry-meta, body.single.publication-template-single-wide article.post > .entry-header .entry-meta, body.single.publication-template-single-wide article.publication > .entry-header .entry-meta {
      padding: 0px 30px; }
      @media (max-width: 568px) {
        body.single-post.post-template-single-wide article.post > .entry-header .entry-meta, body.single-post.post-template-single-wide article.publication > .entry-header .entry-meta, body.single.publication-template-single-wide article.post > .entry-header .entry-meta, body.single.publication-template-single-wide article.publication > .entry-header .entry-meta {
          padding: 0px 20px; } }
    body.single-post.post-template-single-wide article.post > .entry-header figure.post-thumbnail, body.single-post.post-template-single-wide article.publication > .entry-header figure.post-thumbnail, body.single.publication-template-single-wide article.post > .entry-header figure.post-thumbnail, body.single.publication-template-single-wide article.publication > .entry-header figure.post-thumbnail {
      float: none;
      display: block;
      width: 100%;
      height: auto;
      margin: 0px 0px 40px 0px; }
      body.single-post.post-template-single-wide article.post > .entry-header figure.post-thumbnail > figcaption, body.single-post.post-template-single-wide article.publication > .entry-header figure.post-thumbnail > figcaption, body.single.publication-template-single-wide article.post > .entry-header figure.post-thumbnail > figcaption, body.single.publication-template-single-wide article.publication > .entry-header figure.post-thumbnail > figcaption {
        margin-left: 5px; }
  body.single-post.post-template-single-wide article.post .entry-content, body.single-post.post-template-single-wide article.publication .entry-content, body.single.publication-template-single-wide article.post .entry-content, body.single.publication-template-single-wide article.publication .entry-content {
    width: 100%;
    padding: 0px 30px; }
    @media (max-width: 568px) {
      body.single-post.post-template-single-wide article.post .entry-content, body.single-post.post-template-single-wide article.publication .entry-content, body.single.publication-template-single-wide article.post .entry-content, body.single.publication-template-single-wide article.publication .entry-content {
        padding: 0px 20px; } }
    body.single-post.post-template-single-wide article.post .entry-content > .wp-block-image, body.single-post.post-template-single-wide article.publication .entry-content > .wp-block-image, body.single.publication-template-single-wide article.post .entry-content > .wp-block-image, body.single.publication-template-single-wide article.publication .entry-content > .wp-block-image {
      max-width: 100%; }
    body.single-post.post-template-single-wide article.post .entry-content table, body.single-post.post-template-single-wide article.post .entry-content .table, body.single-post.post-template-single-wide article.publication .entry-content table, body.single-post.post-template-single-wide article.publication .entry-content .table, body.single.publication-template-single-wide article.post .entry-content table, body.single.publication-template-single-wide article.post .entry-content .table, body.single.publication-template-single-wide article.publication .entry-content table, body.single.publication-template-single-wide article.publication .entry-content .table {
      max-width: 100%; }
  body.single-post.post-template-single-wide article.post #social-share-block, body.single-post.post-template-single-wide article.publication #social-share-block, body.single.publication-template-single-wide article.post #social-share-block, body.single.publication-template-single-wide article.publication #social-share-block {
    margin-right: 30px; }
    @media (max-width: 568px) {
      body.single-post.post-template-single-wide article.post #social-share-block, body.single-post.post-template-single-wide article.publication #social-share-block, body.single.publication-template-single-wide article.post #social-share-block, body.single.publication-template-single-wide article.publication #social-share-block {
        margin: 0px; } }
  @media (max-width: 568px) {
    body.single-post.post-template-single-wide article.post .byline.full-bio, body.single-post.post-template-single-wide article.publication .byline.full-bio, body.single.publication-template-single-wide article.post .byline.full-bio, body.single.publication-template-single-wide article.publication .byline.full-bio {
      padding: 20px; } }

.search-results .page-header, .search-results #main.site-main, .search-no-results .page-header, .search-no-results #main.site-main, .archive .page-header, .archive #main.site-main {
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 568px) {
    .search-results .page-header, .search-results #main.site-main, .search-no-results .page-header, .search-no-results #main.site-main, .archive .page-header, .archive #main.site-main {
      padding: 0px; } }

.search-results .page-header, .search-no-results .page-header, .archive .page-header {
  margin-bottom: 60px; }
  @media (max-width: 568px) {
    .search-results .page-header, .search-no-results .page-header, .archive .page-header {
      margin-bottom: 20px; } }

.search-results #main.site-main, .search-no-results #main.site-main, .archive #main.site-main {
  max-width: 1160px;
  margin-bottom: 120px;
  padding: 0px 10px; }

.category.archive .page-header, .post-type-archive.archive .page-header {
  text-align: center; }
  .category.archive .page-header .author-info.byline, .post-type-archive.archive .page-header .author-info.byline {
    padding: 50px;
    justify-content: center; }
    .category.archive .page-header .author-info.byline > div, .post-type-archive.archive .page-header .author-info.byline > div {
      max-width: 700px; }
    @media (max-width: 768px) {
      .category.archive .page-header .author-info.byline, .post-type-archive.archive .page-header .author-info.byline {
        padding: 20px; } }

.author.archive .page-header {
  max-width: 1160px; }

/*
footer.SCSS

Styles for footer
*/
/*footer*/
#colophon {
  margin-top: 100px;
  padding: 70px 50px 40px 50px;
  width: 100%;
  background-color: #4A6B83; }
  @media (max-width: 1024px) {
    #colophon {
      margin-top: 70px;
      padding: 50px 20px; } }
  @media (max-width: 768px) {
    #colophon {
      margin-top: 50px; } }
  @media (max-width: 568px) {
    #colophon {
      margin-top: 40px;
      padding: 40px 10px 30px 10px; } }
  #colophon nav.menu-footer {
    max-width: 1180px;
    margin: 0 auto; }
  #colophon #menu-real-super-footer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    padding: 0px 30px; }
    @media (max-width: 568px) {
      #colophon #menu-real-super-footer {
        padding: 0px 15px; } }
    #colophon #menu-real-super-footer li {
      margin-bottom: 12.5px; }
      #colophon #menu-real-super-footer li.btn-hub a, #colophon #menu-real-super-footer li.btn-hub .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #colophon #menu-real-super-footer li.btn-hub .ab-block-post-grid-more-link {
        font-weight: normal;
        padding-left: 30px;
        background-image: url(./images/resource-hub-color-alternate.svg);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: 0px center; }
      #colophon #menu-real-super-footer li.column-title {
        margin-right: 70px;
        margin-bottom: 30px; }
        @media (max-width: 768px) {
          #colophon #menu-real-super-footer li.column-title:nth-of-type(3) {
            margin-right: 0px; } }
        @media only screen and (max-width: 625px) {
          #colophon #menu-real-super-footer li.column-title:nth-of-type(3) {
            margin-right: 70px; } }
        @media (max-width: 568px) {
          #colophon #menu-real-super-footer li.column-title:nth-of-type(3) {
            margin-right: 0px; } }
        @media (max-width: 568px) {
          #colophon #menu-real-super-footer li.column-title {
            margin-right: 0px;
            width: 100%; } }
        @media (max-width: 568px) {
          #colophon #menu-real-super-footer li.column-title.ba-events .sub-menu {
            column-count: 1; } }
        #colophon #menu-real-super-footer li.column-title:last-of-type {
          margin-right: 0px; }
        #colophon #menu-real-super-footer li.column-title a, #colophon #menu-real-super-footer li.column-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #colophon #menu-real-super-footer li.column-title .ab-block-post-grid-more-link {
          color: #fff;
          pointer-events: none;
          font-family: "Merriweather", "Georgia", serif;
          font-size: 16px;
          font-weight: normal;
          position: relative; }
          #colophon #menu-real-super-footer li.column-title a:after, #colophon #menu-real-super-footer li.column-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:after, .ab-post-grid-items.is-grid #colophon #menu-real-super-footer li.column-title .ab-block-post-grid-more-link:after {
            content: "";
            display: block;
            width: 40px;
            height: 3px;
            background-color: #C5A35F;
            position: absolute;
            bottom: -5px;
            left: 0px; }
          @media (max-width: 768px) {
            #colophon #menu-real-super-footer li.column-title a, #colophon #menu-real-super-footer li.column-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #colophon #menu-real-super-footer li.column-title .ab-block-post-grid-more-link {
              font-size: 14px; } }
        #colophon #menu-real-super-footer li.column-title .sub-menu {
          margin-top: 20px;
          max-width: 210px; }
          @media (max-width: 568px) {
            #colophon #menu-real-super-footer li.column-title .sub-menu {
              column-count: 2;
              max-width: 100%; } }
          #colophon #menu-real-super-footer li.column-title .sub-menu a, #colophon #menu-real-super-footer li.column-title .sub-menu .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #colophon #menu-real-super-footer li.column-title .sub-menu .ab-block-post-grid-more-link {
            color: #fff;
            font-size: 15px;
            font-family: "Helvetica", "Arial", sans-serif;
            pointer-events: auto;
            line-height: 20px; }
            #colophon #menu-real-super-footer li.column-title .sub-menu a:hover, #colophon #menu-real-super-footer li.column-title .sub-menu .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid #colophon #menu-real-super-footer li.column-title .sub-menu .ab-block-post-grid-more-link:hover {
              color: #C5A35F; }
            #colophon #menu-real-super-footer li.column-title .sub-menu a:after, #colophon #menu-real-super-footer li.column-title .sub-menu .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:after, .ab-post-grid-items.is-grid #colophon #menu-real-super-footer li.column-title .sub-menu .ab-block-post-grid-more-link:after {
              display: none; }
            @media (max-width: 568px) {
              #colophon #menu-real-super-footer li.column-title .sub-menu a, #colophon #menu-real-super-footer li.column-title .sub-menu .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #colophon #menu-real-super-footer li.column-title .sub-menu .ab-block-post-grid-more-link {
                font-size: 13px; } }
  #colophon hr {
    max-width: 1200px; }
  #colophon .footer-bottom {
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1180px;
    margin: 0 auto; }
    @media (max-width: 568px) {
      #colophon .footer-bottom {
        flex-flow: column nowrap;
        padding: 0px; } }
    #colophon .footer-bottom p, #colophon .footer-bottom h6, #colophon .footer-bottom .h6, #colophon .footer-bottom small {
      color: #fff;
      margin-bottom: 10px; }
    #colophon .footer-bottom a, #colophon .footer-bottom .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #colophon .footer-bottom .ab-block-post-grid-more-link {
      color: #C5A35F; }
    #colophon .footer-bottom .footer-bottom-left {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 768px) {
        #colophon .footer-bottom .footer-bottom-left {
          flex-basis: 42%; } }
      @media (max-width: 568px) {
        #colophon .footer-bottom .footer-bottom-left {
          flex-basis: 100%;
          padding: 0px 15px 30px 15px;
          border-bottom: 1px solid #fff;
          width: 100%;
          justify-content: flex-start; } }
      #colophon .footer-bottom .footer-bottom-left img {
        margin-right: 20px;
        max-width: 70px; }
        @media (max-width: 568px) {
          #colophon .footer-bottom .footer-bottom-left img {
            max-width: 50px; } }
    #colophon .footer-bottom .footer-bottom-right {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-flow: column nowrap; }
      @media (max-width: 568px) {
        #colophon .footer-bottom .footer-bottom-right {
          padding: 30px 15px 0px 15px;
          align-items: flex-start;
          width: 100%; } }
      #colophon .footer-bottom .footer-bottom-right .social-links {
        display: flex;
        margin-bottom: 30px; }
        @media (max-width: 568px) {
          #colophon .footer-bottom .footer-bottom-right .social-links {
            flex-flow: row wrap; } }
        #colophon .footer-bottom .footer-bottom-right .social-links span {
          background-color: #fff;
          border-radius: 100%;
          margin-right: 10px;
          height: 24px;
          width: 24px;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: background-color 0.3s ease; }
          #colophon .footer-bottom .footer-bottom-right .social-links span:last-of-type {
            margin-right: 0px; }
          @media (max-width: 568px) {
            #colophon .footer-bottom .footer-bottom-right .social-links span {
              padding: 0px 3px;
              margin-right: 15px; } }
          #colophon .footer-bottom .footer-bottom-right .social-links span:hover {
            background-color: #C5A35F; }
            #colophon .footer-bottom .footer-bottom-right .social-links span:hover .fa {
              color: #fff; }
          #colophon .footer-bottom .footer-bottom-right .social-links span .fa {
            transition: background-color 0.3s ease;
            color: #4A6B83; }
      #colophon .footer-bottom .footer-bottom-right .savor-flavor-link {
        width: 132px; }
      #colophon .footer-bottom .footer-bottom-right img {
        margin-bottom: 20px; }
        @media (max-width: 568px) {
          #colophon .footer-bottom .footer-bottom-right img {
            margin-bottom: 20px;
            margin-left: -3px; } }

body.single-member-profile article {
  width: 1010px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 30px; }
  @media (max-width: 568px) {
    body.single-member-profile article {
      padding: 0px 20px; } }
  body.single-member-profile article > .entry-header .entry-meta {
    float: left; }
  body.single-member-profile article > .entry-header figure.post-thumbnail {
    float: right;
    width: 40%;
    margin: 0px 0px 30px 0px !important;
    display: flex;
    justify-content: flex-end; }
    body.single-member-profile article > .entry-header figure.post-thumbnail figcaption {
      display: none; }
    @media (max-width: 768px) {
      body.single-member-profile article > .entry-header figure.post-thumbnail {
        margin: 0px 0px 10px 20px !important; } }
    @media (max-width: 568px) {
      body.single-member-profile article > .entry-header figure.post-thumbnail {
        text-align: center;
        float: none;
        width: 100% !important;
        justify-content: center;
        margin: 0px auto !important; } }
    body.single-member-profile article > .entry-header figure.post-thumbnail img {
      width: 100%;
      border-radius: 50%;
      max-height: 410px;
      max-width: 410px;
      object-fit: cover; }
      @media (max-width: 768px) {
        body.single-member-profile article > .entry-header figure.post-thumbnail img {
          max-height: 354px;
          max-width: 354px; } }
      @media (max-width: 568px) {
        body.single-member-profile article > .entry-header figure.post-thumbnail img {
          max-height: 340px;
          max-width: 340px; } }
      @media (max-width: 375px) {
        body.single-member-profile article > .entry-header figure.post-thumbnail img {
          max-height: 240px;
          max-width: 240px; } }
  body.single-member-profile article > .entry-content {
    clear: left; }
    body.single-member-profile article > .entry-content > * {
      max-width: calc(100% - 60px - 165px); }
      @media (max-width: 768px) {
        body.single-member-profile article > .entry-content > * {
          max-width: 100%; } }
    body.single-member-profile article > .entry-content > .block-heading {
      max-width: calc(105% - 60px - 165px); }
      @media (max-width: 768px) {
        body.single-member-profile article > .entry-content > .block-heading {
          max-width: 100%; } }
    body.single-member-profile article > .entry-content .wider-element, body.single-member-profile article > .entry-content .tablepress, body.single-member-profile article > .entry-content .wider, body.single-member-profile article > .entry-content .alignfull {
      width: 107%;
      max-width: 107%;
      margin-left: -3.5%; }
      @media (max-width: 768px) {
        body.single-member-profile article > .entry-content .wider-element, body.single-member-profile article > .entry-content .tablepress, body.single-member-profile article > .entry-content .wider, body.single-member-profile article > .entry-content .alignfull {
          width: calc(100% + 60px);
          max-width: calc(100% + 60px);
          margin-left: -30px; } }
    body.single-member-profile article > .entry-content .breakout {
      max-width: 100%; }

body.error404 main.site-main > article {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 30px;
  width: 1010px; }

nav ul {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px; }

/**
* nav.scss
*
* All styles relating to the main nav + responsive
*
**/
.header-wrapper {
  display: block;
  height: 265px;
  width: 100%;
  margin: auto;
  position: relative;
  float: left;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  vertical-align: top;
  z-index: 5;
  margin-bottom: 70px; }
  @media (max-width: 1024px) {
    .header-wrapper {
      height: 144px;
      margin-bottom: 50px; } }
  @media (max-width: 568px) {
    .header-wrapper {
      height: 121px;
      margin-bottom: 30px; } }

.page-template-tmpl_wide .post-thumbnail img {
  transition: margin 0.3s ease;
  margin-top: -90px; }
  @media (max-width: 1024px) {
    .page-template-tmpl_wide .post-thumbnail img {
      margin-top: -55px; } }
  @media (max-width: 568px) {
    .page-template-tmpl_wide .post-thumbnail img {
      margin-top: -30px; } }

.submenu-open.page-template-tmpl_wide .post-thumbnail img {
  margin-top: -50px; }

.menu-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative; }

.submenu-container {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  height: 45px;
  align-items: center;
  max-width: 1355px;
  padding: 0px 60px; }
  .submenu-container .scroll-logo {
    position: absolute; }
    .submenu-container .scroll-logo img {
      width: 0px;
      opacity: 0;
      will-change: width, opacity;
      transition: all .25s ease-in-out; }

.super-header-link, #super-header #menu-tertiary li a, #super-header #menu-tertiary li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #super-header #menu-tertiary li .ab-block-post-grid-more-link, #menu-account > a, .ab-post-grid-items.is-grid #menu-account > .ab-block-post-grid-more-link, #menu-account #member-options > li > a, #menu-account .ab-post-grid-items.is-grid #member-options > li > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #member-options > li > .ab-block-post-grid-more-link, #menu-account #login-wrapper > li > a, #menu-account .ab-post-grid-items.is-grid #login-wrapper > li > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #login-wrapper > li > .ab-block-post-grid-more-link, #menu-account #member-options > li > ul > li > a, #menu-account .ab-post-grid-items.is-grid #member-options > li > ul > li > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #member-options > li > ul > li > .ab-block-post-grid-more-link, #menu-account #login-wrapper > li > ul > li > a, #menu-account .ab-post-grid-items.is-grid #login-wrapper > li > ul > li > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #login-wrapper > li > ul > li > .ab-block-post-grid-more-link {
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  font-family: "Helvetica", "Arial", sans-serif;
  line-height: normal;
  color: #FFF; }

#super-header {
  background-color: #4A6B83; }
  #super-header .menu-wrapper {
    max-width: 1355px;
    margin: 0 auto;
    padding: 0px 60px; }
    @media (max-width: 1024px) {
      #super-header .menu-wrapper {
        padding: 0px 40px; } }
    @media (max-width: 568px) {
      #super-header .menu-wrapper {
        padding: 0px 0px 0px 20px; } }
  #super-header .menu-title {
    margin: 0px;
    color: #fff;
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-family: "Helvetica", "Arial", sans-serif;
    display: none;
    line-height: 1; }
    @media (max-width: 1024px) {
      #super-header .menu-title {
        display: block; } }
    @media (max-width: 568px) {
      #super-header .menu-title {
        left: 70px; } }
  #super-header #menu-tertiary {
    display: flex;
    height: 100%;
    align-items: stretch; }
    #super-header #menu-tertiary li {
      margin: 0px 30px 0px 0px; }
      #super-header #menu-tertiary li a, #super-header #menu-tertiary li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #super-header #menu-tertiary li .ab-block-post-grid-more-link {
        line-height: 1.9;
        padding: 10px 0px; }
        #super-header #menu-tertiary li a:hover, #super-header #menu-tertiary li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid #super-header #menu-tertiary li .ab-block-post-grid-more-link:hover {
          color: #D8D8D8; }
    @media (max-width: 1024px) {
      #super-header #menu-tertiary {
        display: none; } }

#site-navigation {
  height: 100%;
  flex-basis: 100%;
  align-items: center; }
  #site-navigation.collapse:not(.show) {
    display: block; }
    @media (max-width: 1024px) {
      #site-navigation.collapse:not(.show) {
        display: none; } }

#access {
  background-color: #fff;
  border-bottom: 1px solid #D8D8D8; }
  #access .menu-wrapper {
    border-top: 1px solid #D8D8D8; }

#hubBtn {
  padding: 7px 25px 7px 17px;
  background-image: none;
  text-indent: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px; }
  #hubBtn img {
    max-width: 20px;
    max-height: 20px;
    margin: 0px 5px; }

#masthead {
  position: fixed;
  background-color: #fff;
  width: 100%; }
  #masthead .site-branding {
    background: #fff;
    animation-name: brandingGrow;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-fill-mode: reverse; }
    @media (max-width: 1024px) {
      #masthead .site-branding {
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 1px 1px 3px #d3d3d3;
        padding: 20px 40px; } }
    @media (max-width: 568px) {
      #masthead .site-branding {
        padding: 10px 20px; } }
    #masthead .site-branding .btn-hub, #masthead .site-branding .kbase.tag-list > a, #masthead .site-branding .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #masthead .site-branding .kbase.tag-list > .ab-block-post-grid-more-link {
      display: none; }
      @media (max-width: 1024px) {
        #masthead .site-branding .btn-hub, #masthead .site-branding .kbase.tag-list > a, #masthead .site-branding .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #masthead .site-branding .kbase.tag-list > .ab-block-post-grid-more-link {
          display: flex; } }
    #masthead .site-branding .secondary-logo {
      height: 101px; }
      @media (max-width: 568px) {
        #masthead .site-branding .secondary-logo {
          display: none; } }
    #masthead .site-branding.no-animation {
      animation: none; }
  #masthead.scroll-header .site-branding {
    animation-name: brandingShrink;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    animation-fill-mode: forwards;
    position: relative;
    z-index: -1; }
    #masthead.scroll-header .site-branding .site-title {
      height: 0px; }
      #masthead.scroll-header .site-branding .site-title a, #masthead.scroll-header .site-branding .site-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #masthead.scroll-header .site-branding .site-title .ab-block-post-grid-more-link, #masthead.scroll-header .site-branding .site-title img {
        pointer-events: none; }
  #masthead.scroll-header .scroll-logo {
    position: static;
    margin-right: 20px; }
    #masthead.scroll-header .scroll-logo img {
      width: 35px;
      opacity: 1; }
  #masthead.scroll-header #menu-main .menu-item.show .submenu-wrapper {
    top: 46px;
    opacity: 1; }

.active-menu-item:after, #menu-main > li.show:after, #menu-main > li.current-menu-item:after, #menu-main > li.current-menu-parent:after {
  content: '';
  width: 100%;
  height: 1px; }

.active-menu-item a, #menu-main > li.show a, #menu-main > li.current-menu-item a, #menu-main > li.current-menu-parent a, .active-menu-item .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .active-menu-item .ab-block-post-grid-more-link, #menu-main > li.show .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-main > li.show .ab-block-post-grid-more-link, #menu-main > li.current-menu-item .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-main > li.current-menu-item .ab-block-post-grid-more-link, #menu-main > li.current-menu-parent .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-main > li.current-menu-parent .ab-block-post-grid-more-link {
  color: #008080; }

.site-title {
  max-width: 1355px;
  margin: 0 auto;
  padding: 30px 60px;
  background: #fff;
  height: auto; }
  @media (max-width: 1024px) {
    .site-title {
      padding: 0px;
      margin: 0; } }
  .site-title a:hover, .site-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .site-title .ab-block-post-grid-more-link:hover {
    text-decoration: none; }
  .site-title img {
    max-height: 103px; }
    @media (max-width: 1024px) {
      .site-title img {
        max-height: 60px; } }

#menu-main {
  list-style: none;
  width: 90%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%; }
  @media (max-width: 1024px) {
    #menu-main {
      width: 100%; } }

#menu-main > li {
  margin: 0px;
  position: static;
  height: 100%;
  transition: background-color 0.3s ease;
  white-space: nowrap; }
  #menu-main > li.mobile-menu {
    display: none; }
  #menu-main > li:before {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background-color: transparent;
    top: -1px;
    left: 0px;
    position: relative; }
    @media (max-width: 568px) {
      #menu-main > li:before {
        display: none; } }
  #menu-main > li.show {
    height: 46px; }
    #menu-main > li.show .submenu-wrapper {
      top: 46px;
      opacity: 1; }
  #menu-main > li.current-menu-item:before, #menu-main > li.current-menu-parent:before {
    background-color: #008080; }
    @media (max-width: 1024px) {
      #menu-main > li.current-menu-item:before, #menu-main > li.current-menu-parent:before {
        display: none; } }

#menu-main > li > a, .ab-post-grid-items.is-grid #menu-main > li > .ab-block-post-grid-more-link {
  font-size: 14px;
  color: #3D3626;
  font-family: "Helvetica", "Arial", sans-serif;
  position: relative;
  padding: 8px 16px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3px; }
  #menu-main > li > a:hover, .ab-post-grid-items.is-grid #menu-main > li > .ab-block-post-grid-more-link:hover {
    color: #008080; }
  #menu-main > li > a.dropdown-toggle, .ab-post-grid-items.is-grid #menu-main > li > .dropdown-toggle.ab-block-post-grid-more-link {
    padding-right: 30px; }
    #menu-main > li > a.dropdown-toggle:after, .ab-post-grid-items.is-grid #menu-main > li > .dropdown-toggle.ab-block-post-grid-more-link:after {
      right: 13px;
      content: '\e86a';
      font-family: 'fontello';
      border: none;
      height: auto;
      width: auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin: 0px; }

#menu-main .submenu-wrapper {
  padding: 5px 0px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: 0px;
  right: 0px;
  opacity: 0;
  background: #f9f9f9;
  z-index: -1;
  transition: all .5s ease-in-out, opacity 0.3s ease-in-out; }
  @media (max-width: 1024px) {
    #menu-main .submenu-wrapper {
      opacity: 1;
      position: static;
      background-color: #fff;
      display: block;
      z-index: 1;
      border: none; } }
  #menu-main .submenu-wrapper .dropdown-submenu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    max-width: 1100px; }
    @media (max-width: 1024px) {
      #menu-main .submenu-wrapper .dropdown-submenu {
        flex-flow: column wrap;
        max-height: 160px;
        justify-content: flex-start;
        align-items: flex-start; } }
    @media (max-width: 768px) {
      #menu-main .submenu-wrapper .dropdown-submenu {
        display: block;
        max-height: 100%; } }
    #menu-main .submenu-wrapper .dropdown-submenu .dropdown-item {
      padding: 10px 15px;
      text-transform: none;
      font-size: 14px;
      font-weight: normal;
      color: #3D3626;
      width: auto;
      position: relative;
      font-weight: normal; }
      @media (max-width: 1024px) {
        #menu-main .submenu-wrapper .dropdown-submenu .dropdown-item {
          padding: 5px 10px;
          line-height: 1.5; } }
      @media (max-width: 568px) {
        #menu-main .submenu-wrapper .dropdown-submenu .dropdown-item {
          font-size: 12px;
          max-width: 160px; } }
      @media (max-width: 375px) {
        #menu-main .submenu-wrapper .dropdown-submenu .dropdown-item {
          max-width: 100%; } }
      #menu-main .submenu-wrapper .dropdown-submenu .dropdown-item:hover {
        background-color: transparent;
        color: #008080; }
        #menu-main .submenu-wrapper .dropdown-submenu .dropdown-item:hover:after {
          color: #3D3626; }
      #menu-main .submenu-wrapper .dropdown-submenu .dropdown-item:after {
        content: '|';
        position: absolute;
        right: -3px; }
        @media (max-width: 1024px) {
          #menu-main .submenu-wrapper .dropdown-submenu .dropdown-item:after {
            display: none; } }
      #menu-main .submenu-wrapper .dropdown-submenu .dropdown-item:last-of-type:after {
        display: none; }
      #menu-main .submenu-wrapper .dropdown-submenu .dropdown-item.active {
        color: #008080;
        background-color: transparent; }
        #menu-main .submenu-wrapper .dropdown-submenu .dropdown-item.active:after {
          color: #3D3626; }

.navbar-toggler {
  padding: 5px 0px;
  display: none;
  z-index: 9; }
  .navbar-toggler:hover {
    border: 1px solid transparent; }
  @media (max-width: 1024px) {
    .navbar-toggler {
      display: block; } }
  .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 1px;
    transition: transform .25s ease, opacity 0.3s ease;
    margin: 5px auto 0px auto;
    top: 0px;
    left: 0px; }
    .navbar-toggler .navbar-toggler-icon:nth-child(1) {
      transform: rotate(135deg);
      position: relative;
      top: 10px; }
    .navbar-toggler .navbar-toggler-icon:nth-child(2) {
      transform: rotate(-135deg);
      position: relative;
      top: 1px; }
    .navbar-toggler .navbar-toggler-icon:nth-child(3) {
      opacity: 0; }
    .navbar-toggler .navbar-toggler-icon:first-of-type {
      margin-top: 0px; }
  .navbar-toggler.collapsed .navbar-toggler-icon {
    background-color: #fff;
    position: static;
    transform: none; }
    .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
      opacity: 1; }

/**
* Responsive Navigation. Let's Switch to a flyout menu
*
**/
@media screen and (max-width: 1024px) {
  #access {
    border: none;
    position: fixed;
    top: -100vh; }
    #access .btn-hub, #access .kbase.tag-list > a, #access .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #access .kbase.tag-list > .ab-block-post-grid-more-link {
      display: none; }
      #access .btn-hub.mobile-hub-btn, #access .kbase.tag-list > a.mobile-hub-btn, #access .ab-post-grid-items.is-grid .kbase.tag-list > .mobile-hub-btn.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #access .kbase.tag-list > .mobile-hub-btn.ab-block-post-grid-more-link {
        display: flex;
        margin: 50px auto auto 40px; } }
      @media screen and (max-width: 1024px) and (max-width: 568px) {
        #access .btn-hub.mobile-hub-btn, #access .kbase.tag-list > a.mobile-hub-btn, #access .ab-post-grid-items.is-grid .kbase.tag-list > .mobile-hub-btn.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #access .kbase.tag-list > .mobile-hub-btn.ab-block-post-grid-more-link {
          margin: 30px auto auto 20px; } }

@media screen and (max-width: 1024px) {
  #site-navigation {
    position: fixed;
    top: 44px;
    left: 0px;
    transform: translateX(-110vw);
    transition: transform .3s ease-in-out;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-overflow-scrolling: touch; } }
  @media screen and (max-width: 1024px) and (max-width: 568px) {
    #site-navigation {
      top: 41px; } }

@media screen and (max-width: 1024px) {
    #site-navigation.show {
      transform: translateX(0vw);
      width: 80%;
      overflow-y: scroll;
      overflow-x: hidden; } }
    @media screen and (max-width: 1024px) and (max-width: 568px) {
      #site-navigation.show {
        width: 90%; } }

@media screen and (max-width: 1024px) {
  #menu-main {
    display: block;
    clear: both;
    height: auto;
    padding-bottom: 170px; }
  #menu-main ul {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px; }
  #menu-main > li {
    float: none;
    display: block;
    width: 100%;
    padding: 0px;
    text-align: left; } }
  @media screen and (max-width: 1024px) and (max-width: 568px) {
    #menu-main > li {
      padding: 5px 0px; } }

@media screen and (max-width: 1024px) {
    #menu-main > li.dropdown {
      border-bottom: 1px solid #6D6D6D;
      padding: 10px 0px; }
    #menu-main > li:not(.dropdown) a, #menu-main > li:not(.dropdown) .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-main > li:not(.dropdown) .ab-block-post-grid-more-link, #menu-main > li:not(.dropdown) a:not(.dropdown-toggle), #menu-main > li:not(.dropdown) .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:not(.dropdown-toggle), .ab-post-grid-items.is-grid #menu-main > li:not(.dropdown) .ab-block-post-grid-more-link:not(.dropdown-toggle) {
      padding: 12.5px 12.5px 5px 40px;
      line-height: 1; } }
    @media screen and (max-width: 1024px) and (max-width: 568px) {
      #menu-main > li:not(.dropdown) a, #menu-main > li:not(.dropdown) .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-main > li:not(.dropdown) .ab-block-post-grid-more-link, #menu-main > li:not(.dropdown) a:not(.dropdown-toggle), #menu-main > li:not(.dropdown) .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:not(.dropdown-toggle), .ab-post-grid-items.is-grid #menu-main > li:not(.dropdown) .ab-block-post-grid-more-link:not(.dropdown-toggle) {
        padding-left: 20px; } }

@media screen and (max-width: 1024px) {
    #menu-main > li.mobile-menu {
      display: block; }
  #menu-main > li > a, .ab-post-grid-items.is-grid #menu-main > li > .ab-block-post-grid-more-link {
    color: #008080;
    background: #FFF;
    padding: 12.5px 12.5px 12.5px 40px;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8%;
    display: block;
    text-transform: uppercase;
    color: #6D6D6D; } }
  @media screen and (max-width: 1024px) and (max-width: 568px) {
    #menu-main > li > a, .ab-post-grid-items.is-grid #menu-main > li > .ab-block-post-grid-more-link {
      padding-left: 20px;
      font-size: 14px; } }

@media screen and (max-width: 1024px) {
    #menu-main > li > a.dropdown-toggle, .ab-post-grid-items.is-grid #menu-main > li > .dropdown-toggle.ab-block-post-grid-more-link {
      padding-bottom: 0px; }
      #menu-main > li > a.dropdown-toggle:after, .ab-post-grid-items.is-grid #menu-main > li > .dropdown-toggle.ab-block-post-grid-more-link:after {
        display: none; }
    #menu-main > li > a.nav-link, .ab-post-grid-items.is-grid #menu-main > li > .nav-link.ab-block-post-grid-more-link {
      color: #3D3626; }
  #menu-main > li > ul {
    border-top: 1px solid #FFF; }
  #menu-main .submenu-wrapper {
    padding-left: 30px; } }
  @media screen and (max-width: 1024px) and (max-width: 568px) {
    #menu-main .submenu-wrapper {
      padding-left: 10px; } }

@media screen and (max-width: 1024px) {
  .admin-bar #site-navigation {
    top: 102px; } }

#menu-account {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  position: relative;
  z-index: 10; }
  #menu-account > a, .ab-post-grid-items.is-grid #menu-account > .ab-block-post-grid-more-link {
    padding: 0px 20px;
    line-height: 3.4; }
    #menu-account > a:hover, .ab-post-grid-items.is-grid #menu-account > .ab-block-post-grid-more-link:hover {
      background-color: #EFEFEF;
      color: #375062;
      cursor: pointer; }
    #menu-account > a.reversed, .ab-post-grid-items.is-grid #menu-account > .reversed.ab-block-post-grid-more-link {
      background-color: #EFEFEF;
      color: #375062; }
      #menu-account > a.reversed:hover, .ab-post-grid-items.is-grid #menu-account > .reversed.ab-block-post-grid-more-link:hover {
        background-color: #D8D8D8; }
    @media (max-width: 568px) {
      #menu-account > a, .ab-post-grid-items.is-grid #menu-account > .ab-block-post-grid-more-link {
        padding: 0px 10px; } }
  @media (max-width: 568px) {
    #menu-account #become-a-member {
      margin-right: 5px; } }
  @media (max-width: 375px) {
    #menu-account #become-a-member {
      display: none; } }
  #menu-account #member-options, #menu-account #login-wrapper {
    margin: 0px;
    position: relative;
    background-color: #EFEFEF; }
    #menu-account #member-options > li, #menu-account #login-wrapper > li {
      margin: 0px;
      padding: 1px 30px 1px 50px;
      background-color: #EFEFEF; }
      #menu-account #member-options > li:before, #menu-account #login-wrapper > li:before {
        content: ""; }
      #menu-account #member-options > li:hover, #menu-account #login-wrapper > li:hover {
        background-color: #D8D8D8; }
      @media (max-width: 568px) {
        #menu-account #member-options > li, #menu-account #login-wrapper > li {
          padding: 0px 20px; } }
      #menu-account #member-options > li > a, #menu-account .ab-post-grid-items.is-grid #member-options > li > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #member-options > li > .ab-block-post-grid-more-link, #menu-account #login-wrapper > li > a, #menu-account .ab-post-grid-items.is-grid #login-wrapper > li > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #login-wrapper > li > .ab-block-post-grid-more-link {
        color: #375062; }
        #menu-account #member-options > li > a:before, #menu-account .ab-post-grid-items.is-grid #member-options > li > .ab-block-post-grid-more-link:before, .ab-post-grid-items.is-grid #menu-account #member-options > li > .ab-block-post-grid-more-link:before, #menu-account #login-wrapper > li > a:before, #menu-account .ab-post-grid-items.is-grid #login-wrapper > li > .ab-block-post-grid-more-link:before, .ab-post-grid-items.is-grid #menu-account #login-wrapper > li > .ab-block-post-grid-more-link:before {
          content: '\e85c' !important;
          font-family: "fontello";
          padding: 0px 0px 0px 7.5px;
          color: #375062;
          font-size: 23px;
          text-decoration: none;
          -webkit-font-smoothing: antialiased;
          text-decoration: none;
          font-weight: normal;
          padding: 0px;
          position: absolute;
          top: 11px;
          left: 14px; }
          @media (max-width: 568px) {
            #menu-account #member-options > li > a:before, #menu-account .ab-post-grid-items.is-grid #member-options > li > .ab-block-post-grid-more-link:before, .ab-post-grid-items.is-grid #menu-account #member-options > li > .ab-block-post-grid-more-link:before, #menu-account #login-wrapper > li > a:before, #menu-account .ab-post-grid-items.is-grid #login-wrapper > li > .ab-block-post-grid-more-link:before, .ab-post-grid-items.is-grid #menu-account #login-wrapper > li > .ab-block-post-grid-more-link:before {
              top: 8px;
              left: 9px; } }
      #menu-account #member-options > li:hover > a, #menu-account .ab-post-grid-items.is-grid #member-options > li:hover > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #member-options > li:hover > .ab-block-post-grid-more-link, #menu-account #login-wrapper > li:hover > a, #menu-account .ab-post-grid-items.is-grid #login-wrapper > li:hover > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #login-wrapper > li:hover > .ab-block-post-grid-more-link {
        color: #375062; }
      #menu-account #member-options > li div#name-wrapper, #menu-account #login-wrapper > li div#name-wrapper {
        display: block;
        font-style: italic;
        margin-top: 5px;
        margin-bottom: -6px; }
        @media (max-width: 568px) {
          #menu-account #member-options > li div#name-wrapper, #menu-account #login-wrapper > li div#name-wrapper {
            display: none; }
            #menu-account #member-options > li div#name-wrapper + strong, #menu-account #login-wrapper > li div#name-wrapper + strong {
              display: none; } }
      #menu-account #member-options > li > ul, #menu-account #login-wrapper > li > ul {
        display: none;
        margin: 0px;
        position: absolute;
        bottom: -44px;
        left: 0px; }
        #menu-account #member-options > li > ul > li, #menu-account #login-wrapper > li > ul > li {
          white-space: nowrap;
          margin: 0px;
          padding: 0px 20px;
          background-color: #EFEFEF; }
          #menu-account #member-options > li > ul > li:hover, #menu-account #login-wrapper > li > ul > li:hover {
            background-color: #D8D8D8; }
          #menu-account #member-options > li > ul > li:before, #menu-account #login-wrapper > li > ul > li:before {
            content: none; }
          #menu-account #member-options > li > ul > li > a, #menu-account .ab-post-grid-items.is-grid #member-options > li > ul > li > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #member-options > li > ul > li > .ab-block-post-grid-more-link, #menu-account #login-wrapper > li > ul > li > a, #menu-account .ab-post-grid-items.is-grid #login-wrapper > li > ul > li > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #login-wrapper > li > ul > li > .ab-block-post-grid-more-link {
            line-height: 3.4;
            padding: 10px 0px;
            color: #375062; }
            #menu-account #member-options > li > ul > li > a:hover, #menu-account .ab-post-grid-items.is-grid #member-options > li > ul > li > .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid #menu-account #member-options > li > ul > li > .ab-block-post-grid-more-link:hover, #menu-account #login-wrapper > li > ul > li > a:hover, #menu-account .ab-post-grid-items.is-grid #login-wrapper > li > ul > li > .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid #menu-account #login-wrapper > li > ul > li > .ab-block-post-grid-more-link:hover {
              cursor: pointer;
              color: #375062; }
      #menu-account #member-options > li:hover > ul, #menu-account #login-wrapper > li:hover > ul {
        display: block; }
        @media (max-width: 568px) {
          #menu-account #member-options > li:hover > ul, #menu-account #login-wrapper > li:hover > ul {
            display: none; } }
  #menu-account #login-wrapper > li {
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #4A6B83; }
    #menu-account #login-wrapper > li > a, #menu-account .ab-post-grid-items.is-grid #login-wrapper > li > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #login-wrapper > li > .ab-block-post-grid-more-link {
      color: #fff; }
      #menu-account #login-wrapper > li > a:before, #menu-account .ab-post-grid-items.is-grid #login-wrapper > li > .ab-block-post-grid-more-link:before, .ab-post-grid-items.is-grid #menu-account #login-wrapper > li > .ab-block-post-grid-more-link:before {
        display: none; }
  #menu-account #logout-form {
    width: auto;
    height: 45px; }
    @media (max-width: 1024px) {
      #menu-account #logout-form {
        height: 43px; } }
    @media (max-width: 768px) {
      #menu-account #logout-form {
        height: 41px; } }
    @media (max-width: 568px) {
      #menu-account #logout-form {
        height: 40px;
        margin-left: 5px; } }
    #menu-account #logout-form .btn.btn-primary, #menu-account #logout-form input[type="submit"], #menu-account #logout-form .wp-block-button__link, #menu-account #logout-form .kbase.tag-list > a.btn-primary, #menu-account #logout-form .kbase.tag-list > a.wp-block-button__link, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"], .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"] {
      text-transform: capitalize;
      line-height: 3.4;
      font-weight: normal;
      font-family: "Helvetica", "Arial", sans-serif;
      font-size: 13px;
      padding: 0px 20px;
      background-color: transparent;
      height: 45px; }
      @media (max-width: 1024px) {
        #menu-account #logout-form .btn.btn-primary, #menu-account #logout-form input[type="submit"], #menu-account #logout-form .wp-block-button__link, #menu-account #logout-form .kbase.tag-list > a.btn-primary, #menu-account #logout-form .kbase.tag-list > a.wp-block-button__link, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"], .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"] {
          height: 43px; } }
      @media (max-width: 768px) {
        #menu-account #logout-form .btn.btn-primary, #menu-account #logout-form input[type="submit"], #menu-account #logout-form .wp-block-button__link, #menu-account #logout-form .kbase.tag-list > a.btn-primary, #menu-account #logout-form .kbase.tag-list > a.wp-block-button__link, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"], .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"] {
          height: 41px; } }
      @media (max-width: 568px) {
        #menu-account #logout-form .btn.btn-primary, #menu-account #logout-form input[type="submit"], #menu-account #logout-form .wp-block-button__link, #menu-account #logout-form .kbase.tag-list > a.btn-primary, #menu-account #logout-form .kbase.tag-list > a.wp-block-button__link, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"], .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"] {
          height: 40px;
          padding: 0px 10px; } }
      #menu-account #logout-form .btn.btn-primary:hover, #menu-account #logout-form input[type="submit"]:hover, #menu-account #logout-form .wp-block-button__link:hover, #menu-account #logout-form .kbase.tag-list > a.btn-primary:hover, #menu-account #logout-form .kbase.tag-list > a.wp-block-button__link:hover, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link:hover, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link:hover, #menu-account #logout-form .ab-post-grid-items.is-grid .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"]:hover, .ab-post-grid-items.is-grid #menu-account #logout-form .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"]:hover {
        background-color: #EFEFEF;
        color: #375062; }
  #menu-account #search-icon {
    background: transparent;
    color: #fff;
    padding: 0px 10px;
    line-height: 2.5;
    cursor: pointer;
    margin-right: 0px; }
    #menu-account #search-icon:hover {
      background-color: #EFEFEF;
      color: #375062; }

@keyframes brandingGrow {
  0% {
    height: 0px;
    opacity: 0; }
  100% {
    height: 153px;
    opacity: 1; } }

@keyframes brandingShrink {
  0% {
    height: 153px;
    opacity: 1; }
  100% {
    height: 0px;
    opacity: 0; } }

#menu-supp li a, #menu-supp li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-supp li .ab-block-post-grid-more-link {
  display: none; }

#menu-supp.single-post li a, #menu-supp.single-post li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-supp.single-post li .ab-block-post-grid-more-link {
  display: block; }

#menu-supp li li, #menu-supp.single-post li {
  padding: 5px 0px; }
  #menu-supp li li a, #menu-supp li li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-supp li li .ab-block-post-grid-more-link, #menu-supp.single-post li a, #menu-supp.single-post li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #menu-supp.single-post li .ab-block-post-grid-more-link {
    display: block; }

#menu-footer {
  width: 100%; }
  #menu-footer > li {
    display: block; }

.pagination-container {
  padding: 0px 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .pagination-container {
      flex-direction: column; } }
  @media (max-width: 568px) {
    .pagination-container {
      margin-bottom: 5px; } }
  .pagination-container > * {
    font-size: 15px;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    color: #3D3626;
    margin-bottom: 0px; }
    @media (max-width: 768px) {
      .pagination-container > * {
        margin-bottom: 10px; } }
    @media (max-width: 568px) {
      .pagination-container > * {
        margin-bottom: 0px; } }
  .pagination-container .nav-links > * {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    color: #3D3626;
    font-family: "Helvetica", "Arial", sans-serif; }
    .pagination-container .nav-links > *:hover {
      color: #0d4c4c; }
    .pagination-container .nav-links > *.current {
      background-color: #EFEFEF;
      padding: 2px 6px; }

@media (max-width: 375px) {
  #top-pagination {
    display: none !important; } }

#bottom-pagination {
  margin-top: 20px; }
  @media (max-width: 568px) {
    #bottom-pagination {
      margin-top: 10px; } }
  #bottom-pagination .total-results {
    display: none; }

table, .table, .tablepress {
  background-color: transparent;
  margin: 0 0px 30px 0px;
  width: 100%; }
  table thead, .table thead, .tablepress thead {
    background: #6D6D6D; }
    table thead th, table thead td, .table thead th, .table thead td, .tablepress thead th, .tablepress thead td {
      border-width: 1px;
      border-top: none;
      color: #fff;
      background-color: #6D6D6D !important; }
  table.table-striped th, table.table-striped td, .table.table-striped th, .table.table-striped td, .tablepress.table-striped th, .tablepress.table-striped td {
    border: none;
    padding: 12px 30px; }
    @media (max-width: 568px) {
      table.table-striped th, table.table-striped td, .table.table-striped th, .table.table-striped td, .tablepress.table-striped th, .tablepress.table-striped td {
        padding: 12px; } }
  table.table-bordered td, .table.table-bordered td, .tablepress.table-bordered td {
    border-right: 1px solid #D8D8D8; }
  table.without-dark-header thead, .table.without-dark-header thead, .tablepress.without-dark-header thead {
    background: transparent; }
    table.without-dark-header thead th, .table.without-dark-header thead th, .tablepress.without-dark-header thead th {
      color: #3D3626; }
  table.container-1040, .table.container-1040, .tablepress.container-1040 {
    max-width: 1040px !important; }
  table.padded-md th, table.padded-md td, .table.padded-md th, .table.padded-md td, .tablepress.padded-md th, .tablepress.padded-md td {
    padding: 20px 40px; }
    @media (max-width: 768px) {
      table.padded-md th, table.padded-md td, .table.padded-md th, .table.padded-md td, .tablepress.padded-md th, .tablepress.padded-md td {
        padding: 20px; } }
    @media (max-width: 568px) {
      table.padded-md th, table.padded-md td, .table.padded-md th, .table.padded-md td, .tablepress.padded-md th, .tablepress.padded-md td {
        padding: 10px 10px 10px 15px; } }
  @media (max-width: 768px) {
    table.table-mobile-margin, .table.table-mobile-margin, .tablepress.table-mobile-margin {
      max-width: 90% !important;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (max-width: 568px) {
    table.table-mobile-margin, .table.table-mobile-margin, .tablepress.table-mobile-margin {
      margin-left: 20px;
      margin-right: 20px; } }
  table td a, table td .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid table td .ab-block-post-grid-more-link, .table td a, .table td .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .table td .ab-block-post-grid-more-link, .tablepress td a, .tablepress td .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tablepress td .ab-block-post-grid-more-link {
    font-family: "Merriweather", "Georgia", serif; }
  table td.text-with-logo, .table td.text-with-logo, .tablepress td.text-with-logo {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    table td.text-with-logo a, table td.text-with-logo .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid table td.text-with-logo .ab-block-post-grid-more-link, .table td.text-with-logo a, .table td.text-with-logo .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .table td.text-with-logo .ab-block-post-grid-more-link, .tablepress td.text-with-logo a, .tablepress td.text-with-logo .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tablepress td.text-with-logo .ab-block-post-grid-more-link {
      color: inherit;
      font-family: "Merriweather", "Georgia", serif;
      font-weight: normal; }
    table td.text-with-logo .text-content, .table td.text-with-logo .text-content, .tablepress td.text-with-logo .text-content {
      flex-basis: 75%; }
      @media (max-width: 768px) {
        table td.text-with-logo .text-content, .table td.text-with-logo .text-content, .tablepress td.text-with-logo .text-content {
          flex-basis: 80%; } }
      @media (max-width: 568px) {
        table td.text-with-logo .text-content, .table td.text-with-logo .text-content, .tablepress td.text-with-logo .text-content {
          flex-basis: 100%; } }
    table td.text-with-logo figure, .table td.text-with-logo figure, .tablepress td.text-with-logo figure {
      margin: 0px;
      flex-basis: 20%;
      display: flex;
      justify-content: center; }
      @media (max-width: 768px) {
        table td.text-with-logo figure, .table td.text-with-logo figure, .tablepress td.text-with-logo figure {
          min-width: 0px;
          flex-basis: 20%;
          margin-left: 15px; } }
      @media (max-width: 568px) {
        table td.text-with-logo figure, .table td.text-with-logo figure, .tablepress td.text-with-logo figure {
          display: none; } }
    table td.text-with-logo img, .table td.text-with-logo img, .tablepress td.text-with-logo img {
      max-height: 85px;
      max-width: 100%; }
      @media (max-width: 768px) {
        table td.text-with-logo img, .table td.text-with-logo img, .tablepress td.text-with-logo img {
          max-height: 75px !important; } }

.d-flex table, .d-flex .table {
  width: 70%; }
  @media (max-width: 1024px) {
    .d-flex table, .d-flex .table {
      width: 100%; } }

.dataTables_wrapper {
  margin-bottom: 30px !important; }

.tablepress {
  margin-bottom: 40px; }

ul {
  list-style: none;
  margin-left: 40px; }
  ul li {
    position: relative; }
    ul li:before {
      position: absolute;
      content: '\f111';
      font-family: "fontello";
      font-size: 10px;
      top: 3px;
      left: -18px;
      -webkit-font-smoothing: antialiased; }
    ul li ul li:before {
      content: '\f10c'; }

ul.simple, ol.simple {
  list-style: none;
  margin-left: 0px; }
  ul.simple li.heading, ul.simple.alt li.heading, ol.simple li.heading, ol.simple.alt li.heading {
    margin-bottom: 20px; }
    ul.simple li.heading:after, ul.simple.alt li.heading:after, ol.simple li.heading:after, ol.simple.alt li.heading:after {
      content: "";
      display: block;
      width: 40px;
      height: 3px;
      background-color: #C5A35F;
      position: absolute;
      bottom: -10px;
      left: 0px;
      bottom: -10px; }
      @media (max-width: 568px) {
        ul.simple li.heading:after, ul.simple.alt li.heading:after, ol.simple li.heading:after, ol.simple.alt li.heading:after {
          width: 30px; } }
  ul.simple li:before, ol.simple li:before {
    display: none; }

ul.alt li, ol.alt li {
  text-align: left; }

ul.list-with-image-heading, ol.list-with-image-heading {
  margin-left: 0px;
  list-style: none; }
  ul.list-with-image-heading > li:first-child > img, ol.list-with-image-heading > li:first-child > img {
    width: 55px;
    height: auto;
    margin-bottom: 10px; }
  ul.list-with-image-heading > li:nth-child(2), ol.list-with-image-heading > li:nth-child(2) {
    margin-bottom: 20px; }
    ul.list-with-image-heading > li:nth-child(2):after, ol.list-with-image-heading > li:nth-child(2):after {
      content: "";
      display: block;
      width: 40px;
      height: 3px;
      background-color: #C5A35F;
      position: absolute;
      bottom: -10px;
      left: 0px;
      bottom: -10px; }
      @media (max-width: 568px) {
        ul.list-with-image-heading > li:nth-child(2):after, ol.list-with-image-heading > li:nth-child(2):after {
          width: 30px; } }
  ul.list-with-image-heading > li a, ul.list-with-image-heading > li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ul.list-with-image-heading > li .ab-block-post-grid-more-link, ol.list-with-image-heading > li a, ol.list-with-image-heading > li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ol.list-with-image-heading > li .ab-block-post-grid-more-link {
    color: #6D6D6D; }
  ul.list-with-image-heading + .list-with-image-heading, ol.list-with-image-heading + .list-with-image-heading {
    margin-top: 40px; }

ul.list-with-heading, ol.list-with-heading {
  margin-left: 0px;
  list-style: none; }
  ul.list-with-heading > li:first-child, ol.list-with-heading > li:first-child {
    margin-bottom: 20px; }
    ul.list-with-heading > li:first-child:after, ol.list-with-heading > li:first-child:after {
      content: "";
      display: block;
      width: 40px;
      height: 3px;
      background-color: #C5A35F;
      position: absolute;
      bottom: -10px;
      left: 0px;
      bottom: -10px; }
      @media (max-width: 568px) {
        ul.list-with-heading > li:first-child:after, ol.list-with-heading > li:first-child:after {
          width: 30px; } }
  ul.list-with-heading > li, ol.list-with-heading > li {
    margin-bottom: 2.5px; }
    ul.list-with-heading > li a, ul.list-with-heading > li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ul.list-with-heading > li .ab-block-post-grid-more-link, ol.list-with-heading > li a, ol.list-with-heading > li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ol.list-with-heading > li .ab-block-post-grid-more-link {
      color: #6D6D6D; }
    ul.list-with-heading > li:before, ol.list-with-heading > li:before {
      display: none; }
  ul.list-with-heading + .list-with-heading, ol.list-with-heading + .list-with-heading {
    margin-top: 40px; }

ul.flex-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding-left: 30px; }
  @media (max-width: 1024px) {
    ul.flex-list {
      padding: 0px 40px; } }
  @media (max-width: 768px) {
    ul.flex-list {
      justify-content: space-between; } }
  @media (max-width: 568px) {
    ul.flex-list {
      padding: 0px 20px; } }
  ul.flex-list.auto-columns {
    justify-content: center;
    padding-left: 0px; }
    ul.flex-list.auto-columns li {
      flex-basis: auto;
      padding-right: 10%; }
      @media (max-width: 768px) {
        ul.flex-list.auto-columns li {
          padding-right: 5%; }
          ul.flex-list.auto-columns li:last-child {
            padding-right: 0px; } }
      @media (max-width: 568px) {
        ul.flex-list.auto-columns li {
          padding: 0px;
          flex-basis: 100%; }
          ul.flex-list.auto-columns li a, ul.flex-list.auto-columns li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ul.flex-list.auto-columns li .ab-block-post-grid-more-link {
            justify-content: center; } }
  ul.flex-list.four-columns li {
    flex-basis: 23%; }
    @media (max-width: 768px) {
      ul.flex-list.four-columns li {
        flex-basis: 30%; } }
    @media (max-width: 568px) {
      ul.flex-list.four-columns li {
        flex-basis: 100%; } }
  ul.flex-list li.link-with-icon a, ul.flex-list li.link-with-icon .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ul.flex-list li.link-with-icon .ab-block-post-grid-more-link {
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    width: 100%; }
    ul.flex-list li.link-with-icon a img, ul.flex-list li.link-with-icon .ab-post-grid-items.is-grid .ab-block-post-grid-more-link img, .ab-post-grid-items.is-grid ul.flex-list li.link-with-icon .ab-block-post-grid-more-link img {
      max-height: 70px; }
      @media (max-width: 568px) {
        ul.flex-list li.link-with-icon a img, ul.flex-list li.link-with-icon .ab-post-grid-items.is-grid .ab-block-post-grid-more-link img, .ab-post-grid-items.is-grid ul.flex-list li.link-with-icon .ab-block-post-grid-more-link img {
          max-height: 40px; } }
    ul.flex-list li.link-with-icon a.doc-pdf, ul.flex-list li.link-with-icon .ab-post-grid-items.is-grid .doc-pdf.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid ul.flex-list li.link-with-icon .doc-pdf.ab-block-post-grid-more-link {
      white-space: normal; }
      ul.flex-list li.link-with-icon a.doc-pdf:after, ul.flex-list li.link-with-icon .ab-post-grid-items.is-grid .doc-pdf.ab-block-post-grid-more-link:after, .ab-post-grid-items.is-grid ul.flex-list li.link-with-icon .doc-pdf.ab-block-post-grid-more-link:after {
        display: none; }
  ul.flex-list.smaller-icons li.link-with-icon {
    font-size: 15px; }
    ul.flex-list.smaller-icons li.link-with-icon a img, ul.flex-list.smaller-icons li.link-with-icon .ab-post-grid-items.is-grid .ab-block-post-grid-more-link img, .ab-post-grid-items.is-grid ul.flex-list.smaller-icons li.link-with-icon .ab-block-post-grid-more-link img {
      max-height: 40px;
      margin-right: 5px; }

ul.horizontal, ol.horizontal {
  list-style: none;
  margin-left: 0px;
  border-top: 3px solid #3D3626;
  border-bottom: 1px solid #979797;
  padding: 10px 30px; }
  @media (max-width: 768px) {
    ul.horizontal, ol.horizontal {
      padding: 10px;
      line-height: 1.3; } }
  ul.horizontal li, ol.horizontal li {
    margin-right: 2px;
    display: inline; }
    ul.horizontal li:before, ol.horizontal li:before {
      content: "•";
      margin-right: 5px;
      position: relative;
      top: auto;
      left: auto; }
    ul.horizontal li:first-child:before, ol.horizontal li:first-child:before {
      content: ""; }
  ul.horizontal.simple, ol.horizontal.simple {
    padding: 0px;
    border: 0px; }
    ul.horizontal.simple li, ol.horizontal.simple li {
      margin-right: 30px; }
      ul.horizontal.simple li:before, ol.horizontal.simple li:before {
        content: "";
        margin: 0px; }

nav > ul li:before {
  display: none; }

.bullet {
  position: relative; }
  .bullet:before {
    position: absolute;
    content: '\f111';
    font-family: "fontello";
    font-size: 10px;
    top: 3px;
    left: -18px;
    -webkit-font-smoothing: antialiased; }

/*div*/
.download-links {
  display: inline-block;
  background-color: #EFEFEF;
  padding: 5px 10px; }
  .download-links > a, .ab-post-grid-items.is-grid .download-links > .ab-block-post-grid-more-link {
    display: inline-block;
    font-size: 14px;
    margin-right: 30px; }
    .download-links > a:last-child, .ab-post-grid-items.is-grid .download-links > .ab-block-post-grid-more-link:last-child {
      margin-right: 0px; }

.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin: 5px 0 0 -16px; }

/*
*  6.3.1 Form Helpers
*  6.3.2 Form Elements
*  6.3.3 Navbars
*  6.3.4 Buttons
*  6.3.5 Tabs
*  6.3.6 Loading icons and progress indicators
*/
@media (max-width: 568px) {
  .form, form {
    width: 100%; } }

.form .form-status, form .form-status {
  display: none;
  clear: both; }
  .form .form-status:empty, form .form-status:empty {
    display: none !important; }

.form .form-check-inline, form .form-check-inline {
  position: relative; }
  .form .form-check-inline .invalid-feedback, form .form-check-inline .invalid-feedback {
    position: absolute;
    bottom: -10px; }

.form .btn[type="submit"] + .form-status, .form input[type="submit"] + .form-status, .form [type="submit"].wp-block-button__link + .form-status, .form .kbase.tag-list > a[type="submit"] + .form-status, .form .ab-post-grid-items.is-grid .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link + .form-status, .ab-post-grid-items.is-grid .form .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link + .form-status, form .btn[type="submit"] + .form-status, form input[type="submit"] + .form-status, form [type="submit"].wp-block-button__link + .form-status, form .kbase.tag-list > a[type="submit"] + .form-status, form .ab-post-grid-items.is-grid .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link + .form-status, .ab-post-grid-items.is-grid form .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link + .form-status {
  margin-top: 20px; }

.form.was-validated, form.was-validated {
  /*
		.btn[type="submit"]{
			background-color: $gray;
			&:hover{cursor:not-allowed;}
		}*/ }
  .form.was-validated .form-check-input:valid ~ .form-check-label, form.was-validated .form-check-input:valid ~ .form-check-label {
    color: #3D3626; }
  .form.was-validated .form-control:valid:empty, form.was-validated .form-control:valid:empty {
    background-image: none; }
  .form.was-validated select.form-control:valid, form.was-validated select.form-control:valid {
    background-image: none; }
  .form.was-validated .form-control:invalid, form.was-validated .form-control:invalid {
    background-color: rgba(147, 63, 32, 0.25);
    border: 1px solid #933F20; }
    .form.was-validated .form-control:invalid ~ .invalid-feedback, form.was-validated .form-control:invalid ~ .invalid-feedback {
      display: block; }

.form[data-state="success"] .btn[type="submit"], .form[data-state="success"] input[type="submit"], .form[data-state="success"] [type="submit"].wp-block-button__link, .form[data-state="success"] .kbase.tag-list > a[type="submit"], .form[data-state="success"] .ab-post-grid-items.is-grid .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .form[data-state="success"] .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link, form[data-state="success"] .btn[type="submit"], form[data-state="success"] input[type="submit"], form[data-state="success"] [type="submit"].wp-block-button__link, form[data-state="success"] .kbase.tag-list > a[type="submit"], form[data-state="success"] .ab-post-grid-items.is-grid .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link, .ab-post-grid-items.is-grid form[data-state="success"] .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link {
  background-color: #28a745; }

.form[data-state="success"] .form-status.alert-success, form[data-state="success"] .form-status.alert-success {
  display: block; }

.form[data-state="invalid"] .form-status.alert-danger, form[data-state="invalid"] .form-status.alert-danger {
  display: block; }

.form[data-state="invalid"] .btn[type="submit"], .form[data-state="invalid"] input[type="submit"], .form[data-state="invalid"] [type="submit"].wp-block-button__link, .form[data-state="invalid"] .kbase.tag-list > a[type="submit"], .form[data-state="invalid"] .ab-post-grid-items.is-grid .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .form[data-state="invalid"] .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link, form[data-state="invalid"] .btn[type="submit"], form[data-state="invalid"] input[type="submit"], form[data-state="invalid"] [type="submit"].wp-block-button__link, form[data-state="invalid"] .kbase.tag-list > a[type="submit"], form[data-state="invalid"] .ab-post-grid-items.is-grid .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link, .ab-post-grid-items.is-grid form[data-state="invalid"] .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link {
  background-color: #6D6D6D; }
  .form[data-state="invalid"] .btn[type="submit"]:hover, .form[data-state="invalid"] input[type="submit"]:hover, .form[data-state="invalid"] [type="submit"].wp-block-button__link:hover, .form[data-state="invalid"] .kbase.tag-list > a[type="submit"]:hover, .form[data-state="invalid"] .ab-post-grid-items.is-grid .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .form[data-state="invalid"] .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link:hover, form[data-state="invalid"] .btn[type="submit"]:hover, form[data-state="invalid"] input[type="submit"]:hover, form[data-state="invalid"] [type="submit"].wp-block-button__link:hover, form[data-state="invalid"] .kbase.tag-list > a[type="submit"]:hover, form[data-state="invalid"] .ab-post-grid-items.is-grid .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid form[data-state="invalid"] .kbase.tag-list > [type="submit"].ab-block-post-grid-more-link:hover {
    cursor: not-allowed; }

.form.gray-bg input[type="text"], .form.gray-bg input[type="email"], .form.gray-bg input[type="password"], .form.gray-bg select, .form.gray-bg textarea, form.gray-bg input[type="text"], form.gray-bg input[type="email"], form.gray-bg input[type="password"], form.gray-bg select, form.gray-bg textarea {
  background-color: #EFEFEF; }

.form.gray-bg .form-control:disabled, .form.gray-bg .form-control[readonly], form.gray-bg .form-control:disabled, form.gray-bg .form-control[readonly] {
  background-color: #979797; }

.form .form-control:disabled, .form .form-control[readonly], form .form-control:disabled, form .form-control[readonly] {
  background-color: #979797; }
  .form .form-control:disabled:hover, .form .form-control[readonly]:hover, form .form-control:disabled:hover, form .form-control[readonly]:hover {
    cursor: not-allowed; }

.input-group, .form-group, .form-row {
  margin: 0 auto 20px auto; }
  @media (max-width: 568px) {
    .input-group, .form-group, .form-row {
      flex-flow: column nowrap; } }
  .input-group .input-group-append, .form-group .input-group-append, .form-row .input-group-append {
    margin: 0px; }
    @media (max-width: 568px) {
      .input-group .input-group-append, .form-group .input-group-append, .form-row .input-group-append {
        margin: 0px !important; } }
    .input-group .input-group-append .btn, .input-group .input-group-append input[type="submit"], .input-group .input-group-append .wp-block-button__link, .input-group .input-group-append .kbase.tag-list > a, .input-group .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .input-group .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link, .form-group .input-group-append .btn, .form-group .input-group-append input[type="submit"], .form-group .input-group-append .wp-block-button__link, .form-group .input-group-append .kbase.tag-list > a, .form-group .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .form-group .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link, .form-row .input-group-append .btn, .form-row .input-group-append input[type="submit"], .form-row .input-group-append .wp-block-button__link, .form-row .input-group-append .kbase.tag-list > a, .form-row .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .form-row .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link {
      height: 100%; }
      .input-group .input-group-append .btn .fa, .input-group .input-group-append input[type="submit"] .fa, .input-group .input-group-append .wp-block-button__link .fa, .input-group .input-group-append .kbase.tag-list > a .fa, .input-group .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link .fa, .ab-post-grid-items.is-grid .input-group .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link .fa, .form-group .input-group-append .btn .fa, .form-group .input-group-append input[type="submit"] .fa, .form-group .input-group-append .wp-block-button__link .fa, .form-group .input-group-append .kbase.tag-list > a .fa, .form-group .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link .fa, .ab-post-grid-items.is-grid .form-group .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link .fa, .form-row .input-group-append .btn .fa, .form-row .input-group-append input[type="submit"] .fa, .form-row .input-group-append .wp-block-button__link .fa, .form-row .input-group-append .kbase.tag-list > a .fa, .form-row .input-group-append .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link .fa, .ab-post-grid-items.is-grid .form-row .input-group-append .kbase.tag-list > .ab-block-post-grid-more-link .fa {
        position: static; }
  .input-group .form-control, .form-group .form-control, .form-row .form-control {
    border: 1px solid transparent; }
  .input-group select, .form-group select, .form-row select {
    -webkit-appearance: none;
    background-image: url("https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2019/03/arrow1.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 99% 50%; }
    @media (max-width: 568px) {
      .input-group select, .form-group select, .form-row select {
        height: auto; } }
  .input-group textarea, .form-group textarea, .form-row textarea {
    border-radius: 0;
    border: 0px; }
  .input-group input, .input-group select, .form-group input, .form-group select, .form-row input, .form-row select {
    border-radius: 0;
    border: 0px;
    height: 50px;
    margin-right: 10px;
    text-indent: 18px;
    font-weight: normal; }
    .input-group input::-webkit-input-placeholder, .input-group select::-webkit-input-placeholder, .form-group input::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder, .form-row input::-webkit-input-placeholder, .form-row select::-webkit-input-placeholder {
      font-style: italic;
      color: #3D3626; }
    .input-group input::-moz-placeholder, .input-group select::-moz-placeholder, .form-group input::-moz-placeholder, .form-group select::-moz-placeholder, .form-row input::-moz-placeholder, .form-row select::-moz-placeholder {
      font-style: italic;
      color: #3D3626; }
    @media (max-width: 568px) {
      .input-group input[type="radio"], .input-group input[type="checkbox"], .input-group select[type="radio"], .input-group select[type="checkbox"], .form-group input[type="radio"], .form-group input[type="checkbox"], .form-group select[type="radio"], .form-group select[type="checkbox"], .form-row input[type="radio"], .form-row input[type="checkbox"], .form-row select[type="radio"], .form-row select[type="checkbox"] {
        flex-basis: unset;
        width: auto !important; } }
    @media (max-width: 768px) {
      .input-group input, .input-group select, .form-group input, .form-group select, .form-row input, .form-row select {
        font-size: 14px;
        height: 40px; } }
    @media (max-width: 568px) {
      .input-group input, .input-group select, .form-group input, .form-group select, .form-row input, .form-row select {
        height: auto;
        flex-basis: 100%;
        font-size: 14px;
        text-indent: 0px;
        width: 100% !important; } }
    .input-group input.form-check-input, .input-group select.form-check-input, .form-group input.form-check-input, .form-group select.form-check-input, .form-row input.form-check-input, .form-row select.form-check-input {
      height: auto; }

input[type="submit"] {
  border: none; }

input[type="search"], input[type="text"] {
  border-radius: 0px; }

.form-mini input[type="search"] {
  height: 30px;
  font-size: 13px; }

.navbar {
  display: flex;
  padding: 0px;
  margin-bottom: 20px; }
  @media (max-width: 568px) {
    .navbar {
      margin-bottom: 20px; } }
  .navbar input[type="search"], .navbar input[type="text"] {
    height: 50px;
    border: 1px solid #D8D8D8; }
    @media (max-width: 768px) {
      .navbar input[type="search"], .navbar input[type="text"] {
        height: 40px; } }
  .navbar + h2, .search-results .navbar + .page-title, .page-header > .byline.full-bio .navbar + .author-title.author-archive-only, .page-header > .byline.full-bio .navbar + .author-name, .sticky-hero .navbar + h2.entry-title {
    margin-top: 20px; }
  .navbar > .form-mini, .navbar > a:not(.btn):not(input[type="submit"]):not(.wp-block-button__link):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link), .ab-post-grid-items.is-grid .navbar > .ab-block-post-grid-more-link:not(.btn):not(input[type="submit"]):not(.wp-block-button__link):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link), .navbar .filter-option, .navbar .btn-sm, .navbar .btn-group-sm > .btn, .navbar .btn-group-sm > input[type="submit"], .navbar .btn-group-sm > .wp-block-button__link, .navbar .kbase.tag-list.btn-group-sm > a, .navbar .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-sm > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .navbar .kbase.tag-list.btn-group-sm > .ab-block-post-grid-more-link {
    height: 50px; }
  .navbar > .dropdown {
    margin-bottom: 10px; }
  .navbar > * {
    margin: 0px 0px 10px 0px; }
    .navbar > *:first-child {
      margin-right: 10px; }
    .navbar > *:last-child {
      margin-right: 0px; }
    .navbar > *:only-child {
      margin: 0px; }
  .navbar > * + * {
    margin-right: 10px; }

.navbar-search {
  align-items: stretch;
  position: relative; }
  .navbar-search .btn-filter {
    padding: 0px 20px;
    align-self: flex-start; }
  .navbar-search input[type="search"] {
    background-color: #FFF;
    max-width: 500px;
    border: 1px solid #D8D8D8;
    text-indent: 40px; }
    .navbar-search input[type="search"]::placeholder {
      font-style: italic;
      color: #6D6D6D;
      font-size: 14px; }
  .navbar-search:before {
    content: '\e825';
    font-family: "fontello";
    font-size: 23px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    color: #6D6D6D;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 4; }
    @media (max-width: 768px) {
      .navbar-search:before {
        font-size: 18px; } }

@media (max-width: 568px) {
  .navbar.d-flex.flex-column.flex-sm-row > * {
    width: 100%;
    margin: 0px 0px 10px 0px; }
  .navbar.d-flex.flex-column.flex-sm-row > .dropdown > .btn, .navbar.d-flex.flex-column.flex-sm-row > .dropdown > input[type="submit"], .navbar.d-flex.flex-column.flex-sm-row > .dropdown > .wp-block-button__link, .navbar.d-flex.flex-column.flex-sm-row > .kbase.tag-list.dropdown > a, .ab-post-grid-items.is-grid .navbar.d-flex.flex-column.flex-sm-row > .kbase.tag-list.dropdown > .ab-block-post-grid-more-link {
    width: 100%; } }

.btn, input[type="submit"], .wp-block-button__link, .kbase.tag-list > a, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link {
  display: inline-block;
  border-radius: 0px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 50px;
  height: 50px;
  position: relative;
  white-space: nowrap;
  transition: width .3s linear;
  /* We are replacing this with BS4 spinners
	.btn > .loading-ring {
	    width: 10px;
	    height: 10px;
	    margin: 0 auto;
	    padding: 6px;
	    border: 2px dotted #FFF;
	    display: inline-block;
	    border-radius: 100%;
	    animation: loadingD 1.5s .3s cubic-bezier(.17,.37,.43,.67) infinite;
		position: absolute;
		top: calc(50% - 8px);
		right: 6%;
	}

	@keyframes loadingD {
	    0 {transform: rotate(0deg);}
	    50% {transform: rotate(180deg);}
	    100% {transform: rotate(360deg);}
	}*/ }
  @media (max-width: 768px) {
    .btn, input[type="submit"], .wp-block-button__link, .kbase.tag-list > a, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link {
      font-size: 13px;
      height: 40px;
      padding: 9px 30px; } }
  .btn.btn-primary:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link), input[type="submit"]:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link), .wp-block-button__link:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link), .kbase.tag-list > a.btn-primary:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link), .kbase.tag-list > a.wp-block-button__link:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link), .ab-post-grid-items.is-grid .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link), .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link), .ab-post-grid-items.is-grid .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"]:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link) {
    background-color: #008080; }
    .btn.btn-primary:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link):hover, input[type="submit"]:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link):hover, .wp-block-button__link:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link):hover, .kbase.tag-list > a.btn-primary:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link):hover, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link):hover, .btn.btn-primary:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link):focus, input[type="submit"]:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link):focus, .wp-block-button__link:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link):focus, .kbase.tag-list > a.btn-primary:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link):focus, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link:not(.btn-hub):not(.kbase.tag-list > a):not(.ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link):focus {
      background-color: #0d4c4c; }
  .btn.btn-primary:disabled, input[type="submit"]:disabled, .wp-block-button__link:disabled, .kbase.tag-list > a.btn-primary:disabled, .kbase.tag-list > a.wp-block-button__link:disabled, .ab-post-grid-items.is-grid .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link:disabled, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link:disabled, .ab-post-grid-items.is-grid .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"]:disabled {
    background-color: #6D6D6D; }
    .btn.btn-primary:disabled:hover, input[type="submit"]:disabled:hover, .wp-block-button__link:disabled:hover, .kbase.tag-list > a.btn-primary:disabled:hover, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link:disabled:hover {
      cursor: not-allowed; }
  .btn.btn-lg, .btn-group-lg > .btn, .btn-group-lg > input[type="submit"], .btn-group-lg > .wp-block-button__link, .kbase.tag-list.btn-group-lg > a, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-lg > .ab-block-post-grid-more-link, input.btn-lg[type="submit"], .btn-lg.wp-block-button__link, .kbase.tag-list > a.btn-lg, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-lg.ab-block-post-grid-more-link {
    padding: 12px 100px; }
    @media (max-width: 568px) {
      .btn.btn-lg, .btn-group-lg > .btn, .btn-group-lg > input[type="submit"], .btn-group-lg > .wp-block-button__link, .kbase.tag-list.btn-group-lg > a, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-lg > .ab-block-post-grid-more-link, input.btn-lg[type="submit"], .btn-lg.wp-block-button__link, .kbase.tag-list > a.btn-lg, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-lg.ab-block-post-grid-more-link {
        width: 100%; } }
  .btn.btn-sm, .btn-group-sm > .btn, .btn-group-sm > input[type="submit"], .btn-group-sm > .wp-block-button__link, .kbase.tag-list.btn-group-sm > a, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-sm > .ab-block-post-grid-more-link, input.btn-sm[type="submit"], .btn-sm.wp-block-button__link, .kbase.tag-list > a.btn-sm, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-sm.ab-block-post-grid-more-link {
    font-size: 14px;
    padding: 10px 30px;
    height: 40px; }
  .btn.btn-outline-light, input.btn-outline-light[type="submit"], .btn-outline-light.wp-block-button__link, .kbase.tag-list > a.btn-outline-light, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-outline-light.ab-block-post-grid-more-link {
    background-color: transparent;
    border: none;
    color: #3D3626; }
  .btn.btn-light, input.btn-light[type="submit"], .btn-light.wp-block-button__link, .kbase.tag-list > a.btn-light, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-light.ab-block-post-grid-more-link {
    color: #3D3626; }
  .btn.btn-dark:focus, input.btn-dark[type="submit"]:focus, .btn-dark.wp-block-button__link:focus, .kbase.tag-list > a.btn-dark:focus, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-dark.ab-block-post-grid-more-link:focus {
    background-color: #979797; }
  .btn.btn-alt, input.btn-alt[type="submit"], .btn-alt.wp-block-button__link, .kbase.tag-list > a.btn-alt, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-alt.ab-block-post-grid-more-link {
    border: 1px solid #fff;
    background-color: transparent; }
    .btn.btn-alt:hover, input.btn-alt[type="submit"]:hover, .btn-alt.wp-block-button__link:hover, .kbase.tag-list > a.btn-alt:hover, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-alt.ab-block-post-grid-more-link:hover, .btn.btn-alt:focus, input.btn-alt[type="submit"]:focus, .btn-alt.wp-block-button__link:focus, .kbase.tag-list > a.btn-alt:focus, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-alt.ab-block-post-grid-more-link:focus {
      background-color: #fff;
      border-color: #375062;
      color: #375062; }
  .btn.btn-collapse, input.btn-collapse[type="submit"], .btn-collapse.wp-block-button__link, .kbase.tag-list > a.btn-collapse, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px; }
    .btn.btn-collapse:before, input.btn-collapse[type="submit"]:before, .btn-collapse.wp-block-button__link:before, .kbase.tag-list > a.btn-collapse:before, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link:before {
      content: '\e82d';
      font-family: 'fontello';
      font-size: 35px;
      margin-right: 10px;
      transform: rotate(0deg); }
    .btn.btn-collapse[aria-expanded="true"]:before, input.btn-collapse[aria-expanded="true"][type="submit"]:before, .btn-collapse[aria-expanded="true"].wp-block-button__link:before, .kbase.tag-list > a.btn-collapse[aria-expanded="true"]:before, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-collapse[aria-expanded="true"].ab-block-post-grid-more-link:before {
      transform: rotate(45deg); }
    .btn.btn-collapse.blue, input.btn-collapse.blue[type="submit"], .btn-collapse.blue.wp-block-button__link, .kbase.tag-list > a.btn-collapse.blue, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-collapse.blue.ab-block-post-grid-more-link {
      color: #375062; }
  .btn.text-white, input.text-white[type="submit"], .text-white.wp-block-button__link, .kbase.tag-list > a.text-white, .ab-post-grid-items.is-grid .kbase.tag-list > .text-white.ab-block-post-grid-more-link {
    color: #fff; }
  .btn.btn-hub, input.btn-hub[type="submit"], .btn-hub.wp-block-button__link, .kbase.tag-list > a, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .btn.btn-hub.btn-primary, input.btn-hub[type="submit"], .btn-hub.wp-block-button__link, .kbase.tag-list > a.wp-block-button__link, .ab-post-grid-items.is-grid .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link, .kbase.tag-list > a.btn-primary, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"] {
    background-color: #C5A35F;
    padding: 7px 20px;
    height: auto;
    border-radius: 10px;
    font-weight: normal;
    text-indent: 20px;
    background-image: url("./images/resource-hub.svg");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 8px center;
    transition: box-shadow 0.3s ease; }
    .btn.btn-hub:hover, input.btn-hub[type="submit"]:hover, .btn-hub.wp-block-button__link:hover, .kbase.tag-list > a:hover, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link:hover, .btn.btn-hub.btn-primary:hover, input.btn-hub[type="submit"]:hover, .btn-hub.wp-block-button__link:hover, .kbase.tag-list > a.wp-block-button__link:hover, .ab-post-grid-items.is-grid .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link:hover, .kbase.tag-list > a.btn-primary:hover, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"]:hover {
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
    .btn.btn-hub:active, input.btn-hub[type="submit"]:active, .btn-hub.wp-block-button__link:active, .kbase.tag-list > a:active, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link:active, .btn.btn-hub:focus, input.btn-hub[type="submit"]:focus, .btn-hub.wp-block-button__link:focus, .kbase.tag-list > a:focus, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link:focus, .btn.btn-hub.btn-primary:active, input.btn-hub[type="submit"]:active, .btn-hub.wp-block-button__link:active, .kbase.tag-list > a.wp-block-button__link:active, .ab-post-grid-items.is-grid .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link:active, .kbase.tag-list > a.btn-primary:active, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link:active, .ab-post-grid-items.is-grid .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"]:active, .btn.btn-hub.btn-primary:focus, input.btn-hub[type="submit"]:focus, .btn-hub.wp-block-button__link:focus, .kbase.tag-list > a.wp-block-button__link:focus, .ab-post-grid-items.is-grid .kbase.tag-list > .wp-block-button__link.ab-block-post-grid-more-link:focus, .kbase.tag-list > a.btn-primary:focus, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.ab-block-post-grid-more-link:focus, .ab-post-grid-items.is-grid .kbase.tag-list > input.ab-block-post-grid-more-link[type="submit"]:focus {
      background-color: #C5A35F; }
    .btn.btn-hub.dropdown-toggle, input.btn-hub.dropdown-toggle[type="submit"], .btn-hub.dropdown-toggle.wp-block-button__link, .kbase.tag-list > a.dropdown-toggle, .ab-post-grid-items.is-grid .kbase.tag-list > .dropdown-toggle.ab-block-post-grid-more-link, .btn.btn-hub.btn-primary.dropdown-toggle, input.btn-hub.dropdown-toggle[type="submit"], .btn-hub.dropdown-toggle.wp-block-button__link, .kbase.tag-list > a.dropdown-toggle.wp-block-button__link, .ab-post-grid-items.is-grid .kbase.tag-list > .dropdown-toggle.wp-block-button__link.ab-block-post-grid-more-link, .kbase.tag-list > a.btn-primary.dropdown-toggle, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.dropdown-toggle.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kbase.tag-list > input.dropdown-toggle.ab-block-post-grid-more-link[type="submit"] {
      height: 50px;
      font-weight: bold;
      padding: 0px 25px 0px 35px;
      background-position: 15px center;
      max-width: 275px;
      font-weight: normal; }
      @media (max-width: 768px) {
        .btn.btn-hub.dropdown-toggle, input.btn-hub.dropdown-toggle[type="submit"], .btn-hub.dropdown-toggle.wp-block-button__link, .kbase.tag-list > a.dropdown-toggle, .ab-post-grid-items.is-grid .kbase.tag-list > .dropdown-toggle.ab-block-post-grid-more-link, .btn.btn-hub.btn-primary.dropdown-toggle, input.btn-hub.dropdown-toggle[type="submit"], .btn-hub.dropdown-toggle.wp-block-button__link, .kbase.tag-list > a.dropdown-toggle.wp-block-button__link, .ab-post-grid-items.is-grid .kbase.tag-list > .dropdown-toggle.wp-block-button__link.ab-block-post-grid-more-link, .kbase.tag-list > a.btn-primary.dropdown-toggle, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.dropdown-toggle.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kbase.tag-list > input.dropdown-toggle.ab-block-post-grid-more-link[type="submit"] {
          height: 40px; } }
      @media (max-width: 375px) {
        .btn.btn-hub.dropdown-toggle, input.btn-hub.dropdown-toggle[type="submit"], .btn-hub.dropdown-toggle.wp-block-button__link, .kbase.tag-list > a.dropdown-toggle, .ab-post-grid-items.is-grid .kbase.tag-list > .dropdown-toggle.ab-block-post-grid-more-link, .btn.btn-hub.btn-primary.dropdown-toggle, input.btn-hub.dropdown-toggle[type="submit"], .btn-hub.dropdown-toggle.wp-block-button__link, .kbase.tag-list > a.dropdown-toggle.wp-block-button__link, .ab-post-grid-items.is-grid .kbase.tag-list > .dropdown-toggle.wp-block-button__link.ab-block-post-grid-more-link, .kbase.tag-list > a.btn-primary.dropdown-toggle, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-primary.dropdown-toggle.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kbase.tag-list > input.dropdown-toggle.ab-block-post-grid-more-link[type="submit"] {
          max-width: 100%; } }
  .btn.btn-square, input.btn-square[type="submit"], .btn-square.wp-block-button__link, .kbase.tag-list > a.btn-square, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-square.ab-block-post-grid-more-link {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0px; }
    .btn.btn-square > i, input.btn-square[type="submit"] > i, .btn-square.wp-block-button__link > i, .kbase.tag-list > a.btn-square > i, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-square.ab-block-post-grid-more-link > i {
      font-size: 22px;
      left: 1px;
      top: calc(50% - 11px);
      font-weight: normal; }
    @media (max-width: 768px) {
      .btn.btn-square, input.btn-square[type="submit"], .btn-square.wp-block-button__link, .kbase.tag-list > a.btn-square, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-square.ab-block-post-grid-more-link {
        width: 40px;
        height: 40px; }
        .btn.btn-square > i, input.btn-square[type="submit"] > i, .btn-square.wp-block-button__link > i, .kbase.tag-list > a.btn-square > i, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-square.ab-block-post-grid-more-link > i {
          font-size: 18px;
          top: calc(50% - 9px); } }
    .btn.btn-square.btn-sm, .btn-group-sm > .btn.btn-square, .btn-group-sm > input.btn-square[type="submit"], .btn-group-sm > .btn-square.wp-block-button__link, .kbase.tag-list.btn-group-sm > a.btn-square, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-sm > .btn-square.ab-block-post-grid-more-link, input.btn-square.btn-sm[type="submit"], .btn-square.btn-sm.wp-block-button__link, .kbase.tag-list > a.btn-square.btn-sm, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-square.btn-sm.ab-block-post-grid-more-link {
      width: 30px;
      height: 30px; }
      .btn.btn-square.btn-sm > i, .btn-group-sm > .btn.btn-square > i, .btn-group-sm > input.btn-square[type="submit"] > i, .btn-group-sm > .btn-square.wp-block-button__link > i, .kbase.tag-list.btn-group-sm > a.btn-square > i, .ab-post-grid-items.is-grid .kbase.tag-list.btn-group-sm > .btn-square.ab-block-post-grid-more-link > i, input.btn-square.btn-sm[type="submit"] > i, .btn-square.btn-sm.wp-block-button__link > i, .kbase.tag-list > a.btn-square.btn-sm > i, .ab-post-grid-items.is-grid .kbase.tag-list > .btn-square.btn-sm.ab-block-post-grid-more-link > i {
        font-size: 15px;
        left: 4px;
        top: 2px;
        right: auto; }
  .btn.back-to-top, input.back-to-top[type="submit"], .back-to-top.wp-block-button__link, .kbase.tag-list > a.back-to-top, .ab-post-grid-items.is-grid .kbase.tag-list > .back-to-top.ab-block-post-grid-more-link {
    position: fixed;
    bottom: 5%;
    right: 5%;
    color: #008080;
    border: 1px solid transparent;
    border-radius: 40px;
    background-color: #FFF;
    padding: 10px 30px 10px 15px;
    font-size: 12px;
    height: auto; }
    .btn.back-to-top > .fa, input.back-to-top[type="submit"] > .fa, .back-to-top.wp-block-button__link > .fa, .kbase.tag-list > a.back-to-top > .fa, .ab-post-grid-items.is-grid .kbase.tag-list > .back-to-top.ab-block-post-grid-more-link > .fa {
      top: 9px;
      right: 7.5px; }
    @media (max-width: 768px) {
      .btn.back-to-top, input.back-to-top[type="submit"], .back-to-top.wp-block-button__link, .kbase.tag-list > a.back-to-top, .ab-post-grid-items.is-grid .kbase.tag-list > .back-to-top.ab-block-post-grid-more-link {
        bottom: 2.5%; } }
  .btn > .fa, input[type="submit"] > .fa, .wp-block-button__link > .fa, .kbase.tag-list > a > .fa, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link > .fa {
    position: absolute;
    top: calc(50% - 9px);
    right: 6%; }
  .btn > .spinner-border, input[type="submit"] > .spinner-border, .wp-block-button__link > .spinner-border, .kbase.tag-list > a > .spinner-border, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link > .spinner-border {
    position: absolute;
    right: 11%;
    top: calc(50% - 8px); }

.wp-bootstrap-blocks-button {
  display: inline-block;
  margin-bottom: 10px; }
  .wp-bootstrap-blocks-button + .wp-bootstrap-blocks-button, .wp-bootstrap-blocks-button + .btn, .wp-bootstrap-blocks-button + input[type="submit"], .wp-bootstrap-blocks-button + .wp-block-button__link, .kbase.tag-list > .wp-bootstrap-blocks-button + a, .ab-post-grid-items.is-grid .kbase.tag-list > .wp-bootstrap-blocks-button + .ab-block-post-grid-more-link {
    margin-left: 10px; }

.loading {
  opacity: 0;
  height: 0px;
  transition: opacity 0.3s ease-out; }
  .loading.show {
    height: auto;
    opacity: 1; }

.toggle-container {
  display: flex;
  justify-content: center;
  align-items: center; }
  .toggle-container.disabled {
    cursor: not-allowed; }
    .toggle-container.disabled .switch {
      pointer-events: none; }
    .toggle-container.disabled .switch, .toggle-container.disabled img, .toggle-container.disabled p, .toggle-container.disabled h6, .toggle-container.disabled .h6 {
      opacity: 0.5; }
    .toggle-container.disabled:hover .custom-tooltip {
      visibility: visible;
      opacity: 1; }
  .toggle-container .craft-info {
    position: absolute; }

.switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 50px; }

.switch input {
  display: none; }

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s; }

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 20px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 20px; }

a.active .slider, .ab-post-grid-items.is-grid .active.ab-block-post-grid-more-link .slider {
  background-color: #008080; }

a.active .slider:before, .ab-post-grid-items.is-grid .active.ab-block-post-grid-more-link .slider:before {
  transform: translateX(20px); }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.dropdown-search-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .dropdown-search-wrapper form {
    min-width: 340px; }
    @media (max-width: 1024px) {
      .dropdown-search-wrapper form {
        min-width: 0px; } }
  .dropdown-search-wrapper .dropdown, .dropdown-search-wrapper form {
    flex-grow: 1; }
    .dropdown-search-wrapper .dropdown button, .dropdown-search-wrapper .dropdown .form, .dropdown-search-wrapper .dropdown .input-group, .dropdown-search-wrapper form button, .dropdown-search-wrapper form .form, .dropdown-search-wrapper form .input-group {
      width: 100%; }
  .dropdown-search-wrapper .dropdown {
    margin-right: 30px; }
    @media (max-width: 568px) {
      .dropdown-search-wrapper .dropdown {
        margin-right: 0px; } }
  @media (max-width: 568px) {
    .dropdown-search-wrapper {
      flex-flow: column nowrap; } }

.btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; }
  @media (max-width: 568px) {
    .btn-block {
      flex-flow: column nowrap;
      margin-bottom: 20px;
      justify-content: space-between; } }
  @media (max-width: 568px) {
    .btn-block .btn, .btn-block input[type="submit"], .btn-block .wp-block-button__link, .btn-block .kbase.tag-list > a, .btn-block .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .btn-block .kbase.tag-list > .ab-block-post-grid-more-link {
      margin-right: 0px !important;
      margin-left: 0px !important; } }
  @media (max-width: 568px) {
    .btn-block a.btn-primary, .btn-block a.wp-block-button__link, .btn-block .ab-post-grid-items.is-grid .wp-block-button__link.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .btn-block .wp-block-button__link.ab-block-post-grid-more-link, .btn-block .ab-post-grid-items.is-grid .btn-primary.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .btn-block .btn-primary.ab-block-post-grid-more-link, .btn-block .ab-post-grid-items.is-grid input.ab-block-post-grid-more-link[type="submit"], .ab-post-grid-items.is-grid .btn-block input.ab-block-post-grid-more-link[type="submit"] {
      margin-bottom: 20px; } }
  @media (max-width: 568px) {
    .btn-block + .dropdown-menu {
      width: 100%; } }

.hub-btn-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 768px) {
    .hub-btn-block {
      clear: both; } }
  .hub-btn-block .btn, .hub-btn-block input[type="submit"], .hub-btn-block .wp-block-button__link, .hub-btn-block .kbase.tag-list > a, .hub-btn-block .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .hub-btn-block .kbase.tag-list > .ab-block-post-grid-more-link {
    margin: 20px 20px 0px 0px; }
    .hub-btn-block .btn:last-of-type, .hub-btn-block input[type="submit"]:last-of-type, .hub-btn-block .wp-block-button__link:last-of-type, .hub-btn-block .kbase.tag-list > a:last-of-type, .hub-btn-block .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link:last-of-type, .ab-post-grid-items.is-grid .hub-btn-block .kbase.tag-list > .ab-block-post-grid-more-link:last-of-type {
      margin-right: 0px; }
  .hub-btn-block.center {
    justify-content: center; }

.dropdown {
  margin-bottom: 20px; }
  @media (max-width: 568px) {
    .dropdown {
      width: 100%; } }

.dropdown-toggle {
  padding-right: 40px; }
  @media (max-width: 768px) {
    .dropdown-toggle {
      padding-right: 30px;
      height: auto; } }
  @media (max-width: 568px) {
    .dropdown-toggle {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center; } }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 15px;
  vertical-align: 2px;
  content: "";
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent; }

.dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  margin-top: -2px;
  max-height: 250px;
  overflow-y: auto;
  /* Track */
  /* Handle */ }
  .dropdown-menu::-webkit-scrollbar {
    width: 7.5px; }
  .dropdown-menu::-webkit-scrollbar-track {
    background: #D8D8D8; }
  .dropdown-menu::-webkit-scrollbar-thumb {
    background: #6D6D6D; }
  .dropdown-menu.not-bold > .dropdown-item {
    font-weight: normal; }

.dropdown-item {
  text-transform: uppercase;
  font-size: 15px;
  color: #6D6D6D;
  font-weight: bold;
  margin-bottom: 2px;
  white-space: normal;
  font-family: "Helvetica", "Arial", sans-serif;
  cursor: pointer; }
  .dropdown-item:hover {
    background-color: #EFEFEF;
    color: #6D6D6D; }
  .dropdown-item.active, .dropdown-item:active {
    background-color: #D8D8D8;
    color: #6D6D6D; }

.tab-container, .kt-tabs-wrap {
  border-top: 3px solid #3D3626;
  margin-top: 50px;
  /*ul*/ }
  @media (max-width: 768px) {
    .tab-container, .kt-tabs-wrap {
      width: 108%;
      max-width: 108% !important;
      margin-left: -4%; } }
  @media (max-width: 568px) {
    .tab-container, .kt-tabs-wrap {
      width: 100%;
      margin: 20px auto;
      border-top: none; } }
  .tab-container .nav-tabs, .tab-container .kt-tabs-title-list, .kt-tabs-wrap .nav-tabs, .kt-tabs-wrap .kt-tabs-title-list {
    margin: 0px;
    height: 56px;
    padding-left: 20px;
    border-bottom: 1px solid #979797;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    /*li*/
    /*a*/ }
    @media (max-width: 768px) {
      .tab-container .nav-tabs, .tab-container .kt-tabs-title-list, .kt-tabs-wrap .nav-tabs, .kt-tabs-wrap .kt-tabs-title-list {
        padding-left: 0px; } }
    @media (max-width: 568px) {
      .tab-container .nav-tabs, .tab-container .kt-tabs-title-list, .kt-tabs-wrap .nav-tabs, .kt-tabs-wrap .kt-tabs-title-list {
        height: auto;
        border: none;
        flex-flow: column nowrap; } }
    .tab-container .nav-tabs .nav-item, .tab-container .nav-tabs .kt-title-item, .tab-container .kt-tabs-title-list .nav-item, .tab-container .kt-tabs-title-list .kt-title-item, .kt-tabs-wrap .nav-tabs .nav-item, .kt-tabs-wrap .nav-tabs .kt-title-item, .kt-tabs-wrap .kt-tabs-title-list .nav-item, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item {
      border-left: 1px solid #979797;
      max-width: 220px;
      width: 25%;
      text-align: center;
      margin: 0px !important; }
      .tab-container .nav-tabs .nav-item:before, .tab-container .nav-tabs .kt-title-item:before, .tab-container .kt-tabs-title-list .nav-item:before, .tab-container .kt-tabs-title-list .kt-title-item:before, .kt-tabs-wrap .nav-tabs .nav-item:before, .kt-tabs-wrap .nav-tabs .kt-title-item:before, .kt-tabs-wrap .kt-tabs-title-list .nav-item:before, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:before {
        display: none; }
      .tab-container .nav-tabs .nav-item:last-of-type, .tab-container .nav-tabs .kt-title-item:last-of-type, .tab-container .kt-tabs-title-list .nav-item:last-of-type, .tab-container .kt-tabs-title-list .kt-title-item:last-of-type, .kt-tabs-wrap .nav-tabs .nav-item:last-of-type, .kt-tabs-wrap .nav-tabs .kt-title-item:last-of-type, .kt-tabs-wrap .kt-tabs-title-list .nav-item:last-of-type, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:last-of-type {
        border-right: 1px solid #979797; }
        @media (max-width: 568px) {
          .tab-container .nav-tabs .nav-item:last-of-type, .tab-container .nav-tabs .kt-title-item:last-of-type, .tab-container .kt-tabs-title-list .nav-item:last-of-type, .tab-container .kt-tabs-title-list .kt-title-item:last-of-type, .kt-tabs-wrap .nav-tabs .nav-item:last-of-type, .kt-tabs-wrap .nav-tabs .kt-title-item:last-of-type, .kt-tabs-wrap .kt-tabs-title-list .nav-item:last-of-type, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:last-of-type {
            border: none; } }
      .tab-container .nav-tabs .nav-item:focus, .tab-container .nav-tabs .kt-title-item:focus, .tab-container .kt-tabs-title-list .nav-item:focus, .tab-container .kt-tabs-title-list .kt-title-item:focus, .kt-tabs-wrap .nav-tabs .nav-item:focus, .kt-tabs-wrap .nav-tabs .kt-title-item:focus, .kt-tabs-wrap .kt-tabs-title-list .nav-item:focus, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:focus {
        outline: none !important; }
      @media (max-width: 568px) {
        .tab-container .nav-tabs .nav-item, .tab-container .nav-tabs .kt-title-item, .tab-container .kt-tabs-title-list .nav-item, .tab-container .kt-tabs-title-list .kt-title-item, .kt-tabs-wrap .nav-tabs .nav-item, .kt-tabs-wrap .nav-tabs .kt-title-item, .kt-tabs-wrap .kt-tabs-title-list .nav-item, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item {
          background-color: #EFEFEF; } }
      .tab-container .nav-tabs .nav-item.large, .tab-container .nav-tabs .kt-title-item.large, .tab-container .kt-tabs-title-list .nav-item.large, .tab-container .kt-tabs-title-list .kt-title-item.large, .kt-tabs-wrap .nav-tabs .nav-item.large, .kt-tabs-wrap .nav-tabs .kt-title-item.large, .kt-tabs-wrap .kt-tabs-title-list .nav-item.large, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.large {
        max-width: 270px; }
        @media (max-width: 1024px) {
          .tab-container .nav-tabs .nav-item.large, .tab-container .nav-tabs .kt-title-item.large, .tab-container .kt-tabs-title-list .nav-item.large, .tab-container .kt-tabs-title-list .kt-title-item.large, .kt-tabs-wrap .nav-tabs .nav-item.large, .kt-tabs-wrap .nav-tabs .kt-title-item.large, .kt-tabs-wrap .kt-tabs-title-list .nav-item.large, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.large {
            width: 33%; } }
      .tab-container .nav-tabs .nav-item.active-link, .tab-container .nav-tabs .nav-item.kt-tab-title-active, .tab-container .nav-tabs .kt-title-item.active-link, .tab-container .nav-tabs .kt-title-item.kt-tab-title-active, .tab-container .kt-tabs-title-list .nav-item.active-link, .tab-container .kt-tabs-title-list .nav-item.kt-tab-title-active, .tab-container .kt-tabs-title-list .kt-title-item.active-link, .tab-container .kt-tabs-title-list .kt-title-item.kt-tab-title-active, .kt-tabs-wrap .nav-tabs .nav-item.active-link, .kt-tabs-wrap .nav-tabs .nav-item.kt-tab-title-active, .kt-tabs-wrap .nav-tabs .kt-title-item.active-link, .kt-tabs-wrap .nav-tabs .kt-title-item.kt-tab-title-active, .kt-tabs-wrap .kt-tabs-title-list .nav-item.active-link, .kt-tabs-wrap .kt-tabs-title-list .nav-item.kt-tab-title-active, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.active-link, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.kt-tab-title-active {
        border: none; }
        .tab-container .nav-tabs .nav-item.active-link + .nav-item, .tab-container .nav-tabs .nav-item.active-link + .kt-title-item, .tab-container .nav-tabs .nav-item.kt-tab-title-active + .nav-item, .tab-container .nav-tabs .nav-item.kt-tab-title-active + .kt-title-item, .tab-container .nav-tabs .kt-title-item.active-link + .nav-item, .tab-container .nav-tabs .kt-title-item.active-link + .kt-title-item, .tab-container .nav-tabs .kt-title-item.kt-tab-title-active + .nav-item, .tab-container .nav-tabs .kt-title-item.kt-tab-title-active + .kt-title-item, .tab-container .kt-tabs-title-list .nav-item.active-link + .nav-item, .tab-container .kt-tabs-title-list .nav-item.active-link + .kt-title-item, .tab-container .kt-tabs-title-list .nav-item.kt-tab-title-active + .nav-item, .tab-container .kt-tabs-title-list .nav-item.kt-tab-title-active + .kt-title-item, .tab-container .kt-tabs-title-list .kt-title-item.active-link + .nav-item, .tab-container .kt-tabs-title-list .kt-title-item.active-link + .kt-title-item, .tab-container .kt-tabs-title-list .kt-title-item.kt-tab-title-active + .nav-item, .tab-container .kt-tabs-title-list .kt-title-item.kt-tab-title-active + .kt-title-item, .kt-tabs-wrap .nav-tabs .nav-item.active-link + .nav-item, .kt-tabs-wrap .nav-tabs .nav-item.active-link + .kt-title-item, .kt-tabs-wrap .nav-tabs .nav-item.kt-tab-title-active + .nav-item, .kt-tabs-wrap .nav-tabs .nav-item.kt-tab-title-active + .kt-title-item, .kt-tabs-wrap .nav-tabs .kt-title-item.active-link + .nav-item, .kt-tabs-wrap .nav-tabs .kt-title-item.active-link + .kt-title-item, .kt-tabs-wrap .nav-tabs .kt-title-item.kt-tab-title-active + .nav-item, .kt-tabs-wrap .nav-tabs .kt-title-item.kt-tab-title-active + .kt-title-item, .kt-tabs-wrap .kt-tabs-title-list .nav-item.active-link + .nav-item, .kt-tabs-wrap .kt-tabs-title-list .nav-item.active-link + .kt-title-item, .kt-tabs-wrap .kt-tabs-title-list .nav-item.kt-tab-title-active + .nav-item, .kt-tabs-wrap .kt-tabs-title-list .nav-item.kt-tab-title-active + .kt-title-item, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.active-link + .nav-item, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.active-link + .kt-title-item, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.kt-tab-title-active + .nav-item, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.kt-tab-title-active + .kt-title-item {
          border-left: none; }
        .tab-container .nav-tabs .nav-item.active-link a, .tab-container .nav-tabs .nav-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .nav-tabs .nav-item.active-link .ab-block-post-grid-more-link, .tab-container .nav-tabs .nav-item.kt-tab-title-active a, .tab-container .nav-tabs .nav-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .nav-tabs .nav-item.kt-tab-title-active .ab-block-post-grid-more-link, .tab-container .nav-tabs .kt-title-item.active-link a, .tab-container .nav-tabs .kt-title-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .nav-tabs .kt-title-item.active-link .ab-block-post-grid-more-link, .tab-container .nav-tabs .kt-title-item.kt-tab-title-active a, .tab-container .nav-tabs .kt-title-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .nav-tabs .kt-title-item.kt-tab-title-active .ab-block-post-grid-more-link, .tab-container .kt-tabs-title-list .nav-item.active-link a, .tab-container .kt-tabs-title-list .nav-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .kt-tabs-title-list .nav-item.active-link .ab-block-post-grid-more-link, .tab-container .kt-tabs-title-list .nav-item.kt-tab-title-active a, .tab-container .kt-tabs-title-list .nav-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .kt-tabs-title-list .nav-item.kt-tab-title-active .ab-block-post-grid-more-link, .tab-container .kt-tabs-title-list .kt-title-item.active-link a, .tab-container .kt-tabs-title-list .kt-title-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .kt-tabs-title-list .kt-title-item.active-link .ab-block-post-grid-more-link, .tab-container .kt-tabs-title-list .kt-title-item.kt-tab-title-active a, .tab-container .kt-tabs-title-list .kt-title-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .kt-tabs-title-list .kt-title-item.kt-tab-title-active .ab-block-post-grid-more-link, .kt-tabs-wrap .nav-tabs .nav-item.active-link a, .kt-tabs-wrap .nav-tabs .nav-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .nav-tabs .nav-item.active-link .ab-block-post-grid-more-link, .kt-tabs-wrap .nav-tabs .nav-item.kt-tab-title-active a, .kt-tabs-wrap .nav-tabs .nav-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .nav-tabs .nav-item.kt-tab-title-active .ab-block-post-grid-more-link, .kt-tabs-wrap .nav-tabs .kt-title-item.active-link a, .kt-tabs-wrap .nav-tabs .kt-title-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .nav-tabs .kt-title-item.active-link .ab-block-post-grid-more-link, .kt-tabs-wrap .nav-tabs .kt-title-item.kt-tab-title-active a, .kt-tabs-wrap .nav-tabs .kt-title-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .nav-tabs .kt-title-item.kt-tab-title-active .ab-block-post-grid-more-link, .kt-tabs-wrap .kt-tabs-title-list .nav-item.active-link a, .kt-tabs-wrap .kt-tabs-title-list .nav-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .kt-tabs-title-list .nav-item.active-link .ab-block-post-grid-more-link, .kt-tabs-wrap .kt-tabs-title-list .nav-item.kt-tab-title-active a, .kt-tabs-wrap .kt-tabs-title-list .nav-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .kt-tabs-title-list .nav-item.kt-tab-title-active .ab-block-post-grid-more-link, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.active-link a, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.active-link .ab-block-post-grid-more-link, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.kt-tab-title-active a, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.kt-tab-title-active .ab-block-post-grid-more-link {
          position: relative;
          font-weight: 700;
          color: #008080 !important;
          height: 65px;
          margin-top: -9px;
          border-top: 5px solid #008080 !important;
          border-left: 1px solid #3D3626 !important;
          border-right: 1px solid #3D3626 !important; }
          @media (max-width: 568px) {
            .tab-container .nav-tabs .nav-item.active-link a, .tab-container .nav-tabs .nav-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .nav-tabs .nav-item.active-link .ab-block-post-grid-more-link, .tab-container .nav-tabs .nav-item.kt-tab-title-active a, .tab-container .nav-tabs .nav-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .nav-tabs .nav-item.kt-tab-title-active .ab-block-post-grid-more-link, .tab-container .nav-tabs .kt-title-item.active-link a, .tab-container .nav-tabs .kt-title-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .nav-tabs .kt-title-item.active-link .ab-block-post-grid-more-link, .tab-container .nav-tabs .kt-title-item.kt-tab-title-active a, .tab-container .nav-tabs .kt-title-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .nav-tabs .kt-title-item.kt-tab-title-active .ab-block-post-grid-more-link, .tab-container .kt-tabs-title-list .nav-item.active-link a, .tab-container .kt-tabs-title-list .nav-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .kt-tabs-title-list .nav-item.active-link .ab-block-post-grid-more-link, .tab-container .kt-tabs-title-list .nav-item.kt-tab-title-active a, .tab-container .kt-tabs-title-list .nav-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .kt-tabs-title-list .nav-item.kt-tab-title-active .ab-block-post-grid-more-link, .tab-container .kt-tabs-title-list .kt-title-item.active-link a, .tab-container .kt-tabs-title-list .kt-title-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .kt-tabs-title-list .kt-title-item.active-link .ab-block-post-grid-more-link, .tab-container .kt-tabs-title-list .kt-title-item.kt-tab-title-active a, .tab-container .kt-tabs-title-list .kt-title-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .tab-container .kt-tabs-title-list .kt-title-item.kt-tab-title-active .ab-block-post-grid-more-link, .kt-tabs-wrap .nav-tabs .nav-item.active-link a, .kt-tabs-wrap .nav-tabs .nav-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .nav-tabs .nav-item.active-link .ab-block-post-grid-more-link, .kt-tabs-wrap .nav-tabs .nav-item.kt-tab-title-active a, .kt-tabs-wrap .nav-tabs .nav-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .nav-tabs .nav-item.kt-tab-title-active .ab-block-post-grid-more-link, .kt-tabs-wrap .nav-tabs .kt-title-item.active-link a, .kt-tabs-wrap .nav-tabs .kt-title-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .nav-tabs .kt-title-item.active-link .ab-block-post-grid-more-link, .kt-tabs-wrap .nav-tabs .kt-title-item.kt-tab-title-active a, .kt-tabs-wrap .nav-tabs .kt-title-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .nav-tabs .kt-title-item.kt-tab-title-active .ab-block-post-grid-more-link, .kt-tabs-wrap .kt-tabs-title-list .nav-item.active-link a, .kt-tabs-wrap .kt-tabs-title-list .nav-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .kt-tabs-title-list .nav-item.active-link .ab-block-post-grid-more-link, .kt-tabs-wrap .kt-tabs-title-list .nav-item.kt-tab-title-active a, .kt-tabs-wrap .kt-tabs-title-list .nav-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .kt-tabs-title-list .nav-item.kt-tab-title-active .ab-block-post-grid-more-link, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.active-link a, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.active-link .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.active-link .ab-block-post-grid-more-link, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.kt-tab-title-active a, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.kt-tab-title-active .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .kt-tabs-wrap .kt-tabs-title-list .kt-title-item.kt-tab-title-active .ab-block-post-grid-more-link {
              height: auto;
              margin-top: 0px;
              border: none;
              border: 1px solid #008080 !important;
              border-width: 1px 0px 1px 0px !important;
              color: #fff !important;
              background-color: #008080 !important; } }
      @media (max-width: 768px) {
        .tab-container .nav-tabs .nav-item, .tab-container .nav-tabs .kt-title-item, .tab-container .kt-tabs-title-list .nav-item, .tab-container .kt-tabs-title-list .kt-title-item, .kt-tabs-wrap .nav-tabs .nav-item, .kt-tabs-wrap .nav-tabs .kt-title-item, .kt-tabs-wrap .kt-tabs-title-list .nav-item, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item {
          max-width: 100%;
          line-height: 16px; } }
      @media (max-width: 568px) {
        .tab-container .nav-tabs .nav-item, .tab-container .nav-tabs .kt-title-item, .tab-container .kt-tabs-title-list .nav-item, .tab-container .kt-tabs-title-list .kt-title-item, .kt-tabs-wrap .nav-tabs .nav-item, .kt-tabs-wrap .nav-tabs .kt-title-item, .kt-tabs-wrap .kt-tabs-title-list .nav-item, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item {
          border: none;
          max-width: 100%;
          width: 100%; }
          .tab-container .nav-tabs .nav-item:first-child, .tab-container .nav-tabs .kt-title-item:first-child, .tab-container .kt-tabs-title-list .nav-item:first-child, .tab-container .kt-tabs-title-list .kt-title-item:first-child, .kt-tabs-wrap .nav-tabs .nav-item:first-child, .kt-tabs-wrap .nav-tabs .kt-title-item:first-child, .kt-tabs-wrap .kt-tabs-title-list .nav-item:first-child, .kt-tabs-wrap .kt-tabs-title-list .kt-title-item:first-child {
            border-top: 1px solid #3D3626; } }
    .tab-container .nav-tabs .nav-link, .tab-container .nav-tabs .kt-tab-title, .tab-container .kt-tabs-title-list .nav-link, .tab-container .kt-tabs-title-list .kt-tab-title, .kt-tabs-wrap .nav-tabs .nav-link, .kt-tabs-wrap .nav-tabs .kt-tab-title, .kt-tabs-wrap .kt-tabs-title-list .nav-link, .kt-tabs-wrap .kt-tabs-title-list .kt-tab-title {
      border-radius: 0px;
      text-transform: uppercase;
      font-size: 15px !important;
      line-height: 1.2 !important;
      font-family: "Helvetica", "Arial", sans-serif;
      color: #3D3626;
      border-radius: 0px !important;
      display: flex;
      align-items: center;
      height: 55px;
      font-weight: normal;
      transition: none !important;
      justify-content: center;
      padding: 10px 20px !important;
      background-color: #FFF; }
      @media (max-width: 768px) {
        .tab-container .nav-tabs .nav-link, .tab-container .nav-tabs .kt-tab-title, .tab-container .kt-tabs-title-list .nav-link, .tab-container .kt-tabs-title-list .kt-tab-title, .kt-tabs-wrap .nav-tabs .nav-link, .kt-tabs-wrap .nav-tabs .kt-tab-title, .kt-tabs-wrap .kt-tabs-title-list .nav-link, .kt-tabs-wrap .kt-tabs-title-list .kt-tab-title {
          font-size: 13px !important;
          padding: 0px 20px; } }
      @media (max-width: 568px) {
        .tab-container .nav-tabs .nav-link, .tab-container .nav-tabs .kt-tab-title, .tab-container .kt-tabs-title-list .nav-link, .tab-container .kt-tabs-title-list .kt-tab-title, .kt-tabs-wrap .nav-tabs .nav-link, .kt-tabs-wrap .nav-tabs .kt-tab-title, .kt-tabs-wrap .kt-tabs-title-list .nav-link, .kt-tabs-wrap .kt-tabs-title-list .kt-tab-title {
          height: 37px;
          background-color: #EFEFEF !important;
          border-bottom: 1px solid #6D6D6D !important; } }
      .tab-container .nav-tabs .nav-link:hover, .tab-container .nav-tabs .kt-tab-title:hover, .tab-container .kt-tabs-title-list .nav-link:hover, .tab-container .kt-tabs-title-list .kt-tab-title:hover, .kt-tabs-wrap .nav-tabs .nav-link:hover, .kt-tabs-wrap .nav-tabs .kt-tab-title:hover, .kt-tabs-wrap .kt-tabs-title-list .nav-link:hover, .kt-tabs-wrap .kt-tabs-title-list .kt-tab-title:hover {
        text-decoration: none; }
      .tab-container .nav-tabs .nav-link:focus, .tab-container .nav-tabs .kt-tab-title:focus, .tab-container .kt-tabs-title-list .nav-link:focus, .tab-container .kt-tabs-title-list .kt-tab-title:focus, .kt-tabs-wrap .nav-tabs .nav-link:focus, .kt-tabs-wrap .nav-tabs .kt-tab-title:focus, .kt-tabs-wrap .kt-tabs-title-list .nav-link:focus, .kt-tabs-wrap .kt-tabs-title-list .kt-tab-title:focus {
        outline: none !important; }
      @media (max-width: 568px) {
        .tab-container .nav-tabs .nav-link, .tab-container .nav-tabs .kt-tab-title, .tab-container .kt-tabs-title-list .nav-link, .tab-container .kt-tabs-title-list .kt-tab-title, .kt-tabs-wrap .nav-tabs .nav-link, .kt-tabs-wrap .nav-tabs .kt-tab-title, .kt-tabs-wrap .kt-tabs-title-list .nav-link, .kt-tabs-wrap .kt-tabs-title-list .kt-tab-title {
          padding: 0.6rem 2rem;
          border: 1px solid #3D3626;
          border-width: 0px 0px 1px 0px; } }
  .tab-container .tab-content, .tab-container .kt-tabs-content-wrap, .kt-tabs-wrap .tab-content, .kt-tabs-wrap .kt-tabs-content-wrap {
    padding: 60px 0px 30px 0px; }
    @media (max-width: 568px) {
      .tab-container .tab-content, .tab-container .kt-tabs-content-wrap, .kt-tabs-wrap .tab-content, .kt-tabs-wrap .kt-tabs-content-wrap {
        padding: 20px 0px;
        margin: 0px; } }
    .tab-container .tab-content h2, .tab-container .tab-content .search-results .page-title, .search-results .tab-container .tab-content .page-title, .tab-container .tab-content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .tab-container .tab-content .author-title.author-archive-only, .tab-container .tab-content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .tab-container .tab-content .author-name, .tab-container .kt-tabs-content-wrap h2, .tab-container .kt-tabs-content-wrap .search-results .page-title, .search-results .tab-container .kt-tabs-content-wrap .page-title, .tab-container .kt-tabs-content-wrap .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .tab-container .kt-tabs-content-wrap .author-title.author-archive-only, .tab-container .kt-tabs-content-wrap .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .tab-container .kt-tabs-content-wrap .author-name, .kt-tabs-wrap .tab-content h2, .kt-tabs-wrap .tab-content .search-results .page-title, .search-results .kt-tabs-wrap .tab-content .page-title, .kt-tabs-wrap .tab-content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .kt-tabs-wrap .tab-content .author-title.author-archive-only, .kt-tabs-wrap .tab-content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .kt-tabs-wrap .tab-content .author-name, .kt-tabs-wrap .kt-tabs-content-wrap h2, .kt-tabs-wrap .kt-tabs-content-wrap .search-results .page-title, .search-results .kt-tabs-wrap .kt-tabs-content-wrap .page-title, .kt-tabs-wrap .kt-tabs-content-wrap .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .kt-tabs-wrap .kt-tabs-content-wrap .author-title.author-archive-only, .kt-tabs-wrap .kt-tabs-content-wrap .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .kt-tabs-wrap .kt-tabs-content-wrap .author-name {
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .tab-container .tab-content h2, .tab-container .tab-content .search-results .page-title, .search-results .tab-container .tab-content .page-title, .tab-container .tab-content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .tab-container .tab-content .author-title.author-archive-only, .tab-container .tab-content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .tab-container .tab-content .author-name, .tab-container .kt-tabs-content-wrap h2, .tab-container .kt-tabs-content-wrap .search-results .page-title, .search-results .tab-container .kt-tabs-content-wrap .page-title, .tab-container .kt-tabs-content-wrap .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .tab-container .kt-tabs-content-wrap .author-title.author-archive-only, .tab-container .kt-tabs-content-wrap .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .tab-container .kt-tabs-content-wrap .author-name, .kt-tabs-wrap .tab-content h2, .kt-tabs-wrap .tab-content .search-results .page-title, .search-results .kt-tabs-wrap .tab-content .page-title, .kt-tabs-wrap .tab-content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .kt-tabs-wrap .tab-content .author-title.author-archive-only, .kt-tabs-wrap .tab-content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .kt-tabs-wrap .tab-content .author-name, .kt-tabs-wrap .kt-tabs-content-wrap h2, .kt-tabs-wrap .kt-tabs-content-wrap .search-results .page-title, .search-results .kt-tabs-wrap .kt-tabs-content-wrap .page-title, .kt-tabs-wrap .kt-tabs-content-wrap .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .kt-tabs-wrap .kt-tabs-content-wrap .author-title.author-archive-only, .kt-tabs-wrap .kt-tabs-content-wrap .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .kt-tabs-wrap .kt-tabs-content-wrap .author-name {
          margin-bottom: 20px; } }
      @media (max-width: 568px) {
        .tab-container .tab-content h2, .tab-container .tab-content .search-results .page-title, .search-results .tab-container .tab-content .page-title, .tab-container .tab-content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .tab-container .tab-content .author-title.author-archive-only, .tab-container .tab-content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .tab-container .tab-content .author-name, .tab-container .kt-tabs-content-wrap h2, .tab-container .kt-tabs-content-wrap .search-results .page-title, .search-results .tab-container .kt-tabs-content-wrap .page-title, .tab-container .kt-tabs-content-wrap .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .tab-container .kt-tabs-content-wrap .author-title.author-archive-only, .tab-container .kt-tabs-content-wrap .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .tab-container .kt-tabs-content-wrap .author-name, .kt-tabs-wrap .tab-content h2, .kt-tabs-wrap .tab-content .search-results .page-title, .search-results .kt-tabs-wrap .tab-content .page-title, .kt-tabs-wrap .tab-content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .kt-tabs-wrap .tab-content .author-title.author-archive-only, .kt-tabs-wrap .tab-content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .kt-tabs-wrap .tab-content .author-name, .kt-tabs-wrap .kt-tabs-content-wrap h2, .kt-tabs-wrap .kt-tabs-content-wrap .search-results .page-title, .search-results .kt-tabs-wrap .kt-tabs-content-wrap .page-title, .kt-tabs-wrap .kt-tabs-content-wrap .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .kt-tabs-wrap .kt-tabs-content-wrap .author-title.author-archive-only, .kt-tabs-wrap .kt-tabs-content-wrap .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .kt-tabs-wrap .kt-tabs-content-wrap .author-name {
          margin-bottom: 10px; } }
    .tab-container .tab-content p, .tab-container .tab-content h6, .tab-container .tab-content .h6, .tab-container .kt-tabs-content-wrap p, .tab-container .kt-tabs-content-wrap h6, .tab-container .kt-tabs-content-wrap .h6, .kt-tabs-wrap .tab-content p, .kt-tabs-wrap .tab-content h6, .kt-tabs-wrap .tab-content .h6, .kt-tabs-wrap .kt-tabs-content-wrap p, .kt-tabs-wrap .kt-tabs-content-wrap h6, .kt-tabs-wrap .kt-tabs-content-wrap .h6 {
      max-width: 1000px; }
    @media (max-width: 768px) {
      .tab-container .tab-content .wider-element, .tab-container .tab-content .tablepress, .tab-container .kt-tabs-content-wrap .wider-element, .tab-container .kt-tabs-content-wrap .tablepress, .kt-tabs-wrap .tab-content .wider-element, .kt-tabs-wrap .tab-content .tablepress, .kt-tabs-wrap .kt-tabs-content-wrap .wider-element, .kt-tabs-wrap .kt-tabs-content-wrap .tablepress {
        max-width: 100% !important;
        margin-left: 0px !important;
        width: 100% !important; } }
    .tab-container .tab-content .excerpt-row .entry-header .breadcrumb, .tab-container .kt-tabs-content-wrap .excerpt-row .entry-header .breadcrumb, .kt-tabs-wrap .tab-content .excerpt-row .entry-header .breadcrumb, .kt-tabs-wrap .kt-tabs-content-wrap .excerpt-row .entry-header .breadcrumb {
      display: none; }
    .tab-container .tab-content .excerpt-row .more-link, .tab-container .kt-tabs-content-wrap .excerpt-row .more-link, .kt-tabs-wrap .tab-content .excerpt-row .more-link, .kt-tabs-wrap .kt-tabs-content-wrap .excerpt-row .more-link {
      display: inline-block;
      margin-left: 4px; }
    .tab-container .tab-content .tab-pane, .tab-container .tab-content .kt-tab-inner-content, .tab-container .kt-tabs-content-wrap .tab-pane, .tab-container .kt-tabs-content-wrap .kt-tab-inner-content, .kt-tabs-wrap .tab-content .tab-pane, .kt-tabs-wrap .tab-content .kt-tab-inner-content, .kt-tabs-wrap .kt-tabs-content-wrap .tab-pane, .kt-tabs-wrap .kt-tabs-content-wrap .kt-tab-inner-content {
      padding: 0px 30px; }
      @media (max-width: 568px) {
        .tab-container .tab-content .tab-pane, .tab-container .tab-content .kt-tab-inner-content, .tab-container .kt-tabs-content-wrap .tab-pane, .tab-container .kt-tabs-content-wrap .kt-tab-inner-content, .kt-tabs-wrap .tab-content .tab-pane, .kt-tabs-wrap .tab-content .kt-tab-inner-content, .kt-tabs-wrap .kt-tabs-content-wrap .tab-pane, .kt-tabs-wrap .kt-tabs-content-wrap .kt-tab-inner-content {
          padding: 0px; } }
      .tab-container .tab-content .tab-pane > div:not(.info-box), .tab-container .tab-content .kt-tab-inner-content > div:not(.info-box), .tab-container .kt-tabs-content-wrap .tab-pane > div:not(.info-box), .tab-container .kt-tabs-content-wrap .kt-tab-inner-content > div:not(.info-box), .kt-tabs-wrap .tab-content .tab-pane > div:not(.info-box), .kt-tabs-wrap .tab-content .kt-tab-inner-content > div:not(.info-box), .kt-tabs-wrap .kt-tabs-content-wrap .tab-pane > div:not(.info-box), .kt-tabs-wrap .kt-tabs-content-wrap .kt-tab-inner-content > div:not(.info-box) {
        padding-left: 0px;
        padding-right: 0px; }
  .tab-container .nav-tabs .nav-link:hover, .tab-container .nav-tabs .nav-link:focus, .kt-tabs-wrap .nav-tabs .nav-link:hover, .kt-tabs-wrap .nav-tabs .nav-link:focus {
    border-color: transparent; }

.wp-block-kadence-tabs.tab-lg .kt-title-item {
  max-width: 250px; }
  @media (max-width: 768px) {
    .wp-block-kadence-tabs.tab-lg .kt-title-item {
      width: 29%; } }
  @media (max-width: 568px) {
    .wp-block-kadence-tabs.tab-lg .kt-title-item {
      width: 100%;
      max-width: 100%; } }

.wp-block-kadence-tab > .kt-tab-inner-content-inner {
  transition: opacity 0.15s linear;
  display: none;
  opacity: 0; }

.wp-block-kadence-tab[aria-hidden=true] > .kt-tab-inner-content-inner {
  display: none;
  opacity: 0; }

.wp-block-kadence-tab[aria-hidden=false] > .kt-tab-inner-content-inner {
  display: block;
  opacity: 1; }

/*#kb-filter{
	position: relative;
	z-index: 2;
}*/
#kb-search-filter, .custom-radio-group {
  width: 100%;
  background-color: #EFEFEF;
  padding: 15px 20px;
  border: none;
  border-radius: 0px;
  z-index: 1;
  overflow: visible;
  display: inline-block;
  /*
	&:before{
		content: "";
		width: 50px;
		height: 50px;
		transform: rotate(45deg);
		background-color: $gray-lighter;
		position: absolute;
		top: -42px;
		left: 92px;
		z-index: -1;
	}*/
  /*a*/ }
  #kb-search-filter .filter-option, #kb-search-filter .checkbox, .custom-radio-group .filter-option, .custom-radio-group .checkbox {
    font-size: 14px;
    line-height: 2.2;
    color: #3D3626;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    position: relative;
    margin: 0px 25px 0px 0px;
    text-indent: 29px;
    display: block;
    white-space: nowrap;
    height: 30px; }
    #kb-search-filter .filter-option:hover, #kb-search-filter .checkbox:hover, .custom-radio-group .filter-option:hover, .custom-radio-group .checkbox:hover {
      text-decoration: none; }
    #kb-search-filter .filter-option:after, #kb-search-filter .checkbox:after, .custom-radio-group .filter-option:after, .custom-radio-group .checkbox:after {
      content: "";
      display: block;
      border-radius: 14px;
      width: 10px;
      height: 10px;
      background-color: #008080;
      position: absolute;
      top: 10px;
      left: 9px;
      opacity: 0;
      transition: opacity 0.3s ease-out; }
    #kb-search-filter .filter-option:before, #kb-search-filter .checkbox:before, .custom-radio-group .filter-option:before, .custom-radio-group .checkbox:before {
      content: "";
      display: inline-block;
      border: 1px solid #3D3626;
      border-radius: 20px;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 5px;
      left: 4px;
      text-indent: -9999em;
      color: #FFF;
      font-size: 0; }
    #kb-search-filter .filter-option.active:after, #kb-search-filter .filter-option:hover:after, #kb-search-filter .checkbox.active:after, #kb-search-filter .checkbox:hover:after, .custom-radio-group .filter-option.active:after, .custom-radio-group .filter-option:hover:after, .custom-radio-group .checkbox.active:after, .custom-radio-group .checkbox:hover:after {
      opacity: 1; }
    @media (max-width: 1024px) {
      #kb-search-filter .filter-option, #kb-search-filter .checkbox, .custom-radio-group .filter-option, .custom-radio-group .checkbox {
        margin-bottom: 5px; } }
  #kb-search-filter .toggle-container, .custom-radio-group .toggle-container {
    position: absolute;
    right: 0px;
    margin-right: 0px; }
    #kb-search-filter .toggle-container p, #kb-search-filter .toggle-container h6, #kb-search-filter .toggle-container .h6, .custom-radio-group .toggle-container p, .custom-radio-group .toggle-container h6, .custom-radio-group .toggle-container .h6 {
      white-space: nowrap;
      margin-left: 5px; }
    @media (max-width: 1024px) {
      #kb-search-filter .toggle-container, .custom-radio-group .toggle-container {
        position: relative; } }
    @media (max-width: 568px) {
      #kb-search-filter .toggle-container, .custom-radio-group .toggle-container {
        position: absolute;
        left: 0px;
        right: auto;
        bottom: -20px;
        top: auto; } }
  #kb-search-filter #kb-search-refine input[type="search"], .custom-radio-group #kb-search-refine input[type="search"] {
    background-color: #FFF;
    color: #6D6D6D; }
  #kb-search-filter.with-toggle, .custom-radio-group.with-toggle {
    position: relative; }

a.download, .ab-post-grid-items.is-grid .download.ab-block-post-grid-more-link {
  text-decoration: none; }
  a.download:after, .ab-post-grid-items.is-grid .download.ab-block-post-grid-more-link:after {
    content: '\e810' !important;
    font-family: "fontello";
    padding: 0px 0px 0px 7.5px;
    font-size: 13px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-weight: normal; }
    a.download:after:hover, .ab-post-grid-items.is-grid .download.ab-block-post-grid-more-link:after:hover {
      color: #0d4c4c; }
    @media (max-width: 768px) {
      a.download:after, .ab-post-grid-items.is-grid .download.ab-block-post-grid-more-link:after {
        font-size: 12px; } }

a.doc-pdf, .ab-post-grid-items.is-grid .doc-pdf.ab-block-post-grid-more-link {
  text-decoration: none; }
  a.doc-pdf:after, .ab-post-grid-items.is-grid .doc-pdf.ab-block-post-grid-more-link:after {
    content: '\e810' !important;
    font-family: "fontello";
    padding: 0px 0px 0px 7.5px;
    font-size: 13px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-weight: normal; }
    a.doc-pdf:after:hover, .ab-post-grid-items.is-grid .doc-pdf.ab-block-post-grid-more-link:after:hover {
      color: #0d4c4c; }
    @media (max-width: 768px) {
      a.doc-pdf:after, .ab-post-grid-items.is-grid .doc-pdf.ab-block-post-grid-more-link:after {
        font-size: 12px; } }

a.audio, .ab-post-grid-items.is-grid .audio.ab-block-post-grid-more-link {
  text-decoration: none;
  line-height: 1; }
  a.audio:after, .ab-post-grid-items.is-grid .audio.ab-block-post-grid-more-link:after {
    content: '\e824' !important;
    font-family: "fontello";
    padding: 0px 0px 0px 7.5px;
    font-size: 13px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    position: relative;
    top: 1px; }
    a.audio:after:hover, .ab-post-grid-items.is-grid .audio.ab-block-post-grid-more-link:after:hover {
      color: #0d4c4c; }
    @media (max-width: 768px) {
      a.audio:after, .ab-post-grid-items.is-grid .audio.ab-block-post-grid-more-link:after {
        font-size: 12px; } }
  @media (max-width: 768px) {
    a.audio:after, .ab-post-grid-items.is-grid .audio.ab-block-post-grid-more-link:after {
      font-size: 16px; } }

a.video, .ab-post-grid-items.is-grid .video.ab-block-post-grid-more-link {
  text-decoration: none; }
  a.video:after, .ab-post-grid-items.is-grid .video.ab-block-post-grid-more-link:after {
    content: '\e84a' !important;
    font-family: "fontello";
    padding: 0px 0px 0px 7.5px;
    font-size: 13px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-weight: normal; }
    a.video:after:hover, .ab-post-grid-items.is-grid .video.ab-block-post-grid-more-link:after:hover {
      color: #0d4c4c; }
    @media (max-width: 768px) {
      a.video:after, .ab-post-grid-items.is-grid .video.ab-block-post-grid-more-link:after {
        font-size: 12px; } }

hr {
  border-color: #D8D8D8; }

hr.wp-block-separator, hr.wp-block-separator.is-style-wide, hr.wp-block-separator.is-style-dots, hr, hr.is-style-wide, hr.is-style-dots {
  width: 100%;
  border-width: 1px;
  margin: 0px auto 20px auto; }

hr.wp-block-separator.alignleft, hr.alignleft {
  margin: 0px 0px 20px 0px;
  text-align: left; }

/*
body.single{
	hr.wp-block-separator, hr{
		margin: 0px 0px $spacer*2 0px;
		text-align: left;
	}
}*/
.with-arrow {
  border-top: 10px solid #375062;
  position: relative; }
  .with-arrow:before {
    content: '\e80c';
    font-family: "fontello";
    -webkit-font-smoothing: antialiased;
    color: #375062;
    position: absolute;
    top: -21px;
    left: 49%;
    font-size: 35px; }
  .with-arrow.reversed {
    border-color: #C5A35F; }
    .with-arrow.reversed:before {
      color: #C5A35F; }

.angle-right, a.with-angle-right:after, .ab-post-grid-items.is-grid .with-angle-right.ab-block-post-grid-more-link:after, p.with-angle-right > a:after, h6.with-angle-right > a:after, .with-angle-right.h6 > a:after, .ab-post-grid-items.is-grid p.with-angle-right > .ab-block-post-grid-more-link:after, .ab-post-grid-items.is-grid h6.with-angle-right > .ab-block-post-grid-more-link:after, .ab-post-grid-items.is-grid .with-angle-right.h6 > .ab-block-post-grid-more-link:after, #recent-posts article > .breadcrumb a:after, #recent-posts article > .breadcrumb .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:after, .ab-post-grid-items.is-grid #recent-posts article > .breadcrumb .ab-block-post-grid-more-link:after, .simple-post-list article > .breadcrumb a:after, .simple-post-list article > .breadcrumb .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:after, .ab-post-grid-items.is-grid .simple-post-list article > .breadcrumb .ab-block-post-grid-more-link:after {
  content: '\e81f';
  font-family: "fontello";
  -webkit-font-smoothing: antialiased;
  margin-left: 5px; }

.excerpt-row {
  display: flex;
  clear: both;
  border-top: 1px solid #D8D8D8;
  padding: 20px;
  /*	&.category-current-issues {
		.breadcrumb { display: none;}
		//.more-link { display: inline; margin-left: 5px;}
		.entry-header { margin-bottom: 5px;}
		.entry-summary p { display: inline;}
	}*/ }
  .excerpt-row:last-of-type {
    border-bottom: 1px solid #D8D8D8; }
  @media (max-width: 568px) {
    .excerpt-row {
      flex-direction: column-reverse;
      padding: 10px; } }
  .excerpt-row .post-thumbnail, .excerpt-row figure.featured-image, .excerpt-row > figure {
    flex-basis: 25%;
    min-width: 200px;
    margin: 0px 20px 0px 0px;
    width: 100%;
    object-fit: contain; }
    .excerpt-row .post-thumbnail > figcaption, .excerpt-row figure.featured-image > figcaption, .excerpt-row > figure > figcaption {
      display: none; }
    .excerpt-row .post-thumbnail > img.smaller, .excerpt-row figure.featured-image > img.smaller, .excerpt-row > figure > img.smaller {
      max-height: 145px;
      margin: 0 auto;
      display: block;
      width: auto;
      max-width: 210px; }
    @media (max-width: 568px) {
      .excerpt-row .post-thumbnail, .excerpt-row figure.featured-image, .excerpt-row > figure {
        flex-basis: 100%;
        margin-right: 0px; } }
  .excerpt-row .content-wrapper {
    flex-basis: 80%; }
    .excerpt-row .content-wrapper:only-child {
      flex-basis: 100%; }
    @media (max-width: 568px) {
      .excerpt-row .content-wrapper {
        flex-basis: 100%;
        margin-bottom: 10px; } }
  .excerpt-row .entry-header {
    display: block;
    margin-bottom: 10px;
    padding: 0px;
    text-align: left !important; }
    .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name {
      font-weight: normal;
      margin-bottom: 0px;
      text-transform: none; }
      .excerpt-row .entry-header .entry-title > a, .excerpt-row .entry-header .ab-post-grid-items.is-grid .entry-title > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title > .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title h1.loud > a, .excerpt-row .entry-header .entry-title .loud.display > a, .excerpt-row .entry-header .entry-title .loud.entry-title > a, .excerpt-row .entry-header .entry-title .loud.page-title > a, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud > a, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud > a, .excerpt-row .entry-header .entry-title .wp-block-cover .search-results .loud.page-title > a, .excerpt-row .entry-header .entry-title .search-results .wp-block-cover .loud.page-title > a, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only > a, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only > a, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only > a, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only > a, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name > a, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name > a, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name > a, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name > a, .excerpt-row .entry-header .entry-title .wp-block-cover .sticky-hero h2.loud.entry-title > a, .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid h1.loud > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title h1.loud > .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .loud.display > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .loud.display > .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .loud.entry-title > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .loud.entry-title > .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .loud.page-title > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .loud.page-title > .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .wp-block-cover .ab-post-grid-items.is-grid h2.loud > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud > .ab-block-post-grid-more-link, .wp-block-cover .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid h2.loud > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .search-results .loud.page-title > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .search-results .wp-block-cover .loud.page-title > .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .ab-post-grid-items.is-grid .loud.author-title.author-archive-only > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only > .ab-block-post-grid-more-link, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .loud.author-title.author-archive-only > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only > .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .ab-post-grid-items.is-grid .loud.author-title.author-archive-only > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only > .ab-block-post-grid-more-link, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .loud.author-title.author-archive-only > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only > .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .ab-post-grid-items.is-grid .loud.author-name > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name > .ab-block-post-grid-more-link, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .loud.author-name > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name > .ab-block-post-grid-more-link, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .ab-post-grid-items.is-grid .loud.author-name > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name > .ab-block-post-grid-more-link, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .loud.author-name > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .entry-title .wp-block-cover .sticky-hero h2.loud.entry-title > .ab-block-post-grid-more-link {
        color: #3D3626; }
      @media (max-width: 568px) {
        .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name {
          margin-bottom: 5px; } }
    .excerpt-row .entry-header .breadcrumb {
      display: none;
      margin-bottom: 0px;
      text-transform: capitalize; }
      .excerpt-row .entry-header .breadcrumb > a, .excerpt-row .entry-header .ab-post-grid-items.is-grid .breadcrumb > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .breadcrumb > .ab-block-post-grid-more-link {
        color: #6D6D6D; }
    body.archive.tax-kbase .excerpt-row .breadcrumb, body.search-results .excerpt-row .breadcrumb {
      display: block; }
    .excerpt-row .entry-header .posted-on {
      margin: 0px;
      padding: 0px;
      color: #6D6D6D; }
    .excerpt-row .entry-header .entry-meta {
      float: none; }
    .excerpt-row .entry-header .tag-list > a, .excerpt-row .entry-header .ab-post-grid-items.is-grid .tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-header .tag-list > .ab-block-post-grid-more-link {
      text-transform: uppercase;
      font-size: 15px; }
  .excerpt-row p, .excerpt-row h6, .excerpt-row .h6 {
    margin-bottom: 0px; }
  .excerpt-row p.has-small-font-size, .excerpt-row h6.has-small-font-size, .excerpt-row .has-small-font-size.h6 {
    font-size: 13px; }
  .excerpt-row .entry-summary p, .excerpt-row .entry-summary h6, .excerpt-row .entry-summary .h6 {
    margin-bottom: 0px; }
    .excerpt-row .entry-summary p > a.more-link, .excerpt-row .entry-summary h6 > a.more-link, .excerpt-row .entry-summary .h6 > a.more-link, .excerpt-row .entry-summary .ab-post-grid-items.is-grid p > .more-link.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-summary p > .more-link.ab-block-post-grid-more-link, .excerpt-row .entry-summary .ab-post-grid-items.is-grid h6 > .more-link.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-summary h6 > .more-link.ab-block-post-grid-more-link, .excerpt-row .entry-summary .ab-post-grid-items.is-grid .h6 > .more-link.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row .entry-summary .h6 > .more-link.ab-block-post-grid-more-link {
      margin-left: 10px; }
  .excerpt-row .entry-summary .byline {
    display: none; }
  .excerpt-row .video-meta {
    padding-top: 10px;
    font-size: 13px; }
  .excerpt-row.type-tnb-article .entry-title, .excerpt-row.type-power-hour .entry-title, .excerpt-row.locked-content .entry-title {
    position: relative;
    display: inline-block; }
    .excerpt-row.type-tnb-article .entry-title a, .excerpt-row.type-tnb-article .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row.type-tnb-article .entry-title .ab-block-post-grid-more-link, .excerpt-row.type-tnb-article .entry-title span, .excerpt-row.type-power-hour .entry-title a, .excerpt-row.type-power-hour .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row.type-power-hour .entry-title .ab-block-post-grid-more-link, .excerpt-row.type-power-hour .entry-title span, .excerpt-row.locked-content .entry-title a, .excerpt-row.locked-content .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row.locked-content .entry-title .ab-block-post-grid-more-link, .excerpt-row.locked-content .entry-title span {
      padding-right: 10px; }
  .excerpt-row.type-tnb-article .entry-title:after, .excerpt-row.type-power-hour .entry-title:after, .excerpt-row.locked-content .entry-title:after {
    content: "\e829   Member Exclusive";
    display: inline-block;
    white-space: nowrap;
    color: #FFF;
    font-size: 12px;
    position: relative;
    top: -5px;
    background-color: #933F20;
    border: 1px solid #933F20;
    border-radius: 8px;
    padding: 0px 9px 1px 9px;
    height: 22px;
    line-height: 1.7;
    font-family: "fontello", "Helvetica", "Arial", sans-serif; }
    @media (max-width: 568px) {
      .excerpt-row.type-tnb-article .entry-title:after, .excerpt-row.type-power-hour .entry-title:after, .excerpt-row.locked-content .entry-title:after {
        font-size: 10px;
        padding: 0px 5px;
        top: -2px;
        height: 18px; } }
  body.logged-in .excerpt-row.type-tnb-article .entry-title:after, body.logged-in .excerpt-row.type-power-hour .entry-title:after, body.logged-in .excerpt-row.locked-content .entry-title:after {
    content: "Member Exclusive";
    background-color: #EFEFEF;
    border-color: #EFEFEF;
    color: #933F20;
    font-weight: bold; }
  .excerpt-row.pinned-to-hub {
    background-color: #EFEFEF;
    position: relative; }
    .excerpt-row.pinned-to-hub:first-of-type {
      border-top: none; }
    @media (max-width: 1200px) {
      .excerpt-row.pinned-to-hub {
        margin: 45px 10px 20px 10px;
        border-top: none; } }
    .excerpt-row.pinned-to-hub:before {
      content: "";
      position: absolute;
      left: -28px;
      top: 0px;
      width: 28px;
      height: 127px;
      background-color: #EFEFEF;
      background-image: url("https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2018/07/pin-icon.svg");
      background-position: 11px 10px;
      background-repeat: no-repeat;
      background-size: 18px;
      z-index: 1; }
      @media (max-width: 1200px) {
        .excerpt-row.pinned-to-hub:before {
          width: 50px;
          height: 40px;
          top: -30px;
          left: 0px;
          background-size: 12px;
          background-position: 13px 7px;
          z-index: -1; } }
    .excerpt-row.pinned-to-hub:after {
      content: "";
      background-color: #FFF;
      width: 40px;
      height: 40px;
      transform: rotate(45deg);
      position: absolute;
      left: -48px;
      top: 108px;
      z-index: 1; }
      @media (max-width: 1200px) {
        .excerpt-row.pinned-to-hub:after {
          transform: rotate(-25deg);
          left: 40px;
          top: -40px;
          z-index: -1; } }
    .excerpt-row.pinned-to-hub .entry-title:after {
      background-color: #933F20;
      border-color: #933F20;
      color: #FFF; }
    body.logged-in .excerpt-row.pinned-to-hub.type-tnb-article .entry-title:after, body.logged-in .excerpt-row.pinned-to-hub.type-power-hour .entry-title:after, body.logged-in .excerpt-row.pinned-to-hub.locked-content .entry-title:after {
      background-color: #933F20;
      border-color: #933F20;
      color: #FFF; }

.excerpt-row.excerpt-large {
  flex-direction: row;
  flex-direction: row-reverse; }
  .excerpt-row.excerpt-large .post-thumbnail {
    margin: 0px 0px 0px 60px; }
  @media (max-width: 568px) {
    .excerpt-row.excerpt-large {
      flex-direction: column-reverse !important; } }
  .excerpt-row.excerpt-large .post-thumbnail {
    flex-basis: 40%; }
    @media (max-width: 568px) {
      .excerpt-row.excerpt-large .post-thumbnail {
        flex-basis: 100%;
        margin: 10px 0px 0px 0px; } }
  .excerpt-row.excerpt-large .content-wrapper {
    flex-basis: 60%; }
    .excerpt-row.excerpt-large .content-wrapper:only-child {
      flex-basis: 100%; }
  .excerpt-row.excerpt-large .entry-summary .byline, .excerpt-row.excerpt-large .entry-summary .byline.with-image {
    display: flex;
    margin-top: 20px;
    margin-bottom: 0px; }
  @media (max-width: 568px) {
    .excerpt-row.excerpt-large.excerpt-extra-large {
      flex-direction: row-reverse !important;
      flex-basis: 80%; }
      .excerpt-row.excerpt-large.excerpt-extra-large .featured-image {
        flex-basis: 20%;
        padding-left: 20px;
        margin-top: 20px; } }
  @media (max-width: 375px) {
    .excerpt-row.excerpt-large.excerpt-extra-large {
      flex-direction: column !important;
      flex-basis: 100%; }
      .excerpt-row.excerpt-large.excerpt-extra-large .featured-image {
        flex-basis: 100%;
        padding: 0px;
        margin: 0px auto 10px auto; } }
  .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .breadcrumb {
    display: block; }
    .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .breadcrumb a, .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .breadcrumb .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .breadcrumb .ab-block-post-grid-more-link {
      color: #008080;
      text-transform: uppercase; }
  .excerpt-row.excerpt-large.excerpt-extra-large .entry-header .entry-title {
    margin-bottom: 0px; }
  @media (max-width: 375px) {
    .excerpt-row.excerpt-large.excerpt-extra-large .entry-header {
      margin-bottom: 10px; } }
  .excerpt-row.excerpt-large.excerpt-extra-large .more-link {
    margin-left: 10px; }
    @media (max-width: 568px) {
      .excerpt-row.excerpt-large.excerpt-extra-large .more-link {
        display: none; } }

.excerpt-row.padded-lg {
  padding: 30px 20px; }
  @media (max-width: 768px) {
    .excerpt-row.padded-lg {
      padding: 30px 20px 30px 0px;
      margin: 0px 30px; } }
  @media (max-width: 568px) {
    .excerpt-row.padded-lg {
      margin: 0px;
      flex-direction: column;
      padding: 20px; } }
  .excerpt-row.padded-lg p, .excerpt-row.padded-lg h6, .excerpt-row.padded-lg .h6 {
    margin-bottom: 15px; }
  .excerpt-row.padded-lg figure {
    flex-basis: 25%;
    max-width: 265px;
    margin-right: 40px;
    margin-bottom: 0px; }
    @media (max-width: 768px) {
      .excerpt-row.padded-lg figure {
        margin-right: 10px; } }
    @media (max-width: 568px) {
      .excerpt-row.padded-lg figure {
        max-width: 200px;
        margin: 20px 0px 10px 0px;
        align-self: center;
        max-width: 100%; } }
    .excerpt-row.padded-lg figure > img {
      max-height: 252px;
      width: 100%; }
      @media (max-width: 1024px) {
        .excerpt-row.padded-lg figure > img {
          max-width: 200px; } }
      @media (max-width: 768px) {
        .excerpt-row.padded-lg figure > img {
          max-width: 180px; } }
      @media (max-width: 568px) {
        .excerpt-row.padded-lg figure > img {
          max-width: 100px; } }

.excerpt-row.round-img figure > img {
  border-radius: 100%; }

.shaded, .editor-notes {
  background-color: #EFEFEF; }

@media (max-width: 568px) {
  .shaded-sm {
    background-color: #EFEFEF; } }

.shaded-partial-height {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px; }
  @media (max-width: 1024px) {
    .shaded-partial-height {
      margin-bottom: 0px; } }
  .shaded-partial-height figure, .shaded-partial-height img, .shaded-partial-height .video {
    z-index: 2;
    margin: 0px; }
  .shaded-partial-height img, .shaded-partial-height iframe {
    max-width: 100%; }
  .shaded-partial-height:after {
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #EFEFEF;
    content: '';
    z-index: 1;
    display: block; }
  .shaded-partial-height .fluid-width-video-wrapper {
    padding-top: 0px !important; }
    .shaded-partial-height .fluid-width-video-wrapper iframe {
      position: static;
      width: 900px;
      height: 500px; }
      @media (max-width: 768px) {
        .shaded-partial-height .fluid-width-video-wrapper iframe {
          max-height: 425px; } }
      @media (max-width: 568px) {
        .shaded-partial-height .fluid-width-video-wrapper iframe {
          max-height: 200px;
          max-width: 410px; } }

.shaded-blue {
  background-color: #375062; }
  .shaded-blue h1, .shaded-blue .display, .shaded-blue .entry-title, .shaded-blue .page-title, .shaded-blue .wp-block-cover h2, .wp-block-cover .shaded-blue h2, .shaded-blue .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .shaded-blue .author-title.author-archive-only, .shaded-blue .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .shaded-blue .author-title.author-archive-only, .shaded-blue .wp-block-cover .page-header > .byline.full-bio .author-name, .wp-block-cover .page-header > .byline.full-bio .shaded-blue .author-name, .shaded-blue .page-header > .byline.full-bio .wp-block-cover .author-name, .page-header > .byline.full-bio .wp-block-cover .shaded-blue .author-name, .shaded-blue h2, .shaded-blue .search-results .page-title, .search-results .shaded-blue .page-title, .shaded-blue .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .shaded-blue .author-title.author-archive-only, .shaded-blue .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .shaded-blue .author-name, .shaded-blue .sticky-hero h2.entry-title, .sticky-hero .shaded-blue h2.entry-title, .shaded-blue h3, .shaded-blue .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .shaded-blue .entry-title, .shaded-blue .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .shaded-blue h1.loud, .shaded-blue .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .shaded-blue .loud.display, .shaded-blue .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .shaded-blue .loud.entry-title, .shaded-blue .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .shaded-blue .loud.page-title, .shaded-blue .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .shaded-blue h2.loud, .shaded-blue .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .shaded-blue h2.loud, .shaded-blue .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .shaded-blue .loud.author-name, .shaded-blue .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .shaded-blue .loud.author-name, .shaded-blue .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .shaded-blue .loud.author-name, .shaded-blue .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .shaded-blue .loud.author-name, .shaded-blue .byline.full-bio .author-name, .byline.full-bio .shaded-blue .author-name, .shaded-blue h4, .shaded-blue table thead th, table thead .shaded-blue th, .shaded-blue table thead td, table thead .shaded-blue td, .shaded-blue .table thead th, .table thead .shaded-blue th, .shaded-blue .table thead td, .table thead .shaded-blue td, .shaded-blue .tablepress thead th, .tablepress thead .shaded-blue th, .shaded-blue .tablepress thead td, .tablepress thead .shaded-blue td, .shaded-blue ul.simple li.heading, ul.simple .shaded-blue li.heading, .shaded-blue ol.simple li.heading, ol.simple .shaded-blue li.heading, .shaded-blue ul.list-with-image-heading > li:nth-child(2), .shaded-blue ol.list-with-image-heading > li:nth-child(2), .shaded-blue ul.list-with-heading > li:first-child, .shaded-blue ol.list-with-heading > li:first-child, .shaded-blue .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .shaded-blue .ab-block-post-grid-title, .shaded-blue .info-box h3, .info-box .shaded-blue h3, .shaded-blue .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header .shaded-blue .entry-title, .shaded-blue .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box .shaded-blue .entry-title, .shaded-blue .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title .shaded-blue h1.loud, .shaded-blue .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box .shaded-blue h1.loud, .shaded-blue .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title .shaded-blue .loud.display, .shaded-blue .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box .shaded-blue .loud.display, .shaded-blue .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .shaded-blue .loud.page-title, .shaded-blue .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .shaded-blue .loud.page-title, .shaded-blue .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .shaded-blue h2.loud, .shaded-blue .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .shaded-blue h2.loud, .shaded-blue .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .shaded-blue h2.loud, .shaded-blue .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .shaded-blue h2.loud, .shaded-blue .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .info-box .byline.full-bio .author-name, .info-box .byline.full-bio .shaded-blue .author-name, .shaded-blue .byline.full-bio .info-box .author-name, .byline.full-bio .info-box .shaded-blue .author-name, .shaded-blue .info-box .kt-blocks-info-box-title, .info-box .shaded-blue .kt-blocks-info-box-title, .shaded-blue .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .shaded-blue h3, .shaded-blue .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .shaded-blue .entry-title, .shaded-blue .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .shaded-blue .entry-title, .shaded-blue .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .shaded-blue h1.loud, .shaded-blue .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .shaded-blue h1.loud, .shaded-blue .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .shaded-blue .loud.display, .shaded-blue .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .shaded-blue .loud.display, .shaded-blue .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .shaded-blue .loud.page-title, .shaded-blue .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .shaded-blue .loud.page-title, .shaded-blue .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .shaded-blue h2.loud, .shaded-blue .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .shaded-blue h2.loud, .shaded-blue .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .shaded-blue h2.loud, .shaded-blue .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .shaded-blue h2.loud, .shaded-blue .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .shaded-blue .loud.author-title.author-archive-only, .shaded-blue .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio .shaded-blue .author-name, .shaded-blue .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox .shaded-blue .author-name, .shaded-blue .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .shaded-blue .kt-blocks-info-box-title, .shaded-blue .schema-faq-question, .shaded-blue .byline.full-bio.centered .author-name, .byline.full-bio.centered .shaded-blue .author-name, .shaded-blue .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .shaded-blue .author-title.author-archive-only, .shaded-blue p, .shaded-blue h6, .shaded-blue .h6 {
    color: #fff; }

.editor-notes {
  padding: 20px; }

.wp-block-media-text figure img {
  margin: 0px; }

.wp-block-media-text .wp-block-media-text__content {
  padding: 0px 10%; }
  @media (max-width: 1024px) {
    .wp-block-media-text .wp-block-media-text__content {
      width: 100%;
      margin: 0px; } }

.wp-block-media-text.container-wide h2, .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large h2, .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content h2, .wp-block-media-text.container-wide .search-results .page-title, .search-results .wp-block-media-text.container-wide .page-title, .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large .search-results .page-title, .search-results .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large .page-title, .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content .search-results .page-title, .search-results .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content .page-title, .wp-block-media-text.container-wide .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-media-text.container-wide .author-title.author-archive-only, .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large .author-title.author-archive-only, .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content .author-title.author-archive-only, .wp-block-media-text.container-wide .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-media-text.container-wide .author-name, .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large .author-name, .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content .author-name, .wp-block-media-text.restricted-width h2, .wp-block-media-text.restricted-width .search-results .page-title, .search-results .wp-block-media-text.restricted-width .page-title, .wp-block-media-text.restricted-width .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-media-text.restricted-width .author-title.author-archive-only, .wp-block-media-text.restricted-width .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-media-text.restricted-width .author-name {
  font-size: 30px; }
  @media (max-width: 568px) {
    .wp-block-media-text.container-wide h2, .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large h2, .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content h2, .wp-block-media-text.container-wide .search-results .page-title, .search-results .wp-block-media-text.container-wide .page-title, .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large .search-results .page-title, .search-results .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large .page-title, .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content .search-results .page-title, .search-results .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content .page-title, .wp-block-media-text.container-wide .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-media-text.container-wide .author-title.author-archive-only, .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large .author-title.author-archive-only, .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content .author-title.author-archive-only, .wp-block-media-text.container-wide .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-media-text.container-wide .author-name, .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-media-text.excerpt-row.excerpt-large.excerpt-extra-large .author-name, .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-atomic-blocks-ab-container .wp-block-media-text.ab-container-content .author-name, .wp-block-media-text.restricted-width h2, .wp-block-media-text.restricted-width .search-results .page-title, .search-results .wp-block-media-text.restricted-width .page-title, .wp-block-media-text.restricted-width .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-media-text.restricted-width .author-title.author-archive-only, .wp-block-media-text.restricted-width .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-media-text.restricted-width .author-name {
      line-height: 1.3;
      font-size: 18px; } }

.wp-block-media-text.restricted-width {
  max-width: 1160px !important;
  margin: 0 auto !important; }

@media (max-width: 568px) {
  .wp-block-media-text.is-stacked-on-mobile {
    display: flex;
    flex-flow: column nowrap; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      width: 75%;
      max-width: 320px;
      margin: 0 auto; }
      .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media img {
        margin-bottom: 20px; } }

@media (max-width: 568px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    max-width: 250px; } }

@media (max-width: 1024px) {
  .wp-block-media-text.full-width {
    grid-template-columns: 0% !important; } }

@media (max-width: 1024px) {
  .wp-block-media-text.full-width.has-media-on-the-right {
    grid-template-columns: 100% !important; } }

.wp-block-media-text.top-aligned {
  align-items: start;
  grid-template-columns: 40% auto; }
  .wp-block-media-text.top-aligned img {
    max-height: 310px;
    width: auto; }
  @media (max-width: 768px) {
    .wp-block-media-text.top-aligned .wp-block-media-text__content {
      padding-top: 40px;
      text-align: left; } }
  @media (max-width: 1024px) {
    .wp-block-media-text.top-aligned.is-stacked-on-mobile {
      align-items: center; } }
  .wp-block-media-text.top-aligned.has-media-on-the-right {
    grid-template-columns: auto 40%; }

.wp-block-columns > .wp-block-column {
  margin-right: 30px; }
  .wp-block-columns > .wp-block-column:last-child {
    margin-right: 0px; }
  .wp-block-columns > .wp-block-column:not(:first-child) {
    margin-left: 30px; }
  .wp-block-columns > .wp-block-column:not(:last-child) {
    margin-right: 30px; }
  .wp-block-columns > .wp-block-column:nth-child(odd) {
    margin-right: 30px; }
  .wp-block-columns > .wp-block-column:nth-child(even) {
    margin-left: 30px; }

@media (max-width: 768px) {
  .wp-block-atomic-blocks-ab-columns.ab-layout-columns-6.tiny-columns .ab-layout-column-wrap.ab-is-responsive-column {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "col1 col2 col3" "col4 col5 col6"; } }

@media (max-width: 568px) {
  .wp-block-atomic-blocks-ab-columns.ab-layout-columns-6.tiny-columns .ab-layout-column-wrap.ab-is-responsive-column {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2" "col3 col4" "col5 col6"; } }

.wp-block-atomic-blocks-ab-column.vcard {
  max-width: 100% !important; }

/*--------------------------------------------------------------
## Gutenberg Media & Text Block Fallback for IE11
--------------------------------------------------------------*/
.wp-block-media-text:after {
  display: table;
  content: "";
  clear: both; }

.wp-block-media-text figure {
  float: left;
  width: 50%; }

.wp-block-media-text .wp-block-media-text__content {
  float: right;
  width: 50%; }

.wp-block-media-text.has-media-on-the-right figure {
  float: right; }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  float: left; }

@supports (display: grid) {
  .wp-block-media-text figure {
    float: none;
    width: inherit; }
  .wp-block-media-text .wp-block-media-text__content {
    float: none;
    width: inherit; }
  .wp-block-media-text.has-media-on-the-right figure {
    float: none; }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    float: none; } }

.block, .padded-block {
  padding: 70px; }
  @media (max-width: 768px) {
    .block, .padded-block {
      padding: 40px; } }
  @media (max-width: 568px) {
    .block, .padded-block {
      padding: 30px 20px; } }
  .block p, .block h6, .block .h6, .padded-block p, .padded-block h6, .padded-block .h6 {
    margin-left: auto;
    margin-right: auto; }
    .block p.long, .block h6.long, .block .long.h6, .padded-block p.long, .padded-block h6.long, .padded-block .long.h6 {
      max-width: 900px; }
  @media (max-width: 768px) {
    .block .excerpt-row, .padded-block .excerpt-row {
      padding-left: 0px;
      padding-right: 0px; } }
  .block.center-content h2, .block.center-content .search-results .page-title, .search-results .block.center-content .page-title, .block.center-content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .block.center-content .author-title.author-archive-only, .block.center-content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .block.center-content .author-name, .block.center-content p, .block.center-content h6, .block.center-content .h6, .padded-block.center-content h2, .padded-block.center-content .search-results .page-title, .search-results .padded-block.center-content .page-title, .padded-block.center-content .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .padded-block.center-content .author-title.author-archive-only, .padded-block.center-content .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .padded-block.center-content .author-name, .padded-block.center-content p, .padded-block.center-content h6, .padded-block.center-content .h6 {
    text-align: center; }
  .block.center-content p, .block.center-content h6, .block.center-content .h6, .padded-block.center-content p, .padded-block.center-content h6, .padded-block.center-content .h6 {
    margin-right: auto;
    margin-left: auto; }
  .block.center-content .d-flex, .block.center-content .flex-wrapper, .padded-block.center-content .d-flex, .padded-block.center-content .flex-wrapper {
    max-width: 900px !important;
    margin: 0 auto; }
  .block.left p, .block.left h6, .block.left .h6, .block.text-left p, .block.text-left h6, .block.text-left .h6, .padded-block.left p, .padded-block.left h6, .padded-block.left .h6, .padded-block.text-left p, .padded-block.text-left h6, .padded-block.text-left .h6 {
    margin-left: 0px; }
  .block.left .icon-list, .block.left .btn.btn-collapse, .block.left input.btn-collapse[type="submit"], .block.left .btn-collapse.wp-block-button__link, .block.left .kbase.tag-list > a.btn-collapse, .block.left .ab-post-grid-items.is-grid .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .block.left .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .block.text-left .icon-list, .block.text-left .btn.btn-collapse, .block.text-left input.btn-collapse[type="submit"], .block.text-left .btn-collapse.wp-block-button__link, .block.text-left .kbase.tag-list > a.btn-collapse, .block.text-left .ab-post-grid-items.is-grid .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .block.text-left .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .padded-block.left .icon-list, .padded-block.left .btn.btn-collapse, .padded-block.left input.btn-collapse[type="submit"], .padded-block.left .btn-collapse.wp-block-button__link, .padded-block.left .kbase.tag-list > a.btn-collapse, .padded-block.left .ab-post-grid-items.is-grid .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .padded-block.left .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .padded-block.text-left .icon-list, .padded-block.text-left .btn.btn-collapse, .padded-block.text-left input.btn-collapse[type="submit"], .padded-block.text-left .btn-collapse.wp-block-button__link, .padded-block.text-left .kbase.tag-list > a.btn-collapse, .padded-block.text-left .ab-post-grid-items.is-grid .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .padded-block.text-left .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link {
    justify-content: flex-start; }
    @media (max-width: 568px) {
      .block.left .icon-list, .block.left .btn.btn-collapse, .block.left input.btn-collapse[type="submit"], .block.left .btn-collapse.wp-block-button__link, .block.left .kbase.tag-list > a.btn-collapse, .block.left .ab-post-grid-items.is-grid .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .block.left .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .block.text-left .icon-list, .block.text-left .btn.btn-collapse, .block.text-left input.btn-collapse[type="submit"], .block.text-left .btn-collapse.wp-block-button__link, .block.text-left .kbase.tag-list > a.btn-collapse, .block.text-left .ab-post-grid-items.is-grid .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .block.text-left .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .padded-block.left .icon-list, .padded-block.left .btn.btn-collapse, .padded-block.left input.btn-collapse[type="submit"], .padded-block.left .btn-collapse.wp-block-button__link, .padded-block.left .kbase.tag-list > a.btn-collapse, .padded-block.left .ab-post-grid-items.is-grid .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .padded-block.left .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .padded-block.text-left .icon-list, .padded-block.text-left .btn.btn-collapse, .padded-block.text-left input.btn-collapse[type="submit"], .padded-block.text-left .btn-collapse.wp-block-button__link, .padded-block.text-left .kbase.tag-list > a.btn-collapse, .padded-block.text-left .ab-post-grid-items.is-grid .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .padded-block.text-left .kbase.tag-list > .btn-collapse.ab-block-post-grid-more-link {
        justify-content: center; } }
  .block.right, .block.text-right, .padded-block.right, .padded-block.text-right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .block.with-logo-centered, .padded-block.with-logo-centered {
    position: relative;
    margin: 110px 0px 50px 0px; }
    @media (max-width: 768px) {
      .block.with-logo-centered, .padded-block.with-logo-centered {
        margin-top: 90px; } }
    @media (max-width: 568px) {
      .block.with-logo-centered, .padded-block.with-logo-centered {
        padding-top: 50px;
        margin-top: 70px;
        margin-bottom: 30px; } }
    .block.with-logo-centered p, .block.with-logo-centered h6, .block.with-logo-centered .h6, .padded-block.with-logo-centered p, .padded-block.with-logo-centered h6, .padded-block.with-logo-centered .h6 {
      margin-bottom: 0px;
      max-width: 900px; }
    .block.with-logo-centered .logo-centered, .padded-block.with-logo-centered .logo-centered {
      position: absolute;
      top: -50px;
      max-height: 100px;
      left: 50%;
      transform: translateX(-50%); }
      @media (max-width: 768px) {
        .block.with-logo-centered .logo-centered, .padded-block.with-logo-centered .logo-centered {
          max-width: 80px; } }
      @media (max-width: 568px) {
        .block.with-logo-centered .logo-centered, .padded-block.with-logo-centered .logo-centered {
          max-width: 70px;
          top: -35px; } }
  .block.with-background-img, .padded-block.with-background-img {
    position: relative;
    padding: 0px 150px;
    min-height: 430px; }
    @media (max-width: 768px) {
      .block.with-background-img, .padded-block.with-background-img {
        min-height: 330px;
        padding: 0px 50px; } }
    @media (max-width: 568px) {
      .block.with-background-img, .padded-block.with-background-img {
        padding: 0px 20px; } }
    .block.with-background-img .text-content, .padded-block.with-background-img .text-content {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: flex-start;
      flex-basis: 47%;
      text-align: left; }
      @media (max-width: 768px) {
        .block.with-background-img .text-content, .padded-block.with-background-img .text-content {
          flex-basis: 60%; } }
      @media (max-width: 568px) {
        .block.with-background-img .text-content, .padded-block.with-background-img .text-content {
          flex-basis: 100%;
          align-items: center; } }
      .block.with-background-img .text-content h3, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .block.with-background-img .text-content .entry-title, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .block.with-background-img .text-content h1.loud, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.display, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.page-title, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .byline.full-bio .author-name, .byline.full-bio .block.with-background-img .text-content .author-name, .block.with-background-img .text-content h4, .block.with-background-img .text-content table thead th, table thead .block.with-background-img .text-content th, .block.with-background-img .text-content table thead td, table thead .block.with-background-img .text-content td, .block.with-background-img .text-content .table thead th, .table thead .block.with-background-img .text-content th, .block.with-background-img .text-content .table thead td, .table thead .block.with-background-img .text-content td, .block.with-background-img .text-content .tablepress thead th, .tablepress thead .block.with-background-img .text-content th, .block.with-background-img .text-content .tablepress thead td, .tablepress thead .block.with-background-img .text-content td, .block.with-background-img .text-content ul.simple li.heading, ul.simple .block.with-background-img .text-content li.heading, .block.with-background-img .text-content ol.simple li.heading, ol.simple .block.with-background-img .text-content li.heading, .block.with-background-img .text-content ul.list-with-image-heading > li:nth-child(2), .block.with-background-img .text-content ol.list-with-image-heading > li:nth-child(2), .block.with-background-img .text-content ul.list-with-heading > li:first-child, .block.with-background-img .text-content ol.list-with-heading > li:first-child, .block.with-background-img .text-content .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .block.with-background-img .text-content .ab-block-post-grid-title, .block.with-background-img .text-content .info-box h3, .info-box .block.with-background-img .text-content h3, .block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header .block.with-background-img .text-content .entry-title, .block.with-background-img .text-content .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box .block.with-background-img .text-content .entry-title, .block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title .block.with-background-img .text-content h1.loud, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box .block.with-background-img .text-content h1.loud, .block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.display, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box .block.with-background-img .text-content .loud.display, .block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.page-title, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .block.with-background-img .text-content .loud.page-title, .block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .info-box .byline.full-bio .author-name, .info-box .byline.full-bio .block.with-background-img .text-content .author-name, .block.with-background-img .text-content .byline.full-bio .info-box .author-name, .byline.full-bio .info-box .block.with-background-img .text-content .author-name, .block.with-background-img .text-content .info-box .kt-blocks-info-box-title, .info-box .block.with-background-img .text-content .kt-blocks-info-box-title, .block.with-background-img .text-content .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .block.with-background-img .text-content h3, .block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .block.with-background-img .text-content .entry-title, .block.with-background-img .text-content .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .block.with-background-img .text-content .entry-title, .block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .block.with-background-img .text-content h1.loud, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .block.with-background-img .text-content h1.loud, .block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.display, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .block.with-background-img .text-content .loud.display, .block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.page-title, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .block.with-background-img .text-content .loud.page-title, .block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio .block.with-background-img .text-content .author-name, .block.with-background-img .text-content .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox .block.with-background-img .text-content .author-name, .block.with-background-img .text-content .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .block.with-background-img .text-content .kt-blocks-info-box-title, .block.with-background-img .text-content .schema-faq-question, .block.with-background-img .text-content .byline.full-bio.centered .author-name, .byline.full-bio.centered .block.with-background-img .text-content .author-name, .block.with-background-img .text-content .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .block.with-background-img .text-content .author-title.author-archive-only, .block.with-background-img .text-content p, .block.with-background-img .text-content h6, .block.with-background-img .text-content .h6, .padded-block.with-background-img .text-content h3, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .padded-block.with-background-img .text-content .entry-title, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content h1.loud, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.display, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.page-title, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .byline.full-bio .author-name, .byline.full-bio .padded-block.with-background-img .text-content .author-name, .padded-block.with-background-img .text-content h4, .padded-block.with-background-img .text-content table thead th, table thead .padded-block.with-background-img .text-content th, .padded-block.with-background-img .text-content table thead td, table thead .padded-block.with-background-img .text-content td, .padded-block.with-background-img .text-content .table thead th, .table thead .padded-block.with-background-img .text-content th, .padded-block.with-background-img .text-content .table thead td, .table thead .padded-block.with-background-img .text-content td, .padded-block.with-background-img .text-content .tablepress thead th, .tablepress thead .padded-block.with-background-img .text-content th, .padded-block.with-background-img .text-content .tablepress thead td, .tablepress thead .padded-block.with-background-img .text-content td, .padded-block.with-background-img .text-content ul.simple li.heading, ul.simple .padded-block.with-background-img .text-content li.heading, .padded-block.with-background-img .text-content ol.simple li.heading, ol.simple .padded-block.with-background-img .text-content li.heading, .padded-block.with-background-img .text-content ul.list-with-image-heading > li:nth-child(2), .padded-block.with-background-img .text-content ol.list-with-image-heading > li:nth-child(2), .padded-block.with-background-img .text-content ul.list-with-heading > li:first-child, .padded-block.with-background-img .text-content ol.list-with-heading > li:first-child, .padded-block.with-background-img .text-content .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .padded-block.with-background-img .text-content .ab-block-post-grid-title, .padded-block.with-background-img .text-content .info-box h3, .info-box .padded-block.with-background-img .text-content h3, .padded-block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header .padded-block.with-background-img .text-content .entry-title, .padded-block.with-background-img .text-content .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box .padded-block.with-background-img .text-content .entry-title, .padded-block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content h1.loud, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box .padded-block.with-background-img .text-content h1.loud, .padded-block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.display, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box .padded-block.with-background-img .text-content .loud.display, .padded-block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.page-title, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .padded-block.with-background-img .text-content .loud.page-title, .padded-block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .info-box .byline.full-bio .author-name, .info-box .byline.full-bio .padded-block.with-background-img .text-content .author-name, .padded-block.with-background-img .text-content .byline.full-bio .info-box .author-name, .byline.full-bio .info-box .padded-block.with-background-img .text-content .author-name, .padded-block.with-background-img .text-content .info-box .kt-blocks-info-box-title, .info-box .padded-block.with-background-img .text-content .kt-blocks-info-box-title, .padded-block.with-background-img .text-content .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .padded-block.with-background-img .text-content h3, .padded-block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .padded-block.with-background-img .text-content .entry-title, .padded-block.with-background-img .text-content .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .padded-block.with-background-img .text-content .entry-title, .padded-block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content h1.loud, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .padded-block.with-background-img .text-content h1.loud, .padded-block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.display, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .padded-block.with-background-img .text-content .loud.display, .padded-block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.page-title, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .padded-block.with-background-img .text-content .loud.page-title, .padded-block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio .padded-block.with-background-img .text-content .author-name, .padded-block.with-background-img .text-content .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox .padded-block.with-background-img .text-content .author-name, .padded-block.with-background-img .text-content .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .padded-block.with-background-img .text-content .kt-blocks-info-box-title, .padded-block.with-background-img .text-content .schema-faq-question, .padded-block.with-background-img .text-content .byline.full-bio.centered .author-name, .byline.full-bio.centered .padded-block.with-background-img .text-content .author-name, .padded-block.with-background-img .text-content .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .padded-block.with-background-img .text-content .author-title.author-archive-only, .padded-block.with-background-img .text-content p, .padded-block.with-background-img .text-content h6, .padded-block.with-background-img .text-content .h6 {
        color: #fff;
        position: relative;
        margin-left: 0px; }
      .block.with-background-img .text-content h3, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .block.with-background-img .text-content .entry-title, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .block.with-background-img .text-content h1.loud, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.display, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.page-title, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .byline.full-bio .author-name, .byline.full-bio .block.with-background-img .text-content .author-name, .padded-block.with-background-img .text-content h3, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .padded-block.with-background-img .text-content .entry-title, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content h1.loud, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.display, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.page-title, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .byline.full-bio .author-name, .byline.full-bio .padded-block.with-background-img .text-content .author-name {
        margin-bottom: 20px;
        line-height: 1.6;
        max-width: 430px; }
        @media (max-width: 768px) {
          .block.with-background-img .text-content h3, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .block.with-background-img .text-content .entry-title, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .block.with-background-img .text-content h1.loud, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.display, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.page-title, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .block.with-background-img .text-content h2.loud, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .block.with-background-img .text-content .loud.author-title.author-archive-only, .block.with-background-img .text-content .byline.full-bio .author-name, .byline.full-bio .block.with-background-img .text-content .author-name, .padded-block.with-background-img .text-content h3, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .padded-block.with-background-img .text-content .entry-title, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content h1.loud, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.display, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.page-title, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content h2.loud, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .padded-block.with-background-img .text-content .loud.author-title.author-archive-only, .padded-block.with-background-img .text-content .byline.full-bio .author-name, .byline.full-bio .padded-block.with-background-img .text-content .author-name {
            line-height: 1.8; } }
      .block.with-background-img .text-content p, .block.with-background-img .text-content h6, .block.with-background-img .text-content .h6, .padded-block.with-background-img .text-content p, .padded-block.with-background-img .text-content h6, .padded-block.with-background-img .text-content .h6 {
        margin-bottom: 45px;
        max-width: 430px; }
    .block.with-background-img .background-img, .padded-block.with-background-img .background-img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      object-fit: cover;
      background-size: 100%;
      max-height: 430px;
      min-height: 430px; }
      @media (max-width: 768px) {
        .block.with-background-img .background-img, .padded-block.with-background-img .background-img {
          max-height: 330px;
          min-height: 330px; } }
      @media (max-width: 568px) {
        .block.with-background-img .background-img, .padded-block.with-background-img .background-img {
          object-fit: none; } }

.wp-block-cover {
  display: flex;
  justify-content: flex-start;
  padding: 0px 4%; }
  @media (max-width: 568px) {
    .wp-block-cover {
      min-height: 330px; }
      .wp-block-cover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: inherit;
        opacity: .5;
        z-index: 1; } }
  .wp-block-cover .wp-block-cover__inner-container {
    max-width: 1160px;
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    margin: 0 auto; }
    @media (max-width: 568px) {
      .wp-block-cover .wp-block-cover__inner-container {
        padding: 20px 0px; } }
    .wp-block-cover .wp-block-cover__inner-container > * {
      width: 900px;
      max-width: 90%;
      display: block;
      text-align: center;
      color: #FFF; }
    @media (max-width: 568px) {
      .wp-block-cover .wp-block-cover__inner-container > h2.with-mini-hr, .wp-block-cover .search-results .wp-block-cover__inner-container > .with-mini-hr.page-title, .search-results .wp-block-cover .wp-block-cover__inner-container > .with-mini-hr.page-title, .wp-block-cover .page-header > .byline.full-bio .wp-block-cover__inner-container > .with-mini-hr.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .wp-block-cover__inner-container > .with-mini-hr.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .wp-block-cover__inner-container > .with-mini-hr.author-name, .page-header > .byline.full-bio .wp-block-cover .wp-block-cover__inner-container > .with-mini-hr.author-name, .wp-block-cover .sticky-hero .wp-block-cover__inner-container > h2.with-mini-hr.entry-title {
        margin-bottom: 20px; } }
    .wp-block-cover .wp-block-cover__inner-container > h2.with-mini-hr:after, .wp-block-cover .search-results .wp-block-cover__inner-container > .with-mini-hr.page-title:after, .search-results .wp-block-cover .wp-block-cover__inner-container > .with-mini-hr.page-title:after, .wp-block-cover .page-header > .byline.full-bio .wp-block-cover__inner-container > .with-mini-hr.author-title.author-archive-only:after, .page-header > .byline.full-bio .wp-block-cover .wp-block-cover__inner-container > .with-mini-hr.author-title.author-archive-only:after, .wp-block-cover .page-header > .byline.full-bio .wp-block-cover__inner-container > .with-mini-hr.author-name:after, .page-header > .byline.full-bio .wp-block-cover .wp-block-cover__inner-container > .with-mini-hr.author-name:after, .wp-block-cover .sticky-hero .wp-block-cover__inner-container > h2.with-mini-hr.entry-title:after {
      left: 50%;
      transform: translateX(-50%); }
  .wp-block-cover.text-right, .wp-block-cover.text-left {
    justify-content: flex-end; }
    .wp-block-cover.text-right .wp-block-cover__inner-container, .wp-block-cover.text-left .wp-block-cover__inner-container {
      justify-content: flex-start;
      flex-basis: 40%;
      flex-wrap: nowrap;
      margin: 0px; }
      @media (max-width: 768px) {
        .wp-block-cover.text-right .wp-block-cover__inner-container, .wp-block-cover.text-left .wp-block-cover__inner-container {
          flex-basis: 50%; } }
      @media (max-width: 568px) {
        .wp-block-cover.text-right .wp-block-cover__inner-container, .wp-block-cover.text-left .wp-block-cover__inner-container {
          flex-basis: 100%; } }
      .wp-block-cover.text-right .wp-block-cover__inner-container > *, .wp-block-cover.text-left .wp-block-cover__inner-container > * {
        width: 100%;
        text-align: left;
        color: #FFF; }
        @media (max-width: 568px) {
          .wp-block-cover.text-right .wp-block-cover__inner-container > *, .wp-block-cover.text-left .wp-block-cover__inner-container > * {
            color: #FFF;
            text-align: center; } }
      .wp-block-cover.text-right .wp-block-cover__inner-container > h2.with-mini-hr:after, .wp-block-cover.text-right .search-results .wp-block-cover__inner-container > .with-mini-hr.page-title:after, .search-results .wp-block-cover.text-right .wp-block-cover__inner-container > .with-mini-hr.page-title:after, .wp-block-cover.text-right .page-header > .byline.full-bio .wp-block-cover__inner-container > .with-mini-hr.author-title.author-archive-only:after, .page-header > .byline.full-bio .wp-block-cover.text-right .wp-block-cover__inner-container > .with-mini-hr.author-title.author-archive-only:after, .wp-block-cover.text-right .page-header > .byline.full-bio .wp-block-cover__inner-container > .with-mini-hr.author-name:after, .page-header > .byline.full-bio .wp-block-cover.text-right .wp-block-cover__inner-container > .with-mini-hr.author-name:after, .wp-block-cover.text-right .sticky-hero .wp-block-cover__inner-container > h2.with-mini-hr.entry-title:after, .wp-block-cover.text-left .wp-block-cover__inner-container > h2.with-mini-hr:after, .wp-block-cover.text-left .search-results .wp-block-cover__inner-container > .with-mini-hr.page-title:after, .search-results .wp-block-cover.text-left .wp-block-cover__inner-container > .with-mini-hr.page-title:after, .wp-block-cover.text-left .page-header > .byline.full-bio .wp-block-cover__inner-container > .with-mini-hr.author-title.author-archive-only:after, .page-header > .byline.full-bio .wp-block-cover.text-left .wp-block-cover__inner-container > .with-mini-hr.author-title.author-archive-only:after, .wp-block-cover.text-left .page-header > .byline.full-bio .wp-block-cover__inner-container > .with-mini-hr.author-name:after, .page-header > .byline.full-bio .wp-block-cover.text-left .wp-block-cover__inner-container > .with-mini-hr.author-name:after, .wp-block-cover.text-left .sticky-hero .wp-block-cover__inner-container > h2.with-mini-hr.entry-title:after {
        left: 0%;
        transform: translateX(0%); }
        @media (max-width: 568px) {
          .wp-block-cover.text-right .wp-block-cover__inner-container > h2.with-mini-hr:after, .wp-block-cover.text-right .search-results .wp-block-cover__inner-container > .with-mini-hr.page-title:after, .search-results .wp-block-cover.text-right .wp-block-cover__inner-container > .with-mini-hr.page-title:after, .wp-block-cover.text-right .page-header > .byline.full-bio .wp-block-cover__inner-container > .with-mini-hr.author-title.author-archive-only:after, .page-header > .byline.full-bio .wp-block-cover.text-right .wp-block-cover__inner-container > .with-mini-hr.author-title.author-archive-only:after, .wp-block-cover.text-right .page-header > .byline.full-bio .wp-block-cover__inner-container > .with-mini-hr.author-name:after, .page-header > .byline.full-bio .wp-block-cover.text-right .wp-block-cover__inner-container > .with-mini-hr.author-name:after, .wp-block-cover.text-right .sticky-hero .wp-block-cover__inner-container > h2.with-mini-hr.entry-title:after, .wp-block-cover.text-left .wp-block-cover__inner-container > h2.with-mini-hr:after, .wp-block-cover.text-left .search-results .wp-block-cover__inner-container > .with-mini-hr.page-title:after, .search-results .wp-block-cover.text-left .wp-block-cover__inner-container > .with-mini-hr.page-title:after, .wp-block-cover.text-left .page-header > .byline.full-bio .wp-block-cover__inner-container > .with-mini-hr.author-title.author-archive-only:after, .page-header > .byline.full-bio .wp-block-cover.text-left .wp-block-cover__inner-container > .with-mini-hr.author-title.author-archive-only:after, .wp-block-cover.text-left .page-header > .byline.full-bio .wp-block-cover__inner-container > .with-mini-hr.author-name:after, .page-header > .byline.full-bio .wp-block-cover.text-left .wp-block-cover__inner-container > .with-mini-hr.author-name:after, .wp-block-cover.text-left .sticky-hero .wp-block-cover__inner-container > h2.with-mini-hr.entry-title:after {
            left: 50%;
            transform: translateX(-50%); } }
  .wp-block-cover.text-left {
    justify-content: flex-start; }
  .wp-block-cover.text-dark .wp-block-cover__inner-container > * {
    color: #3D3626; }
    @media (max-width: 568px) {
      .wp-block-cover.text-dark .wp-block-cover__inner-container > * {
        color: #FFF; } }
  .wp-block-cover.with-related-posts {
    overflow: visible; }
    .wp-block-cover.with-related-posts .wp-block-cover__inner-container {
      margin-top: -4%; }
    @media (max-width: 375px) {
      .wp-block-cover.with-related-posts h2, .wp-block-cover.with-related-posts .search-results .page-title, .search-results .wp-block-cover.with-related-posts .page-title, .wp-block-cover.with-related-posts .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover.with-related-posts .author-title.author-archive-only, .wp-block-cover.with-related-posts .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-cover.with-related-posts .author-name {
        font-size: 28px; } }
  .wp-block-cover.is-hero {
    min-height: 530px; }
    @media (max-width: 568px) {
      .wp-block-cover.is-hero {
        min-height: 300px; } }
  .wp-block-cover h2, .wp-block-cover .search-results .page-title, .search-results .wp-block-cover .page-title, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-cover .author-name, .wp-block-cover .sticky-hero h2.entry-title, .sticky-hero .wp-block-cover h2.entry-title {
    padding: 0px; }
    @media (max-width: 568px) {
      .wp-block-cover h2, .wp-block-cover .search-results .page-title, .search-results .wp-block-cover .page-title, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-cover .author-name, .wp-block-cover .sticky-hero h2.entry-title, .sticky-hero .wp-block-cover h2.entry-title {
        line-height: 1.4;
        font-size: 30px; } }
    @media (max-width: 375px) {
      .wp-block-cover h2, .wp-block-cover .search-results .page-title, .search-results .wp-block-cover .page-title, .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .wp-block-cover .author-name, .wp-block-cover .sticky-hero h2.entry-title, .sticky-hero .wp-block-cover h2.entry-title {
        font-size: 22px; } }
  .wp-block-cover h3, .wp-block-cover .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-block-cover .entry-title, .wp-block-cover .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-block-cover h1.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-block-cover .loud.display, .wp-block-cover .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .wp-block-cover .loud.entry-title, .wp-block-cover .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .byline.full-bio .author-name, .byline.full-bio .wp-block-cover .author-name {
    font-size: 24px; }
    @media (max-width: 568px) {
      .wp-block-cover h3, .wp-block-cover .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-block-cover .entry-title, .wp-block-cover .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-block-cover h1.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-block-cover .loud.display, .wp-block-cover .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .wp-block-cover .loud.entry-title, .wp-block-cover .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .byline.full-bio .author-name, .byline.full-bio .wp-block-cover .author-name {
        font-size: 24px; } }
    @media (max-width: 375px) {
      .wp-block-cover h3, .wp-block-cover .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-block-cover .entry-title, .wp-block-cover .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-block-cover h1.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-block-cover .loud.display, .wp-block-cover .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .wp-block-cover .loud.entry-title, .wp-block-cover .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .byline.full-bio .author-name, .byline.full-bio .wp-block-cover .author-name {
        font-size: 15px; } }
  .wp-block-cover p, .wp-block-cover h6, .wp-block-cover .h6 {
    line-height: 2; }

.wp-block-cover + .block-cover-related-posts {
  margin: -80px auto 80px auto;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
    .wp-block-cover + .block-cover-related-posts {
      margin-bottom: 60px; } }
  @media (max-width: 568px) {
    .wp-block-cover + .block-cover-related-posts {
      margin-top: -60px;
      margin-bottom: 40px; } }

.screened-bg-image.resource-hub {
  position: relative;
  padding-top: 35px; }
  .screened-bg-image.resource-hub:before {
    content: "";
    background-image: url("./images/resource-hub.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .1;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 20px;
    width: 45%;
    height: 100%; }
  @media (max-width: 1024px) {
    .screened-bg-image.resource-hub {
      padding-top: 15px; }
      .screened-bg-image.resource-hub:before {
        top: 0px; } }
  @media (max-width: 768px) {
    .screened-bg-image.resource-hub:before {
      width: 100%; } }

.flex-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  flex-flow: row wrap; }
  @media (max-width: 568px) {
    .flex-wrapper {
      flex-flow: column nowrap; } }
  .flex-wrapper.two-columns {
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .flex-wrapper.two-columns {
        justify-content: space-around;
        padding: 0px 60px; } }
    @media (max-width: 768px) {
      .flex-wrapper.two-columns {
        flex-flow: row wrap;
        padding: 0px 30px; } }
    @media (max-width: 568px) {
      .flex-wrapper.two-columns {
        flex-flow: column nowrap;
        padding: 0px 20px; } }
    .flex-wrapper.two-columns.white-bg {
      background: rgba(255, 255, 255, 0.9); }
      .flex-wrapper.two-columns.white-bg figcaption, .flex-wrapper.two-columns.white-bg p, .flex-wrapper.two-columns.white-bg h6, .flex-wrapper.two-columns.white-bg .h6 {
        color: #3D3626; }
    .flex-wrapper.two-columns div {
      flex-basis: 47%; }
      @media (max-width: 768px) {
        .flex-wrapper.two-columns div {
          flex-basis: 48%; } }
  .flex-wrapper.three-columns {
    align-items: flex-start; }
    @media (max-width: 768px) {
      .flex-wrapper.three-columns {
        align-items: flex-start;
        flex-flow: row wrap;
        justify-content: space-between; } }
    @media (max-width: 568px) {
      .flex-wrapper.three-columns {
        flex-flow: column nowrap;
        align-items: center; } }
    .flex-wrapper.three-columns div {
      flex-basis: 31%;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .flex-wrapper.three-columns div {
          flex-basis: unset;
          width: 31%; } }
      @media (max-width: 568px) {
        .flex-wrapper.three-columns div {
          width: 100%; } }
      .flex-wrapper.three-columns div:last-of-type {
        margin-bottom: 0px; }
  .flex-wrapper.four-columns {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap; }
    @media (max-width: 568px) {
      .flex-wrapper.four-columns {
        flex-flow: row wrap;
        justify-content: space-around; } }
    .flex-wrapper.four-columns div {
      flex-basis: 24%;
      margin-bottom: 40px;
      margin-right: 30px; }
      .flex-wrapper.four-columns div:last-of-type {
        margin-right: 0px; }
      @media (max-width: 768px) {
        .flex-wrapper.four-columns div {
          flex-basis: unset;
          width: 23%; } }
      @media (max-width: 568px) {
        .flex-wrapper.four-columns div {
          flex-basis: 47%;
          width: 47%;
          margin-right: 0px; } }
      @media (max-width: 375px) {
        .flex-wrapper.four-columns div {
          flex-basis: 100%;
          width: 100%; } }
  .flex-wrapper.flex-wrap div:last-of-type {
    margin-right: 0px !important; }

.wp-bootstrap-blocks-row {
  width: 1160px;
  padding: 0px; }
  @media (max-width: 568px) {
    .wp-bootstrap-blocks-row > .row h3, .wp-bootstrap-blocks-row > .row .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-bootstrap-blocks-row > .row .entry-title, .wp-bootstrap-blocks-row > .row .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-bootstrap-blocks-row > .row h1.loud, .wp-bootstrap-blocks-row > .row .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-bootstrap-blocks-row > .row .loud.display, .excerpt-row .entry-header .entry-title .wp-bootstrap-blocks-row > .row .loud.entry-title, .wp-bootstrap-blocks-row > .row .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-bootstrap-blocks-row > .row .loud.page-title, .wp-bootstrap-blocks-row > .row .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-bootstrap-blocks-row > .row h2.loud, .wp-bootstrap-blocks-row > .row .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-bootstrap-blocks-row > .row h2.loud, .wp-bootstrap-blocks-row > .row .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-bootstrap-blocks-row > .row .loud.author-title.author-archive-only, .wp-bootstrap-blocks-row > .row .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-bootstrap-blocks-row > .row .loud.author-title.author-archive-only, .wp-bootstrap-blocks-row > .row .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-bootstrap-blocks-row > .row .loud.author-title.author-archive-only, .wp-bootstrap-blocks-row > .row .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-bootstrap-blocks-row > .row .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-bootstrap-blocks-row > .row .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-bootstrap-blocks-row > .row .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-bootstrap-blocks-row > .row .loud.author-name, .wp-bootstrap-blocks-row > .row .byline.full-bio .author-name, .byline.full-bio .wp-bootstrap-blocks-row > .row .author-name {
      font-size: 18px; } }

.wp-bootstrap-blocks-row.container {
  width: 1010px; }

#image-grid {
  background: #fff;
  margin-top: 50px;
  /* Prevent vertical gaps */
  line-height: 0;
  column-count: 4;
  column-gap: 5px;
  padding-bottom: 50px; }
  @media (max-width: 568px) {
    #image-grid {
      column-count: 2; } }
  #image-grid figure {
    margin: 0px; }
  #image-grid img {
    width: 100% !important;
    padding: 0;
    margin-top: 5px; }
    #image-grid img.no-margin-top {
      margin-top: 0px; }
      @media (max-width: 568px) {
        #image-grid img.no-margin-top {
          margin-top: 5px; } }
    @media (max-width: 568px) {
      #image-grid img.no-margin-top-mobile {
        margin-top: 0px; } }

.insta-wrapper {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  height: 200px; }
  @media (max-width: 1200px) {
    .insta-wrapper > .img-container:nth-child(7) {
      display: none; } }
  @media (max-width: 1024px) {
    .insta-wrapper > .img-container:nth-child(6) {
      display: none; } }
  @media (max-width: 768px) {
    .insta-wrapper {
      height: 175px; }
      .insta-wrapper > .img-container:nth-child(5) {
        display: none; } }
  @media (max-width: 568px) {
    .insta-wrapper > .img-container:nth-child(4) {
      display: none; } }
  @media (max-width: 375px) {
    .insta-wrapper {
      height: 115px; } }
  .insta-wrapper > .img-container {
    margin: 0px;
    padding: 0px;
    padding-right: 2px; }
    .insta-wrapper > .img-container > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

#craft-seal-counter {
  width: calc(100% + 35px);
  background-color: #E3E3E3;
  text-align: center;
  padding: 20px;
  margin: 30px 0px 30px -17.5px; }
  #craft-seal-counter .counter-title {
    font-size: 36px;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    margin: 0px;
    text-transform: uppercase; }
  #craft-seal-counter .tagline {
    color: #3D3626;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    margin: 0px; }
  #craft-seal-counter .counter {
    margin: 0px auto 10px auto; }
  #craft-seal-counter .digit {
    font-family: "proxima-nova", sans-serif;
    color: #FFF;
    font-size: 72px;
    background-color: #999;
    font-weight: 600;
    border-color: #3D3626;
    border-radius: 10px;
    margin: 5px;
    width: 60px;
    height: 80px;
    line-height: 1.2;
    display: inline-block; }

.gallery-grid {
  display: flex;
  flex-flow: row wrap;
  align-items: start;
  justify-content: space-between;
  max-width: 1130px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .gallery-grid {
      padding: 0px 60px; } }
  @media (max-width: 768px) {
    .gallery-grid {
      padding: 0px 30px; } }
  @media (max-width: 568px) {
    .gallery-grid {
      padding: 0px 20px; } }
  .gallery-grid .gallery-item-wrapper {
    flex-basis: 48%;
    margin-bottom: 50px; }
    @media (max-width: 568px) {
      .gallery-grid .gallery-item-wrapper {
        flex-basis: 100%;
        margin-bottom: 16px; } }
  .gallery-grid .gallery-item {
    max-height: 360px;
    max-width: 540px;
    position: relative;
    overflow: hidden; }
    .gallery-grid .gallery-item img {
      width: 100%; }
    .gallery-grid .gallery-item:hover .overlay {
      background-color: rgba(0, 0, 0, 0.5); }
    .gallery-grid .gallery-item:hover img {
      transform: scale(1.03); }
    .gallery-grid .gallery-item a, .gallery-grid .gallery-item .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .gallery-grid .gallery-item .ab-block-post-grid-more-link {
      display: flex;
      height: 100%; }
    .gallery-grid .gallery-item figcaption {
      position: absolute;
      bottom: 20px;
      left: 40px;
      pointer-events: none;
      font-style: normal; }
      @media (max-width: 768px) {
        .gallery-grid .gallery-item figcaption {
          left: 20px; } }
      .gallery-grid .gallery-item figcaption h4, .gallery-grid .gallery-item figcaption table thead th, table thead .gallery-grid .gallery-item figcaption th, .gallery-grid .gallery-item figcaption table thead td, table thead .gallery-grid .gallery-item figcaption td, .gallery-grid .gallery-item figcaption .table thead th, .table thead .gallery-grid .gallery-item figcaption th, .gallery-grid .gallery-item figcaption .table thead td, .table thead .gallery-grid .gallery-item figcaption td, .gallery-grid .gallery-item figcaption .tablepress thead th, .tablepress thead .gallery-grid .gallery-item figcaption th, .gallery-grid .gallery-item figcaption .tablepress thead td, .tablepress thead .gallery-grid .gallery-item figcaption td, .gallery-grid .gallery-item figcaption ul.simple li.heading, ul.simple .gallery-grid .gallery-item figcaption li.heading, .gallery-grid .gallery-item figcaption ol.simple li.heading, ol.simple .gallery-grid .gallery-item figcaption li.heading, .gallery-grid .gallery-item figcaption ul.list-with-image-heading > li:nth-child(2), .gallery-grid .gallery-item figcaption ol.list-with-image-heading > li:nth-child(2), .gallery-grid .gallery-item figcaption ul.list-with-heading > li:first-child, .gallery-grid .gallery-item figcaption ol.list-with-heading > li:first-child, .gallery-grid .gallery-item figcaption .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .gallery-grid .gallery-item figcaption .ab-block-post-grid-title, .gallery-grid .gallery-item figcaption .info-box h3, .info-box .gallery-grid .gallery-item figcaption h3, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header .gallery-grid .gallery-item figcaption .entry-title, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box .gallery-grid .gallery-item figcaption .entry-title, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption h1.loud, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption h1.loud, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.display, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption .loud.display, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.page-title, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption .loud.page-title, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .info-box .byline.full-bio .author-name, .info-box .byline.full-bio .gallery-grid .gallery-item figcaption .author-name, .gallery-grid .gallery-item figcaption .byline.full-bio .info-box .author-name, .byline.full-bio .info-box .gallery-grid .gallery-item figcaption .author-name, .gallery-grid .gallery-item figcaption .info-box .kt-blocks-info-box-title, .info-box .gallery-grid .gallery-item figcaption .kt-blocks-info-box-title, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption h3, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .gallery-grid .gallery-item figcaption .entry-title, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .entry-title, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption h1.loud, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption h1.loud, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.display, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.display, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.page-title, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.page-title, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio .gallery-grid .gallery-item figcaption .author-name, .gallery-grid .gallery-item figcaption .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .author-name, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .kt-blocks-info-box-title, .gallery-grid .gallery-item figcaption .schema-faq-question, .gallery-grid .gallery-item figcaption .byline.full-bio.centered .author-name, .byline.full-bio.centered .gallery-grid .gallery-item figcaption .author-name, .gallery-grid .gallery-item figcaption .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .gallery-grid .gallery-item figcaption .author-title.author-archive-only {
        font-weight: normal;
        color: #fff;
        font-size: 16px; }
        .gallery-grid .gallery-item figcaption h4:after, .gallery-grid .gallery-item figcaption table thead th:after, table thead .gallery-grid .gallery-item figcaption th:after, .gallery-grid .gallery-item figcaption table thead td:after, table thead .gallery-grid .gallery-item figcaption td:after, .gallery-grid .gallery-item figcaption .table thead th:after, .table thead .gallery-grid .gallery-item figcaption th:after, .gallery-grid .gallery-item figcaption .table thead td:after, .table thead .gallery-grid .gallery-item figcaption td:after, .gallery-grid .gallery-item figcaption .tablepress thead th:after, .tablepress thead .gallery-grid .gallery-item figcaption th:after, .gallery-grid .gallery-item figcaption .tablepress thead td:after, .tablepress thead .gallery-grid .gallery-item figcaption td:after, .gallery-grid .gallery-item figcaption ul.simple li.heading:after, ul.simple .gallery-grid .gallery-item figcaption li.heading:after, .gallery-grid .gallery-item figcaption ol.simple li.heading:after, ol.simple .gallery-grid .gallery-item figcaption li.heading:after, .gallery-grid .gallery-item figcaption ul.list-with-image-heading > li:nth-child(2):after, .gallery-grid .gallery-item figcaption ol.list-with-image-heading > li:nth-child(2):after, .gallery-grid .gallery-item figcaption ul.list-with-heading > li:first-child:after, .gallery-grid .gallery-item figcaption ol.list-with-heading > li:first-child:after, .gallery-grid .gallery-item figcaption .ab-post-grid-items.is-grid .ab-block-post-grid-title:after, .ab-post-grid-items.is-grid .gallery-grid .gallery-item figcaption .ab-block-post-grid-title:after, .gallery-grid .gallery-item figcaption .info-box h3:after, .info-box .gallery-grid .gallery-item figcaption h3:after, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title:after, .info-box .excerpt-row .entry-header .gallery-grid .gallery-item figcaption .entry-title:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .info-box .entry-title:after, .excerpt-row .entry-header .info-box .gallery-grid .gallery-item figcaption .entry-title:after, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title h1.loud:after, .info-box .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption h1.loud:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .info-box h1.loud:after, .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption h1.loud:after, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .loud.display:after, .info-box .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.display:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .info-box .loud.display:after, .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption .loud.display:after, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .loud.page-title:after, .info-box .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.page-title:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .info-box .loud.page-title:after, .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption .loud.page-title:after, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud:after, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .gallery-grid .gallery-item figcaption h2.loud:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud:after, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .gallery-grid .gallery-item figcaption h2.loud:after, .gallery-grid .gallery-item figcaption .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud:after, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption h2.loud:after, .gallery-grid .gallery-item figcaption .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud:after, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption h2.loud:after, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only:after, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only:after, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only:after, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only:after, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only:after, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only:after, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only:after, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only:after, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .info-box .byline.full-bio .author-name:after, .info-box .byline.full-bio .gallery-grid .gallery-item figcaption .author-name:after, .gallery-grid .gallery-item figcaption .byline.full-bio .info-box .author-name:after, .byline.full-bio .info-box .gallery-grid .gallery-item figcaption .author-name:after, .gallery-grid .gallery-item figcaption .info-box .kt-blocks-info-box-title:after, .info-box .gallery-grid .gallery-item figcaption .kt-blocks-info-box-title:after, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox h3:after, .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption h3:after, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title:after, .wp-block-kadence-infobox .excerpt-row .entry-header .gallery-grid .gallery-item figcaption .entry-title:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title:after, .excerpt-row .entry-header .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .entry-title:after, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud:after, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption h1.loud:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud:after, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption h1.loud:after, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display:after, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.display:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display:after, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.display:after, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title:after, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.page-title:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title:after, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.page-title:after, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud:after, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .gallery-grid .gallery-item figcaption h2.loud:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud:after, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption h2.loud:after, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud:after, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption h2.loud:after, .gallery-grid .gallery-item figcaption .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud:after, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption h2.loud:after, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only:after, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only:after, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only:after, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only:after, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only:after, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only:after, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only:after, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only:after, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .byline.full-bio .author-name:after, .wp-block-kadence-infobox .byline.full-bio .gallery-grid .gallery-item figcaption .author-name:after, .gallery-grid .gallery-item figcaption .byline.full-bio .wp-block-kadence-infobox .author-name:after, .byline.full-bio .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .author-name:after, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .kt-blocks-info-box-title:after, .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .kt-blocks-info-box-title:after, .gallery-grid .gallery-item figcaption .schema-faq-question:after, .gallery-grid .gallery-item figcaption .byline.full-bio.centered .author-name:after, .byline.full-bio.centered .gallery-grid .gallery-item figcaption .author-name:after, .gallery-grid .gallery-item figcaption .byline.full-bio.centered .author-title.author-archive-only:after, .byline.full-bio.centered .gallery-grid .gallery-item figcaption .author-title.author-archive-only:after {
          content: '\e81f';
          font-family: "fontello";
          -webkit-font-smoothing: antialiased;
          margin-left: 5px; }
        @media (max-width: 768px) {
          .gallery-grid .gallery-item figcaption h4, .gallery-grid .gallery-item figcaption table thead th, table thead .gallery-grid .gallery-item figcaption th, .gallery-grid .gallery-item figcaption table thead td, table thead .gallery-grid .gallery-item figcaption td, .gallery-grid .gallery-item figcaption .table thead th, .table thead .gallery-grid .gallery-item figcaption th, .gallery-grid .gallery-item figcaption .table thead td, .table thead .gallery-grid .gallery-item figcaption td, .gallery-grid .gallery-item figcaption .tablepress thead th, .tablepress thead .gallery-grid .gallery-item figcaption th, .gallery-grid .gallery-item figcaption .tablepress thead td, .tablepress thead .gallery-grid .gallery-item figcaption td, .gallery-grid .gallery-item figcaption ul.simple li.heading, ul.simple .gallery-grid .gallery-item figcaption li.heading, .gallery-grid .gallery-item figcaption ol.simple li.heading, ol.simple .gallery-grid .gallery-item figcaption li.heading, .gallery-grid .gallery-item figcaption ul.list-with-image-heading > li:nth-child(2), .gallery-grid .gallery-item figcaption ol.list-with-image-heading > li:nth-child(2), .gallery-grid .gallery-item figcaption ul.list-with-heading > li:first-child, .gallery-grid .gallery-item figcaption ol.list-with-heading > li:first-child, .gallery-grid .gallery-item figcaption .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .gallery-grid .gallery-item figcaption .ab-block-post-grid-title, .gallery-grid .gallery-item figcaption .info-box h3, .info-box .gallery-grid .gallery-item figcaption h3, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header .gallery-grid .gallery-item figcaption .entry-title, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box .gallery-grid .gallery-item figcaption .entry-title, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption h1.loud, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption h1.loud, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.display, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption .loud.display, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.page-title, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption .loud.page-title, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .info-box .byline.full-bio .author-name, .info-box .byline.full-bio .gallery-grid .gallery-item figcaption .author-name, .gallery-grid .gallery-item figcaption .byline.full-bio .info-box .author-name, .byline.full-bio .info-box .gallery-grid .gallery-item figcaption .author-name, .gallery-grid .gallery-item figcaption .info-box .kt-blocks-info-box-title, .info-box .gallery-grid .gallery-item figcaption .kt-blocks-info-box-title, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption h3, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .gallery-grid .gallery-item figcaption .entry-title, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .entry-title, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption h1.loud, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption h1.loud, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.display, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.display, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.page-title, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.page-title, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption h2.loud, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .loud.author-title.author-archive-only, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio .gallery-grid .gallery-item figcaption .author-name, .gallery-grid .gallery-item figcaption .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .author-name, .gallery-grid .gallery-item figcaption .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .gallery-grid .gallery-item figcaption .kt-blocks-info-box-title, .gallery-grid .gallery-item figcaption .schema-faq-question, .gallery-grid .gallery-item figcaption .byline.full-bio.centered .author-name, .byline.full-bio.centered .gallery-grid .gallery-item figcaption .author-name, .gallery-grid .gallery-item figcaption .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .gallery-grid .gallery-item figcaption .author-title.author-archive-only {
            font-size: 14px; } }
      .gallery-grid .gallery-item figcaption h2, .gallery-grid .gallery-item figcaption .search-results .page-title, .search-results .gallery-grid .gallery-item figcaption .page-title, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .author-title.author-archive-only, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .author-name {
        color: #fff;
        margin-bottom: 15px; }
        @media (max-width: 768px) {
          .gallery-grid .gallery-item figcaption h2, .gallery-grid .gallery-item figcaption .search-results .page-title, .search-results .gallery-grid .gallery-item figcaption .page-title, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .author-title.author-archive-only, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .author-name {
            margin-bottom: 20px; } }
        .gallery-grid .gallery-item figcaption h2:after, .gallery-grid .gallery-item figcaption .search-results .page-title:after, .search-results .gallery-grid .gallery-item figcaption .page-title:after, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .author-title.author-archive-only:after, .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .author-name:after, .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .author-name:after {
          bottom: -6px; }
          @media (max-width: 768px) {
            .gallery-grid .gallery-item figcaption h2:after, .gallery-grid .gallery-item figcaption .search-results .page-title:after, .search-results .gallery-grid .gallery-item figcaption .page-title:after, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .author-title.author-archive-only:after, .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .author-title.author-archive-only:after, .gallery-grid .gallery-item figcaption .page-header > .byline.full-bio .author-name:after, .page-header > .byline.full-bio .gallery-grid .gallery-item figcaption .author-name:after {
              bottom: -10px; } }
    .gallery-grid .gallery-item img {
      transition: transform 1s ease;
      margin: 0px !important; }
    .gallery-grid .gallery-item .overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4);
      transition: background-color 0.3s ease; }
  .gallery-grid p.has-small-font-size, .gallery-grid h6.has-small-font-size, .gallery-grid .has-small-font-size.h6 {
    max-width: 90%;
    margin-left: 20px;
    margin-bottom: 0px; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .video-wrapper .overlay-text {
    max-width: 1010px;
    text-align: center; }
    @media (max-width: 1024px) {
      .video-wrapper .overlay-text {
        padding: 0px 60px; } }
    .video-wrapper .overlay-text a, .video-wrapper .overlay-text .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .video-wrapper .overlay-text .ab-block-post-grid-more-link {
      color: #fff; }
    .video-wrapper .overlay-text p, .video-wrapper .overlay-text h6, .video-wrapper .overlay-text .h6 {
      position: relative; }
  .video-wrapper video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
    @media (max-width: 1024px) {
      .video-wrapper video {
        min-width: 100%;
        min-height: 100%;
        width: auto; } }

body.page article.post.card, .card, .ab-post-grid-item {
  flex-basis: 32%;
  width: 32%;
  max-width: 340px !important;
  display: flex;
  flex-flow: column nowrap;
  padding: 0px;
  overflow: hidden;
  margin: 0px !important;
  position: relative;
  background-color: #FFF; }
  @media (max-width: 568px) {
    body.page article.post.card, .card, .ab-post-grid-item {
      width: 100%;
      flex-basis: 100%;
      max-width: 100% !important;
      margin-bottom: 30px !important; } }
  body.page article.post.card img, .card img, .ab-post-grid-item img {
    width: 100%;
    height: 250px;
    max-height: 250px;
    transition: transform 1s ease;
    object-fit: cover; }
    @media (max-width: 568px) {
      body.page article.post.card img, .card img, .ab-post-grid-item img {
        height: auto;
        width: 100%; } }
    body.page article.post.card img:hover, .card img:hover, .ab-post-grid-item img:hover {
      transform: scale(1.03); }
  body.page article.post.card .card-text, body.page article.post.card .ab-block-post-grid-text, .card .card-text, .card .ab-block-post-grid-text, .ab-post-grid-item .card-text, .ab-post-grid-item .ab-block-post-grid-text {
    padding: 30px 20px 50px 20px;
    height: 100%;
    width: 100%;
    flex-basis: auto; }
    body.page article.post.card .card-text .posted-on, body.page article.post.card .card-text .ab-block-post-grid-date, body.page article.post.card .ab-block-post-grid-text .posted-on, body.page article.post.card .ab-block-post-grid-text .ab-block-post-grid-date, .card .card-text .posted-on, .card .card-text .ab-block-post-grid-date, .card .ab-block-post-grid-text .posted-on, .card .ab-block-post-grid-text .ab-block-post-grid-date, .ab-post-grid-item .card-text .posted-on, .ab-post-grid-item .card-text .ab-block-post-grid-date, .ab-post-grid-item .ab-block-post-grid-text .posted-on, .ab-post-grid-item .ab-block-post-grid-text .ab-block-post-grid-date {
      color: #979797; }
    body.page article.post.card .card-text .more-link, body.page article.post.card .card-text .ab-block-post-grid-more-link, body.page article.post.card .ab-block-post-grid-text .more-link, body.page article.post.card .ab-block-post-grid-text .ab-block-post-grid-more-link, .card .card-text .more-link, .card .card-text .ab-block-post-grid-more-link, .card .ab-block-post-grid-text .more-link, .card .ab-block-post-grid-text .ab-block-post-grid-more-link, .ab-post-grid-item .card-text .more-link, .ab-post-grid-item .card-text .ab-block-post-grid-more-link, .ab-post-grid-item .ab-block-post-grid-text .more-link, .ab-post-grid-item .ab-block-post-grid-text .ab-block-post-grid-more-link {
      position: absolute;
      bottom: 20px;
      right: 20px;
      font-size: 15px; }
  body.page article.post.card .card-info, .card .card-info, .ab-post-grid-item .card-info {
    width: 100%; }
  body.page article.post.card.card-single, .card.card-single, .ab-post-grid-item.card-single {
    flex-basis: 100%;
    max-width: 100% !important;
    width: auto;
    padding: 30px;
    text-align: center; }
  body.page article.post.card.with-top-border, .card.with-top-border, .ab-post-grid-item.with-top-border {
    border-top: 5px solid #C5A35F; }

.ba-media-text-block {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto; }
  @media (max-width: 568px) {
    .ba-media-text-block {
      flex-flow: column nowrap; } }
  .ba-media-text-block .text-content {
    flex-basis: 50%;
    order: 0;
    margin-left: 50px; }
    @media (max-width: 768px) {
      .ba-media-text-block .text-content {
        flex-basis: 70%;
        margin-left: 30px; } }
    @media (max-width: 568px) {
      .ba-media-text-block .text-content {
        flex-basis: 100%;
        margin-left: 10px; } }
    @media (max-width: 768px) {
      .ba-media-text-block .text-content ul {
        margin-top: 60px; } }
    @media (max-width: 568px) {
      .ba-media-text-block .text-content ul {
        margin-top: 0px; } }
  @media (max-width: 768px) {
    .ba-media-text-block h2, .ba-media-text-block .search-results .page-title, .search-results .ba-media-text-block .page-title, .ba-media-text-block .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .ba-media-text-block .author-title.author-archive-only, .ba-media-text-block .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .ba-media-text-block .author-name, .ba-media-text-block .sticky-hero h2.entry-title, .sticky-hero .ba-media-text-block h2.entry-title {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      margin: 0 auto;
      text-align: center; } }
  @media (max-width: 568px) {
    .ba-media-text-block h2, .ba-media-text-block .search-results .page-title, .search-results .ba-media-text-block .page-title, .ba-media-text-block .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .ba-media-text-block .author-title.author-archive-only, .ba-media-text-block .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .ba-media-text-block .author-name, .ba-media-text-block .sticky-hero h2.entry-title, .sticky-hero .ba-media-text-block h2.entry-title {
      position: static;
      transform: none; } }
  .ba-media-text-block img {
    max-width: 388px; }
    @media (max-width: 768px) {
      .ba-media-text-block img {
        max-width: 250px; } }
    @media (max-width: 568px) {
      .ba-media-text-block img {
        order: 1;
        margin-top: 20px; } }
  .ba-media-text-block.with-unattached-header {
    max-width: 1160px !important; }
    @media (max-width: 768px) {
      .ba-media-text-block.with-unattached-header {
        flex-flow: column nowrap; } }
    .ba-media-text-block.with-unattached-header img {
      max-width: 500px;
      flex-basis: 50%;
      width: 50%; }
      @media (max-width: 768px) {
        .ba-media-text-block.with-unattached-header img {
          order: 1;
          width: 100%;
          margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .ba-media-text-block.with-unattached-header h2, .ba-media-text-block.with-unattached-header .search-results .page-title, .search-results .ba-media-text-block.with-unattached-header .page-title, .ba-media-text-block.with-unattached-header .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .ba-media-text-block.with-unattached-header .author-title.author-archive-only, .ba-media-text-block.with-unattached-header .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .ba-media-text-block.with-unattached-header .author-name {
        position: static;
        transform: none; } }
    @media (max-width: 768px) {
      .ba-media-text-block.with-unattached-header ul {
        margin-top: 0px; } }
    .ba-media-text-block.with-unattached-header p, .ba-media-text-block.with-unattached-header h6, .ba-media-text-block.with-unattached-header .h6 {
      padding-right: 30px; }
      @media (max-width: 768px) {
        .ba-media-text-block.with-unattached-header p, .ba-media-text-block.with-unattached-header h6, .ba-media-text-block.with-unattached-header .h6 {
          text-align: center; } }
    @media (max-width: 768px) {
      .ba-media-text-block.with-unattached-header .text-content {
        margin-left: 0px;
        flex-basis: 100%; } }

.ab-post-grid-items.is-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  @media (max-width: 1024px) {
    .ab-post-grid-items.is-grid {
      padding: 0px 20px; } }
  @media (max-width: 568px) {
    .ab-post-grid-items.is-grid {
      flex-flow: column nowrap; } }
  .ab-post-grid-items.is-grid .ab-post-grid-item {
    padding: 0px !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .ab-post-grid-items.is-grid .ab-block-post-grid-image, .ab-post-grid-items.is-grid .ab-block-post-grid-byline {
    margin: 0px; }
  .ab-post-grid-items.is-grid .ab-block-post-grid-author {
    display: none; }
  .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:after {
    content: '\e81f';
    font-family: "fontello";
    -webkit-font-smoothing: antialiased;
    margin-left: 5px; }
  .ab-post-grid-items.is-grid .ab-block-post-grid-header {
    display: flex;
    flex-flow: column nowrap;
    flex-direction: column-reverse; }

.callout {
  display: block;
  background-color: #EFEFEF;
  padding: 15px 20px;
  border-left: 5px solid #933F20;
  margin-bottom: 20px; }
  .callout .callout-title {
    font-size: 13px;
    font-family: "Helvetica", "Arial", sans-serif;
    color: #933F20;
    margin-bottom: 3px;
    font-weight: bold; }
  .callout .callout-body {
    font-size: 13px;
    font-family: "Helvetica", "Arial", sans-serif;
    color: #3D3626;
    margin: 0px;
    line-height: 1.4; }

#bottom-pagination + .callout {
  margin: 20px 30px 20px 20px; }

.info-box, .wp-block-kadence-infobox {
  background-color: #fff;
  float: right;
  clear: right;
  width: 400px;
  max-width: 100%;
  padding: 20px 30px;
  border: 1px solid #EFEFEF;
  border-top: 6px solid #D8D8D8;
  margin: 0px 0px 50px 50px; }
  @media (max-width: 768px) {
    .info-box, .wp-block-kadence-infobox {
      width: 50%;
      margin: 0px 0px 20px 20px; } }
  @media (max-width: 568px) {
    .info-box, .wp-block-kadence-infobox {
      float: none;
      width: 100%;
      margin: 0 auto 40px auto; } }
  .info-box h3, .info-box .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .info-box .entry-title, .info-box .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .info-box h1.loud, .info-box .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .info-box .loud.display, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title, .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .byline.full-bio .author-name, .byline.full-bio .info-box .author-name, .info-box .kt-blocks-info-box-title, .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .byline.full-bio .author-name, .byline.full-bio .wp-block-kadence-infobox .author-name, .wp-block-kadence-infobox .kt-blocks-info-box-title {
    text-align: center;
    font-weight: normal; }
    .info-box h3:after, .info-box .excerpt-row .entry-header .entry-title:after, .excerpt-row .entry-header .info-box .entry-title:after, .info-box .excerpt-row .entry-header .entry-title h1.loud:after, .excerpt-row .entry-header .entry-title .info-box h1.loud:after, .info-box .excerpt-row .entry-header .entry-title .loud.display:after, .excerpt-row .entry-header .entry-title .info-box .loud.display:after, .info-box .excerpt-row .entry-header .entry-title .loud.page-title:after, .excerpt-row .entry-header .entry-title .info-box .loud.page-title:after, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud:after, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud:after, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud:after, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud:after, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only:after, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only:after, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only:after, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only:after, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only:after, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only:after, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only:after, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only:after, .info-box .byline.full-bio .author-name:after, .byline.full-bio .info-box .author-name:after, .info-box .kt-blocks-info-box-title:after, .wp-block-kadence-infobox h3:after, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title:after, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title:after, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud:after, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud:after, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display:after, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display:after, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title:after, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title:after, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud:after, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud:after, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud:after, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud:after, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only:after, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only:after, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only:after, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only:after, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only:after, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only:after, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only:after, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only:after, .wp-block-kadence-infobox .byline.full-bio .author-name:after, .byline.full-bio .wp-block-kadence-infobox .author-name:after, .wp-block-kadence-infobox .kt-blocks-info-box-title:after {
      content: "";
      display: block;
      width: 120px;
      height: 1px;
      background-color: #D8D8D8;
      margin: 15px auto 25px auto; }
  .info-box h4, .info-box table thead th, table thead .info-box th, .info-box table thead td, table thead .info-box td, .info-box .table thead th, .table thead .info-box th, .info-box .table thead td, .table thead .info-box td, .info-box .tablepress thead th, .tablepress thead .info-box th, .info-box .tablepress thead td, .tablepress thead .info-box td, .info-box ul.simple li.heading, ul.simple .info-box li.heading, .info-box ol.simple li.heading, ol.simple .info-box li.heading, .info-box ul.list-with-image-heading > li:nth-child(2), .info-box ol.list-with-image-heading > li:nth-child(2), .info-box ul.list-with-heading > li:first-child, .info-box ol.list-with-heading > li:first-child, .info-box .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .info-box .ab-block-post-grid-title, .info-box h3, .info-box .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .info-box .entry-title, .info-box .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .info-box h1.loud, .info-box .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .info-box .loud.display, .info-box .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .info-box .loud.entry-title, .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-name, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-name, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-name, .info-box .byline.full-bio .author-name, .byline.full-bio .info-box .author-name, .info-box .kt-blocks-info-box-title, .info-box .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .info-box .schema-faq-question, .info-box .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .info-box .author-title.author-archive-only, .wp-block-kadence-infobox h4, .wp-block-kadence-infobox table thead th, table thead .wp-block-kadence-infobox th, .wp-block-kadence-infobox table thead td, table thead .wp-block-kadence-infobox td, .wp-block-kadence-infobox .table thead th, .table thead .wp-block-kadence-infobox th, .wp-block-kadence-infobox .table thead td, .table thead .wp-block-kadence-infobox td, .wp-block-kadence-infobox .tablepress thead th, .tablepress thead .wp-block-kadence-infobox th, .wp-block-kadence-infobox .tablepress thead td, .tablepress thead .wp-block-kadence-infobox td, .wp-block-kadence-infobox ul.simple li.heading, ul.simple .wp-block-kadence-infobox li.heading, .wp-block-kadence-infobox ol.simple li.heading, ol.simple .wp-block-kadence-infobox li.heading, .wp-block-kadence-infobox ul.list-with-image-heading > li:nth-child(2), .wp-block-kadence-infobox ol.list-with-image-heading > li:nth-child(2), .wp-block-kadence-infobox ul.list-with-heading > li:first-child, .wp-block-kadence-infobox ol.list-with-heading > li:first-child, .wp-block-kadence-infobox .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .wp-block-kadence-infobox .ab-block-post-grid-title, .wp-block-kadence-infobox .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-name, .wp-block-kadence-infobox .byline.full-bio .author-name, .byline.full-bio .wp-block-kadence-infobox .author-name, .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .schema-faq-question, .wp-block-kadence-infobox .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .wp-block-kadence-infobox .author-title.author-archive-only {
    margin-bottom: 5px; }
  .info-box p.serif, .info-box h6.serif, .info-box .serif.h6, .wp-block-kadence-infobox p.serif, .wp-block-kadence-infobox h6.serif, .wp-block-kadence-infobox .serif.h6 {
    font-family: "Merriweather", "Georgia", serif;
    font-size: 16px; }
    @media (max-width: 1024px) {
      .info-box p.serif, .info-box h6.serif, .info-box .serif.h6, .wp-block-kadence-infobox p.serif, .wp-block-kadence-infobox h6.serif, .wp-block-kadence-infobox .serif.h6 {
        font-size: 15px; } }
    @media (max-width: 768px) {
      .info-box p.serif, .info-box h6.serif, .info-box .serif.h6, .wp-block-kadence-infobox p.serif, .wp-block-kadence-infobox h6.serif, .wp-block-kadence-infobox .serif.h6 {
        font-size: 14px; } }
    @media (max-width: 568px) {
      .info-box p.serif, .info-box h6.serif, .info-box .serif.h6, .wp-block-kadence-infobox p.serif, .wp-block-kadence-infobox h6.serif, .wp-block-kadence-infobox .serif.h6 {
        font-size: 13px; } }
  .info-box p:last-child, .info-box h6:last-child, .info-box .h6:last-child, .wp-block-kadence-infobox p:last-child, .wp-block-kadence-infobox h6:last-child, .wp-block-kadence-infobox .h6:last-child {
    margin-bottom: 0px; }
  .info-box ul, .wp-block-kadence-infobox ul {
    margin: 0px; }
    .info-box ul li, .wp-block-kadence-infobox ul li {
      margin-bottom: 5px; }
    .info-box ul li:before, .wp-block-kadence-infobox ul li:before {
      content: none; }
  .info-box .kt-blocks-info-box-media, .info-box img, .wp-block-kadence-infobox .kt-blocks-info-box-media, .wp-block-kadence-infobox img {
    max-width: 100% !important;
    height: auto;
    margin-bottom: 10px; }
  .info-box .kadence-info-box-image-intrisic, .wp-block-kadence-infobox .kadence-info-box-image-intrisic {
    padding: 0px !important; }
  .info-box.skinny, .wp-block-kadence-infobox.skinny {
    max-width: 300px !important; }
    @media (max-width: 568px) {
      .info-box.skinny, .wp-block-kadence-infobox.skinny {
        float: none;
        max-width: 100% !important; } }

.company-listing {
  padding: 30px 50px;
  max-width: 1050px;
  margin: 0 auto;
  border-top: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .company-listing {
      padding: 30px 20px; } }
  @media (max-width: 568px) {
    .company-listing {
      padding: 15px 20px; } }
  .company-listing.supplier {
    padding: 0px;
    display: block; }
    .company-listing.supplier .company-content {
      margin: 30px 50px 20px 50px; }
      @media (max-width: 768px) {
        .company-listing.supplier .company-content {
          margin: 30px 20px; } }
      @media (max-width: 568px) {
        .company-listing.supplier .company-content {
          margin: 15px 20px; } }
  .company-listing .logos {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .company-listing .logos img {
      max-width: 90px; }
      .company-listing .logos img.craft-logo {
        height: 150px; }
        @media (max-width: 568px) {
          .company-listing .logos img.craft-logo {
            height: 83px; } }
      @media (max-width: 568px) {
        .company-listing .logos img {
          max-width: 50px; } }
  @media (max-width: 568px) {
    .company-listing h3, .company-listing .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .company-listing .entry-title, .company-listing .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .company-listing h1.loud, .company-listing .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .company-listing .loud.display, .company-listing .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .company-listing .loud.entry-title, .company-listing .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .company-listing .loud.page-title, .company-listing .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .company-listing h2.loud, .company-listing .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .company-listing h2.loud, .company-listing .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .company-listing .loud.author-title.author-archive-only, .company-listing .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .company-listing .loud.author-title.author-archive-only, .company-listing .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .company-listing .loud.author-title.author-archive-only, .company-listing .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .company-listing .loud.author-title.author-archive-only, .company-listing .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .company-listing .loud.author-name, .company-listing .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .company-listing .loud.author-name, .company-listing .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .company-listing .loud.author-name, .company-listing .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .company-listing .loud.author-name, .company-listing .byline.full-bio .author-name, .byline.full-bio .company-listing .author-name {
      max-width: 230px; } }
  @media (max-width: 768px) {
    .company-listing .ownership {
      max-width: 400px; } }

.schema-faq-section {
  border-top: 1px solid #D8D8D8;
  padding: 20px; }
  .schema-faq-section:last-child {
    border-bottom: 1px solid #D8D8D8; }

.schema-faq-question {
  font-weight: normal;
  border-left: 3px solid #C5A35F;
  display: block;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px; }
  .schema-faq-question:before {
    content: "Q.";
    color: #C5A35F;
    font-size: 30px;
    margin-right: 20px; }

.schema-faq-answer {
  position: relative;
  display: block;
  padding-top: 5px; }
  .schema-faq-answer:before {
    content: "A.";
    color: #6D6D6D;
    font-family: "Merriweather", "Georgia", serif;
    font-size: 30px;
    margin-right: 20px;
    border-left: 3px solid #D8D8D8;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 10px; }

.schema-faq-section p, .schema-faq-section h6, .schema-faq-section .h6 {
  padding-left: 58px; }

#social-share-block {
  display: block;
  width: 165px;
  height: 275px;
  float: right;
  clear: right;
  padding: 10px;
  margin-bottom: 10vh;
  margin-left: 30px;
  background-color: #FFF;
  z-index: 4; }
  @media (max-width: 768px) {
    #social-share-block {
      display: flex;
      height: auto;
      width: 100%;
      float: none;
      position: fixed;
      bottom: 0px;
      left: 0px;
      margin: 0px;
      padding: 0px; } }
  @media (max-width: 568px) {
    #social-share-block {
      float: none;
      width: 100%;
      height: auto;
      flex-flow: column nowrap; } }
  #social-share-block p, #social-share-block h6, #social-share-block .h6 {
    color: #FFF; }
  #social-share-block h3, #social-share-block .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header #social-share-block .entry-title, #social-share-block .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title #social-share-block h1.loud, #social-share-block .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title #social-share-block .loud.display, #social-share-block .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title #social-share-block .loud.page-title, #social-share-block .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover #social-share-block h2.loud, #social-share-block .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title #social-share-block h2.loud, #social-share-block .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio #social-share-block .loud.author-title.author-archive-only, #social-share-block .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title #social-share-block .loud.author-title.author-archive-only, #social-share-block .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover #social-share-block .loud.author-title.author-archive-only, #social-share-block .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title #social-share-block .loud.author-title.author-archive-only, #social-share-block .byline.full-bio .author-name, .byline.full-bio #social-share-block .author-name {
    border-bottom: 3px solid #3D3626;
    padding-bottom: 10px;
    margin-bottom: 0px;
    white-space: nowrap; }
    @media (max-width: 768px) {
      #social-share-block h3, #social-share-block .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header #social-share-block .entry-title, #social-share-block .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title #social-share-block h1.loud, #social-share-block .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title #social-share-block .loud.display, #social-share-block .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title #social-share-block .loud.page-title, #social-share-block .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover #social-share-block h2.loud, #social-share-block .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title #social-share-block h2.loud, #social-share-block .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio #social-share-block .loud.author-title.author-archive-only, #social-share-block .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title #social-share-block .loud.author-title.author-archive-only, #social-share-block .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover #social-share-block .loud.author-title.author-archive-only, #social-share-block .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title #social-share-block .loud.author-title.author-archive-only, #social-share-block .byline.full-bio .author-name, .byline.full-bio #social-share-block .author-name {
        padding-bottom: 0px;
        border: none;
        background-color: #3D3626;
        color: #fff;
        padding: 10px 30px; } }
    @media (max-width: 568px) {
      #social-share-block h3, #social-share-block .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header #social-share-block .entry-title, #social-share-block .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title #social-share-block h1.loud, #social-share-block .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title #social-share-block .loud.display, #social-share-block .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title #social-share-block .loud.page-title, #social-share-block .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover #social-share-block h2.loud, #social-share-block .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title #social-share-block h2.loud, #social-share-block .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio #social-share-block .loud.author-title.author-archive-only, #social-share-block .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title #social-share-block .loud.author-title.author-archive-only, #social-share-block .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover #social-share-block .loud.author-title.author-archive-only, #social-share-block .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title #social-share-block .loud.author-title.author-archive-only, #social-share-block .byline.full-bio .author-name, .byline.full-bio #social-share-block .author-name {
        text-align: center; } }
  #social-share-block.horizontal {
    float: none;
    display: flex;
    height: 47px;
    justify-content: center;
    margin: 20px auto;
    padding: 0px;
    align-items: center;
    width: 100%; }
    @media (max-width: 568px) {
      #social-share-block.horizontal {
        flex-flow: row nowrap;
        height: 41px; } }
    #social-share-block.horizontal h3, #social-share-block.horizontal .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header #social-share-block.horizontal .entry-title, #social-share-block.horizontal .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title #social-share-block.horizontal h1.loud, #social-share-block.horizontal .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title #social-share-block.horizontal .loud.display, #social-share-block.horizontal .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title #social-share-block.horizontal .loud.page-title, #social-share-block.horizontal .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover #social-share-block.horizontal h2.loud, #social-share-block.horizontal .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title #social-share-block.horizontal h2.loud, #social-share-block.horizontal .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio #social-share-block.horizontal .loud.author-title.author-archive-only, #social-share-block.horizontal .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title #social-share-block.horizontal .loud.author-title.author-archive-only, #social-share-block.horizontal .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover #social-share-block.horizontal .loud.author-title.author-archive-only, #social-share-block.horizontal .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title #social-share-block.horizontal .loud.author-title.author-archive-only, #social-share-block.horizontal .byline.full-bio .author-name, .byline.full-bio #social-share-block.horizontal .author-name {
      padding-bottom: 0px;
      border: none;
      background-color: #3D3626;
      color: #fff;
      padding: 10px 30px;
      margin-bottom: 0px;
      white-space: nowrap;
      font-size: 18px;
      line-height: 1.5; }
      @media (max-width: 568px) {
        #social-share-block.horizontal h3, #social-share-block.horizontal .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header #social-share-block.horizontal .entry-title, #social-share-block.horizontal .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title #social-share-block.horizontal h1.loud, #social-share-block.horizontal .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title #social-share-block.horizontal .loud.display, #social-share-block.horizontal .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title #social-share-block.horizontal .loud.page-title, #social-share-block.horizontal .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover #social-share-block.horizontal h2.loud, #social-share-block.horizontal .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title #social-share-block.horizontal h2.loud, #social-share-block.horizontal .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio #social-share-block.horizontal .loud.author-title.author-archive-only, #social-share-block.horizontal .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title #social-share-block.horizontal .loud.author-title.author-archive-only, #social-share-block.horizontal .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover #social-share-block.horizontal .loud.author-title.author-archive-only, #social-share-block.horizontal .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title #social-share-block.horizontal .loud.author-title.author-archive-only, #social-share-block.horizontal .byline.full-bio .author-name, .byline.full-bio #social-share-block.horizontal .author-name {
          font-size: 15px;
          line-height: 1.4; } }
    #social-share-block.horizontal #social-links {
      flex-flow: row nowrap;
      align-items: stretch;
      height: 100%; }
      @media (max-width: 768px) {
        #social-share-block.horizontal #social-links {
          width: auto; } }
      #social-share-block.horizontal #social-links a, #social-share-block.horizontal #social-links .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #social-share-block.horizontal #social-links .ab-block-post-grid-more-link {
        border-right: 1px solid #D8D8D8;
        border-top: 3px solid #3D3626;
        padding: 0px 15px; }

#social-links {
  display: flex;
  flex-flow: column nowrap; }
  @media (max-width: 768px) {
    #social-links {
      flex-flow: row nowrap;
      width: 100%; } }
  #social-links a, #social-links .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #social-links .ab-block-post-grid-more-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: italic;
    font-family: "Helvetica", "Arial", sans-serif;
    padding: 10px 20px 10px 10px;
    color: #6D6D6D;
    text-decoration: none;
    text-align: center;
    border: none;
    border-bottom: 1px solid #D8D8D8; }
    @media (max-width: 568px) {
      #social-links a:first-of-type, #social-links .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:first-of-type, .ab-post-grid-items.is-grid #social-links .ab-block-post-grid-more-link:first-of-type {
        border-left: 1px solid #D8D8D8; } }
    #social-links a:hover, #social-links .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid #social-links .ab-block-post-grid-more-link:hover {
      color: #FFF;
      background-color: #008080;
      text-decoration: none; }
    #social-links a i, #social-links .ab-post-grid-items.is-grid .ab-block-post-grid-more-link i, .ab-post-grid-items.is-grid #social-links .ab-block-post-grid-more-link i {
      font-size: 20px; }
      @media (max-width: 768px) {
        #social-links a i, #social-links .ab-post-grid-items.is-grid .ab-block-post-grid-more-link i, .ab-post-grid-items.is-grid #social-links .ab-block-post-grid-more-link i {
          margin-right: 20px; } }
      @media (max-width: 568px) {
        #social-links a i, #social-links .ab-post-grid-items.is-grid .ab-block-post-grid-more-link i, .ab-post-grid-items.is-grid #social-links .ab-block-post-grid-more-link i {
          margin-right: 5px;
          font-size: 15px; } }
      #social-links a i.fa-twitter, #social-links .ab-post-grid-items.is-grid .ab-block-post-grid-more-link i.fa-twitter, .ab-post-grid-items.is-grid #social-links .ab-block-post-grid-more-link i.fa-twitter {
        transform: scale(1.2); }
    #social-links a .count, #social-links .ab-post-grid-items.is-grid .ab-block-post-grid-more-link .count, .ab-post-grid-items.is-grid #social-links .ab-block-post-grid-more-link .count {
      margin-left: 3px;
      font-size: 13px; }
    @media (max-width: 768px) {
      #social-links a, #social-links .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #social-links .ab-block-post-grid-more-link {
        padding: 6.5px 0px;
        justify-content: center;
        border-right: 1px solid #D8D8D8;
        border-top: 3px solid #3D3626;
        flex-basis: 33.33%; } }
    @media (max-width: 568px) {
      #social-links a, #social-links .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #social-links .ab-block-post-grid-more-link {
        border-top: none;
        padding: 6.5px 0px;
        justify-content: center;
        font-size: 12px; } }

.social-links-wrapper {
  white-space: nowrap;
  padding: 0px 20px; }
  .social-links-wrapper i {
    color: #008080;
    background-color: #fff;
    padding: 4px 2px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #008080;
    transition: all 0.3s ease; }
    .social-links-wrapper i:hover {
      color: #fff;
      background-color: #008080;
      border: 1px solid #fff; }
  .social-links-wrapper a:nth-of-type(2), .social-links-wrapper .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:nth-of-type(2), .ab-post-grid-items.is-grid .social-links-wrapper .ab-block-post-grid-more-link:nth-of-type(2) {
    margin: 0px 10px; }

.fa.fa-large {
  font-size: 25px;
  color: #6D6D6D; }

figure.featured-image > img {
  width: 100%;
  max-width: 100%;
  height: auto; }

/*img*/
.alignnone, img.aligncenter {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0px 0px 30px 0px;
  clear: both; }

.wp-caption.alignleft, .wp-caption.alignright {
  margin-bottom: 0px; }

.alignnone.wp-caption {
  width: 100% !important; }
  .alignnone.wp-caption img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px; }

/*img or figure*/
.alignleft:not(.is-resized) {
  width: 40%;
  height: auto;
  float: left;
  margin: 10px 10px 10px 0px;
  clear: both; }

/*img or figure*/
.alignright:not(.is-resized) {
  width: 40%;
  height: auto;
  float: right;
  margin: 10px 0px 10px 10px;
  clear: both; }

.wp-block-image .alignright {
  margin: 10px 0px 10px 40px;
  max-width: 40%; }

.wp-block-image .alignleft {
  margin: 10px 40px 10px 0px;
  max-width: 40%; }

.wp-block-image img {
  height: auto; }

.wp-block-image.featured-image {
  float: right;
  max-width: 320px !important;
  margin-bottom: 40px;
  margin-left: 40px; }
  @media (max-width: 768px) {
    .wp-block-image.featured-image {
      max-width: 210px;
      margin-left: 20px; } }
  @media (max-width: 568px) {
    .wp-block-image.featured-image {
      display: none; } }

.smallest, .alignleft.smallest, .alignright.smallest {
  width: 20%; }
  .smallest .smallest, .alignleft.smallest .smallest, .alignright.smallest .smallest {
    width: 100%; }

.smaller, .alignleft.smaller, .alignright.smaller {
  width: 40%; }
  .smaller .smaller, .alignleft.smaller .smaller, .alignright.smaller .smaller {
    width: 100%; }

.larger, .alignleft.larger, .alignright.larger {
  width: 60%; }
  .larger .larger, .alignleft.larger .larger, .alignright.larger .larger {
    width: 100%; }

div.video, .wp-block-video, .wp-video {
  margin-bottom: 30px; }

.with-mini-hr {
  position: relative;
  margin-bottom: 25px; }
  .with-mini-hr:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #C5A35F;
    position: absolute;
    bottom: -10px;
    left: 0px; }
    @media (max-width: 568px) {
      .with-mini-hr:after {
        width: 30px; } }
  .with-mini-hr.centered:after {
    left: 50%;
    transform: translateX(-50%); }

.text-width-max, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2, .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-name, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-name, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .sticky-hero .entry-content > h2.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .entry-content > .page-title, .search-results body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-name, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .entry-title, .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .author-name, .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h4, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > th, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > td, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > th, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > td, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.simple .entry-content > li.heading, ul.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.simple .entry-content > li.heading, ol.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .ab-block-post-grid-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > h3, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .entry-title, .info-box .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .entry-title, .excerpt-row .entry-header .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .author-name, .info-box .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .author-name, .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > .kt-blocks-info-box-title, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .author-name, .wp-block-kadence-infobox .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .author-name, .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .kt-blocks-info-box-title, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .schema-faq-question, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-name, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-title.author-archive-only, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > p, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ul, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ol, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > pre, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .display, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2, .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-name, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-name, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .sticky-hero .entry-content > h2.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .entry-content > .page-title, .search-results body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-name, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .entry-title, .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .author-name, .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h4, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > th, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > td, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > th, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > td, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td, body.publication-template-single-wide article.page:not(.excerpt-row) ul.simple .entry-content > li.heading, ul.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ol.simple .entry-content > li.heading, ol.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .ab-block-post-grid-title, .ab-post-grid-items.is-grid body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .ab-block-post-grid-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > h3, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .entry-title, .info-box .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .entry-title, .excerpt-row .entry-header .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .author-name, .info-box .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .author-name, .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > .kt-blocks-info-box-title, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .author-name, .wp-block-kadence-infobox .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .author-name, .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .kt-blocks-info-box-title, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .schema-faq-question, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-name, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-title.author-archive-only, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > p, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h6, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .h6, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ul, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ol, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > pre, body.page.home article.page:not(.excerpt-row) .entry-content > h1, body.page.home article.page:not(.excerpt-row) .entry-content > .display, body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2, .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2, body.page.home article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-name, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-name, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .wp-block-cover .sticky-hero .entry-content > h2.entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > h2, body.page.home article.page:not(.excerpt-row) .search-results .entry-content > .page-title, .search-results body.page.home article.page:not(.excerpt-row) .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-name, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > h3, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .entry-title, .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .entry-content > .author-name, .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .entry-content > h4, body.page.home article.page:not(.excerpt-row) table thead .entry-content > th, table thead body.page.home article.page:not(.excerpt-row) .entry-content > th, body.page.home article.page:not(.excerpt-row) table thead .entry-content > td, table thead body.page.home article.page:not(.excerpt-row) .entry-content > td, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > th, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > th, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > td, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > td, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > th, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > th, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > td, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > td, body.page.home article.page:not(.excerpt-row) ul.simple .entry-content > li.heading, ul.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.heading, body.page.home article.page:not(.excerpt-row) ol.simple .entry-content > li.heading, ol.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.heading, body.page.home article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li:nth-child(2), body.page.home article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li:nth-child(2), body.page.home article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li:first-child, body.page.home article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li:first-child, body.page.home article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page.home article.page:not(.excerpt-row) .entry-content > .ab-block-post-grid-title, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > h3, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h3, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .entry-title, .info-box .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .entry-title, .excerpt-row .entry-header .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .author-name, .info-box .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .author-name, .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > .kt-blocks-info-box-title, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h3, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .author-name, .wp-block-kadence-infobox .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .author-name, .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .kt-blocks-info-box-title, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .entry-content > .schema-faq-question, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-name, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-title.author-archive-only, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .entry-content > p, body.page.home article.page:not(.excerpt-row) .entry-content > h6, body.page.home article.page:not(.excerpt-row) .entry-content > .h6, body.page.home article.page:not(.excerpt-row) .entry-content > ul, body.page.home article.page:not(.excerpt-row) .entry-content > ol, body.page.home article.page:not(.excerpt-row) .entry-content > pre, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wp-bootstrap-blocks-button, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wp-bootstrap-blocks-button, body.page.home article.page:not(.excerpt-row) .entry-content > .wp-bootstrap-blocks-button {
  max-width: 900px; }
  @media (max-width: 1024px) {
    .text-width-max, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2, .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-name, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-name, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .sticky-hero .entry-content > h2.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .entry-content > .page-title, .search-results body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-name, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .entry-title, .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .author-name, .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h4, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > th, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > td, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > th, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > td, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.simple .entry-content > li.heading, ul.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.simple .entry-content > li.heading, ol.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .ab-block-post-grid-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > h3, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .entry-title, .info-box .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .entry-title, .excerpt-row .entry-header .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .author-name, .info-box .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .author-name, .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > .kt-blocks-info-box-title, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .author-name, .wp-block-kadence-infobox .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .author-name, .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .kt-blocks-info-box-title, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .schema-faq-question, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-name, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-title.author-archive-only, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > p, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ul, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ol, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > pre, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .display, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2, .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-name, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-name, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .sticky-hero .entry-content > h2.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .entry-content > .page-title, .search-results body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-name, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .entry-title, .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .author-name, .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h4, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > th, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > td, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > th, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > td, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td, body.publication-template-single-wide article.page:not(.excerpt-row) ul.simple .entry-content > li.heading, ul.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ol.simple .entry-content > li.heading, ol.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .ab-block-post-grid-title, .ab-post-grid-items.is-grid body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .ab-block-post-grid-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > h3, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .entry-title, .info-box .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .entry-title, .excerpt-row .entry-header .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .author-name, .info-box .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .author-name, .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > .kt-blocks-info-box-title, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .author-name, .wp-block-kadence-infobox .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .author-name, .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .kt-blocks-info-box-title, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .schema-faq-question, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-name, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-title.author-archive-only, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > p, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h6, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .h6, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ul, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ol, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > pre, body.page.home article.page:not(.excerpt-row) .entry-content > h1, body.page.home article.page:not(.excerpt-row) .entry-content > .display, body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2, .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2, body.page.home article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-name, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-name, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .wp-block-cover .sticky-hero .entry-content > h2.entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > h2, body.page.home article.page:not(.excerpt-row) .search-results .entry-content > .page-title, .search-results body.page.home article.page:not(.excerpt-row) .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-name, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > h3, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .entry-title, .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .entry-content > .author-name, .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .entry-content > h4, body.page.home article.page:not(.excerpt-row) table thead .entry-content > th, table thead body.page.home article.page:not(.excerpt-row) .entry-content > th, body.page.home article.page:not(.excerpt-row) table thead .entry-content > td, table thead body.page.home article.page:not(.excerpt-row) .entry-content > td, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > th, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > th, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > td, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > td, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > th, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > th, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > td, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > td, body.page.home article.page:not(.excerpt-row) ul.simple .entry-content > li.heading, ul.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.heading, body.page.home article.page:not(.excerpt-row) ol.simple .entry-content > li.heading, ol.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.heading, body.page.home article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li:nth-child(2), body.page.home article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li:nth-child(2), body.page.home article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li:first-child, body.page.home article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li:first-child, body.page.home article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page.home article.page:not(.excerpt-row) .entry-content > .ab-block-post-grid-title, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > h3, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h3, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .entry-title, .info-box .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .entry-title, .excerpt-row .entry-header .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .author-name, .info-box .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .author-name, .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > .kt-blocks-info-box-title, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h3, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .author-name, .wp-block-kadence-infobox .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .author-name, .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .kt-blocks-info-box-title, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .entry-content > .schema-faq-question, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-name, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-title.author-archive-only, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .entry-content > p, body.page.home article.page:not(.excerpt-row) .entry-content > h6, body.page.home article.page:not(.excerpt-row) .entry-content > .h6, body.page.home article.page:not(.excerpt-row) .entry-content > ul, body.page.home article.page:not(.excerpt-row) .entry-content > ol, body.page.home article.page:not(.excerpt-row) .entry-content > pre, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wp-bootstrap-blocks-button, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wp-bootstrap-blocks-button, body.page.home article.page:not(.excerpt-row) .entry-content > .wp-bootstrap-blocks-button {
      max-width: calc(100% - 30px); } }
  @media (max-width: 568px) {
    .text-width-max, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2, .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-name, .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-name, .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .sticky-hero .entry-content > h2.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2, body.page-template-tmpl_wide article.page:not(.excerpt-row) .search-results .entry-content > .page-title, .search-results body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-name, .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .entry-title, .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .author-name, .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h4, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > th, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th, body.page-template-tmpl_wide article.page:not(.excerpt-row) table thead .entry-content > td, table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > th, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th, body.page-template-tmpl_wide article.page:not(.excerpt-row) .table thead .entry-content > td, .table thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > th, body.page-template-tmpl_wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td, .tablepress thead body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > td, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.simple .entry-content > li.heading, ul.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.simple .entry-content > li.heading, ol.simple body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > li.heading, body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li:nth-child(2), body.page-template-tmpl_wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li:first-child, body.page-template-tmpl_wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .ab-block-post-grid-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > h3, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .entry-title, .info-box .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .entry-title, .excerpt-row .entry-header .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .author-name, .info-box .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .author-name, .byline.full-bio .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .info-box .entry-content > .kt-blocks-info-box-title, .info-box body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h3, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .author-name, .wp-block-kadence-infobox .byline.full-bio body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .author-name, .byline.full-bio .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .kt-blocks-info-box-title, .wp-block-kadence-infobox body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .schema-faq-question, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-name, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-name, body.page-template-tmpl_wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-title.author-archive-only, .byline.full-bio.centered body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > p, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .h6, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ul, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > ol, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > pre, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .display, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2, .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-name, .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-name, .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .sticky-hero .entry-content > h2.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2, body.publication-template-single-wide article.page:not(.excerpt-row) .search-results .entry-content > .page-title, .search-results body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-name, .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .entry-title, .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .entry-content > .author-name, .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h4, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > th, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th, body.publication-template-single-wide article.page:not(.excerpt-row) table thead .entry-content > td, table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > th, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th, body.publication-template-single-wide article.page:not(.excerpt-row) .table thead .entry-content > td, .table thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > th, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > th, body.publication-template-single-wide article.page:not(.excerpt-row) .tablepress thead .entry-content > td, .tablepress thead body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > td, body.publication-template-single-wide article.page:not(.excerpt-row) ul.simple .entry-content > li.heading, ul.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ol.simple .entry-content > li.heading, ol.simple body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > li.heading, body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li:nth-child(2), body.publication-template-single-wide article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li:first-child, body.publication-template-single-wide article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .ab-block-post-grid-title, .ab-post-grid-items.is-grid body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .ab-block-post-grid-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > h3, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .entry-title, .info-box .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .entry-title, .excerpt-row .entry-header .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .author-name, .info-box .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .author-name, .byline.full-bio .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .info-box .entry-content > .kt-blocks-info-box-title, .info-box body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h3, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h1.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.display, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h2.loud, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .author-name, .wp-block-kadence-infobox .byline.full-bio body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .author-name, .byline.full-bio .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .kt-blocks-info-box-title, .wp-block-kadence-infobox body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .schema-faq-question, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-name, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-name, body.publication-template-single-wide article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-title.author-archive-only, .byline.full-bio.centered body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > p, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > h6, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .h6, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ul, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > ol, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > pre, body.page.home article.page:not(.excerpt-row) .entry-content > h1, body.page.home article.page:not(.excerpt-row) .entry-content > .display, body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .wp-block-cover .entry-content > h2, .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2, body.page.home article.page:not(.excerpt-row) .wp-block-cover .search-results .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .search-results .wp-block-cover .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .entry-content > .author-name, .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .entry-content > .author-name, .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .wp-block-cover .sticky-hero .entry-content > h2.entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > h2, body.page.home article.page:not(.excerpt-row) .search-results .entry-content > .page-title, .search-results body.page.home article.page:not(.excerpt-row) .entry-content > .page-title, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-title.author-archive-only, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .entry-content > .author-name, .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .sticky-hero .entry-content > h2.entry-title, body.page.home article.page:not(.excerpt-row) .entry-content > h3, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-content > .entry-title, .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .entry-content > .author-name, .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .entry-content > h4, body.page.home article.page:not(.excerpt-row) table thead .entry-content > th, table thead body.page.home article.page:not(.excerpt-row) .entry-content > th, body.page.home article.page:not(.excerpt-row) table thead .entry-content > td, table thead body.page.home article.page:not(.excerpt-row) .entry-content > td, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > th, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > th, body.page.home article.page:not(.excerpt-row) .table thead .entry-content > td, .table thead body.page.home article.page:not(.excerpt-row) .entry-content > td, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > th, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > th, body.page.home article.page:not(.excerpt-row) .tablepress thead .entry-content > td, .tablepress thead body.page.home article.page:not(.excerpt-row) .entry-content > td, body.page.home article.page:not(.excerpt-row) ul.simple .entry-content > li.heading, ul.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.heading, body.page.home article.page:not(.excerpt-row) ol.simple .entry-content > li.heading, ol.simple body.page.home article.page:not(.excerpt-row) .entry-content > li.heading, body.page.home article.page:not(.excerpt-row) ul.list-with-image-heading.entry-content > li:nth-child(2), body.page.home article.page:not(.excerpt-row) ol.list-with-image-heading.entry-content > li:nth-child(2), body.page.home article.page:not(.excerpt-row) ul.list-with-heading.entry-content > li:first-child, body.page.home article.page:not(.excerpt-row) ol.list-with-heading.entry-content > li:first-child, body.page.home article.page:not(.excerpt-row) .ab-post-grid-items.is-grid .entry-content > .ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page.home article.page:not(.excerpt-row) .entry-content > .ab-block-post-grid-title, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > h3, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h3, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-content > .entry-title, .info-box .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .info-box .entry-content > .entry-title, .excerpt-row .entry-header .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .info-box .byline.full-bio .entry-content > .author-name, .info-box .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .info-box .entry-content > .author-name, .byline.full-bio .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .info-box .entry-content > .kt-blocks-info-box-title, .info-box body.page.home article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > h3, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h3, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-content > .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .wp-block-kadence-infobox .entry-content > .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .entry-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h1.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.display, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.entry-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .entry-content > .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.page-title, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .entry-content > h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .entry-content > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > h2.loud, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .entry-content > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .loud.author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .entry-content > .loud.author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .byline.full-bio .entry-content > .author-name, .wp-block-kadence-infobox .byline.full-bio body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio .wp-block-kadence-infobox .entry-content > .author-name, .byline.full-bio .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .wp-block-kadence-infobox .entry-content > .kt-blocks-info-box-title, .wp-block-kadence-infobox body.page.home article.page:not(.excerpt-row) .entry-content > .kt-blocks-info-box-title, body.page.home article.page:not(.excerpt-row) .entry-content > .schema-faq-question, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-name, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .author-name, body.page.home article.page:not(.excerpt-row) .byline.full-bio.centered .entry-content > .author-title.author-archive-only, .byline.full-bio.centered body.page.home article.page:not(.excerpt-row) .entry-content > .author-title.author-archive-only, body.page.home article.page:not(.excerpt-row) .entry-content > p, body.page.home article.page:not(.excerpt-row) .entry-content > h6, body.page.home article.page:not(.excerpt-row) .entry-content > .h6, body.page.home article.page:not(.excerpt-row) .entry-content > ul, body.page.home article.page:not(.excerpt-row) .entry-content > ol, body.page.home article.page:not(.excerpt-row) .entry-content > pre, body.page-template-tmpl_wide article.page:not(.excerpt-row) .entry-content > .wp-bootstrap-blocks-button, body.publication-template-single-wide article.page:not(.excerpt-row) .entry-content > .wp-bootstrap-blocks-button, body.page.home article.page:not(.excerpt-row) .entry-content > .wp-bootstrap-blocks-button {
      max-width: calc(100% - 20px); } }

.d-logged-in-only,
.d-logged-in-only-block,
.d-logged-in-only-inline-block,
.d-logged-in-only-flex {
  display: none; }

.d-logged-out-only, .d-logged-out-only-block {
  display: block; }

.d-logged-out-only-inline-block {
  display: inline-block; }

.d-logged-out-only-flex {
  display: flex; }

body.logged-in .d-logged-in-only, body.logged-in .d-logged-in-only-block {
  display: block; }

body.logged-in .d-logged-in-only-inline-block {
  display: inline-block; }

body.logged-in .d-logged-in-only-flex {
  display: flex; }

body.logged-in .d-logged-out-only,
body.logged-in .d-logged-out-only-block,
body.logged-in .d-logged-out-only-inline-block {
  display: none; }

.initial-hide {
  display: none; }

.circle-image {
  border-radius: 4rem; }

.wp-bootstrap-blocks-row.ba-grid > .row {
  padding: 20px 0px;
  border-top: 1px solid #D8D8D8; }
  @media (max-width: 568px) {
    .wp-bootstrap-blocks-row.ba-grid > .row {
      padding: 0px; } }
  .wp-bootstrap-blocks-row.ba-grid > .row:last-of-type {
    border-bottom: 1px solid #D8D8D8; }
    @media (max-width: 568px) {
      .wp-bootstrap-blocks-row.ba-grid > .row:last-of-type {
        border-bottom: 0px; } }
  .wp-bootstrap-blocks-row.ba-grid > .row > div {
    padding: 0px 30px;
    flex-basis: 50%; }
    @media (max-width: 568px) {
      .wp-bootstrap-blocks-row.ba-grid > .row > div {
        flex-basis: 100%;
        padding: 20px;
        border-bottom: 1px solid #D8D8D8; }
        .wp-bootstrap-blocks-row.ba-grid > .row > div:last-of-type {
          border-bottom: 0px; } }
    .wp-bootstrap-blocks-row.ba-grid > .row > div:first-child {
      border-right: 1px solid #D8D8D8; }
      @media (max-width: 568px) {
        .wp-bootstrap-blocks-row.ba-grid > .row > div:first-child {
          border-right: none; } }

.vcard, .round-image-card {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  max-width: 345px !important;
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 568px) {
    .vcard, .round-image-card {
      margin-bottom: 30px; } }
  .vcard h4, .vcard table thead th, table thead .vcard th, .vcard table thead td, table thead .vcard td, .vcard .table thead th, .table thead .vcard th, .vcard .table thead td, .table thead .vcard td, .vcard .tablepress thead th, .tablepress thead .vcard th, .vcard .tablepress thead td, .tablepress thead .vcard td, .vcard ul.simple li.heading, ul.simple .vcard li.heading, .vcard ol.simple li.heading, ol.simple .vcard li.heading, .vcard ul.list-with-image-heading > li:nth-child(2), .vcard ol.list-with-image-heading > li:nth-child(2), .vcard ul.list-with-heading > li:first-child, .vcard ol.list-with-heading > li:first-child, .vcard .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .vcard .ab-block-post-grid-title, .vcard .info-box h3, .info-box .vcard h3, .vcard .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header .vcard .entry-title, .vcard .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box .vcard .entry-title, .vcard .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title .vcard h1.loud, .vcard .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box .vcard h1.loud, .vcard .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title .vcard .loud.display, .vcard .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box .vcard .loud.display, .vcard .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .vcard .loud.page-title, .vcard .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .vcard .loud.page-title, .vcard .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .vcard h2.loud, .vcard .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .vcard h2.loud, .vcard .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .vcard h2.loud, .vcard .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .vcard h2.loud, .vcard .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .vcard .loud.author-title.author-archive-only, .vcard .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .vcard .loud.author-title.author-archive-only, .vcard .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .vcard .loud.author-title.author-archive-only, .vcard .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .vcard .loud.author-title.author-archive-only, .vcard .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .vcard .loud.author-title.author-archive-only, .vcard .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .vcard .loud.author-title.author-archive-only, .vcard .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .vcard .loud.author-title.author-archive-only, .vcard .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .vcard .loud.author-title.author-archive-only, .vcard .info-box .byline.full-bio .author-name, .info-box .byline.full-bio .vcard .author-name, .vcard .byline.full-bio .info-box .author-name, .byline.full-bio .info-box .vcard .author-name, .vcard .info-box .kt-blocks-info-box-title, .info-box .vcard .kt-blocks-info-box-title, .vcard .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .vcard h3, .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .vcard .entry-title, .vcard .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .vcard .entry-title, .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .vcard h1.loud, .vcard .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .vcard h1.loud, .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .vcard .loud.display, .vcard .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .vcard .loud.display, .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .vcard .loud.page-title, .vcard .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .vcard .loud.page-title, .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .vcard h2.loud, .vcard .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .vcard h2.loud, .vcard .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .vcard h2.loud, .vcard .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .vcard h2.loud, .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .vcard .loud.author-title.author-archive-only, .vcard .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .vcard .loud.author-title.author-archive-only, .vcard .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .vcard .loud.author-title.author-archive-only, .vcard .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .vcard .loud.author-title.author-archive-only, .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .vcard .loud.author-title.author-archive-only, .vcard .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .vcard .loud.author-title.author-archive-only, .vcard .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .vcard .loud.author-title.author-archive-only, .vcard .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .vcard .loud.author-title.author-archive-only, .vcard .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio .vcard .author-name, .vcard .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox .vcard .author-name, .vcard .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .vcard .kt-blocks-info-box-title, .vcard .schema-faq-question, .vcard .byline.full-bio.centered .author-name, .byline.full-bio.centered .vcard .author-name, .vcard .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .vcard .author-title.author-archive-only, .round-image-card h4, .round-image-card table thead th, table thead .round-image-card th, .round-image-card table thead td, table thead .round-image-card td, .round-image-card .table thead th, .table thead .round-image-card th, .round-image-card .table thead td, .table thead .round-image-card td, .round-image-card .tablepress thead th, .tablepress thead .round-image-card th, .round-image-card .tablepress thead td, .tablepress thead .round-image-card td, .round-image-card ul.simple li.heading, ul.simple .round-image-card li.heading, .round-image-card ol.simple li.heading, ol.simple .round-image-card li.heading, .round-image-card ul.list-with-image-heading > li:nth-child(2), .round-image-card ol.list-with-image-heading > li:nth-child(2), .round-image-card ul.list-with-heading > li:first-child, .round-image-card ol.list-with-heading > li:first-child, .round-image-card .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .round-image-card .ab-block-post-grid-title, .round-image-card .info-box h3, .info-box .round-image-card h3, .round-image-card .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header .round-image-card .entry-title, .round-image-card .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box .round-image-card .entry-title, .round-image-card .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title .round-image-card h1.loud, .round-image-card .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box .round-image-card h1.loud, .round-image-card .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title .round-image-card .loud.display, .round-image-card .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box .round-image-card .loud.display, .round-image-card .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .round-image-card .loud.page-title, .round-image-card .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .round-image-card .loud.page-title, .round-image-card .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .round-image-card h2.loud, .round-image-card .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .round-image-card h2.loud, .round-image-card .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .round-image-card h2.loud, .round-image-card .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .round-image-card h2.loud, .round-image-card .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .round-image-card .loud.author-title.author-archive-only, .round-image-card .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .round-image-card .loud.author-title.author-archive-only, .round-image-card .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .round-image-card .loud.author-title.author-archive-only, .round-image-card .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .round-image-card .loud.author-title.author-archive-only, .round-image-card .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .round-image-card .loud.author-title.author-archive-only, .round-image-card .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .round-image-card .loud.author-title.author-archive-only, .round-image-card .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .round-image-card .loud.author-title.author-archive-only, .round-image-card .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .round-image-card .loud.author-title.author-archive-only, .round-image-card .info-box .byline.full-bio .author-name, .info-box .byline.full-bio .round-image-card .author-name, .round-image-card .byline.full-bio .info-box .author-name, .byline.full-bio .info-box .round-image-card .author-name, .round-image-card .info-box .kt-blocks-info-box-title, .info-box .round-image-card .kt-blocks-info-box-title, .round-image-card .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .round-image-card h3, .round-image-card .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .round-image-card .entry-title, .round-image-card .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .round-image-card .entry-title, .round-image-card .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .round-image-card h1.loud, .round-image-card .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .round-image-card h1.loud, .round-image-card .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .round-image-card .loud.display, .round-image-card .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .round-image-card .loud.display, .round-image-card .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .round-image-card .loud.page-title, .round-image-card .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .round-image-card .loud.page-title, .round-image-card .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .round-image-card h2.loud, .round-image-card .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .round-image-card h2.loud, .round-image-card .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .round-image-card h2.loud, .round-image-card .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .round-image-card h2.loud, .round-image-card .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .round-image-card .loud.author-title.author-archive-only, .round-image-card .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .round-image-card .loud.author-title.author-archive-only, .round-image-card .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .round-image-card .loud.author-title.author-archive-only, .round-image-card .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .round-image-card .loud.author-title.author-archive-only, .round-image-card .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .round-image-card .loud.author-title.author-archive-only, .round-image-card .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .round-image-card .loud.author-title.author-archive-only, .round-image-card .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .round-image-card .loud.author-title.author-archive-only, .round-image-card .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .round-image-card .loud.author-title.author-archive-only, .round-image-card .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio .round-image-card .author-name, .round-image-card .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox .round-image-card .author-name, .round-image-card .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .round-image-card .kt-blocks-info-box-title, .round-image-card .schema-faq-question, .round-image-card .byline.full-bio.centered .author-name, .byline.full-bio.centered .round-image-card .author-name, .round-image-card .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .round-image-card .author-title.author-archive-only {
    margin-bottom: 0px; }
  .vcard p.alt, .vcard h6.alt, .vcard .alt.h6, .vcard label.alt, .vcard .taxonomy-description p, .taxonomy-description .vcard p, .vcard .taxonomy-description h6, .taxonomy-description .vcard h6, .vcard .taxonomy-description .h6, .taxonomy-description .vcard .h6, .vcard table.table-alt td, table.table-alt .vcard td, .vcard .table.table-alt td, .table.table-alt .vcard td, .vcard .tablepress.table-alt td, .tablepress.table-alt .vcard td, .vcard ul.alt li, ul.alt .vcard li, .vcard ol.alt li, ol.alt .vcard li, .vcard ul.list-with-image-heading > li, .vcard ol.list-with-image-heading > li, .vcard ul.list-with-heading > li, .vcard ol.list-with-heading > li, .vcard ul.horizontal li, ul.horizontal .vcard li, .vcard ol.horizontal li, ol.horizontal .vcard li, .vcard .excerpt-row p, .excerpt-row .vcard p, .vcard .excerpt-row h6, .excerpt-row .vcard h6, .vcard .excerpt-row .h6, .excerpt-row .vcard .h6, .vcard .info-box p, .info-box .vcard p, .vcard .info-box h6, .info-box .vcard h6, .vcard .info-box .h6, .info-box .vcard .h6, .vcard .info-box li, .info-box .vcard li, .vcard .wp-block-kadence-infobox p, .wp-block-kadence-infobox .vcard p, .vcard .wp-block-kadence-infobox h6, .wp-block-kadence-infobox .vcard h6, .vcard .wp-block-kadence-infobox .h6, .wp-block-kadence-infobox .vcard .h6, .vcard .wp-block-kadence-infobox li, .wp-block-kadence-infobox .vcard li, .vcard .schema-faq-section p, .schema-faq-section .vcard p, .vcard .schema-faq-section h6, .schema-faq-section .vcard h6, .vcard .schema-faq-section .h6, .schema-faq-section .vcard .h6, .vcard .byline.full-bio .avatar-caption, .byline.full-bio .vcard .avatar-caption, .vcard .sticky-hero .entry-summary > p, .sticky-hero .vcard .entry-summary > p, .vcard .sticky-hero .entry-summary > h6, .sticky-hero .vcard .entry-summary > h6, .vcard .sticky-hero .entry-summary > .h6, .sticky-hero .vcard .entry-summary > .h6, .vcard .page-calendar .event-card p, .page-calendar .event-card .vcard p, .vcard .page-calendar .event-card h6, .page-calendar .event-card .vcard h6, .vcard .page-calendar .event-card .h6, .page-calendar .event-card .vcard .h6, .vcard .page-staff-attending .event-card p, .page-staff-attending .event-card .vcard p, .vcard .page-staff-attending .event-card h6, .page-staff-attending .event-card .vcard h6, .vcard .page-staff-attending .event-card .h6, .page-staff-attending .event-card .vcard .h6, .round-image-card p.alt, .round-image-card h6.alt, .round-image-card .alt.h6, .round-image-card label.alt, .round-image-card .taxonomy-description p, .taxonomy-description .round-image-card p, .round-image-card .taxonomy-description h6, .taxonomy-description .round-image-card h6, .round-image-card .taxonomy-description .h6, .taxonomy-description .round-image-card .h6, .round-image-card table.table-alt td, table.table-alt .round-image-card td, .round-image-card .table.table-alt td, .table.table-alt .round-image-card td, .round-image-card .tablepress.table-alt td, .tablepress.table-alt .round-image-card td, .round-image-card ul.alt li, ul.alt .round-image-card li, .round-image-card ol.alt li, ol.alt .round-image-card li, .round-image-card ul.list-with-image-heading > li, .round-image-card ol.list-with-image-heading > li, .round-image-card ul.list-with-heading > li, .round-image-card ol.list-with-heading > li, .round-image-card ul.horizontal li, ul.horizontal .round-image-card li, .round-image-card ol.horizontal li, ol.horizontal .round-image-card li, .round-image-card .excerpt-row p, .excerpt-row .round-image-card p, .round-image-card .excerpt-row h6, .excerpt-row .round-image-card h6, .round-image-card .excerpt-row .h6, .excerpt-row .round-image-card .h6, .round-image-card .info-box p, .info-box .round-image-card p, .round-image-card .info-box h6, .info-box .round-image-card h6, .round-image-card .info-box .h6, .info-box .round-image-card .h6, .round-image-card .info-box li, .info-box .round-image-card li, .round-image-card .wp-block-kadence-infobox p, .wp-block-kadence-infobox .round-image-card p, .round-image-card .wp-block-kadence-infobox h6, .wp-block-kadence-infobox .round-image-card h6, .round-image-card .wp-block-kadence-infobox .h6, .wp-block-kadence-infobox .round-image-card .h6, .round-image-card .wp-block-kadence-infobox li, .wp-block-kadence-infobox .round-image-card li, .round-image-card .schema-faq-section p, .schema-faq-section .round-image-card p, .round-image-card .schema-faq-section h6, .schema-faq-section .round-image-card h6, .round-image-card .schema-faq-section .h6, .schema-faq-section .round-image-card .h6, .round-image-card .byline.full-bio .avatar-caption, .byline.full-bio .round-image-card .avatar-caption, .round-image-card .sticky-hero .entry-summary > p, .sticky-hero .round-image-card .entry-summary > p, .round-image-card .sticky-hero .entry-summary > h6, .sticky-hero .round-image-card .entry-summary > h6, .round-image-card .sticky-hero .entry-summary > .h6, .sticky-hero .round-image-card .entry-summary > .h6, .round-image-card .page-calendar .event-card p, .page-calendar .event-card .round-image-card p, .round-image-card .page-calendar .event-card h6, .page-calendar .event-card .round-image-card h6, .round-image-card .page-calendar .event-card .h6, .page-calendar .event-card .round-image-card .h6, .round-image-card .page-staff-attending .event-card p, .page-staff-attending .event-card .round-image-card p, .round-image-card .page-staff-attending .event-card h6, .page-staff-attending .event-card .round-image-card h6, .round-image-card .page-staff-attending .event-card .h6, .page-staff-attending .event-card .round-image-card .h6 {
    color: #6D6D6D; }
  .vcard.horizontal, .round-image-card.horizontal {
    flex-flow: row nowrap;
    max-width: 750px !important;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 568px) {
      .vcard.horizontal, .round-image-card.horizontal {
        justify-content: flex-start; } }
    .vcard.horizontal.vertical-centered, .round-image-card.horizontal.vertical-centered {
      align-items: center;
      margin-bottom: 40px; }
      .vcard.horizontal.vertical-centered .text-content, .round-image-card.horizontal.vertical-centered .text-content {
        padding-top: 0px; }
      .vcard.horizontal.vertical-centered figure, .round-image-card.horizontal.vertical-centered figure {
        margin: 0px; }
    .vcard.horizontal figure, .round-image-card.horizontal figure {
      flex-basis: 34%;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      max-height: 160px;
      max-width: 160px; }
      @media (max-width: 1024px) {
        .vcard.horizontal figure, .round-image-card.horizontal figure {
          max-height: 120px;
          max-width: 120px; } }
      @media (max-width: 768px) {
        .vcard.horizontal figure, .round-image-card.horizontal figure {
          max-height: 91px;
          max-width: 91px;
          flex-basis: 25%; } }
      @media (max-width: 568px) {
        .vcard.horizontal figure, .round-image-card.horizontal figure {
          max-height: 71px;
          max-width: 71px; } }
      .vcard.horizontal figure img, .round-image-card.horizontal figure img {
        width: 100%;
        height: 100%; }
    .vcard.horizontal .text-content, .round-image-card.horizontal .text-content {
      text-align: left;
      padding-top: 10px;
      flex-basis: 66%;
      margin-left: 30px; }
      @media (max-width: 768px) {
        .vcard.horizontal .text-content, .round-image-card.horizontal .text-content {
          margin-left: 20px;
          flex-basis: 75%; } }
      @media (max-width: 568px) {
        .vcard.horizontal .text-content, .round-image-card.horizontal .text-content {
          padding-top: 0px; } }
    .vcard.horizontal p, .vcard.horizontal h6, .vcard.horizontal .h6, .round-image-card.horizontal p, .round-image-card.horizontal h6, .round-image-card.horizontal .h6 {
      max-width: 100%; }
      .vcard.horizontal p.alt, .vcard.horizontal h6.alt, .vcard.horizontal .alt.h6, .vcard.horizontal label.alt, .vcard.horizontal .taxonomy-description p, .taxonomy-description .vcard.horizontal p, .vcard.horizontal .taxonomy-description h6, .taxonomy-description .vcard.horizontal h6, .vcard.horizontal .taxonomy-description .h6, .taxonomy-description .vcard.horizontal .h6, .vcard.horizontal table.table-alt td, table.table-alt .vcard.horizontal td, .vcard.horizontal .table.table-alt td, .table.table-alt .vcard.horizontal td, .vcard.horizontal .tablepress.table-alt td, .tablepress.table-alt .vcard.horizontal td, .vcard.horizontal ul.alt li, ul.alt .vcard.horizontal li, .vcard.horizontal ol.alt li, ol.alt .vcard.horizontal li, .vcard.horizontal ul.list-with-image-heading > li, .vcard.horizontal ol.list-with-image-heading > li, .vcard.horizontal ul.list-with-heading > li, .vcard.horizontal ol.list-with-heading > li, .vcard.horizontal ul.horizontal li, ul.horizontal .vcard.horizontal li, .vcard.horizontal ol.horizontal li, ol.horizontal .vcard.horizontal li, .vcard.horizontal .excerpt-row p, .excerpt-row .vcard.horizontal p, .vcard.horizontal .excerpt-row h6, .excerpt-row .vcard.horizontal h6, .vcard.horizontal .excerpt-row .h6, .excerpt-row .vcard.horizontal .h6, .vcard.horizontal .info-box p, .info-box .vcard.horizontal p, .vcard.horizontal .info-box h6, .info-box .vcard.horizontal h6, .vcard.horizontal .info-box .h6, .info-box .vcard.horizontal .h6, .vcard.horizontal .info-box li, .info-box .vcard.horizontal li, .vcard.horizontal .wp-block-kadence-infobox p, .wp-block-kadence-infobox .vcard.horizontal p, .vcard.horizontal .wp-block-kadence-infobox h6, .wp-block-kadence-infobox .vcard.horizontal h6, .vcard.horizontal .wp-block-kadence-infobox .h6, .wp-block-kadence-infobox .vcard.horizontal .h6, .vcard.horizontal .wp-block-kadence-infobox li, .wp-block-kadence-infobox .vcard.horizontal li, .vcard.horizontal .schema-faq-section p, .schema-faq-section .vcard.horizontal p, .vcard.horizontal .schema-faq-section h6, .schema-faq-section .vcard.horizontal h6, .vcard.horizontal .schema-faq-section .h6, .schema-faq-section .vcard.horizontal .h6, .vcard.horizontal .byline.full-bio .avatar-caption, .byline.full-bio .vcard.horizontal .avatar-caption, .vcard.horizontal .sticky-hero .entry-summary > p, .sticky-hero .vcard.horizontal .entry-summary > p, .vcard.horizontal .sticky-hero .entry-summary > h6, .sticky-hero .vcard.horizontal .entry-summary > h6, .vcard.horizontal .sticky-hero .entry-summary > .h6, .sticky-hero .vcard.horizontal .entry-summary > .h6, .vcard.horizontal .page-calendar .event-card p, .page-calendar .event-card .vcard.horizontal p, .vcard.horizontal .page-calendar .event-card h6, .page-calendar .event-card .vcard.horizontal h6, .vcard.horizontal .page-calendar .event-card .h6, .page-calendar .event-card .vcard.horizontal .h6, .vcard.horizontal .page-staff-attending .event-card p, .page-staff-attending .event-card .vcard.horizontal p, .vcard.horizontal .page-staff-attending .event-card h6, .page-staff-attending .event-card .vcard.horizontal h6, .vcard.horizontal .page-staff-attending .event-card .h6, .page-staff-attending .event-card .vcard.horizontal .h6, .round-image-card.horizontal p.alt, .round-image-card.horizontal h6.alt, .round-image-card.horizontal .alt.h6, .round-image-card.horizontal label.alt, .round-image-card.horizontal .taxonomy-description p, .taxonomy-description .round-image-card.horizontal p, .round-image-card.horizontal .taxonomy-description h6, .taxonomy-description .round-image-card.horizontal h6, .round-image-card.horizontal .taxonomy-description .h6, .taxonomy-description .round-image-card.horizontal .h6, .round-image-card.horizontal table.table-alt td, table.table-alt .round-image-card.horizontal td, .round-image-card.horizontal .table.table-alt td, .table.table-alt .round-image-card.horizontal td, .round-image-card.horizontal .tablepress.table-alt td, .tablepress.table-alt .round-image-card.horizontal td, .round-image-card.horizontal ul.alt li, ul.alt .round-image-card.horizontal li, .round-image-card.horizontal ol.alt li, ol.alt .round-image-card.horizontal li, .round-image-card.horizontal ul.list-with-image-heading > li, .round-image-card.horizontal ol.list-with-image-heading > li, .round-image-card.horizontal ul.list-with-heading > li, .round-image-card.horizontal ol.list-with-heading > li, .round-image-card.horizontal ul.horizontal li, ul.horizontal .round-image-card.horizontal li, .round-image-card.horizontal ol.horizontal li, ol.horizontal .round-image-card.horizontal li, .round-image-card.horizontal .excerpt-row p, .excerpt-row .round-image-card.horizontal p, .round-image-card.horizontal .excerpt-row h6, .excerpt-row .round-image-card.horizontal h6, .round-image-card.horizontal .excerpt-row .h6, .excerpt-row .round-image-card.horizontal .h6, .round-image-card.horizontal .info-box p, .info-box .round-image-card.horizontal p, .round-image-card.horizontal .info-box h6, .info-box .round-image-card.horizontal h6, .round-image-card.horizontal .info-box .h6, .info-box .round-image-card.horizontal .h6, .round-image-card.horizontal .info-box li, .info-box .round-image-card.horizontal li, .round-image-card.horizontal .wp-block-kadence-infobox p, .wp-block-kadence-infobox .round-image-card.horizontal p, .round-image-card.horizontal .wp-block-kadence-infobox h6, .wp-block-kadence-infobox .round-image-card.horizontal h6, .round-image-card.horizontal .wp-block-kadence-infobox .h6, .wp-block-kadence-infobox .round-image-card.horizontal .h6, .round-image-card.horizontal .wp-block-kadence-infobox li, .wp-block-kadence-infobox .round-image-card.horizontal li, .round-image-card.horizontal .schema-faq-section p, .schema-faq-section .round-image-card.horizontal p, .round-image-card.horizontal .schema-faq-section h6, .schema-faq-section .round-image-card.horizontal h6, .round-image-card.horizontal .schema-faq-section .h6, .schema-faq-section .round-image-card.horizontal .h6, .round-image-card.horizontal .byline.full-bio .avatar-caption, .byline.full-bio .round-image-card.horizontal .avatar-caption, .round-image-card.horizontal .sticky-hero .entry-summary > p, .sticky-hero .round-image-card.horizontal .entry-summary > p, .round-image-card.horizontal .sticky-hero .entry-summary > h6, .sticky-hero .round-image-card.horizontal .entry-summary > h6, .round-image-card.horizontal .sticky-hero .entry-summary > .h6, .sticky-hero .round-image-card.horizontal .entry-summary > .h6, .round-image-card.horizontal .page-calendar .event-card p, .page-calendar .event-card .round-image-card.horizontal p, .round-image-card.horizontal .page-calendar .event-card h6, .page-calendar .event-card .round-image-card.horizontal h6, .round-image-card.horizontal .page-calendar .event-card .h6, .page-calendar .event-card .round-image-card.horizontal .h6, .round-image-card.horizontal .page-staff-attending .event-card p, .page-staff-attending .event-card .round-image-card.horizontal p, .round-image-card.horizontal .page-staff-attending .event-card h6, .page-staff-attending .event-card .round-image-card.horizontal h6, .round-image-card.horizontal .page-staff-attending .event-card .h6, .page-staff-attending .event-card .round-image-card.horizontal .h6 {
        line-height: 1.3; }
  .vcard.square-img figure, .round-image-card.square-img figure {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; }
    @media (max-width: 568px) {
      .vcard.square-img figure, .round-image-card.square-img figure {
        flex-basis: 20%; } }
    .vcard.square-img figure figcaption, .round-image-card.square-img figure figcaption {
      margin-left: 0px; }
    .vcard.square-img figure img, .round-image-card.square-img figure img {
      border-radius: unset;
      height: 50px;
      width: auto;
      margin-bottom: 10px; }
      @media (max-width: 568px) {
        .vcard.square-img figure img, .round-image-card.square-img figure img {
          height: 40px;
          max-width: unset !important; } }
  .vcard.square-img figcaption, .round-image-card.square-img figcaption {
    color: #fff;
    font-style: normal;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 14px; }
  .vcard.square-img .text-content, .round-image-card.square-img .text-content {
    margin-left: 20px; }
    @media (max-width: 568px) {
      .vcard.square-img .text-content, .round-image-card.square-img .text-content {
        flex-basis: 80%; } }
    @media (max-width: 568px) {
      .vcard.square-img .text-content p, .vcard.square-img .text-content h6, .vcard.square-img .text-content .h6, .round-image-card.square-img .text-content p, .round-image-card.square-img .text-content h6, .round-image-card.square-img .text-content .h6 {
        text-align: left !important; } }
  .vcard.vcard-mini, .vcard.round-image-card-mini, .round-image-card.vcard-mini, .round-image-card.round-image-card-mini {
    justify-content: flex-start; }
    .vcard.vcard-mini img, .vcard.round-image-card-mini img, .round-image-card.vcard-mini img, .round-image-card.round-image-card-mini img {
      width: 100px;
      height: 100px; }
  .vcard img, .round-image-card img {
    border-radius: 100%;
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin-bottom: 0px; }
  .vcard p, .vcard h6, .vcard .h6, .round-image-card p, .round-image-card h6, .round-image-card .h6 {
    margin-bottom: 0px;
    max-width: 330px; }
    .vcard p.short, .vcard h6.short, .vcard .short.h6, .round-image-card p.short, .round-image-card h6.short, .round-image-card .short.h6 {
      max-width: 250px; }
  .vcard a, .vcard .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .vcard .ab-block-post-grid-more-link, .round-image-card a, .round-image-card .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .round-image-card .ab-block-post-grid-more-link {
    font-weight: 700; }
    .vcard a[itemprop="telephone"], .vcard .ab-post-grid-items.is-grid [itemprop="telephone"].ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .vcard [itemprop="telephone"].ab-block-post-grid-more-link, .round-image-card a[itemprop="telephone"], .round-image-card .ab-post-grid-items.is-grid [itemprop="telephone"].ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .round-image-card [itemprop="telephone"].ab-block-post-grid-more-link {
      font-weight: normal; }
  .vcard figure, .round-image-card figure {
    margin-bottom: 20px; }
    @media (max-width: 568px) {
      .vcard figure, .round-image-card figure {
        margin-bottom: 10px; } }
  .vcard.small, .round-image-card.small {
    flex-basis: 25%;
    max-width: 200px !important; }
    @media (max-width: 568px) {
      .vcard.small, .round-image-card.small {
        flex-basis: 45%; } }
  .vcard.long, .round-image-card.long {
    max-width: 1160px !important;
    margin: 0 auto; }
  .vcard.left-align-content, .round-image-card.left-align-content {
    align-items: flex-start; }
    .vcard.left-align-content figure, .round-image-card.left-align-content figure {
      width: 100%;
      text-align: left; }
      @media (max-width: 568px) {
        .vcard.left-align-content figure, .round-image-card.left-align-content figure {
          text-align: center; } }
      .vcard.left-align-content figure img, .round-image-card.left-align-content figure img {
        width: 180px;
        height: 180px;
        max-width: 100%; }
        @media (max-width: 768px) {
          .vcard.left-align-content figure img, .round-image-card.left-align-content figure img {
            width: 150px;
            height: 150px; } }
    .vcard.left-align-content p, .vcard.left-align-content h6, .vcard.left-align-content .h6, .round-image-card.left-align-content p, .round-image-card.left-align-content h6, .round-image-card.left-align-content .h6 {
      text-align: left;
      font-size: 15px;
      color: #3D3626;
      line-height: 22px; }

.icon-list {
  display: flex;
  justify-content: center;
  align-items: center; }

.icon-with-text {
  cursor: pointer; }
  .icon-with-text:hover p:before, .icon-with-text:hover h6:before, .icon-with-text:hover .h6:before {
    opacity: 1; }
  .icon-with-text img {
    height: 80px;
    width: auto;
    margin: 0px auto 5px auto; }
  .icon-with-text figure {
    margin-bottom: 5px;
    text-align: center; }
  .icon-with-text p, .icon-with-text h6, .icon-with-text .h6 {
    max-width: 140px;
    text-align: center; }
    .icon-with-text p:before, .icon-with-text h6:before, .icon-with-text .h6:before {
      transition: opacity 0.3s ease;
      font-family: 'fontello';
      opacity: 0;
      content: '\e81d';
      font-size: 14px;
      color: #C5A35F;
      margin-right: 3px; }

.filter-nav-wrapper {
  background: #efefef; }

.filter-header {
  max-width: 1235px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 40px; }
  @media (max-width: 768px) {
    .filter-header {
      padding: 0px 30px; } }
  @media (max-width: 568px) {
    .filter-header {
      padding: 0px 20px; } }

.team-filter-nav, .filter-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  background: #efefef;
  margin: 20px auto 40px auto;
  padding: 20px 40px;
  max-width: 1235px; }
  @media (max-width: 1024px) {
    .team-filter-nav, .filter-nav {
      justify-content: space-between; } }
  @media (max-width: 768px) {
    .team-filter-nav, .filter-nav {
      padding: 20px 30px; } }
  .team-filter-nav div, .filter-nav div {
    margin: 0px 80px 0px 0px !important; }
    .team-filter-nav div:last-of-type, .filter-nav div:last-of-type {
      margin-right: 0px !important; }
    @media (max-width: 1024px) {
      .team-filter-nav div, .filter-nav div {
        margin: 0px !important;
        flex-basis: 40%; } }
  .team-filter-nav a, .team-filter-nav .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .team-filter-nav .ab-block-post-grid-more-link, .filter-nav a, .filter-nav .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .filter-nav .ab-block-post-grid-more-link {
    padding: 0px 0px 2.5px 0px;
    margin: 2.5px 0px 0px 0px;
    font-size: 15px;
    font-weight: normal;
    width: auto;
    position: relative;
    border-bottom: 3px solid transparent;
    color: #3D3626; }
    .team-filter-nav a:hover, .team-filter-nav .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .team-filter-nav .ab-block-post-grid-more-link:hover, .filter-nav a:hover, .filter-nav .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .filter-nav .ab-block-post-grid-more-link:hover {
      color: #008080; }
    .team-filter-nav a.active, .team-filter-nav .ab-post-grid-items.is-grid .active.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .team-filter-nav .active.ab-block-post-grid-more-link, .filter-nav a.active, .filter-nav .ab-post-grid-items.is-grid .active.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .filter-nav .active.ab-block-post-grid-more-link {
      color: #008080;
      font-weight: 700; }

.kbase.tag-list {
  max-width: 100% !important;
  clear: both;
  margin: 20px 0px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8; }
  .kbase.tag-list > a, .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link {
    margin: 0px 20px 10px 0px; }
  .kbase.tag-list:empty {
    display: none; }

.byline {
  clear: both;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
  /*ul*/ }
  .byline.with-image {
    margin-bottom: 25px; }
  .byline.no-image {
    margin-top: -40px; }
    @media (max-width: 768px) {
      .byline.no-image {
        margin-top: -20px; } }
    @media (max-width: 568px) {
      .byline.no-image {
        margin-top: -10px; } }
  .byline .author-avatar {
    width: 64px;
    height: 64px;
    margin-right: 8px; }
    @media (max-width: 568px) {
      .byline .author-avatar {
        width: 44px;
        height: 44px; } }
  .byline .flex-item-wrapper {
    /*display: flex;
		flex-direction: column;
		align-content: center;*/ }
  .byline .cite-intro {
    display: inline-block; }
  .byline cite {
    margin: 0px;
    font-style: normal;
    color: #6D6D6D;
    line-height: 1; }
    .byline cite a, .byline cite .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .byline cite .ab-block-post-grid-more-link {
      font-weight: bold; }
  .byline .social-media-handles {
    list-style: none;
    display: inline-block;
    margin: 0px; }
    .byline .social-media-handles > li {
      margin-bottom: 0px;
      line-height: 1; }
      .byline .social-media-handles > li:before {
        content: ""; }
    .byline .social-media-handles a, .byline .social-media-handles .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .byline .social-media-handles .ab-block-post-grid-more-link {
      font-size: 15px;
      color: #6D6D6D; }
      .byline .social-media-handles a:hover, .byline .social-media-handles .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .byline .social-media-handles .ab-block-post-grid-more-link:hover {
        color: #008080; }
  .byline .author-title {
    display: block;
    font-style: italic;
    color: #6D6D6D;
    font-size: 13px; }
  .byline .full-bio-only, .byline .author-archive-only {
    display: none; }

.byline.full-bio {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 30px 0px;
  clear: both;
  max-width: calc(100% - 165px - 30px);
  align-items: flex-start;
  /*img*/
  /*p*/ }
  @media (max-width: 768px) {
    .byline.full-bio {
      max-width: 100%;
      align-items: flex-start;
      padding: 20px 0px; } }
  .byline.full-bio .full-bio-only {
    display: inherit; }
  .byline.full-bio span.full-bio-only {
    display: inline-block; }
  .byline.full-bio .byline-only {
    display: none; }
  .byline.full-bio cite {
    margin-bottom: 10px; }
    @media (max-width: 568px) {
      .byline.full-bio cite {
        margin: 10px 0px 0px 0px; } }
  .byline.full-bio .cite-intro {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .byline.full-bio .cite-intro {
        font-size: 12px; } }
    @media (max-width: 568px) {
      .byline.full-bio .cite-intro {
        margin-bottom: 5px; } }
  .byline.full-bio .author-name {
    font-weight: 400;
    color: #3D3626;
    margin-bottom: 5px; }
  .byline.full-bio .social-media-handles li a, .byline.full-bio .social-media-handles li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .byline.full-bio .social-media-handles li .ab-block-post-grid-more-link {
    font-size: 24px; }
  .byline.full-bio .author-avatar {
    width: 140px;
    min-width: 140px;
    height: 140px;
    margin-right: 30px;
    /*&.author-avatar-large{
			width: 315px;
			min-width: 315px;
			height: 315px;
		}*/ }
    @media (max-width: 568px) {
      .byline.full-bio .author-avatar {
        width: 60px;
        min-width: 60px;
        height: 60px;
        margin-right: 20px; } }
  .byline.full-bio .avatar-caption {
    text-align: center;
    line-height: 1.2;
    display: block;
    margin-top: 10px;
    margin-right: 30px; }
    @media (max-width: 768px) {
      .byline.full-bio .avatar-caption {
        display: none; } }
  .byline.full-bio .author-bio {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    color: #6D6D6D;
    margin-bottom: 0px;
    line-height: 1.4; }
    @media (max-width: 568px) {
      .byline.full-bio .author-bio {
        margin: 20px 0px 0px -80px;
        font-size: 13px; } }
    .byline.full-bio .author-bio a.more-link, .byline.full-bio .author-bio .ab-post-grid-items.is-grid .more-link.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .byline.full-bio .author-bio .more-link.ab-block-post-grid-more-link {
      margin-top: 10px;
      display: block;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px; }
  @media (max-width: 568px) {
    .byline.full-bio.reverse {
      display: block; } }
  .byline.full-bio.reverse .image {
    order: 1;
    margin-left: 30px; }
    @media (max-width: 768px) {
      .byline.full-bio.reverse .image {
        margin-left: 20px; } }
    @media (max-width: 568px) {
      .byline.full-bio.reverse .image {
        margin-left: 0px; } }
  .byline.full-bio.centered {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding: 30px !important; }
    .byline.full-bio.centered .author-avatar {
      width: 100px;
      height: 100px;
      min-width: 0px;
      min-height: 0px;
      margin: -80px 0px 10px 0px; }
    .byline.full-bio.centered cite {
      margin-bottom: 10px !important; }
      .byline.full-bio.centered cite:after {
        display: none !important; }
    @media (max-width: 568px) {
      .byline.full-bio.centered .author-bio {
        margin: 20px 0px 0px 0px; } }

.page-header > .byline.full-bio {
  border: none;
  max-width: 100%;
  padding: 0px 30px; }
  .page-header > .byline.full-bio cite {
    position: relative;
    margin-bottom: 20px; }
    .page-header > .byline.full-bio cite:after {
      content: "";
      display: block;
      width: 40px;
      height: 3px;
      background-color: #C5A35F;
      position: absolute;
      bottom: -10px;
      left: 0px; }
      @media (max-width: 568px) {
        .page-header > .byline.full-bio cite:after {
          width: 30px; } }
    @media (max-width: 768px) {
      .page-header > .byline.full-bio cite:after {
        display: none; } }
    @media (max-width: 568px) {
      .page-header > .byline.full-bio cite {
        display: inline; } }
  .page-header > .byline.full-bio .cite-intro {
    display: none; }
  .page-header > .byline.full-bio .author-title.author-archive-only {
    text-indent: -1px;
    font-style: normal;
    display: inline-block;
    margin-bottom: 0px; }
  .page-header > .byline.full-bio .author-name:after {
    content: ", ";
    display: inline-block;
    margin-right: 6px; }
  .page-header > .byline.full-bio .author-bio .more-link {
    display: none; }
  @media (max-width: 568px) {
    .page-header > .byline.full-bio {
      padding: 20px; }
      .page-header > .byline.full-bio .author-name {
        /*&:after{
				display: none;
			}*/ }
      .page-header > .byline.full-bio .author-title.author-archive-only {
        text-indent: 0px;
        margin-bottom: 0px; }
        .page-header > .byline.full-bio .author-title.author-archive-only:before {
          display: none; } }

.custom-tooltip {
  visibility: hidden;
  width: 180px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  z-index: 9999;
  font-size: 12px;
  padding: 10px;
  top: -105px;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .custom-tooltip a, .custom-tooltip .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .custom-tooltip .ab-block-post-grid-more-link {
    color: #C5A35F;
    transition: none; }
  .custom-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent; }

.stat-container {
  padding: 20px;
  background: #efefef;
  max-width: 900px !important; }
  .stat-container + .stat-container {
    margin-top: 100px; }
    @media (max-width: 768px) {
      .stat-container + .stat-container {
        margin-top: 50px; } }
  @media (max-width: 568px) {
    .stat-container {
      padding: 10px; } }

#state-stats {
  border: 2px solid #C7C2BB;
  border-width: 2px 0px; }
  @media only screen and (max-width: 650px) {
    #state-stats {
      border: 0px; } }
  #state-stats sup {
    top: -2px;
    font-size: 74%; }
  #state-stats #state-header {
    width: 100%;
    border-bottom: 2px solid #C7C2BB;
    height: 104px;
    position: relative; }
    #state-stats #state-header h1, #state-stats #state-header .display, #state-stats #state-header .entry-title, #state-stats #state-header .page-title, #state-stats #state-header .wp-block-cover h2, .wp-block-cover #state-stats #state-header h2, #state-stats #state-header .wp-block-cover .page-header > .byline.full-bio .author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio #state-stats #state-header .author-title.author-archive-only, #state-stats #state-header .page-header > .byline.full-bio .wp-block-cover .author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover #state-stats #state-header .author-title.author-archive-only, #state-stats #state-header .wp-block-cover .page-header > .byline.full-bio .author-name, .wp-block-cover .page-header > .byline.full-bio #state-stats #state-header .author-name, #state-stats #state-header .page-header > .byline.full-bio .wp-block-cover .author-name, .page-header > .byline.full-bio .wp-block-cover #state-stats #state-header .author-name {
      text-transform: uppercase;
      text-align: center;
      font-size: 58px;
      margin: 0px;
      line-height: 106px;
      font-family: "proxima-nova-extra-condensed", sans-serif; }
    #state-stats #state-header .map {
      float: left;
      margin-top: -108px;
      max-height: 107px;
      width: auto; }
      @media only screen and (max-width: 650px) {
        #state-stats #state-header .map {
          display: none; } }
    #state-stats #state-header .btn, #state-stats #state-header input[type="submit"], #state-stats #state-header .wp-block-button__link, #state-stats #state-header .kbase.tag-list > a, #state-stats #state-header .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #state-stats #state-header .kbase.tag-list > .ab-block-post-grid-more-link {
      height: 30px;
      padding: 0px 10px 0px 20px;
      position: absolute;
      font-size: 14px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 400; }
      #state-stats #state-header .btn .fa, #state-stats #state-header input[type="submit"] .fa, #state-stats #state-header .wp-block-button__link .fa, #state-stats #state-header .kbase.tag-list > a .fa, #state-stats #state-header .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link .fa, .ab-post-grid-items.is-grid #state-stats #state-header .kbase.tag-list > .ab-block-post-grid-more-link .fa {
        position: static; }
    #state-stats #state-header #action-alerts {
      top: 15px;
      right: 0px; }
      @media only screen and (max-width: 650px) {
        #state-stats #state-header #action-alerts {
          bottom: -42px;
          top: auto; } }
    #state-stats #state-header #state-laws {
      top: 53px;
      right: 0px; }
      @media only screen and (max-width: 650px) {
        #state-stats #state-header #state-laws {
          bottom: -79px;
          top: auto; } }
      @media (max-width: 568px) {
        #state-stats #state-header #state-laws {
          margin-right: 0px !important; } }
    #state-stats #state-header #action-alerts, #state-stats #state-header #state-laws {
      background: #008080; }
      #state-stats #state-header #action-alerts:hover, #state-stats #state-header #state-laws:hover {
        background-color: #0d4c4c; }
      @media (max-width: 568px) {
        #state-stats #state-header #action-alerts, #state-stats #state-header #state-laws {
          position: relative;
          float: left;
          top: auto;
          left: auto;
          bottom: auto;
          width: 49%;
          margin-right: 1%;
          text-align: center;
          margin-top: 4px; } }
  #state-stats #per-state {
    clear: both;
    width: 38%;
    float: left;
    border-right: 2px solid #C7C2BB;
    background: url(images/bg_fermenter.png) no-repeat 56% 0px;
    height: 342px;
    margin-top: 20px;
    font-family: "proxima-nova-extra-condensed", sans-serif; }
    @media only screen and (max-width: 650px) {
      #state-stats #per-state {
        width: 100%;
        float: none;
        border: none;
        height: auto;
        background-position: 50% 0%;
        padding-top: 95px; } }
    @media (max-width: 568px) {
      #state-stats #per-state {
        margin-top: 55px; } }
    #state-stats #per-state .total {
      text-align: center;
      font-family: "proxima-nova-extra-condensed", sans-serif;
      color: #FFF;
      margin-top: 75px;
      margin-bottom: 10px;
      margin-right: -5px; }
      @media only screen and (max-width: 650px) {
        #state-stats #per-state .total {
          margin-top: 0px; } }
      #state-stats #per-state .total .count {
        font-size: 80px;
        font-weight: 600;
        display: block;
        margin-bottom: -30px; }
        @media only screen and (max-width: 650px) {
          #state-stats #per-state .total .count {
            font-size: 60px; } }
      #state-stats #per-state .total .title {
        display: block;
        font-weight: 100;
        font-size: 30px;
        margin-bottom: -5px; }
      #state-stats #per-state .total .rank {
        display: block;
        font-weight: 100;
        font-size: 15px;
        text-transform: uppercase; }
    #state-stats #per-state .per-capita {
      font-size: 25px;
      text-align: center;
      font-weight: 400; }
      @media (max-width: 768px) {
        #state-stats #per-state .per-capita {
          font-size: 20px; } }
      #state-stats #per-state .per-capita .bpc {
        display: block;
        margin: 0px; }
      #state-stats #per-state .per-capita .count {
        font-size: 60px;
        font-weight: 600;
        padding-right: 10px; }
      #state-stats #per-state .per-capita .rank {
        text-align: center;
        text-transform: uppercase;
        font-size: 15px;
        display: block;
        margin-top: -15px; }
      #state-stats #per-state .per-capita small {
        font-size: 12px;
        text-align: center;
        display: block;
        font-family: "proxima-nova-extra-condensed", sans-serif; }
  #state-stats #economic-impact {
    font-size: 18px;
    text-align: center;
    margin: 22px 0px 0px 40%;
    border-bottom: 2px solid #C7C2BB;
    width: 60%;
    height: 110px; }
    #state-stats #economic-impact > span {
      min-height: 100px; }
    @media (max-width: 768px) {
      #state-stats #economic-impact {
        font-size: 16px; } }
    #state-stats #economic-impact .intro {
      text-transform: uppercase;
      float: left;
      background: url(images/design/chevron_thin_blue.png) 100% 0% no-repeat;
      width: 30%;
      text-align: center;
      padding-right: 10px;
      line-height: 16px;
      font-family: "proxima-nova-extra-condensed", sans-serif; }
      #state-stats #economic-impact .intro img {
        display: block;
        margin: 0 auto;
        width: 37px;
        margin-bottom: 7px; }
    #state-stats #economic-impact .total {
      text-align: center;
      float: left;
      background: url(images/design/chevron_thin_blue.png) 100% 0% no-repeat;
      width: 39%;
      text-align: center;
      padding-right: 15px;
      font-family: "proxima-nova-extra-condensed", sans-serif; }
      #state-stats #economic-impact .total .count {
        font-size: 40px;
        display: block;
        font-weight: 600;
        margin: 0px 0px -15px 0px; }
      #state-stats #economic-impact .total .rank {
        text-transform: uppercase;
        font-size: 13px;
        display: block;
        margin-top: -3px; }
    #state-stats #economic-impact .per-capita {
      text-align: center;
      float: left;
      width: 30%;
      text-align: center;
      padding-right: 0px;
      font-family: "proxima-nova-extra-condensed", sans-serif; }
      #state-stats #economic-impact .per-capita .count {
        font-size: 40px;
        display: block;
        font-weight: 600;
        margin: 0px 0px -15px 0px; }
      #state-stats #economic-impact .per-capita .rank {
        text-transform: uppercase;
        font-size: 13px;
        display: block;
        margin-top: -3px; }
  #state-stats #production {
    font-size: 18px;
    text-align: center;
    margin: 22px 0px 0px 40%;
    border-bottom: 2px solid #C7C2BB;
    width: 60%;
    height: 110px;
    font-family: "proxima-nova-extra-condensed", sans-serif; }
    #state-stats #production > span {
      min-height: 100px; }
    @media (max-width: 768px) {
      #state-stats #production {
        font-size: 16px; } }
    #state-stats #production .intro {
      text-transform: uppercase;
      float: left;
      background: url(images/design/chevron_thin_grey.png) 100% 0% no-repeat;
      width: 30%;
      text-align: center;
      padding-right: 10px;
      line-height: 16px; }
      #state-stats #production .intro img {
        display: block;
        margin: 0 auto;
        width: 49px;
        margin-bottom: 6px; }
    #state-stats #production .total {
      text-align: center;
      float: left;
      background: url(images/design/chevron_thin_grey.png) 100% 0% no-repeat;
      width: 39%;
      text-align: center;
      padding-right: 15px;
      line-height: 16px; }
      #state-stats #production .total .count {
        font-size: 40px;
        display: block;
        font-weight: 600;
        margin: 9px 0px 13px 0px; }
      #state-stats #production .total .rank {
        text-transform: uppercase;
        font-size: 13px;
        display: block;
        margin-top: 4px; }
    @media (max-width: 568px) {
      #state-stats #production .total {
        margin-bottom: 20px !important; } }
    @media (max-width: 568px) {
      #state-stats #production .intro {
        margin-bottom: 30px !important; } }
    #state-stats #production .per-capita {
      text-align: center;
      float: left;
      width: 30%;
      text-align: center;
      padding-right: 0px;
      line-height: 17px; }
      #state-stats #production .per-capita .count {
        font-size: 40px;
        display: block;
        font-weight: 600;
        margin: 8px 0px 13px 0px; }
      #state-stats #production .per-capita .rank {
        text-transform: uppercase;
        font-size: 13px;
        display: block;
        margin-top: 2px; }
  @media only screen and (max-width: 650px) {
    #state-stats #economic-impact, #state-stats #production {
      float: none;
      width: 100%;
      margin: 20px 0px 0px 0px;
      border: 0px; }
      #state-stats #economic-impact > span, #state-stats #production > span {
        height: 100%; } }
    @media only screen and (max-width: 650px) and (max-width: 568px) {
      #state-stats #economic-impact > span, #state-stats #production > span {
        height: auto;
        min-height: 0px; } }
  @media (max-width: 568px) {
    #state-stats #economic-impact, #state-stats #production {
      height: auto;
      margin-bottom: 30px; }
      #state-stats #economic-impact > span, #state-stats #production > span {
        width: 100% !important;
        float: none !important;
        background: none !important;
        display: block;
        margin-bottom: 20px;
        padding: 0px !important; }
        #state-stats #economic-impact > span > span, #state-stats #production > span > span {
          margin-left: 0px !important;
          margin-right: 0px !important; }
      #state-stats #economic-impact .total .count, #state-stats #economic-impact .per-capita .count, #state-stats #production .total .count, #state-stats #production .per-capita .count {
        font-size: 35px; } }
  #state-stats #breweries-per-year {
    height: 115px;
    padding: 10px 0px 0px 25px;
    margin-left: 38%;
    width: 60%; }
    #state-stats #breweries-per-year .title {
      text-transform: uppercase;
      display: block;
      margin: -5px 0px -11px 0px;
      font-family: "proxima-nova-extra-condensed", sans-serif; }
      @media (max-width: 568px) {
        #state-stats #breweries-per-year .title {
          text-align: center; } }
    #state-stats #breweries-per-year .bpy_chart {
      width: 100%;
      height: 100px; }
    @media only screen and (max-width: 650px) {
      #state-stats #breweries-per-year {
        float: none;
        width: 100%;
        margin: 20px 0px 0px 0px;
        border: 0px;
        height: auto; } }
    @media (max-width: 568px) {
      #state-stats #breweries-per-year {
        padding: 0px; } }

.wp-block-gallery {
  list-style: none;
  margin: 0px; }
  .wp-block-gallery li:before {
    content: ""; }
  .wp-block-gallery .blocks-gallery-item {
    flex-grow: 0; }

.gallery {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .gallery .gallery-item {
    flex-basis: 32%;
    margin: 0px;
    text-align: center;
    float: none;
    vertical-align: top;
    padding-top: 0px;
    position: relative;
    margin-bottom: 2%; }
  .gallery a, .gallery .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .gallery .ab-block-post-grid-more-link {
    display: block; }
  .gallery a:hover, .gallery .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .gallery .ab-block-post-grid-more-link:hover {
    border: 0px; }
  .gallery img {
    border: 0px;
    max-width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px; }
  .gallery .gallery-caption {
    text-align: center;
    color: #3D3626;
    font-size: 12px;
    padding: 5px 0px; }
    .gallery .gallery-caption .title {
      display: block;
      line-height: 14px; }
      .gallery .gallery-caption .title small {
        display: block;
        margin-top: 2px; }
    .gallery .gallery-caption .caption {
      display: block;
      line-height: 14px;
      font-weight: bold; }
      .gallery .gallery-caption .caption h4, .gallery .gallery-caption .caption table thead th, table thead .gallery .gallery-caption .caption th, .gallery .gallery-caption .caption table thead td, table thead .gallery .gallery-caption .caption td, .gallery .gallery-caption .caption .table thead th, .table thead .gallery .gallery-caption .caption th, .gallery .gallery-caption .caption .table thead td, .table thead .gallery .gallery-caption .caption td, .gallery .gallery-caption .caption .tablepress thead th, .tablepress thead .gallery .gallery-caption .caption th, .gallery .gallery-caption .caption .tablepress thead td, .tablepress thead .gallery .gallery-caption .caption td, .gallery .gallery-caption .caption ul.simple li.heading, ul.simple .gallery .gallery-caption .caption li.heading, .gallery .gallery-caption .caption ol.simple li.heading, ol.simple .gallery .gallery-caption .caption li.heading, .gallery .gallery-caption .caption ul.list-with-image-heading > li:nth-child(2), .gallery .gallery-caption .caption ol.list-with-image-heading > li:nth-child(2), .gallery .gallery-caption .caption ul.list-with-heading > li:first-child, .gallery .gallery-caption .caption ol.list-with-heading > li:first-child, .gallery .gallery-caption .caption .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .gallery .gallery-caption .caption .ab-block-post-grid-title, .gallery .gallery-caption .caption .info-box h3, .info-box .gallery .gallery-caption .caption h3, .gallery .gallery-caption .caption .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header .gallery .gallery-caption .caption .entry-title, .gallery .gallery-caption .caption .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box .gallery .gallery-caption .caption .entry-title, .gallery .gallery-caption .caption .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title .gallery .gallery-caption .caption h1.loud, .gallery .gallery-caption .caption .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box .gallery .gallery-caption .caption h1.loud, .gallery .gallery-caption .caption .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title .gallery .gallery-caption .caption .loud.display, .gallery .gallery-caption .caption .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box .gallery .gallery-caption .caption .loud.display, .gallery .gallery-caption .caption .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .gallery .gallery-caption .caption .loud.page-title, .gallery .gallery-caption .caption .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .gallery .gallery-caption .caption .loud.page-title, .gallery .gallery-caption .caption .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .gallery .gallery-caption .caption h2.loud, .gallery .gallery-caption .caption .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .gallery .gallery-caption .caption h2.loud, .gallery .gallery-caption .caption .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .gallery .gallery-caption .caption h2.loud, .gallery .gallery-caption .caption .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .gallery .gallery-caption .caption h2.loud, .gallery .gallery-caption .caption .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .info-box .byline.full-bio .author-name, .info-box .byline.full-bio .gallery .gallery-caption .caption .author-name, .gallery .gallery-caption .caption .byline.full-bio .info-box .author-name, .byline.full-bio .info-box .gallery .gallery-caption .caption .author-name, .gallery .gallery-caption .caption .info-box .kt-blocks-info-box-title, .info-box .gallery .gallery-caption .caption .kt-blocks-info-box-title, .gallery .gallery-caption .caption .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .gallery .gallery-caption .caption h3, .gallery .gallery-caption .caption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .gallery .gallery-caption .caption .entry-title, .gallery .gallery-caption .caption .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .gallery .gallery-caption .caption .entry-title, .gallery .gallery-caption .caption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .gallery .gallery-caption .caption h1.loud, .gallery .gallery-caption .caption .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery .gallery-caption .caption h1.loud, .gallery .gallery-caption .caption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .gallery .gallery-caption .caption .loud.display, .gallery .gallery-caption .caption .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery .gallery-caption .caption .loud.display, .gallery .gallery-caption .caption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .gallery .gallery-caption .caption .loud.page-title, .gallery .gallery-caption .caption .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery .gallery-caption .caption .loud.page-title, .gallery .gallery-caption .caption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .gallery .gallery-caption .caption h2.loud, .gallery .gallery-caption .caption .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .gallery .gallery-caption .caption h2.loud, .gallery .gallery-caption .caption .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .gallery .gallery-caption .caption h2.loud, .gallery .gallery-caption .caption .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery .gallery-caption .caption h2.loud, .gallery .gallery-caption .caption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .gallery .gallery-caption .caption .loud.author-title.author-archive-only, .gallery .gallery-caption .caption .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio .gallery .gallery-caption .caption .author-name, .gallery .gallery-caption .caption .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox .gallery .gallery-caption .caption .author-name, .gallery .gallery-caption .caption .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .gallery .gallery-caption .caption .kt-blocks-info-box-title, .gallery .gallery-caption .caption .schema-faq-question, .gallery .gallery-caption .caption .byline.full-bio.centered .author-name, .byline.full-bio.centered .gallery .gallery-caption .caption .author-name, .gallery .gallery-caption .caption .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .gallery .gallery-caption .caption .author-title.author-archive-only {
        margin: 4px 0px; }
  .gallery .gallery figure {
    margin: 0; }
  .gallery br + br {
    display: none; }

.ad {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }
  .ad.ad-landscape {
    padding: 20px 0px;
    margin: 0 auto;
    text-align: center;
    clear: both; }
  .ad.ad-inline {
    padding: 10px 0px 0px 0px;
    margin: 0px auto 30px auto;
    text-align: center; }
  .ad.ad-archive-inline {
    border-top: 1px solid #D8D8D8; }

.rpbt_shortcode, .crp_related, #relevanssi_related {
  display: block;
  width: 165px;
  height: auto;
  float: right;
  clear: right;
  margin-bottom: 30px;
  margin-left: 30px; }
  @media (max-width: 768px) {
    .rpbt_shortcode, .crp_related, #relevanssi_related {
      width: 100%;
      margin: 0px 0px 20px 0px; } }
  .rpbt_shortcode h3, .rpbt_shortcode .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .rpbt_shortcode .entry-title, .rpbt_shortcode .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .rpbt_shortcode h1.loud, .rpbt_shortcode .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.display, .rpbt_shortcode .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.entry-title, .rpbt_shortcode .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.page-title, .rpbt_shortcode .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .rpbt_shortcode h2.loud, .rpbt_shortcode .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .rpbt_shortcode h2.loud, .rpbt_shortcode .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .rpbt_shortcode .loud.author-title.author-archive-only, .rpbt_shortcode .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.author-title.author-archive-only, .rpbt_shortcode .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .rpbt_shortcode .loud.author-title.author-archive-only, .rpbt_shortcode .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.author-title.author-archive-only, .rpbt_shortcode .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .rpbt_shortcode .loud.author-name, .rpbt_shortcode .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.author-name, .rpbt_shortcode .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .rpbt_shortcode .loud.author-name, .rpbt_shortcode .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.author-name, .rpbt_shortcode .byline.full-bio .author-name, .byline.full-bio .rpbt_shortcode .author-name, .crp_related h3, .crp_related .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .crp_related .entry-title, .crp_related .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .crp_related h1.loud, .crp_related .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .crp_related .loud.display, .crp_related .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .crp_related .loud.entry-title, .crp_related .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .crp_related .loud.page-title, .crp_related .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .crp_related h2.loud, .crp_related .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .crp_related h2.loud, .crp_related .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .crp_related .loud.author-title.author-archive-only, .crp_related .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .crp_related .loud.author-title.author-archive-only, .crp_related .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .crp_related .loud.author-title.author-archive-only, .crp_related .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .crp_related .loud.author-title.author-archive-only, .crp_related .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .crp_related .loud.author-name, .crp_related .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .crp_related .loud.author-name, .crp_related .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .crp_related .loud.author-name, .crp_related .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .crp_related .loud.author-name, .crp_related .byline.full-bio .author-name, .byline.full-bio .crp_related .author-name, #relevanssi_related h3, #relevanssi_related .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header #relevanssi_related .entry-title, #relevanssi_related .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title #relevanssi_related h1.loud, #relevanssi_related .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title #relevanssi_related .loud.display, #relevanssi_related .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title #relevanssi_related .loud.page-title, #relevanssi_related .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover #relevanssi_related h2.loud, #relevanssi_related .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title #relevanssi_related h2.loud, #relevanssi_related .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio #relevanssi_related .loud.author-title.author-archive-only, #relevanssi_related .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title #relevanssi_related .loud.author-title.author-archive-only, #relevanssi_related .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover #relevanssi_related .loud.author-title.author-archive-only, #relevanssi_related .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title #relevanssi_related .loud.author-title.author-archive-only, #relevanssi_related .byline.full-bio .author-name, .byline.full-bio #relevanssi_related .author-name {
    display: none; }
    @media (max-width: 768px) {
      .rpbt_shortcode h3, .rpbt_shortcode .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .rpbt_shortcode .entry-title, .rpbt_shortcode .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .rpbt_shortcode h1.loud, .rpbt_shortcode .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.display, .rpbt_shortcode .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.entry-title, .rpbt_shortcode .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.page-title, .rpbt_shortcode .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .rpbt_shortcode h2.loud, .rpbt_shortcode .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .rpbt_shortcode h2.loud, .rpbt_shortcode .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .rpbt_shortcode .loud.author-title.author-archive-only, .rpbt_shortcode .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.author-title.author-archive-only, .rpbt_shortcode .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .rpbt_shortcode .loud.author-title.author-archive-only, .rpbt_shortcode .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.author-title.author-archive-only, .rpbt_shortcode .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .rpbt_shortcode .loud.author-name, .rpbt_shortcode .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.author-name, .rpbt_shortcode .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .rpbt_shortcode .loud.author-name, .rpbt_shortcode .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .rpbt_shortcode .loud.author-name, .rpbt_shortcode .byline.full-bio .author-name, .byline.full-bio .rpbt_shortcode .author-name, .crp_related h3, .crp_related .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .crp_related .entry-title, .crp_related .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .crp_related h1.loud, .crp_related .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .crp_related .loud.display, .crp_related .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .crp_related .loud.entry-title, .crp_related .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .crp_related .loud.page-title, .crp_related .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .crp_related h2.loud, .crp_related .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .crp_related h2.loud, .crp_related .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .crp_related .loud.author-title.author-archive-only, .crp_related .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .crp_related .loud.author-title.author-archive-only, .crp_related .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .crp_related .loud.author-title.author-archive-only, .crp_related .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .crp_related .loud.author-title.author-archive-only, .crp_related .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .crp_related .loud.author-name, .crp_related .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .crp_related .loud.author-name, .crp_related .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .crp_related .loud.author-name, .crp_related .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .crp_related .loud.author-name, .crp_related .byline.full-bio .author-name, .byline.full-bio .crp_related .author-name, #relevanssi_related h3, #relevanssi_related .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header #relevanssi_related .entry-title, #relevanssi_related .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title #relevanssi_related h1.loud, #relevanssi_related .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title #relevanssi_related .loud.display, #relevanssi_related .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title #relevanssi_related .loud.page-title, #relevanssi_related .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover #relevanssi_related h2.loud, #relevanssi_related .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title #relevanssi_related h2.loud, #relevanssi_related .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio #relevanssi_related .loud.author-title.author-archive-only, #relevanssi_related .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title #relevanssi_related .loud.author-title.author-archive-only, #relevanssi_related .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover #relevanssi_related .loud.author-title.author-archive-only, #relevanssi_related .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title #relevanssi_related .loud.author-title.author-archive-only, #relevanssi_related .byline.full-bio .author-name, .byline.full-bio #relevanssi_related .author-name {
        display: block; } }
  .rpbt_shortcode ul, .crp_related ul, #relevanssi_related ul {
    list-style: none;
    border-top: 1px solid #D8D8D8;
    margin: 0px; }
  .rpbt_shortcode li, .crp_related li, #relevanssi_related li {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 0px; }
    .rpbt_shortcode li:before, .crp_related li:before, #relevanssi_related li:before {
      content: ""; }
    .rpbt_shortcode li > a, .rpbt_shortcode .ab-post-grid-items.is-grid li > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .rpbt_shortcode li > .ab-block-post-grid-more-link, .crp_related li > a, .crp_related .ab-post-grid-items.is-grid li > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .crp_related li > .ab-block-post-grid-more-link, #relevanssi_related li > a, #relevanssi_related .ab-post-grid-items.is-grid li > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #relevanssi_related li > .ab-block-post-grid-more-link {
      color: #3D3626;
      margin-bottom: 10px;
      display: block; }
  .rpbt_shortcode .crp_author, .crp_related .crp_author, #relevanssi_related .crp_author {
    display: block;
    text-indent: -19px;
    color: #FFF; }
    .rpbt_shortcode .crp_author a, .rpbt_shortcode .crp_author .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .rpbt_shortcode .crp_author .ab-block-post-grid-more-link, .crp_related .crp_author a, .crp_related .crp_author .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .crp_related .crp_author .ab-block-post-grid-more-link, #relevanssi_related .crp_author a, #relevanssi_related .crp_author .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #relevanssi_related .crp_author .ab-block-post-grid-more-link {
      color: #6D6D6D;
      font-weight: normal;
      color: #6D6D6D; }

.search-token {
  background-color: #008080;
  border: 1px solid #008080;
  border-radius: 7.5px;
  color: #FFF !important;
  font-weight: normal;
  font-size: 15px;
  padding: 0px 10px 0px 5px;
  display: inline-block;
  line-height: 1.7;
  height: 30px; }
  .search-token:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #979797;
    border-color: #979797; }

#browser-warnings {
  display: none; }

.ie7 #browser-warnings, .ie8 #browser-warnings, .ie9 #browser-warnings {
  display: block; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #browser-warnings {
    display: block; } }

.modal.fade .modal-dialog {
  transform: translate(0, 0);
  transition: opacity .1s linear;
  opacity: 0; }

.modal.show.fade .modal-dialog {
  opacity: 1;
  transition: opacity .1s linear; }

.modal-title {
  line-height: 1.35; }

.modal-content {
  border: none;
  border-radius: 0px;
  padding: 10px 20px; }

.modal-header {
  border: none;
  position: relative;
  flex-direction: column; }
  .modal-header h4, .modal-header table thead th, table thead .modal-header th, .modal-header table thead td, table thead .modal-header td, .modal-header .table thead th, .table thead .modal-header th, .modal-header .table thead td, .table thead .modal-header td, .modal-header .tablepress thead th, .tablepress thead .modal-header th, .modal-header .tablepress thead td, .tablepress thead .modal-header td, .modal-header ul.simple li.heading, ul.simple .modal-header li.heading, .modal-header ol.simple li.heading, ol.simple .modal-header li.heading, .modal-header ul.list-with-image-heading > li:nth-child(2), .modal-header ol.list-with-image-heading > li:nth-child(2), .modal-header ul.list-with-heading > li:first-child, .modal-header ol.list-with-heading > li:first-child, .modal-header .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .modal-header .ab-block-post-grid-title, .modal-header .info-box h3, .info-box .modal-header h3, .modal-header .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header .modal-header .entry-title, .modal-header .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box .modal-header .entry-title, .modal-header .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title .modal-header h1.loud, .modal-header .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box .modal-header h1.loud, .modal-header .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title .modal-header .loud.display, .modal-header .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box .modal-header .loud.display, .modal-header .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .modal-header .loud.page-title, .modal-header .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .modal-header .loud.page-title, .modal-header .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .modal-header h2.loud, .modal-header .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .modal-header h2.loud, .modal-header .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .modal-header h2.loud, .modal-header .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .modal-header h2.loud, .modal-header .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .modal-header .loud.author-title.author-archive-only, .modal-header .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .modal-header .loud.author-title.author-archive-only, .modal-header .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .modal-header .loud.author-title.author-archive-only, .modal-header .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .modal-header .loud.author-title.author-archive-only, .modal-header .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .modal-header .loud.author-title.author-archive-only, .modal-header .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .modal-header .loud.author-title.author-archive-only, .modal-header .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .modal-header .loud.author-title.author-archive-only, .modal-header .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .modal-header .loud.author-title.author-archive-only, .modal-header .info-box .byline.full-bio .author-name, .info-box .byline.full-bio .modal-header .author-name, .modal-header .byline.full-bio .info-box .author-name, .byline.full-bio .info-box .modal-header .author-name, .modal-header .info-box .kt-blocks-info-box-title, .info-box .modal-header .kt-blocks-info-box-title, .modal-header .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .modal-header h3, .modal-header .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .modal-header .entry-title, .modal-header .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .modal-header .entry-title, .modal-header .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .modal-header h1.loud, .modal-header .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .modal-header h1.loud, .modal-header .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .modal-header .loud.display, .modal-header .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .modal-header .loud.display, .modal-header .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .modal-header .loud.page-title, .modal-header .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .modal-header .loud.page-title, .modal-header .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .modal-header h2.loud, .modal-header .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .modal-header h2.loud, .modal-header .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .modal-header h2.loud, .modal-header .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .modal-header h2.loud, .modal-header .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .modal-header .loud.author-title.author-archive-only, .modal-header .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .modal-header .loud.author-title.author-archive-only, .modal-header .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .modal-header .loud.author-title.author-archive-only, .modal-header .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .modal-header .loud.author-title.author-archive-only, .modal-header .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .modal-header .loud.author-title.author-archive-only, .modal-header .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .modal-header .loud.author-title.author-archive-only, .modal-header .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .modal-header .loud.author-title.author-archive-only, .modal-header .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .modal-header .loud.author-title.author-archive-only, .modal-header .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio .modal-header .author-name, .modal-header .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox .modal-header .author-name, .modal-header .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .modal-header .kt-blocks-info-box-title, .modal-header .schema-faq-question, .modal-header .byline.full-bio.centered .author-name, .byline.full-bio.centered .modal-header .author-name, .modal-header .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .modal-header .author-title.author-archive-only {
    font-weight: normal; }

/*p*/
.modal-intro {
  margin-bottom: 0px; }

.modal-footer {
  border: none;
  display: block; }

.modal > .modal-dialog {
  max-width: 95%;
  width: 850px; }
  @media (max-width: 568px) {
    .modal > .modal-dialog {
      margin: 2.5%; } }

@media (max-width: 568px) {
  .modal .modal-body {
    padding: 0px; } }

.modal button.close {
  padding: 10px;
  font-size: 40px;
  position: absolute;
  top: 12.5px;
  right: 0px;
  font-size: 20px;
  margin: 0px;
  padding: 0px; }
  .modal button.close:hover {
    cursor: pointer; }

.modal.fullscreen {
  background-color: transparent;
  -webkit-overflow-scrolling: touch; }
  .modal.fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    margin: 0px;
    background-color: rgba(255, 255, 255, 0.95); }
  .modal.fullscreen .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    max-width: 1200px;
    margin: 0px auto; }
    @media (max-width: 768px) {
      .modal.fullscreen .modal-content {
        padding: 0px; } }
    .modal.fullscreen .modal-content .modal-header {
      position: fixed;
      z-index: 10;
      border: none;
      right: 2vw; }
    .modal.fullscreen .modal-content .modal-body {
      height: 98vh; }

#searchModal {
  background-color: #FFF; }
  #searchModal .modal-body {
    padding: 0px; }
  #searchModal .modal-footer {
    border: none;
    padding: 0px; }
    #searchModal .modal-footer > * {
      padding: 20px;
      max-width: 1235px; }
  #searchModal.site-search #standard-search {
    order: 1;
    margin-bottom: 30px; }
    @media (max-width: 568px) {
      #searchModal.site-search #standard-search {
        order: 2; } }
  #searchModal.site-search #curated-search {
    order: 2; }
    @media (max-width: 568px) {
      #searchModal.site-search #curated-search {
        order: 1; } }

#search-wrapper {
  padding: 5vh 0px;
  max-width: 1010px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    #search-wrapper > * > * {
      padding: 20px; } }
  @media (max-width: 568px) {
    #search-wrapper > * > * {
      padding: 10px 20px; } }
  #search-wrapper > * > * h2, #search-wrapper > * > * .search-results .page-title, .search-results #search-wrapper > * > * .page-title, #search-wrapper > * > * .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio #search-wrapper > * > * .author-title.author-archive-only, #search-wrapper > * > * .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio #search-wrapper > * > * .author-name, .sticky-hero #search-wrapper > * > * h2.entry-title, #search-wrapper > * > * p, #search-wrapper > * > * h6, #search-wrapper > * > * .h6 {
    margin-bottom: 0px; }
    @media (max-width: 768px) {
      #search-wrapper > * > * h2, #search-wrapper > * > * .search-results .page-title, .search-results #search-wrapper > * > * .page-title, #search-wrapper > * > * .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio #search-wrapper > * > * .author-title.author-archive-only, #search-wrapper > * > * .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio #search-wrapper > * > * .author-name, .sticky-hero #search-wrapper > * > * h2.entry-title, #search-wrapper > * > * p, #search-wrapper > * > * h6, #search-wrapper > * > * .h6 {
        padding-left: 0px; } }
  #search-wrapper > * > * p, #search-wrapper > * > * h6, #search-wrapper > * > * .h6 {
    margin: 0px;
    padding-bottom: 10px; }
  #search-wrapper .modal-title {
    text-transform: uppercase;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: bold; }
    #search-wrapper .modal-title > .hub-icon {
      width: 48px;
      height: auto;
      position: relative;
      top: -4px;
      right: -2px;
      padding: 0px; }
      @media (max-width: 768px) {
        #search-wrapper .modal-title > .hub-icon {
          width: 42px; } }
      @media (max-width: 568px) {
        #search-wrapper .modal-title > .hub-icon {
          width: 32px; } }
  #search-wrapper .search-header {
    padding: 0px 1%;
    margin-bottom: 10px; }
    @media (max-width: 568px) {
      #search-wrapper .search-header {
        padding: 0px; } }
    #search-wrapper .search-header > h3, #search-wrapper .excerpt-row .entry-header .search-header > .entry-title, .excerpt-row .entry-header #search-wrapper .search-header > .entry-title, #search-wrapper .excerpt-row .entry-header .entry-title .search-header > h1.loud, .excerpt-row .entry-header .entry-title #search-wrapper .search-header > h1.loud, #search-wrapper .excerpt-row .entry-header .entry-title .search-header > .loud.display, .excerpt-row .entry-header .entry-title #search-wrapper .search-header > .loud.display, #search-wrapper .excerpt-row .entry-header .entry-title .search-header > .loud.entry-title, #search-wrapper .excerpt-row .entry-header .entry-title .search-header > .loud.page-title, .excerpt-row .entry-header .entry-title #search-wrapper .search-header > .loud.page-title, #search-wrapper .excerpt-row .entry-header .entry-title .wp-block-cover .search-header > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover #search-wrapper .search-header > h2.loud, #search-wrapper .wp-block-cover .excerpt-row .entry-header .entry-title .search-header > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title #search-wrapper .search-header > h2.loud, #search-wrapper .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .search-header > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio #search-wrapper .search-header > .loud.author-title.author-archive-only, #search-wrapper .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .search-header > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title #search-wrapper .search-header > .loud.author-title.author-archive-only, #search-wrapper .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .search-header > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover #search-wrapper .search-header > .loud.author-title.author-archive-only, #search-wrapper .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .search-header > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title #search-wrapper .search-header > .loud.author-title.author-archive-only, #search-wrapper .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .search-header > .loud.author-name, #search-wrapper .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .search-header > .loud.author-name, #search-wrapper .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .search-header > .loud.author-name, #search-wrapper .byline.full-bio .search-header > .author-name, .byline.full-bio #search-wrapper .search-header > .author-name {
      font-weight: normal;
      margin-bottom: 0px; }
      @media (max-width: 568px) {
        #search-wrapper .search-header > h3, #search-wrapper .excerpt-row .entry-header .search-header > .entry-title, .excerpt-row .entry-header #search-wrapper .search-header > .entry-title, #search-wrapper .excerpt-row .entry-header .entry-title .search-header > h1.loud, .excerpt-row .entry-header .entry-title #search-wrapper .search-header > h1.loud, #search-wrapper .excerpt-row .entry-header .entry-title .search-header > .loud.display, .excerpt-row .entry-header .entry-title #search-wrapper .search-header > .loud.display, #search-wrapper .excerpt-row .entry-header .entry-title .search-header > .loud.entry-title, #search-wrapper .excerpt-row .entry-header .entry-title .search-header > .loud.page-title, .excerpt-row .entry-header .entry-title #search-wrapper .search-header > .loud.page-title, #search-wrapper .excerpt-row .entry-header .entry-title .wp-block-cover .search-header > h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover #search-wrapper .search-header > h2.loud, #search-wrapper .wp-block-cover .excerpt-row .entry-header .entry-title .search-header > h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title #search-wrapper .search-header > h2.loud, #search-wrapper .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .search-header > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio #search-wrapper .search-header > .loud.author-title.author-archive-only, #search-wrapper .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .search-header > .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title #search-wrapper .search-header > .loud.author-title.author-archive-only, #search-wrapper .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .search-header > .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover #search-wrapper .search-header > .loud.author-title.author-archive-only, #search-wrapper .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .search-header > .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title #search-wrapper .search-header > .loud.author-title.author-archive-only, #search-wrapper .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .search-header > .loud.author-name, #search-wrapper .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .search-header > .loud.author-name, #search-wrapper .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .search-header > .loud.author-name, #search-wrapper .byline.full-bio .search-header > .author-name, .byline.full-bio #search-wrapper .search-header > .author-name {
          margin-bottom: 5px; } }
    @media (max-width: 768px) {
      #search-wrapper .search-header {
        border: none; } }
    @media (max-width: 568px) {
      #search-wrapper .search-header {
        padding-bottom: 0px;
        margin-bottom: 0px; } }
  #search-wrapper #curated-search {
    flex-basis: 100%;
    margin-bottom: 30px; }
    #search-wrapper #curated-search #search-kbase {
      border: 1px solid #D8D8D8;
      border-width: 1px 0px;
      padding: 20px 0px 0px 0px; }
    @media (max-width: 768px) {
      #search-wrapper #curated-search {
        padding-top: 20px;
        margin-bottom: 0px;
        padding-bottom: 0px; } }
    #search-wrapper #curated-search > * > h2, #search-wrapper .search-results #curated-search > * > .page-title, .search-results #search-wrapper #curated-search > * > .page-title, #search-wrapper .page-header > .byline.full-bio #curated-search > * > .author-title.author-archive-only, .page-header > .byline.full-bio #search-wrapper #curated-search > * > .author-title.author-archive-only, #search-wrapper .page-header > .byline.full-bio #curated-search > * > .author-name, .page-header > .byline.full-bio #search-wrapper #curated-search > * > .author-name, #search-wrapper .sticky-hero #curated-search > * > h2.entry-title, #search-wrapper #curated-search p, #search-wrapper #curated-search h6, #search-wrapper #curated-search .h6 {
      padding-left: 0px; }
  #search-wrapper #standard-search {
    flex-basis: 100%; }
    #search-wrapper #standard-search .navbar-search {
      margin: 0px; }
      @media (max-width: 768px) {
        #search-wrapper #standard-search .navbar-search {
          margin: 0px; } }

/*nav*/
#search-resource-hub {
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  padding: 20px 5px 0px; }
  #search-resource-hub > #menu-resource-hub {
    display: flex;
    flex-wrap: wrap; }
    #search-resource-hub > #menu-resource-hub > li {
      text-align: left;
      flex-basis: 14%;
      margin: 0% 1% 2% 1%;
      position: relative;
      overflow: hidden; }
      @media (max-width: 1024px) {
        #search-resource-hub > #menu-resource-hub > li {
          flex-basis: 23%;
          margin: 0% 1% 4% 1%; } }
      @media (max-width: 568px) {
        #search-resource-hub > #menu-resource-hub > li {
          flex-basis: 48%; } }
      @media (max-width: 375px) {
        #search-resource-hub > #menu-resource-hub > li {
          flex-basis: 100%;
          margin: 0px;
          border-bottom: 1px solid #D8D8D8;
          padding-bottom: 20px;
          margin-bottom: 20px; }
          #search-resource-hub > #menu-resource-hub > li:last-child {
            border: none; } }
      #search-resource-hub > #menu-resource-hub > li > a, .ab-post-grid-items.is-grid #search-resource-hub > #menu-resource-hub > li > .ab-block-post-grid-more-link {
        color: #3D3626;
        white-space: nowrap;
        font-weight: bold;
        font-size: 15px;
        font-family: "Merriweather", "Georgia", serif; }
        #search-resource-hub > #menu-resource-hub > li > a:hover, .ab-post-grid-items.is-grid #search-resource-hub > #menu-resource-hub > li > .ab-block-post-grid-more-link:hover {
          color: #3D3626;
          text-decoration: underline; }
    #search-resource-hub > #menu-resource-hub > li#hub-id-27296 {
      display: none; }
    #search-resource-hub > #menu-resource-hub li > .sub-menu {
      margin-top: 15px;
      margin-left: -7px; }
      #search-resource-hub > #menu-resource-hub li > .sub-menu:before {
        content: "";
        display: block;
        width: 40px;
        height: 3px;
        background-color: #C5A35F;
        position: absolute;
        bottom: -10px;
        left: 0px;
        bottom: auto;
        top: 30px; }
        @media (max-width: 568px) {
          #search-resource-hub > #menu-resource-hub li > .sub-menu:before {
            width: 30px; } }
      @media (max-width: 375px) {
        #search-resource-hub > #menu-resource-hub li > .sub-menu {
          display: flex;
          flex-wrap: wrap; } }
      #search-resource-hub > #menu-resource-hub li > .sub-menu > li {
        padding: 0px 7px;
        margin-bottom: 0px;
        display: block; }
        @media (max-width: 375px) {
          #search-resource-hub > #menu-resource-hub li > .sub-menu > li {
            flex-basis: 50%; } }
      #search-resource-hub > #menu-resource-hub li > .sub-menu > li > a, #search-resource-hub > #menu-resource-hub .ab-post-grid-items.is-grid li > .sub-menu > li > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #search-resource-hub > #menu-resource-hub li > .sub-menu > li > .ab-block-post-grid-more-link {
        color: #6D6D6D;
        text-decoration: none;
        text-transform: none;
        display: block;
        white-space: wrap;
        font-weight: normal;
        font-size: 13px;
        font-family: "Helvetica", "Arial", sans-serif;
        line-height: 1.4;
        padding: 2px 0px; }
        #search-resource-hub > #menu-resource-hub li > .sub-menu > li > a:after, #search-resource-hub > #menu-resource-hub .ab-post-grid-items.is-grid li > .sub-menu > li > .ab-block-post-grid-more-link:after, .ab-post-grid-items.is-grid #search-resource-hub > #menu-resource-hub li > .sub-menu > li > .ab-block-post-grid-more-link:after {
          display: none; }
        #search-resource-hub > #menu-resource-hub li > .sub-menu > li > a:hover, #search-resource-hub > #menu-resource-hub .ab-post-grid-items.is-grid li > .sub-menu > li > .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid #search-resource-hub > #menu-resource-hub li > .sub-menu > li > .ab-block-post-grid-more-link:hover {
          color: #008080;
          margin-left: 10px;
          font-weight: bold;
          text-decoration: none; }
        html.touch #search-resource-hub #menu-knowledge-base li > .sub-menu > li > a:hover, html.touch #search-resource-hub #menu-knowledge-base .ab-post-grid-items.is-grid li > .sub-menu > li > .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid html.touch #search-resource-hub #menu-knowledge-base li > .sub-menu > li > .ab-block-post-grid-more-link:hover {
          margin-left: 0px; }
        #search-resource-hub > #menu-resource-hub li > .sub-menu > li > a.selected, #search-resource-hub > #menu-resource-hub .ab-post-grid-items.is-grid li > .sub-menu > li > .selected.ab-block-post-grid-more-link, .ab-post-grid-items.is-grid #search-resource-hub > #menu-resource-hub li > .sub-menu > li > .selected.ab-block-post-grid-more-link {
          background-color: #6D6D6D; }

/*
#members-only-prompt{
	position: fixed;
	width: 100%;
	max-width: 100%;
	left: 0px;
	//bottom: -100vh;
	z-index: 1000;
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25) !important;
	bottom: 0vh;
	//animation: 1.5s cubic-bezier(.6,.6,.17,1.00) 0s 1 slideInFromBottom;
	transition: bottom .6s cubic-bezier(.22,.75,.3,.99);

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: $spacer*2.5;

	@include md{
		padding: $spacer;
	}

	@include sm{
		padding: 0px;
		padding-top: $spacer;
	}

	&:not(.active){
		bottom: -250px;

		@include md{
			bottom: -220px;
		}

		@include sm{
			bottom: -200px;
		}

		@media (max-width: 340px) {
			bottom: -220px;
		}

	}

}*/
#members-only-prompt {
  width: 100%;
  max-width: 100%;
  z-index: 4;
  position: absolute;
  left: 0px;
  box-shadow: 0px 20px 13px -3px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 0.9) 10%, #efefef 20%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  padding-top: 50px;
  margin-top: -50px; }
  #members-only-prompt #mo-prompt-toggle {
    display: none; }
  @media (max-width: 768px) {
    #members-only-prompt {
      padding: 10px; } }
  @media (max-width: 568px) {
    #members-only-prompt {
      padding: 0px;
      padding-top: 10px; } }

@keyframes slideInFromBottom {
  from {
    bottom: -500vh; }
  to {
    bottom: 0vh; } }

#mo-prompt-toggle {
  position: absolute;
  display: block;
  right: 15px;
  top: 10px;
  transition: transform .6s; }
  @media (max-width: 768px) {
    #mo-prompt-toggle {
      right: 15px;
      top: 10px; } }
  @media (max-width: 568px) {
    #mo-prompt-toggle {
      right: 10px;
      top: 5px; } }
  #mo-prompt-toggle:after {
    content: '\e80d' !important;
    font-family: "fontello";
    padding: 0px 0px 0px 7.5px;
    font-size: 13px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-weight: normal;
    font-size: 25px;
    color: #6D6D6D;
    position: relative;
    top: 1px; }
    #mo-prompt-toggle:after:hover {
      color: #0d4c4c; }
    @media (max-width: 768px) {
      #mo-prompt-toggle:after {
        font-size: 12px; } }
    @media (max-width: 768px) {
      #mo-prompt-toggle:after {
        font-size: 20px; } }
  #mo-prompt-toggle:not(.active) {
    transform: rotateX(180deg); }
  #mo-prompt-toggle:hover {
    cursor: pointer; }

#loginModal button.close {
  top: -25px;
  right: -50px;
  z-index: 100; }
  @media (max-width: 768px) {
    #loginModal button.close {
      top: -17px;
      right: -35px; } }

#loginModal > .modal-dialog > .modal-content {
  padding: 50px 70px 60px; }
  @media (max-width: 768px) {
    #loginModal > .modal-dialog > .modal-content {
      padding: 30px 40px; } }
  @media (max-width: 375px) {
    #loginModal > .modal-dialog > .modal-content {
      padding: 20px 10px; } }
  #loginModal > .modal-dialog > .modal-content > .modal-header {
    padding: 0px;
    text-align: center;
    margin-bottom: 30px; }
  #loginModal > .modal-dialog > .modal-content > .modal-body {
    padding: 0px; }
  #loginModal > .modal-dialog > .modal-content > .modal-footer {
    padding: 0px; }

#login-form {
  margin: 0 auto 40px;
  max-width: 450px; }

#forgot-prompt > p, #forgot-prompt > h6, #forgot-prompt > .h6 {
  white-space: nowrap;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.4; }
  @media (max-width: 568px) {
    #forgot-prompt > p, #forgot-prompt > h6, #forgot-prompt > .h6 {
      white-space: normal; } }

/*
brewery-membership.SCSS

styles for brewery membership page
*/
body.page-brewery .header-wrapper {
  height: auto;
  float: none;
  position: static;
  margin: 0px; }

body.page-brewery #masthead, body.page-brewery article:not(.excerpt-row) > .entry-header, body.page-brewery .breadcrumbs {
  display: none; }

body.page-brewery article.page:not(.excerpt-row) {
  width: 100% !important;
  padding: 0px; }

body.page-brewery .faux-header {
  width: 100%;
  height: 80px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #FFF;
  z-index: 4;
  display: flex; }
  @media (max-width: 568px) {
    body.page-brewery .faux-header {
      height: 70px;
      align-items: flex-end; } }
  body.page-brewery .faux-header nav {
    width: 100%; }
  body.page-brewery .faux-header #menu-bajn {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end; }
    body.page-brewery .faux-header #menu-bajn li {
      margin-right: 30px;
      text-transform: uppercase; }
      @media (max-width: 568px) {
        body.page-brewery .faux-header #menu-bajn li {
          margin-right: 20px; } }
      @media (max-width: 568px) {
        body.page-brewery .faux-header #menu-bajn li a, body.page-brewery .faux-header #menu-bajn li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-brewery .faux-header #menu-bajn li .ab-block-post-grid-more-link {
          margin-left: 0px;
          font-size: 13px;
          color: #3D3626; } }
    @media (max-width: 568px) {
      body.page-brewery .faux-header #menu-bajn .btn, body.page-brewery .faux-header #menu-bajn input[type="submit"], body.page-brewery .faux-header #menu-bajn .wp-block-button__link, body.page-brewery .faux-header #menu-bajn .kbase.tag-list > a, body.page-brewery .faux-header #menu-bajn .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-brewery .faux-header #menu-bajn .kbase.tag-list > .ab-block-post-grid-more-link {
        width: auto;
        height: auto;
        padding: 0px;
        background-color: transparent;
        color: #3D3626; } }
  body.page-brewery .faux-header .branding {
    position: absolute;
    left: 2%;
    top: 28px; }
    @media (max-width: 568px) {
      body.page-brewery .faux-header .branding {
        position: static; } }
    body.page-brewery .faux-header .branding #site-title {
      width: 70px;
      height: 80px;
      margin-bottom: 0px;
      background-image: url(https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2019/02/brewers-association-logo.svg); }
      @media (max-width: 568px) {
        body.page-brewery .faux-header .branding #site-title {
          width: 50px;
          height: 58px;
          margin: 0px 0px 6px 10px; } }
      body.page-brewery .faux-header .branding #site-title a, body.page-brewery .faux-header .branding #site-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-brewery .faux-header .branding #site-title .ab-block-post-grid-more-link {
        display: block;
        width: 100%;
        height: 100%; }

body.page-brewery .hero {
  height: 80vh;
  margin-top: 80px;
  min-height: 580px; }
  @media (max-width: 768px) {
    body.page-brewery .hero {
      height: 50vh;
      min-height: 400px; } }
  @media (max-width: 568px) {
    body.page-brewery .hero {
      margin-top: 70px; } }
  body.page-brewery .hero .link-cta img {
    width: 10px; }
  @media (max-width: 568px) {
    body.page-brewery .hero .video-wrapper {
      background-image: url("https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2019/03/BA-Join-Mobile-Hero.jpg");
      background-repeat: no-repeat;
      background-size: cover; } }
  @media (max-width: 568px) {
    body.page-brewery .hero .video-wrapper #ba-video {
      display: none; } }
  @media (max-width: 568px) {
    body.page-brewery .hero .video-wrapper .overlay-text {
      margin-top: 30px; } }

body.page-brewery.admin-bar .faux-header {
  top: 30px; }
  @media (max-width: 768px) {
    body.page-brewery.admin-bar .faux-header {
      top: 46px; } }

body.page-brewery .btn-collapse {
  display: inline-flex; }

body.page-brewery .testimonial .vcard {
  max-width: 900px !important;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 568px) {
    body.page-brewery .testimonial .vcard {
      margin-top: 90px !important; } }
  body.page-brewery .testimonial .vcard h4, body.page-brewery .testimonial .vcard table thead th, table thead body.page-brewery .testimonial .vcard th, body.page-brewery .testimonial .vcard table thead td, table thead body.page-brewery .testimonial .vcard td, body.page-brewery .testimonial .vcard .table thead th, .table thead body.page-brewery .testimonial .vcard th, body.page-brewery .testimonial .vcard .table thead td, .table thead body.page-brewery .testimonial .vcard td, body.page-brewery .testimonial .vcard .tablepress thead th, .tablepress thead body.page-brewery .testimonial .vcard th, body.page-brewery .testimonial .vcard .tablepress thead td, .tablepress thead body.page-brewery .testimonial .vcard td, body.page-brewery .testimonial .vcard ul.simple li.heading, ul.simple body.page-brewery .testimonial .vcard li.heading, body.page-brewery .testimonial .vcard ol.simple li.heading, ol.simple body.page-brewery .testimonial .vcard li.heading, body.page-brewery .testimonial .vcard ul.list-with-image-heading > li:nth-child(2), body.page-brewery .testimonial .vcard ol.list-with-image-heading > li:nth-child(2), body.page-brewery .testimonial .vcard ul.list-with-heading > li:first-child, body.page-brewery .testimonial .vcard ol.list-with-heading > li:first-child, body.page-brewery .testimonial .vcard .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid body.page-brewery .testimonial .vcard .ab-block-post-grid-title, body.page-brewery .testimonial .vcard .info-box h3, .info-box body.page-brewery .testimonial .vcard h3, body.page-brewery .testimonial .vcard .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header body.page-brewery .testimonial .vcard .entry-title, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box body.page-brewery .testimonial .vcard .entry-title, body.page-brewery .testimonial .vcard .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title body.page-brewery .testimonial .vcard h1.loud, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box body.page-brewery .testimonial .vcard h1.loud, body.page-brewery .testimonial .vcard .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title body.page-brewery .testimonial .vcard .loud.display, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box body.page-brewery .testimonial .vcard .loud.display, body.page-brewery .testimonial .vcard .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title body.page-brewery .testimonial .vcard .loud.page-title, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box body.page-brewery .testimonial .vcard .loud.page-title, body.page-brewery .testimonial .vcard .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover body.page-brewery .testimonial .vcard h2.loud, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box body.page-brewery .testimonial .vcard h2.loud, body.page-brewery .testimonial .vcard .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title body.page-brewery .testimonial .vcard h2.loud, body.page-brewery .testimonial .vcard .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-brewery .testimonial .vcard h2.loud, body.page-brewery .testimonial .vcard .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .info-box .byline.full-bio .author-name, .info-box .byline.full-bio body.page-brewery .testimonial .vcard .author-name, body.page-brewery .testimonial .vcard .byline.full-bio .info-box .author-name, .byline.full-bio .info-box body.page-brewery .testimonial .vcard .author-name, body.page-brewery .testimonial .vcard .info-box .kt-blocks-info-box-title, .info-box body.page-brewery .testimonial .vcard .kt-blocks-info-box-title, body.page-brewery .testimonial .vcard .wp-block-kadence-infobox h3, .wp-block-kadence-infobox body.page-brewery .testimonial .vcard h3, body.page-brewery .testimonial .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header body.page-brewery .testimonial .vcard .entry-title, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox body.page-brewery .testimonial .vcard .entry-title, body.page-brewery .testimonial .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-brewery .testimonial .vcard h1.loud, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-brewery .testimonial .vcard h1.loud, body.page-brewery .testimonial .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-brewery .testimonial .vcard .loud.display, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-brewery .testimonial .vcard .loud.display, body.page-brewery .testimonial .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title body.page-brewery .testimonial .vcard .loud.page-title, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-brewery .testimonial .vcard .loud.page-title, body.page-brewery .testimonial .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover body.page-brewery .testimonial .vcard h2.loud, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox body.page-brewery .testimonial .vcard h2.loud, body.page-brewery .testimonial .vcard .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title body.page-brewery .testimonial .vcard h2.loud, body.page-brewery .testimonial .vcard .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-brewery .testimonial .vcard h2.loud, body.page-brewery .testimonial .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox body.page-brewery .testimonial .vcard .loud.author-title.author-archive-only, body.page-brewery .testimonial .vcard .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio body.page-brewery .testimonial .vcard .author-name, body.page-brewery .testimonial .vcard .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox body.page-brewery .testimonial .vcard .author-name, body.page-brewery .testimonial .vcard .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox body.page-brewery .testimonial .vcard .kt-blocks-info-box-title, body.page-brewery .testimonial .vcard .schema-faq-question, body.page-brewery .testimonial .vcard .byline.full-bio.centered .author-name, .byline.full-bio.centered body.page-brewery .testimonial .vcard .author-name, body.page-brewery .testimonial .vcard .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered body.page-brewery .testimonial .vcard .author-title.author-archive-only {
    margin-bottom: 0px; }
  body.page-brewery .testimonial .vcard h5 {
    margin-bottom: 10px; }
  @media (max-width: 568px) {
    body.page-brewery .testimonial .vcard h5, body.page-brewery .testimonial .vcard p, body.page-brewery .testimonial .vcard h6, body.page-brewery .testimonial .vcard .h6 {
      text-align: left !important; } }

body.page-brewery #knowledge-accordion, body.page-brewery #protect-accordion, body.page-brewery #network-accordion, body.page-brewery #maximize-accordion {
  background: #000;
  margin-top: 30px;
  padding: 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  width: 100%; }
  @media (max-width: 1024px) {
    body.page-brewery #knowledge-accordion, body.page-brewery #protect-accordion, body.page-brewery #network-accordion, body.page-brewery #maximize-accordion {
      left: 0px; } }
  body.page-brewery #knowledge-accordion.white-bg, body.page-brewery #protect-accordion.white-bg, body.page-brewery #network-accordion.white-bg, body.page-brewery #maximize-accordion.white-bg {
    background: #fff; }
  body.page-brewery #knowledge-accordion .vcard, body.page-brewery #protect-accordion .vcard, body.page-brewery #network-accordion .vcard, body.page-brewery #maximize-accordion .vcard {
    padding: 20px 30px 0px 30px;
    margin-bottom: 0px;
    flex-basis: 45%; }
    @media (max-width: 568px) {
      body.page-brewery #knowledge-accordion .vcard, body.page-brewery #protect-accordion .vcard, body.page-brewery #network-accordion .vcard, body.page-brewery #maximize-accordion .vcard {
        margin: 10px; } }

body.page-brewery section {
  background-size: 1000px;
  min-height: 892px;
  background-repeat: no-repeat; }
  body.page-brewery section p, body.page-brewery section h6, body.page-brewery section .h6 {
    max-width: 750px; }
  @media (max-width: 568px) {
    body.page-brewery section .display, body.page-brewery section p, body.page-brewery section h6, body.page-brewery section .h6, body.page-brewery section .btn, body.page-brewery section input[type="submit"], body.page-brewery section .wp-block-button__link, body.page-brewery section .kbase.tag-list > a, body.page-brewery section .ab-post-grid-items.is-grid .kbase.tag-list > .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid body.page-brewery section .kbase.tag-list > .ab-block-post-grid-more-link {
      text-align: center !important;
      justify-content: center !important; } }

body.page-brewery #knowledge {
  background-image: url(https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2017/05/deepen-your-knowledge.jpg);
  background-position: center bottom; }
  @media (max-width: 1024px) {
    body.page-brewery #knowledge {
      background-size: 100%; } }
  @media (max-width: 768px) {
    body.page-brewery #knowledge {
      min-height: 750px; } }
  @media (max-width: 568px) {
    body.page-brewery #knowledge {
      min-height: 650px; } }

body.page-brewery #build {
  background-image: url(https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2019/02/Screenshot-2019-02-27-10.34.22.png);
  background-position: right bottom;
  background-size: 900px; }
  @media (max-width: 1200px) {
    body.page-brewery #build {
      background-size: 700px; } }
  @media (max-width: 1024px) {
    body.page-brewery #build {
      background-size: 600px; } }
  @media (max-width: 568px) {
    body.page-brewery #build {
      background-size: 100%;
      min-height: 780px;
      text-align: center !important; } }

body.page-brewery #maximize {
  background-image: url(https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2017/05/maximize-potential.jpg);
  min-height: 800px;
  background-position: center top;
  background-size: initial; }
  @media (max-width: 768px) {
    body.page-brewery #maximize {
      min-height: 500px; } }

body.page-brewery #mini-dues-calculator {
  max-width: 500px;
  padding: 40px;
  background-color: #D8D8D8;
  margin: 2rem auto;
  position: relative; }
  @media (max-width: 568px) {
    body.page-brewery #mini-dues-calculator {
      padding: 20px; } }
  body.page-brewery #mini-dues-calculator legend {
    margin-bottom: 20px; }
  body.page-brewery #mini-dues-calculator #barrels {
    display: inline-block;
    height: 55px;
    flex-basis: 70%;
    color: #000;
    padding: 0px 10px;
    text-align: right;
    font-size: 30px;
    background: #fff; }
    @media (max-width: 568px) {
      body.page-brewery #mini-dues-calculator #barrels {
        max-width: 60%;
        flex-basis: 60%; } }
  body.page-brewery #mini-dues-calculator .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media (max-width: 568px) {
      body.page-brewery #mini-dues-calculator .form-group {
        flex-flow: row nowrap; } }
    body.page-brewery #mini-dues-calculator .form-group .invalid-feedback {
      position: absolute;
      bottom: -25px;
      left: 0;
      text-align: left; }
      @media (max-width: 568px) {
        body.page-brewery #mini-dues-calculator .form-group .invalid-feedback {
          bottom: -40px; } }
  body.page-brewery #mini-dues-calculator #barrels-label {
    display: inline-block;
    width: 50px;
    font-size: 18px;
    line-height: 1.2;
    margin: 0px 0px 0px 10px;
    font-weight: 700;
    flex-basis: 30%; }
    @media (max-width: 568px) {
      body.page-brewery #mini-dues-calculator #barrels-label {
        flex-basis: 20%; } }
  body.page-brewery #mini-dues-calculator #mini-calculate-dues {
    margin: 15px 0px; }
    @media (max-width: 568px) {
      body.page-brewery #mini-dues-calculator #mini-calculate-dues {
        float: none;
        max-width: 100%;
        margin: 30px auto 15px auto; } }
  body.page-brewery #mini-dues-calculator #dues-results {
    width: 100%;
    text-align: left;
    margin: 30px 0px 0px 0px;
    display: flex; }
    @media (max-width: 568px) {
      body.page-brewery #mini-dues-calculator #dues-results {
        margin-top: 15px; } }
    body.page-brewery #mini-dues-calculator #dues-results .results-label {
      font-family: "Merriweather", "Georgia", serif;
      font-size: 20px;
      white-space: nowrap;
      font-weight: 700; }
    body.page-brewery #mini-dues-calculator #dues-results #mini-dues-owed {
      border-bottom: 1px solid #000;
      width: 100%;
      margin-left: 10px;
      font-size: 20px;
      position: relative;
      display: inline-block; }
  body.page-brewery #mini-dues-calculator #international-checkbox {
    position: absolute;
    bottom: -40px;
    width: 100%;
    left: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center; }
    @media (max-width: 568px) {
      body.page-brewery #mini-dues-calculator #international-checkbox {
        bottom: -55px; } }
    body.page-brewery #mini-dues-calculator #international-checkbox label {
      margin: 0px 0px 0px 10px; }
      @media (max-width: 568px) {
        body.page-brewery #mini-dues-calculator #international-checkbox label {
          text-align: left; } }

body.page-brewery #protect {
  background-image: url(https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2017/12/protect-livelihood.jpg);
  background-size: initial;
  background-position: center top;
  position: relative;
  min-height: 800px; }
  @media (max-width: 768px) {
    body.page-brewery #protect {
      min-height: 500px; } }
  @media (max-width: 568px) {
    body.page-brewery #protect {
      text-align: center; } }

#beer-styles-toc {
  border-top: 1px solid #D8D8D8;
  padding-top: 40px; }

#beer-styles > hr {
  margin-bottom: 50px; }

.beer-style-toc-group {
  column-count: 3;
  column-gap: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 40px; }
  .beer-style-toc-group:last-of-type {
    border: none; }
  .beer-style-toc-group > ul {
    break-inside: avoid; }
    .beer-style-toc-group > ul#All {
      break-inside: auto; }
      .beer-style-toc-group > ul#All > .origin {
        column-span: all; }
    .beer-style-toc-group > ul li {
      margin-bottom: 2.5px; }
      .beer-style-toc-group > ul li:before {
        display: none; }
      .beer-style-toc-group > ul li a, .beer-style-toc-group > ul li .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .beer-style-toc-group > ul li .ab-block-post-grid-more-link {
        font-weight: normal; }
  @media (max-width: 568px) {
    .beer-style-toc-group {
      column-count: 2; } }
  @media (max-width: 375px) {
    .beer-style-toc-group {
      column-count: 1; } }

.beer-style-group {
  margin-bottom: 70px; }

.beer-style {
  margin-bottom: 40px; }
  .beer-style + .block-heading {
    margin-top: 80px; }
  .beer-style:last-of-type {
    margin-bottom: 60px; }

.page-the-new-brewer-magazine h1.entry-title, .page-the-new-brewer-magazine .entry-title.display, .page-the-new-brewer-magazine .entry-title, .page-the-new-brewer-magazine .entry-title.page-title, .page-the-new-brewer-magazine .wp-block-cover h2.entry-title, .wp-block-cover .page-the-new-brewer-magazine h2.entry-title, .page-the-new-brewer-magazine .wp-block-cover .page-header > .byline.full-bio .entry-title.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .page-the-new-brewer-magazine .entry-title.author-title.author-archive-only, .page-the-new-brewer-magazine .page-header > .byline.full-bio .wp-block-cover .entry-title.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .page-the-new-brewer-magazine .entry-title.author-title.author-archive-only, .page-the-new-brewer-magazine .wp-block-cover .page-header > .byline.full-bio .entry-title.author-name, .wp-block-cover .page-header > .byline.full-bio .page-the-new-brewer-magazine .entry-title.author-name, .page-the-new-brewer-magazine .page-header > .byline.full-bio .wp-block-cover .entry-title.author-name, .page-header > .byline.full-bio .wp-block-cover .page-the-new-brewer-magazine .entry-title.author-name {
  margin-bottom: 0px; }

.single-tnb-issue .excerpt-row .entry-header .breadcrumb {
  display: none; }

article.tnb-current-issue {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 20px 50px 20px !important; }
  @media (max-width: 768px) {
    article.tnb-current-issue {
      flex-direction: column; } }
  @media (max-width: 568px) {
    article.tnb-current-issue {
      padding: 10px !important; } }
  article.tnb-current-issue > #the-new-brewer-logo {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    order: 1; }
    article.tnb-current-issue > #the-new-brewer-logo img {
      min-width: 350px;
      width: 50%;
      height: auto; }
      @media (max-width: 568px) {
        article.tnb-current-issue > #the-new-brewer-logo img {
          min-width: 100%;
          width: 100%; } }
    @media (max-width: 568px) {
      article.tnb-current-issue > #the-new-brewer-logo {
        margin-bottom: 20px; } }
  article.tnb-current-issue > .magazine-cover {
    flex-basis: 40%;
    order: 2; }
    @media (max-width: 768px) {
      article.tnb-current-issue > .magazine-cover {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0px 20px;
        margin-bottom: 40px;
        order: 3; } }
    @media (max-width: 568px) {
      article.tnb-current-issue > .magazine-cover {
        padding: 10px; } }
    article.tnb-current-issue > .magazine-cover img.wp-post-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        article.tnb-current-issue > .magazine-cover img.wp-post-image {
          width: auto; } }
  article.tnb-current-issue > .entry-content {
    padding: 20px 30px 30px 40px;
    flex-basis: 60%;
    order: 3; }
    article.tnb-current-issue > .entry-content > p, article.tnb-current-issue > .entry-content > h6, article.tnb-current-issue > .entry-content > .h6 {
      padding: 0px; }
    @media (max-width: 768px) {
      article.tnb-current-issue > .entry-content {
        flex-basis: 50%;
        padding: 0px 20px;
        order: 2; } }
    @media (max-width: 568px) {
      article.tnb-current-issue > .entry-content {
        flex-basis: 100%; } }
  article.tnb-current-issue #sponsor-block {
    text-align: center; }

@media (max-width: 768px) {
  .archive.post-type-archive-tnb-issue .excerpt-row {
    flex-direction: row; } }

@media (max-width: 768px) {
  .archive.post-type-archive-tnb-issue .excerpt-row .post-thumbnail {
    margin-right: 20px;
    flex-basis: 40%;
    min-width: 0px; } }

@media (max-width: 375px) {
  .archive.post-type-archive-tnb-issue .excerpt-row .post-thumbnail {
    display: none; } }

#latest-issues .issue img {
  max-width: 320px;
  height: auto; }

.logo-link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-flow: row wrap; }
  @media (max-width: 1024px) {
    .logo-link-wrapper {
      justify-content: space-around; } }
  @media (max-width: 568px) {
    .logo-link-wrapper {
      display: none; } }
  .logo-link-wrapper .logo-link {
    flex-basis: 20%; }
    @media (max-width: 1024px) {
      .logo-link-wrapper .logo-link {
        flex-basis: 15%; } }
    .logo-link-wrapper .logo-link:hover img {
      transform: scale(1.1); }
  .logo-link-wrapper img {
    width: auto;
    max-width: 160px;
    height: auto;
    transition: transform 1s ease; }
    @media (max-width: 1024px) {
      .logo-link-wrapper img {
        width: 100px; } }

@media (max-width: 568px) {
  .page-contact-us .logo-link-wrapper {
    display: flex; } }

@media (max-width: 568px) {
  .page-contact-us .logo-link-wrapper .logo-link {
    flex-basis: 36%; } }

.events-container {
  display: flex;
  flex-flow: column nowrap; }
  .events-container .single-event {
    margin-bottom: 50px; }
    .events-container .single-event img {
      width: 100%; }
    .events-container .single-event .event-details {
      margin-top: -50px; }
      @media (max-width: 568px) {
        .events-container .single-event .event-details {
          margin-top: -20px; } }
      .events-container .single-event .event-details h2, .events-container .single-event .event-details .search-results .page-title, .search-results .events-container .single-event .event-details .page-title, .events-container .single-event .event-details .page-header > .byline.full-bio .author-title.author-archive-only, .page-header > .byline.full-bio .events-container .single-event .event-details .author-title.author-archive-only, .events-container .single-event .event-details .page-header > .byline.full-bio .author-name, .page-header > .byline.full-bio .events-container .single-event .event-details .author-name {
        margin-left: auto;
        margin-right: auto; }
        .events-container .single-event .event-details h2 sup, .events-container .single-event .event-details .search-results .page-title sup, .search-results .events-container .single-event .event-details .page-title sup, .events-container .single-event .event-details .page-header > .byline.full-bio .author-title.author-archive-only sup, .page-header > .byline.full-bio .events-container .single-event .event-details .author-title.author-archive-only sup, .events-container .single-event .event-details .page-header > .byline.full-bio .author-name sup, .page-header > .byline.full-bio .events-container .single-event .event-details .author-name sup {
          font-size: 50%;
          top: -0.8em; }
    .events-container .single-event .event-logo-circle {
      text-align: center;
      position: relative;
      transform: translateY(-89%); }
      @media (max-width: 568px) {
        .events-container .single-event .event-logo-circle {
          transform: translateY(-85%); } }
      .events-container .single-event .event-logo-circle .img-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 300px;
        margin: 0 auto;
        position: relative; }
        .events-container .single-event .event-logo-circle .img-wrapper .logo {
          position: absolute;
          max-width: 200px;
          top: 30%;
          left: 50%;
          transform: translateX(-50%); }
          @media (max-width: 568px) {
            .events-container .single-event .event-logo-circle .img-wrapper .logo {
              max-width: 100px; } }
        @media (max-width: 568px) {
          .events-container .single-event .event-logo-circle .img-wrapper {
            max-width: 150px; } }
    .events-container .single-event.great-american-beer-festival {
      margin-top: 0px;
      order: 1; }
    .events-container .single-event.craft-brewers-conference {
      order: 2; }
      .events-container .single-event.craft-brewers-conference .event-details {
        margin-top: -100px; }
        @media (max-width: 568px) {
          .events-container .single-event.craft-brewers-conference .event-details {
            margin-top: -50px; } }
    .events-container .single-event.savor {
      order: 3; }
      .events-container .single-event.savor .event-logo-circle .img-wrapper .logo {
        top: 40%; }
      .events-container .single-event.savor .event-details {
        margin-top: -120px; }
        @media (max-width: 568px) {
          .events-container .single-event.savor .event-details {
            margin-top: -60px; } }
    .events-container .single-event.homebrew-con {
      order: 4; }
      .events-container .single-event.homebrew-con .event-logo-circle .img-wrapper .logo {
        max-width: 180px; }
        @media (max-width: 568px) {
          .events-container .single-event.homebrew-con .event-logo-circle .img-wrapper .logo {
            max-width: 90px; } }
    .events-container .single-event.world-beer-cup {
      order: 5; }

.page-news-archive .header-wrapper, .hide-page-title .header-wrapper {
  margin-bottom: 20px; }

.page-news-archive .page-header .breadcrumbs, .page-news-archive .page-header .page-title, .hide-page-title .page-header .breadcrumbs, .hide-page-title .page-header .page-title {
  display: none; }

#news-header, .featured-posts-block {
  display: flex;
  flex-direction: row;
  height: auto;
  margin: 0 auto 50px auto; }
  @media (max-width: 768px) {
    #news-header, .featured-posts-block {
      flex-direction: column;
      border-bottom: none;
      padding-bottom: 30px;
      margin-bottom: 10px; } }
  #news-header > .sticky-hero, .featured-posts-block > .sticky-hero {
    padding: 0px; }
    #news-header > .sticky-hero .more-link, .featured-posts-block > .sticky-hero .more-link {
      display: block;
      text-align: left;
      margin-top: 15px; }
  #news-header > #recent-posts, .featured-posts-block > #recent-posts {
    padding: 0px 0px 0px 30px; }
    @media (max-width: 768px) {
      #news-header > #recent-posts, .featured-posts-block > #recent-posts {
        padding-left: 0px; } }
  @media (max-width: 768px) {
    #news-header > .sticky-hero, #news-header > #recent-posts, .featured-posts-block > .sticky-hero, .featured-posts-block > #recent-posts {
      width: 100%;
      flex-basis: 100%; } }

.sticky-hero .featured-image {
  margin-bottom: 0px; }
  .sticky-hero .featured-image figcaption {
    display: none; }

.sticky-hero .entry-summary {
  padding: 40px;
  border: 1px solid #D8D8D8;
  border-top: 0px; }
  @media (max-width: 768px) {
    .sticky-hero .entry-summary {
      padding: 20px 0px;
      margin-bottom: 20px;
      border: 0px;
      border-bottom: 1px solid #D8D8D8; } }
  .sticky-hero .entry-summary p:last-child, .sticky-hero .entry-summary h6:last-child, .sticky-hero .entry-summary .h6:last-child {
    margin-bottom: 0px; }

.sticky-hero .search-results .entry-title.page-title, .search-results .sticky-hero .entry-title.page-title, .sticky-hero .page-header > .byline.full-bio .entry-title.author-title.author-archive-only, .page-header > .byline.full-bio .sticky-hero .entry-title.author-title.author-archive-only, .sticky-hero .page-header > .byline.full-bio .entry-title.author-name, .page-header > .byline.full-bio .sticky-hero .entry-title.author-name, .sticky-hero h2.entry-title {
  margin-bottom: 20px; }

#recent-posts h3, #recent-posts .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header #recent-posts .entry-title, #recent-posts .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title #recent-posts h1.loud, #recent-posts .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title #recent-posts .loud.display, #recent-posts .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title #recent-posts .loud.page-title, #recent-posts .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover #recent-posts h2.loud, #recent-posts .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title #recent-posts h2.loud, #recent-posts .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio #recent-posts .loud.author-title.author-archive-only, #recent-posts .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title #recent-posts .loud.author-title.author-archive-only, #recent-posts .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover #recent-posts .loud.author-title.author-archive-only, #recent-posts .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title #recent-posts .loud.author-title.author-archive-only, #recent-posts .byline.full-bio .author-name, .byline.full-bio #recent-posts .author-name, .simple-post-list h3, .simple-post-list .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .simple-post-list .entry-title, .simple-post-list .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .simple-post-list h1.loud, .simple-post-list .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .simple-post-list .loud.display, .simple-post-list .excerpt-row .entry-header .entry-title .loud.entry-title, .excerpt-row .entry-header .entry-title .simple-post-list .loud.entry-title, .simple-post-list .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .simple-post-list .loud.page-title, .simple-post-list .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .simple-post-list h2.loud, .simple-post-list .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .simple-post-list h2.loud, .simple-post-list .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .simple-post-list .loud.author-title.author-archive-only, .simple-post-list .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .simple-post-list .loud.author-title.author-archive-only, .simple-post-list .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .simple-post-list .loud.author-title.author-archive-only, .simple-post-list .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .simple-post-list .loud.author-title.author-archive-only, .simple-post-list .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-name, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .simple-post-list .loud.author-name, .simple-post-list .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-name, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .simple-post-list .loud.author-name, .simple-post-list .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-name, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .simple-post-list .loud.author-name, .simple-post-list .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-name, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .simple-post-list .loud.author-name, .simple-post-list .byline.full-bio .author-name, .byline.full-bio .simple-post-list .author-name {
  margin-bottom: 10px; }

#recent-posts article, .simple-post-list article {
  padding: 20px 0px;
  border-bottom: 1px solid #D8D8D8; }
  #recent-posts article > .entry-title, .simple-post-list article > .entry-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px; }
  #recent-posts article > .breadcrumb, .simple-post-list article > .breadcrumb {
    font-size: 13px;
    text-transform: none; }
  #recent-posts article .posted-on, #recent-posts article time, .simple-post-list article .posted-on, .simple-post-list article time {
    color: #979797; }

@media (min-width: 1024px) {
  body.page.home .header-wrapper {
    height: 252px; } }

body.page.home #news-header > #recent-posts article:first-of-type {
  padding-top: 0px; }

body.page.home #news-header > #recent-posts article:last-of-type {
  margin-bottom: 15px; }

@media (max-width: 568px) {
  body.page.home article.hentry .excerpt-row.excerpt-extra-large {
    padding: 10px !important; } }

body.page.home footer#colophon {
  margin-top: 0px; }

.post-type-archive-member-profile .excerpt-row {
  justify-content: space-between; }
  @media (max-width: 768px) {
    .post-type-archive-member-profile .excerpt-row {
      padding: 20px 0px; } }
  .post-type-archive-member-profile .excerpt-row .container-content {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 768px) {
      .post-type-archive-member-profile .excerpt-row .container-content {
        justify-content: space-evenly; } }
  .post-type-archive-member-profile .excerpt-row p, .post-type-archive-member-profile .excerpt-row h6, .post-type-archive-member-profile .excerpt-row .h6 {
    color: #3D3626;
    font-family: "Merriweather", "Georgia", serif; }
  .post-type-archive-member-profile .excerpt-row figure {
    margin: 0px 40px 0px 0px;
    overflow: hidden;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .post-type-archive-member-profile .excerpt-row figure {
        margin-right: 30px; } }
    @media (max-width: 568px) {
      .post-type-archive-member-profile .excerpt-row figure {
        margin-right: 0px; } }
    .post-type-archive-member-profile .excerpt-row figure img {
      transition: transform 0.5s ease-out;
      will-change: transform;
      min-width: 180px;
      max-width: 180px;
      max-height: 180px;
      object-fit: cover; }
      @media (max-width: 768px) {
        .post-type-archive-member-profile .excerpt-row figure img {
          min-width: 200px;
          max-width: 200px;
          min-height: 200px;
          max-height: 200px; } }
      @media (max-width: 568px) {
        .post-type-archive-member-profile .excerpt-row figure img {
          min-width: 100px;
          max-width: 100px;
          min-height: 100px;
          max-height: 100px; } }
      .post-type-archive-member-profile .excerpt-row figure img:hover {
        transform: scale(1.03); }
  .post-type-archive-member-profile .excerpt-row h3 a:hover, .post-type-archive-member-profile .excerpt-row .entry-header .entry-title a:hover, .post-type-archive-member-profile .excerpt-row .byline.full-bio .author-name a:hover, .byline.full-bio .post-type-archive-member-profile .excerpt-row .author-name a:hover, .post-type-archive-member-profile .excerpt-row h3 .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .post-type-archive-member-profile .excerpt-row h3 .ab-block-post-grid-more-link:hover, .post-type-archive-member-profile .excerpt-row .entry-header .entry-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .post-type-archive-member-profile .excerpt-row .entry-header .entry-title .ab-block-post-grid-more-link:hover, .post-type-archive-member-profile .excerpt-row .byline.full-bio .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .post-type-archive-member-profile .excerpt-row .byline.full-bio .author-name .ab-block-post-grid-more-link:hover, .byline.full-bio .post-type-archive-member-profile .excerpt-row .author-name .ab-post-grid-items.is-grid .ab-block-post-grid-more-link:hover, .ab-post-grid-items.is-grid .byline.full-bio .post-type-archive-member-profile .excerpt-row .author-name .ab-block-post-grid-more-link:hover {
    color: #008080;
    text-decoration: none; }
  .post-type-archive-member-profile .excerpt-row .content-wrapper {
    flex-basis: 63%; }
    @media (max-width: 768px) {
      .post-type-archive-member-profile .excerpt-row .content-wrapper {
        flex-basis: 55%; } }
    @media (max-width: 568px) {
      .post-type-archive-member-profile .excerpt-row .content-wrapper {
        flex-basis: 65%;
        padding-left: 20px; } }

.post-type-archive-member-profile .container-wide article:last-of-type, .post-type-archive-member-profile .excerpt-row.excerpt-large.excerpt-extra-large article:last-of-type, .post-type-archive-member-profile .wp-block-atomic-blocks-ab-container .ab-container-content article:last-of-type, .wp-block-atomic-blocks-ab-container .post-type-archive-member-profile .ab-container-content article:last-of-type {
  border-bottom: 1px solid #979797; }

.page-calendar #content {
  padding: 0px 30px; }
  @media (max-width: 568px) {
    .page-calendar #content {
      padding: 0px 20px; } }

.page-staff-attending .entry-content > .container-wide, .page-staff-attending .entry-content > .excerpt-row.excerpt-large.excerpt-extra-large, .page-staff-attending .wp-block-atomic-blocks-ab-container .entry-content > .ab-container-content, .wp-block-atomic-blocks-ab-container .page-staff-attending .entry-content > .ab-container-content {
  justify-content: center !important; }
  .page-staff-attending .entry-content > .container-wide #events-container, .page-staff-attending .entry-content > .excerpt-row.excerpt-large.excerpt-extra-large #events-container, .page-staff-attending .wp-block-atomic-blocks-ab-container .entry-content > .ab-container-content #events-container, .wp-block-atomic-blocks-ab-container .page-staff-attending .entry-content > .ab-container-content #events-container {
    margin-right: 0px; }

@media (max-width: 568px) {
  .page-staff-attending .entry-content, .page-staff-attending .date-bar {
    padding: 0px 20px !important; } }

.page-calendar .entry-title, .page-calendar .button-bar, .page-staff-attending .entry-title, .page-staff-attending .button-bar {
  opacity: 0;
  transition: opacity 0.3s ease; }

.page-calendar .button-bar .wrapper, .page-staff-attending .button-bar .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  @media (max-width: 568px) {
    .page-calendar .button-bar .wrapper, .page-staff-attending .button-bar .wrapper {
      margin-bottom: 5px; } }
  .page-calendar .button-bar .wrapper .button-wrapper, .page-staff-attending .button-bar .wrapper .button-wrapper {
    margin-right: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 1024px) {
      .page-calendar .button-bar .wrapper .button-wrapper, .page-staff-attending .button-bar .wrapper .button-wrapper {
        margin-right: 0px; } }
    @media (max-width: 568px) {
      .page-calendar .button-bar .wrapper .button-wrapper, .page-staff-attending .button-bar .wrapper .button-wrapper {
        flex-flow: column nowrap;
        width: 100%; } }
    @media (max-width: 568px) {
      .page-calendar .button-bar .wrapper .button-wrapper .dropdown button, .page-staff-attending .button-bar .wrapper .button-wrapper .dropdown button {
        width: 100%; } }
    .page-calendar .button-bar .wrapper .button-wrapper .dropdown:first-of-type, .page-staff-attending .button-bar .wrapper .button-wrapper .dropdown:first-of-type {
      margin-right: 30px; }
      @media (max-width: 568px) {
        .page-calendar .button-bar .wrapper .button-wrapper .dropdown:first-of-type, .page-staff-attending .button-bar .wrapper .button-wrapper .dropdown:first-of-type {
          margin-right: 0px; } }
  @media (max-width: 1024px) {
    .page-calendar .button-bar .wrapper, .page-staff-attending .button-bar .wrapper {
      flex-flow: column nowrap; } }

.page-calendar .container-wide, .page-calendar .excerpt-row.excerpt-large.excerpt-extra-large, .page-calendar .wp-block-atomic-blocks-ab-container .ab-container-content, .wp-block-atomic-blocks-ab-container .page-calendar .ab-container-content, .page-staff-attending .container-wide, .page-staff-attending .excerpt-row.excerpt-large.excerpt-extra-large, .page-staff-attending .wp-block-atomic-blocks-ab-container .ab-container-content, .wp-block-atomic-blocks-ab-container .page-staff-attending .ab-container-content {
  padding-top: 30px; }

.page-calendar #events-container, .page-staff-attending #events-container {
  max-width: 800px;
  flex-grow: 1;
  margin-right: 40px; }
  @media (max-width: 768px) {
    .page-calendar #events-container, .page-staff-attending #events-container {
      max-width: 100%;
      margin-right: 0px; } }

.page-calendar .form, .page-staff-attending .form {
  flex-grow: 1;
  max-width: 525px;
  width: 100%; }
  @media (max-width: 768px) {
    .page-calendar .form .input-group input, .page-staff-attending .form .input-group input {
      height: 40px !important; } }

.page-calendar .date-bar, .page-calendar .miniCalendarHeader, .page-staff-attending .date-bar, .page-staff-attending .miniCalendarHeader {
  padding: 5px 50px;
  background: #6D6D6D;
  position: relative; }
  .page-calendar .date-bar h4, .page-calendar .date-bar table thead th, table thead .page-calendar .date-bar th, .page-calendar .date-bar table thead td, table thead .page-calendar .date-bar td, .page-calendar .date-bar .table thead th, .table thead .page-calendar .date-bar th, .page-calendar .date-bar .table thead td, .table thead .page-calendar .date-bar td, .page-calendar .date-bar .tablepress thead th, .tablepress thead .page-calendar .date-bar th, .page-calendar .date-bar .tablepress thead td, .tablepress thead .page-calendar .date-bar td, .page-calendar .date-bar ul.simple li.heading, ul.simple .page-calendar .date-bar li.heading, .page-calendar .date-bar ol.simple li.heading, ol.simple .page-calendar .date-bar li.heading, .page-calendar .date-bar ul.list-with-image-heading > li:nth-child(2), .page-calendar .date-bar ol.list-with-image-heading > li:nth-child(2), .page-calendar .date-bar ul.list-with-heading > li:first-child, .page-calendar .date-bar ol.list-with-heading > li:first-child, .page-calendar .date-bar .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .page-calendar .date-bar .ab-block-post-grid-title, .page-calendar .date-bar .info-box h3, .info-box .page-calendar .date-bar h3, .page-calendar .date-bar .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header .page-calendar .date-bar .entry-title, .page-calendar .date-bar .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box .page-calendar .date-bar .entry-title, .page-calendar .date-bar .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title .page-calendar .date-bar h1.loud, .page-calendar .date-bar .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box .page-calendar .date-bar h1.loud, .page-calendar .date-bar .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title .page-calendar .date-bar .loud.display, .page-calendar .date-bar .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box .page-calendar .date-bar .loud.display, .page-calendar .date-bar .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .page-calendar .date-bar .loud.page-title, .page-calendar .date-bar .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .page-calendar .date-bar .loud.page-title, .page-calendar .date-bar .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-calendar .date-bar h2.loud, .page-calendar .date-bar .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .page-calendar .date-bar h2.loud, .page-calendar .date-bar .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .date-bar h2.loud, .page-calendar .date-bar .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .page-calendar .date-bar h2.loud, .page-calendar .date-bar .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .info-box .byline.full-bio .author-name, .info-box .byline.full-bio .page-calendar .date-bar .author-name, .page-calendar .date-bar .byline.full-bio .info-box .author-name, .byline.full-bio .info-box .page-calendar .date-bar .author-name, .page-calendar .date-bar .info-box .kt-blocks-info-box-title, .info-box .page-calendar .date-bar .kt-blocks-info-box-title, .page-calendar .date-bar .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .page-calendar .date-bar h3, .page-calendar .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .page-calendar .date-bar .entry-title, .page-calendar .date-bar .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .page-calendar .date-bar .entry-title, .page-calendar .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-calendar .date-bar h1.loud, .page-calendar .date-bar .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-calendar .date-bar h1.loud, .page-calendar .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-calendar .date-bar .loud.display, .page-calendar .date-bar .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-calendar .date-bar .loud.display, .page-calendar .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-calendar .date-bar .loud.page-title, .page-calendar .date-bar .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-calendar .date-bar .loud.page-title, .page-calendar .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-calendar .date-bar h2.loud, .page-calendar .date-bar .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .page-calendar .date-bar h2.loud, .page-calendar .date-bar .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .date-bar h2.loud, .page-calendar .date-bar .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-calendar .date-bar h2.loud, .page-calendar .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-calendar .date-bar .loud.author-title.author-archive-only, .page-calendar .date-bar .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio .page-calendar .date-bar .author-name, .page-calendar .date-bar .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox .page-calendar .date-bar .author-name, .page-calendar .date-bar .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .page-calendar .date-bar .kt-blocks-info-box-title, .page-calendar .date-bar .schema-faq-question, .page-calendar .date-bar .byline.full-bio.centered .author-name, .byline.full-bio.centered .page-calendar .date-bar .author-name, .page-calendar .date-bar .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .page-calendar .date-bar .author-title.author-archive-only, .page-calendar .miniCalendarHeader h4, .page-calendar .miniCalendarHeader table thead th, table thead .page-calendar .miniCalendarHeader th, .page-calendar .miniCalendarHeader table thead td, table thead .page-calendar .miniCalendarHeader td, .page-calendar .miniCalendarHeader .table thead th, .table thead .page-calendar .miniCalendarHeader th, .page-calendar .miniCalendarHeader .table thead td, .table thead .page-calendar .miniCalendarHeader td, .page-calendar .miniCalendarHeader .tablepress thead th, .tablepress thead .page-calendar .miniCalendarHeader th, .page-calendar .miniCalendarHeader .tablepress thead td, .tablepress thead .page-calendar .miniCalendarHeader td, .page-calendar .miniCalendarHeader ul.simple li.heading, ul.simple .page-calendar .miniCalendarHeader li.heading, .page-calendar .miniCalendarHeader ol.simple li.heading, ol.simple .page-calendar .miniCalendarHeader li.heading, .page-calendar .miniCalendarHeader ul.list-with-image-heading > li:nth-child(2), .page-calendar .miniCalendarHeader ol.list-with-image-heading > li:nth-child(2), .page-calendar .miniCalendarHeader ul.list-with-heading > li:first-child, .page-calendar .miniCalendarHeader ol.list-with-heading > li:first-child, .page-calendar .miniCalendarHeader .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .page-calendar .miniCalendarHeader .ab-block-post-grid-title, .page-calendar .miniCalendarHeader .info-box h3, .info-box .page-calendar .miniCalendarHeader h3, .page-calendar .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header .page-calendar .miniCalendarHeader .entry-title, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box .page-calendar .miniCalendarHeader .entry-title, .page-calendar .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title .page-calendar .miniCalendarHeader h1.loud, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box .page-calendar .miniCalendarHeader h1.loud, .page-calendar .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title .page-calendar .miniCalendarHeader .loud.display, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box .page-calendar .miniCalendarHeader .loud.display, .page-calendar .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .page-calendar .miniCalendarHeader .loud.page-title, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .page-calendar .miniCalendarHeader .loud.page-title, .page-calendar .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-calendar .miniCalendarHeader h2.loud, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .page-calendar .miniCalendarHeader h2.loud, .page-calendar .miniCalendarHeader .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .miniCalendarHeader h2.loud, .page-calendar .miniCalendarHeader .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .page-calendar .miniCalendarHeader h2.loud, .page-calendar .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .info-box .byline.full-bio .author-name, .info-box .byline.full-bio .page-calendar .miniCalendarHeader .author-name, .page-calendar .miniCalendarHeader .byline.full-bio .info-box .author-name, .byline.full-bio .info-box .page-calendar .miniCalendarHeader .author-name, .page-calendar .miniCalendarHeader .info-box .kt-blocks-info-box-title, .info-box .page-calendar .miniCalendarHeader .kt-blocks-info-box-title, .page-calendar .miniCalendarHeader .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .page-calendar .miniCalendarHeader h3, .page-calendar .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .page-calendar .miniCalendarHeader .entry-title, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .page-calendar .miniCalendarHeader .entry-title, .page-calendar .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-calendar .miniCalendarHeader h1.loud, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-calendar .miniCalendarHeader h1.loud, .page-calendar .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-calendar .miniCalendarHeader .loud.display, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-calendar .miniCalendarHeader .loud.display, .page-calendar .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-calendar .miniCalendarHeader .loud.page-title, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-calendar .miniCalendarHeader .loud.page-title, .page-calendar .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-calendar .miniCalendarHeader h2.loud, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .page-calendar .miniCalendarHeader h2.loud, .page-calendar .miniCalendarHeader .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .miniCalendarHeader h2.loud, .page-calendar .miniCalendarHeader .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-calendar .miniCalendarHeader h2.loud, .page-calendar .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-calendar .miniCalendarHeader .loud.author-title.author-archive-only, .page-calendar .miniCalendarHeader .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio .page-calendar .miniCalendarHeader .author-name, .page-calendar .miniCalendarHeader .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox .page-calendar .miniCalendarHeader .author-name, .page-calendar .miniCalendarHeader .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .page-calendar .miniCalendarHeader .kt-blocks-info-box-title, .page-calendar .miniCalendarHeader .schema-faq-question, .page-calendar .miniCalendarHeader .byline.full-bio.centered .author-name, .byline.full-bio.centered .page-calendar .miniCalendarHeader .author-name, .page-calendar .miniCalendarHeader .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .page-calendar .miniCalendarHeader .author-title.author-archive-only, .page-staff-attending .date-bar h4, .page-staff-attending .date-bar table thead th, table thead .page-staff-attending .date-bar th, .page-staff-attending .date-bar table thead td, table thead .page-staff-attending .date-bar td, .page-staff-attending .date-bar .table thead th, .table thead .page-staff-attending .date-bar th, .page-staff-attending .date-bar .table thead td, .table thead .page-staff-attending .date-bar td, .page-staff-attending .date-bar .tablepress thead th, .tablepress thead .page-staff-attending .date-bar th, .page-staff-attending .date-bar .tablepress thead td, .tablepress thead .page-staff-attending .date-bar td, .page-staff-attending .date-bar ul.simple li.heading, ul.simple .page-staff-attending .date-bar li.heading, .page-staff-attending .date-bar ol.simple li.heading, ol.simple .page-staff-attending .date-bar li.heading, .page-staff-attending .date-bar ul.list-with-image-heading > li:nth-child(2), .page-staff-attending .date-bar ol.list-with-image-heading > li:nth-child(2), .page-staff-attending .date-bar ul.list-with-heading > li:first-child, .page-staff-attending .date-bar ol.list-with-heading > li:first-child, .page-staff-attending .date-bar .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .page-staff-attending .date-bar .ab-block-post-grid-title, .page-staff-attending .date-bar .info-box h3, .info-box .page-staff-attending .date-bar h3, .page-staff-attending .date-bar .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header .page-staff-attending .date-bar .entry-title, .page-staff-attending .date-bar .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box .page-staff-attending .date-bar .entry-title, .page-staff-attending .date-bar .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title .page-staff-attending .date-bar h1.loud, .page-staff-attending .date-bar .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box .page-staff-attending .date-bar h1.loud, .page-staff-attending .date-bar .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title .page-staff-attending .date-bar .loud.display, .page-staff-attending .date-bar .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box .page-staff-attending .date-bar .loud.display, .page-staff-attending .date-bar .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .page-staff-attending .date-bar .loud.page-title, .page-staff-attending .date-bar .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .page-staff-attending .date-bar .loud.page-title, .page-staff-attending .date-bar .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-staff-attending .date-bar h2.loud, .page-staff-attending .date-bar .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .page-staff-attending .date-bar h2.loud, .page-staff-attending .date-bar .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .date-bar h2.loud, .page-staff-attending .date-bar .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .page-staff-attending .date-bar h2.loud, .page-staff-attending .date-bar .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .info-box .byline.full-bio .author-name, .info-box .byline.full-bio .page-staff-attending .date-bar .author-name, .page-staff-attending .date-bar .byline.full-bio .info-box .author-name, .byline.full-bio .info-box .page-staff-attending .date-bar .author-name, .page-staff-attending .date-bar .info-box .kt-blocks-info-box-title, .info-box .page-staff-attending .date-bar .kt-blocks-info-box-title, .page-staff-attending .date-bar .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .page-staff-attending .date-bar h3, .page-staff-attending .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .page-staff-attending .date-bar .entry-title, .page-staff-attending .date-bar .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .page-staff-attending .date-bar .entry-title, .page-staff-attending .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-staff-attending .date-bar h1.loud, .page-staff-attending .date-bar .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-staff-attending .date-bar h1.loud, .page-staff-attending .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-staff-attending .date-bar .loud.display, .page-staff-attending .date-bar .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-staff-attending .date-bar .loud.display, .page-staff-attending .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-staff-attending .date-bar .loud.page-title, .page-staff-attending .date-bar .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-staff-attending .date-bar .loud.page-title, .page-staff-attending .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-staff-attending .date-bar h2.loud, .page-staff-attending .date-bar .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .page-staff-attending .date-bar h2.loud, .page-staff-attending .date-bar .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .date-bar h2.loud, .page-staff-attending .date-bar .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-staff-attending .date-bar h2.loud, .page-staff-attending .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-staff-attending .date-bar .loud.author-title.author-archive-only, .page-staff-attending .date-bar .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio .page-staff-attending .date-bar .author-name, .page-staff-attending .date-bar .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox .page-staff-attending .date-bar .author-name, .page-staff-attending .date-bar .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .page-staff-attending .date-bar .kt-blocks-info-box-title, .page-staff-attending .date-bar .schema-faq-question, .page-staff-attending .date-bar .byline.full-bio.centered .author-name, .byline.full-bio.centered .page-staff-attending .date-bar .author-name, .page-staff-attending .date-bar .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .page-staff-attending .date-bar .author-title.author-archive-only, .page-staff-attending .miniCalendarHeader h4, .page-staff-attending .miniCalendarHeader table thead th, table thead .page-staff-attending .miniCalendarHeader th, .page-staff-attending .miniCalendarHeader table thead td, table thead .page-staff-attending .miniCalendarHeader td, .page-staff-attending .miniCalendarHeader .table thead th, .table thead .page-staff-attending .miniCalendarHeader th, .page-staff-attending .miniCalendarHeader .table thead td, .table thead .page-staff-attending .miniCalendarHeader td, .page-staff-attending .miniCalendarHeader .tablepress thead th, .tablepress thead .page-staff-attending .miniCalendarHeader th, .page-staff-attending .miniCalendarHeader .tablepress thead td, .tablepress thead .page-staff-attending .miniCalendarHeader td, .page-staff-attending .miniCalendarHeader ul.simple li.heading, ul.simple .page-staff-attending .miniCalendarHeader li.heading, .page-staff-attending .miniCalendarHeader ol.simple li.heading, ol.simple .page-staff-attending .miniCalendarHeader li.heading, .page-staff-attending .miniCalendarHeader ul.list-with-image-heading > li:nth-child(2), .page-staff-attending .miniCalendarHeader ol.list-with-image-heading > li:nth-child(2), .page-staff-attending .miniCalendarHeader ul.list-with-heading > li:first-child, .page-staff-attending .miniCalendarHeader ol.list-with-heading > li:first-child, .page-staff-attending .miniCalendarHeader .ab-post-grid-items.is-grid .ab-block-post-grid-title, .ab-post-grid-items.is-grid .page-staff-attending .miniCalendarHeader .ab-block-post-grid-title, .page-staff-attending .miniCalendarHeader .info-box h3, .info-box .page-staff-attending .miniCalendarHeader h3, .page-staff-attending .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title, .info-box .excerpt-row .entry-header .page-staff-attending .miniCalendarHeader .entry-title, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .info-box .entry-title, .excerpt-row .entry-header .info-box .page-staff-attending .miniCalendarHeader .entry-title, .page-staff-attending .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title h1.loud, .info-box .excerpt-row .entry-header .entry-title .page-staff-attending .miniCalendarHeader h1.loud, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .entry-title .info-box h1.loud, .excerpt-row .entry-header .entry-title .info-box .page-staff-attending .miniCalendarHeader h1.loud, .page-staff-attending .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title .loud.display, .info-box .excerpt-row .entry-header .entry-title .page-staff-attending .miniCalendarHeader .loud.display, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .entry-title .info-box .loud.display, .excerpt-row .entry-header .entry-title .info-box .page-staff-attending .miniCalendarHeader .loud.display, .page-staff-attending .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title .loud.page-title, .info-box .excerpt-row .entry-header .entry-title .page-staff-attending .miniCalendarHeader .loud.page-title, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .entry-title .info-box .loud.page-title, .excerpt-row .entry-header .entry-title .info-box .page-staff-attending .miniCalendarHeader .loud.page-title, .page-staff-attending .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-staff-attending .miniCalendarHeader h2.loud, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-cover .info-box h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .info-box .page-staff-attending .miniCalendarHeader h2.loud, .page-staff-attending .miniCalendarHeader .info-box .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .info-box .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .miniCalendarHeader h2.loud, .page-staff-attending .miniCalendarHeader .wp-block-cover .excerpt-row .entry-header .entry-title .info-box h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .page-staff-attending .miniCalendarHeader h2.loud, .page-staff-attending .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .info-box .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .info-box .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .info-box .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .info-box .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .info-box .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .info-box .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .info-box .byline.full-bio .author-name, .info-box .byline.full-bio .page-staff-attending .miniCalendarHeader .author-name, .page-staff-attending .miniCalendarHeader .byline.full-bio .info-box .author-name, .byline.full-bio .info-box .page-staff-attending .miniCalendarHeader .author-name, .page-staff-attending .miniCalendarHeader .info-box .kt-blocks-info-box-title, .info-box .page-staff-attending .miniCalendarHeader .kt-blocks-info-box-title, .page-staff-attending .miniCalendarHeader .wp-block-kadence-infobox h3, .wp-block-kadence-infobox .page-staff-attending .miniCalendarHeader h3, .page-staff-attending .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title, .wp-block-kadence-infobox .excerpt-row .entry-header .page-staff-attending .miniCalendarHeader .entry-title, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .wp-block-kadence-infobox .entry-title, .excerpt-row .entry-header .wp-block-kadence-infobox .page-staff-attending .miniCalendarHeader .entry-title, .page-staff-attending .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title h1.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-staff-attending .miniCalendarHeader h1.loud, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h1.loud, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-staff-attending .miniCalendarHeader h1.loud, .page-staff-attending .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.display, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-staff-attending .miniCalendarHeader .loud.display, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.display, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-staff-attending .miniCalendarHeader .loud.display, .page-staff-attending .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .loud.page-title, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-staff-attending .miniCalendarHeader .loud.page-title, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.page-title, .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-staff-attending .miniCalendarHeader .loud.page-title, .page-staff-attending .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-staff-attending .miniCalendarHeader h2.loud, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .wp-block-kadence-infobox .page-staff-attending .miniCalendarHeader h2.loud, .page-staff-attending .miniCalendarHeader .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-kadence-infobox .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .miniCalendarHeader h2.loud, .page-staff-attending .miniCalendarHeader .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-staff-attending .miniCalendarHeader h2.loud, .page-staff-attending .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .wp-block-kadence-infobox .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .wp-block-kadence-infobox .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .wp-block-kadence-infobox .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-kadence-infobox .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .wp-block-kadence-infobox .page-staff-attending .miniCalendarHeader .loud.author-title.author-archive-only, .page-staff-attending .miniCalendarHeader .wp-block-kadence-infobox .byline.full-bio .author-name, .wp-block-kadence-infobox .byline.full-bio .page-staff-attending .miniCalendarHeader .author-name, .page-staff-attending .miniCalendarHeader .byline.full-bio .wp-block-kadence-infobox .author-name, .byline.full-bio .wp-block-kadence-infobox .page-staff-attending .miniCalendarHeader .author-name, .page-staff-attending .miniCalendarHeader .wp-block-kadence-infobox .kt-blocks-info-box-title, .wp-block-kadence-infobox .page-staff-attending .miniCalendarHeader .kt-blocks-info-box-title, .page-staff-attending .miniCalendarHeader .schema-faq-question, .page-staff-attending .miniCalendarHeader .byline.full-bio.centered .author-name, .byline.full-bio.centered .page-staff-attending .miniCalendarHeader .author-name, .page-staff-attending .miniCalendarHeader .byline.full-bio.centered .author-title.author-archive-only, .byline.full-bio.centered .page-staff-attending .miniCalendarHeader .author-title.author-archive-only {
    display: inline;
    color: #fff; }
  .page-calendar .date-bar i, .page-calendar .miniCalendarHeader i, .page-staff-attending .date-bar i, .page-staff-attending .miniCalendarHeader i {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: color 0.3s ease; }
    .page-calendar .date-bar i.prev-month, .page-calendar .miniCalendarHeader i.prev-month, .page-staff-attending .date-bar i.prev-month, .page-staff-attending .miniCalendarHeader i.prev-month {
      left: 5px; }
    .page-calendar .date-bar i.next-month, .page-calendar .miniCalendarHeader i.next-month, .page-staff-attending .date-bar i.next-month, .page-staff-attending .miniCalendarHeader i.next-month {
      right: 5px; }
    .page-calendar .date-bar i:hover, .page-calendar .miniCalendarHeader i:hover, .page-staff-attending .date-bar i:hover, .page-staff-attending .miniCalendarHeader i:hover {
      color: #C5A35F; }

.page-calendar .event-card, .page-staff-attending .event-card {
  padding: 30px;
  border: 1px solid #D8D8D8;
  margin-top: 20px;
  border-top: 6px solid #D8D8D8;
  transition: border-color 0.3s ease; }
  @media (max-width: 568px) {
    .page-calendar .event-card, .page-staff-attending .event-card {
      padding: 20px; } }
  .page-calendar .event-card.clickable h3, .page-calendar .event-card.clickable .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .page-calendar .event-card.clickable .entry-title, .page-calendar .event-card.clickable .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .page-calendar .event-card.clickable h1.loud, .page-calendar .event-card.clickable .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .page-calendar .event-card.clickable .loud.display, .page-calendar .event-card.clickable .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .page-calendar .event-card.clickable .loud.page-title, .page-calendar .event-card.clickable .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-calendar .event-card.clickable h2.loud, .page-calendar .event-card.clickable .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .event-card.clickable h2.loud, .page-calendar .event-card.clickable .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-calendar .event-card.clickable .loud.author-title.author-archive-only, .page-calendar .event-card.clickable .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-calendar .event-card.clickable .loud.author-title.author-archive-only, .page-calendar .event-card.clickable .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-calendar .event-card.clickable .loud.author-title.author-archive-only, .page-calendar .event-card.clickable .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .event-card.clickable .loud.author-title.author-archive-only, .page-calendar .event-card.clickable .byline.full-bio .author-name, .byline.full-bio .page-calendar .event-card.clickable .author-name, .page-staff-attending .event-card.clickable h3, .page-staff-attending .event-card.clickable .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .page-staff-attending .event-card.clickable .entry-title, .page-staff-attending .event-card.clickable .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .page-staff-attending .event-card.clickable h1.loud, .page-staff-attending .event-card.clickable .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .page-staff-attending .event-card.clickable .loud.display, .page-staff-attending .event-card.clickable .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .page-staff-attending .event-card.clickable .loud.page-title, .page-staff-attending .event-card.clickable .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-staff-attending .event-card.clickable h2.loud, .page-staff-attending .event-card.clickable .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .event-card.clickable h2.loud, .page-staff-attending .event-card.clickable .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-staff-attending .event-card.clickable .loud.author-title.author-archive-only, .page-staff-attending .event-card.clickable .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-staff-attending .event-card.clickable .loud.author-title.author-archive-only, .page-staff-attending .event-card.clickable .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-staff-attending .event-card.clickable .loud.author-title.author-archive-only, .page-staff-attending .event-card.clickable .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .event-card.clickable .loud.author-title.author-archive-only, .page-staff-attending .event-card.clickable .byline.full-bio .author-name, .byline.full-bio .page-staff-attending .event-card.clickable .author-name {
    pointer-events: auto; }
  .page-calendar .event-card.clickable:hover, .page-staff-attending .event-card.clickable:hover {
    border-top: 6px solid #008080; }
  .page-calendar .event-card.deadline, .page-staff-attending .event-card.deadline {
    border-top: 6px solid #933F20;
    background: #D8D8D8; }
    .page-calendar .event-card.deadline:hover, .page-staff-attending .event-card.deadline:hover {
      border-top: 6px solid #933F20; }
  .page-calendar .event-card h3, .page-calendar .event-card .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .page-calendar .event-card .entry-title, .page-calendar .event-card .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .page-calendar .event-card h1.loud, .page-calendar .event-card .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .page-calendar .event-card .loud.display, .page-calendar .event-card .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .page-calendar .event-card .loud.page-title, .page-calendar .event-card .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-calendar .event-card h2.loud, .page-calendar .event-card .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .event-card h2.loud, .page-calendar .event-card .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-calendar .event-card .loud.author-title.author-archive-only, .page-calendar .event-card .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-calendar .event-card .loud.author-title.author-archive-only, .page-calendar .event-card .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-calendar .event-card .loud.author-title.author-archive-only, .page-calendar .event-card .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .event-card .loud.author-title.author-archive-only, .page-calendar .event-card .byline.full-bio .author-name, .byline.full-bio .page-calendar .event-card .author-name, .page-staff-attending .event-card h3, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .page-staff-attending .event-card .entry-title, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .page-staff-attending .event-card h1.loud, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .page-staff-attending .event-card .loud.display, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .page-staff-attending .event-card .loud.page-title, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-staff-attending .event-card h2.loud, .page-staff-attending .event-card .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .event-card h2.loud, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-staff-attending .event-card .loud.author-title.author-archive-only, .page-staff-attending .event-card .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-staff-attending .event-card .loud.author-title.author-archive-only, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-staff-attending .event-card .loud.author-title.author-archive-only, .page-staff-attending .event-card .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .event-card .loud.author-title.author-archive-only, .page-staff-attending .event-card .byline.full-bio .author-name, .byline.full-bio .page-staff-attending .event-card .author-name {
    margin-bottom: 20px;
    pointer-events: none; }
    @media (max-width: 568px) {
      .page-calendar .event-card h3, .page-calendar .event-card .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .page-calendar .event-card .entry-title, .page-calendar .event-card .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .page-calendar .event-card h1.loud, .page-calendar .event-card .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .page-calendar .event-card .loud.display, .page-calendar .event-card .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .page-calendar .event-card .loud.page-title, .page-calendar .event-card .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-calendar .event-card h2.loud, .page-calendar .event-card .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .event-card h2.loud, .page-calendar .event-card .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-calendar .event-card .loud.author-title.author-archive-only, .page-calendar .event-card .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-calendar .event-card .loud.author-title.author-archive-only, .page-calendar .event-card .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-calendar .event-card .loud.author-title.author-archive-only, .page-calendar .event-card .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-calendar .event-card .loud.author-title.author-archive-only, .page-calendar .event-card .byline.full-bio .author-name, .byline.full-bio .page-calendar .event-card .author-name, .page-staff-attending .event-card h3, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title, .excerpt-row .entry-header .page-staff-attending .event-card .entry-title, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title h1.loud, .excerpt-row .entry-header .entry-title .page-staff-attending .event-card h1.loud, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title .loud.display, .excerpt-row .entry-header .entry-title .page-staff-attending .event-card .loud.display, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title .loud.page-title, .excerpt-row .entry-header .entry-title .page-staff-attending .event-card .loud.page-title, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title .wp-block-cover h2.loud, .excerpt-row .entry-header .entry-title .wp-block-cover .page-staff-attending .event-card h2.loud, .page-staff-attending .event-card .wp-block-cover .excerpt-row .entry-header .entry-title h2.loud, .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .event-card h2.loud, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .wp-block-cover .page-header > .byline.full-bio .page-staff-attending .event-card .loud.author-title.author-archive-only, .page-staff-attending .event-card .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio .excerpt-row .entry-header .entry-title .page-staff-attending .event-card .loud.author-title.author-archive-only, .page-staff-attending .event-card .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .loud.author-title.author-archive-only, .excerpt-row .entry-header .entry-title .page-header > .byline.full-bio .wp-block-cover .page-staff-attending .event-card .loud.author-title.author-archive-only, .page-staff-attending .event-card .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .loud.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover .excerpt-row .entry-header .entry-title .page-staff-attending .event-card .loud.author-title.author-archive-only, .page-staff-attending .event-card .byline.full-bio .author-name, .byline.full-bio .page-staff-attending .event-card .author-name {
        margin-bottom: 15px; } }
  .page-calendar .event-card p i, .page-calendar .event-card h6 i, .page-calendar .event-card .h6 i, .page-staff-attending .event-card p i, .page-staff-attending .event-card h6 i, .page-staff-attending .event-card .h6 i {
    margin-right: 5px; }
  .page-calendar .event-card .loud, .page-staff-attending .event-card .loud {
    color: #008080; }
  .page-calendar .event-card .excerpt, .page-staff-attending .event-card .excerpt {
    border-top: 1px solid #d8d8d8;
    margin-top: 20px;
    padding-top: 20px; }
  .page-calendar .event-card .flex-wrapper, .page-staff-attending .event-card .flex-wrapper {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start; }
    .page-calendar .event-card .flex-wrapper .event-card-details, .page-staff-attending .event-card .flex-wrapper .event-card-details {
      flex-basis: 70%;
      flex-grow: 1; }
    .page-calendar .event-card .flex-wrapper figure, .page-staff-attending .event-card .flex-wrapper figure {
      flex-basis: 30%;
      margin-left: 20px; }
      .page-calendar .event-card .flex-wrapper figure img, .page-staff-attending .event-card .flex-wrapper figure img {
        width: 100%; }

.page-calendar #miniCalendar, .page-staff-attending #miniCalendar {
  width: 314px;
  display: flex;
  flex-flow: row wrap; }
  @media (max-width: 768px) {
    .page-calendar #miniCalendar, .page-staff-attending #miniCalendar {
      display: none; } }
  .page-calendar #miniCalendar .miniCalendarHeader, .page-staff-attending #miniCalendar .miniCalendarHeader {
    flex-basis: 100%;
    text-align: center; }
  .page-calendar #miniCalendar .day, .page-staff-attending #miniCalendar .day {
    flex-basis: 14.28%;
    height: 36px;
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-family: "Helvetica", "Arial", sans-serif;
    color: 1px solid #3D3626;
    transition: all 0.3s ease;
    cursor: pointer; }
    .page-calendar #miniCalendar .day:hover, .page-staff-attending #miniCalendar .day:hover {
      color: #fff;
      background-color: #008080; }
    .page-calendar #miniCalendar .day.no-pointer-events, .page-staff-attending #miniCalendar .day.no-pointer-events {
      pointer-events: none; }
    .page-calendar #miniCalendar .day.dayTitle, .page-staff-attending #miniCalendar .day.dayTitle {
      font-weight: bold;
      background: #D8D8D8;
      pointer-events: none; }
    .page-calendar #miniCalendar .day:nth-of-type(7n +1), .page-staff-attending #miniCalendar .day:nth-of-type(7n +1) {
      border-right: 1px solid #D8D8D8; }
    .page-calendar #miniCalendar .day.active, .page-staff-attending #miniCalendar .day.active {
      background: #D8D8D8; }
      .page-calendar #miniCalendar .day.active:hover, .page-staff-attending #miniCalendar .day.active:hover {
        color: #fff;
        background-color: #008080; }
    .page-calendar #miniCalendar .day:not(.active), .page-staff-attending #miniCalendar .day:not(.active) {
      pointer-events: none; }
    .page-calendar #miniCalendar .day:last-of-type, .page-staff-attending #miniCalendar .day:last-of-type {
      border-right: 1px solid #D8D8D8;
      flex-basis: inherit;
      width: 45px; }
    .page-calendar #miniCalendar .day:last-of-type.no-pointer-events, .page-staff-attending #miniCalendar .day:last-of-type.no-pointer-events {
      display: none; }

.page-calendar .padded-block.with-logo-centered, .page-staff-attending .padded-block.with-logo-centered {
  margin: 80px 0px 0px 0px;
  padding: 70px 30px 40px 30px; }
  @media (max-width: 768px) {
    .page-calendar .padded-block.with-logo-centered, .page-staff-attending .padded-block.with-logo-centered {
      padding: 50px 10px 25px 10px; } }
  @media (max-width: 568px) {
    .page-calendar .padded-block.with-logo-centered, .page-staff-attending .padded-block.with-logo-centered {
      margin-top: 50px; } }

.event-row-excerpts {
  margin: 0 auto;
  display: block;
  border-top: 1px solid #D8D8D8; }

.event-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
  padding: 10px 50px; }
  @media (max-width: 1024px) {
    .event-row {
      padding: 10px 20px; } }
  @media (max-width: 568px) {
    .event-row {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }
  .event-row.deadline {
    background-color: #EFEFEF;
    border-top: 1px solid #933F20; }
  .event-row:hover {
    background-color: #f7f7f9; }

.event-excerpt-date {
  font-weight: bold;
  font-size: 15px;
  font-family: "Helvetica", "Arial", sans-serif;
  flex-basis: 25%; }

.event-excerpt-content {
  flex-basis: 60%; }

.event-excerpt-title {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.3; }
  .event-excerpt-title a, .event-excerpt-title .ab-post-grid-items.is-grid .ab-block-post-grid-more-link, .ab-post-grid-items.is-grid .event-excerpt-title .ab-block-post-grid-more-link {
    font-family: "Merriweather", "Georgia", serif;
    font-weight: normal;
    color: #3D3626; }

.event-excerpt-location {
  margin-bottom: 0px; }

.event-excerpt-link {
  flex-basis: 15%;
  text-align: left; }
  @media (max-width: 568px) {
    .event-excerpt-link {
      text-align: left; } }

.page.home .header-wrapper {
  margin-bottom: 0px; }

.page.home article.page > .breadcrumbs,
.page.home article.page > .entry-header > h1.entry-title,
.page.home article.page > .entry-header > .entry-title.display,
.page.home article.page > .entry-header > .entry-title,
.page.home article.page > .entry-header > .entry-title.page-title,
.page.home .wp-block-cover article.page > .entry-header > h2.entry-title, .wp-block-cover
.page.home article.page > .entry-header > h2.entry-title,
.page.home .wp-block-cover .search-results article.page > .entry-header > .entry-title.page-title,
.page.home .search-results .wp-block-cover article.page > .entry-header > .entry-title.page-title,
.page.home .wp-block-cover .page-header > .byline.full-bio article.page > .entry-header > .entry-title.author-title.author-archive-only, .wp-block-cover .page-header > .byline.full-bio
.page.home article.page > .entry-header > .entry-title.author-title.author-archive-only,
.page.home .page-header > .byline.full-bio .wp-block-cover article.page > .entry-header > .entry-title.author-title.author-archive-only, .page-header > .byline.full-bio .wp-block-cover
.page.home article.page > .entry-header > .entry-title.author-title.author-archive-only,
.page.home .wp-block-cover .page-header > .byline.full-bio article.page > .entry-header > .entry-title.author-name, .wp-block-cover .page-header > .byline.full-bio
.page.home article.page > .entry-header > .entry-title.author-name,
.page.home .page-header > .byline.full-bio .wp-block-cover article.page > .entry-header > .entry-title.author-name, .page-header > .byline.full-bio .wp-block-cover
.page.home article.page > .entry-header > .entry-title.author-name {
  display: none; }

.page.home .simple-post-list > h2, .page.home .search-results .simple-post-list > .page-title, .search-results .page.home .simple-post-list > .page-title, .page.home .page-header > .byline.full-bio .simple-post-list > .author-title.author-archive-only, .page-header > .byline.full-bio .page.home .simple-post-list > .author-title.author-archive-only, .page.home .page-header > .byline.full-bio .simple-post-list > .author-name, .page-header > .byline.full-bio .page.home .simple-post-list > .author-name, .page.home .sticky-hero .simple-post-list > h2.entry-title {
  margin-top: 30px; }

#home-page-promo img {
  max-width: 60%; }

.page-advertise .tab-container img {
  width: 100%; }

@media (max-width: 768px) {
  .page-advertise .vcard p, .page-advertise .vcard h6, .page-advertise .vcard .h6 {
    max-width: 250px; } }

@media (max-width: 768px) {
  .page-advertise .vcard p, .page-advertise .vcard h6, .page-advertise .vcard .h6 {
    max-width: 100%; } }

.page-advertise .breadcrumbs {
  display: none; }

.page-advertise #benefits-carousel {
  position: relative;
  max-width: 750px; }
  @media (max-width: 768px) {
    .page-advertise #benefits-carousel {
      clear: both; } }
  .page-advertise #benefits-carousel .carousel-caption {
    margin-top: 20px; }
  .page-advertise #benefits-carousel .slide {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    max-width: 750px; }
  .page-advertise #benefits-carousel .slick-slide img {
    max-width: 500px;
    width: auto; }
  .page-advertise #benefits-carousel .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    color: transparent;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 0.3s ease;
    z-index: 3;
    background-color: transparent; }
    @media (max-width: 568px) {
      .page-advertise #benefits-carousel .slick-arrow {
        bottom: -40px;
        top: auto;
        transform: translateY(0px); } }
  .page-advertise #benefits-carousel .slick-next {
    right: 60px;
    background-image: url("https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2018/12/Right-Arrow-1.svg"); }
    .page-advertise #benefits-carousel .slick-next:hover {
      background-image: url("https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2018/12/Right-Arrow_hover.svg"); }
    @media (max-width: 1024px) {
      .page-advertise #benefits-carousel .slick-next {
        right: 20px; } }
    @media (max-width: 768px) {
      .page-advertise #benefits-carousel .slick-next {
        right: 0px; } }
    @media (max-width: 568px) {
      .page-advertise #benefits-carousel .slick-next {
        bottom: -20px; } }
  .page-advertise #benefits-carousel .slick-prev {
    left: -40px;
    background-image: url("https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2018/12/Left-Arrow-1.svg"); }
    .page-advertise #benefits-carousel .slick-prev:hover {
      background-image: url("https://s3-us-west-2.amazonaws.com/brewersassoc/wp-content/uploads/2018/12/Left-Arrow_hover.svg"); }
    @media (max-width: 1024px) {
      .page-advertise #benefits-carousel .slick-prev {
        left: 20px; } }
    @media (max-width: 768px) {
      .page-advertise #benefits-carousel .slick-prev {
        left: 0px; } }
    @media (max-width: 568px) {
      .page-advertise #benefits-carousel .slick-prev {
        bottom: -20px; } }

@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot?22466034");
  src: url("fonts/fontello.eot?22466034#iefix") format("embedded-opentype"), url("fonts/fontello.woff2?22466034") format("woff2"), url("fonts/fontello.woff?22466034") format("woff"), url("fonts/fontello.ttf?22466034") format("truetype"), url("fonts/fontello.svg?22466034#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?22466034#fontello') format('svg');
  }
}
*/
[class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.fa-cancel-1:before {
  content: '\e800'; }

/* '' */
.fa-facebook:before {
  content: '\e801'; }

/* '' */
.fa-facebook-squared:before {
  content: '\e802'; }

/* '' */
.fa-google:before {
  content: '\e803'; }

/* '' */
.fa-gplus:before {
  content: '\e804'; }

/* '' */
.fa-gplus-squared:before {
  content: '\e805'; }

/* '' */
.fa-twitter-squared:before {
  content: '\e806'; }

/* '' */
.fa-pinterest-circled:before {
  content: '\e807'; }

/* '' */
.fa-twitter:before {
  content: '\e808'; }

/* '' */
.fa-pinterest-squared:before {
  content: '\e809'; }

/* '' */
.fa-rss:before {
  content: '\e80a'; }

/* '' */
.fa-rss-squared:before {
  content: '\e80b'; }

/* '' */
.fa-down-dir:before {
  content: '\e80c'; }

/* '' */
.fa-down-open:before {
  content: '\e80d'; }

/* '' */
.fa-angle-circled-down:before {
  content: '\e80e'; }

/* '' */
.fa-angle-double-down:before {
  content: '\e80f'; }

/* '' */
.fa-download:before {
  content: '\e810'; }

/* '' */
.fa-download-cloud:before {
  content: '\e811'; }

/* '' */
.fa-down-circled2:before {
  content: '\e812'; }

/* '' */
.fa-up-dir:before {
  content: '\e813'; }

/* '' */
.fa-up-open:before {
  content: '\e814'; }

/* '' */
.fa-angle-double-up:before {
  content: '\e815'; }

/* '' */
.fa-angle-circled-up:before {
  content: '\e816'; }

/* '' */
.fa-arrows-cw:before {
  content: '\e817'; }

/* '' */
.fa-left-dir:before {
  content: '\e818'; }

/* '' */
.fa-left-open:before {
  content: '\e819'; }

/* '' */
.fa-angle-left:before {
  content: '\e81a'; }

/* '' */
.fa-angle-circled-left:before {
  content: '\e81b'; }

/* '' */
.fa-angle-double-left:before {
  content: '\e81c'; }

/* '' */
.fa-right-dir:before {
  content: '\e81d'; }

/* '' */
.fa-right-open:before {
  content: '\e81e'; }

/* '' */
.fa-angle-right:before {
  content: '\e81f'; }

/* '' */
.fa-angle-circled-right:before {
  content: '\e820'; }

/* '' */
.fa-angle-double-right:before {
  content: '\e821'; }

/* '' */
.fa-file-pdf:before {
  content: '\e822'; }

/* '' */
.fa-volume-off:before {
  content: '\e823'; }

/* '' */
.fa-volume-down:before {
  content: '\e824'; }

/* '' */
.fa-search:before {
  content: '\e825'; }

/* '' */
.fa-youtube-play:before {
  content: '\e826'; }

/* '' */
.fa-videocam:before {
  content: '\e827'; }

/* '' */
.fa-angle-up:before {
  content: '\e828'; }

/* '' */
.fa-lock:before {
  content: '\e829'; }

/* '' */
.fa-reddit:before {
  content: '\e82a'; }

/* '' */
.fa-reddit-squared:before {
  content: '\e82b'; }

/* '' */
.fa-plus:before {
  content: '\e82c'; }

/* '' */
.fa-plus-circled:before {
  content: '\e82d'; }

/* '' */
.fa-plus-squared:before {
  content: '\e82e'; }

/* '' */
.fa-plus-squared-alt:before {
  content: '\e82f'; }

/* '' */
.fa-minus:before {
  content: '\e830'; }

/* '' */
.fa-minus-circled:before {
  content: '\e831'; }

/* '' */
.fa-minus-squared-alt:before {
  content: '\e832'; }

/* '' */
.fa-cancel-circled:before {
  content: '\e833'; }

/* '' */
.fa-camera:before {
  content: '\e834'; }

/* '' */
.fa-menu:before {
  content: '\e835'; }

/* '' */
.fa-link-ext:before {
  content: '\e836'; }

/* '' */
.fa-circle-notch:before {
  content: '\e837'; }

/* '' */
.fa-mail-alt:before {
  content: '\e838'; }

/* '' */
.fa-mail:before {
  content: '\e839'; }

/* '' */
.fa-paper-plane-empty:before {
  content: '\e83a'; }

/* '' */
.fa-paper-plane:before {
  content: '\e83b'; }

/* '' */
.fa-minus-squared:before {
  content: '\e83c'; }

/* '' */
.fa-youtube:before {
  content: '\e83d'; }

/* '' */
.fa-youtube-squared:before {
  content: '\e83e'; }

/* '' */
.fa-vimeo-squared:before {
  content: '\e83f'; }

/* '' */
.fa-instagramm:before {
  content: '\e840'; }

/* '' */
.fa-spin1:before {
  content: '\e841'; }

/* '' */
.fa-spin2:before {
  content: '\e842'; }

/* '' */
.fa-spin3:before {
  content: '\e843'; }

/* '' */
.fa-spin4:before {
  content: '\e844'; }

/* '' */
.fa-spin5:before {
  content: '\e845'; }

/* '' */
.fa-mail-1:before {
  content: '\e846'; }

/* '' */
.fa-heart:before {
  content: '\e847'; }

/* '' */
.fa-heart-empty:before {
  content: '\e848'; }

/* '' */
.fa-star-half-alt:before {
  content: '\e849'; }

/* '' */
.fa-videocam-1:before {
  content: '\e84a'; }

/* '' */
.fa-ok-circled:before {
  content: '\e84b'; }

/* '' */
.fa-ok-circled2:before {
  content: '\e84c'; }

/* '' */
.fa-ok-squared:before {
  content: '\e84d'; }

/* '' */
.fa-cancel:before {
  content: '\e84e'; }

/* '' */
.fa-cancel-circled2:before {
  content: '\e84f'; }

/* '' */
.fa-lock-open-alt:before {
  content: '\e850'; }

/* '' */
.fa-comment:before {
  content: '\e851'; }

/* '' */
.fa-comment-empty:before {
  content: '\e852'; }

/* '' */
.fa-phone:before {
  content: '\e853'; }

/* '' */
.fa-play:before {
  content: '\e854'; }

/* '' */
.fa-play-circled:before {
  content: '\e855'; }

/* '' */
.fa-print:before {
  content: '\e856'; }

/* '' */
.fa-check-empty:before {
  content: '\e857'; }

/* '' */
.fa-key:before {
  content: '\e858'; }

/* '' */
.fa-cab:before {
  content: '\e859'; }

/* '' */
.fa-location-outline:before {
  content: '\e85a'; }

/* '' */
.fa-location:before {
  content: '\e85b'; }

/* '' */
.fa-user:before {
  content: '\e85c'; }

/* '' */
.fa-ok-1:before {
  content: '\e85d'; }

/* '' */
.fa-down-bold:before {
  content: '\e85e'; }

/* '' */
.fa-left-bold:before {
  content: '\e85f'; }

/* '' */
.fa-right-bold:before {
  content: '\e860'; }

/* '' */
.fa-up-bold:before {
  content: '\e861'; }

/* '' */
.fa-ok:before {
  content: '\e862'; }

/* '' */
.fa-list-bullet:before {
  content: '\e863'; }

/* '' */
.fa-paper-plane-1:before {
  content: '\e864'; }

/* '' */
.fa-beer:before {
  content: '\e865'; }

/* '' */
.fa-book-open:before {
  content: '\e866'; }

/* '' */
.fa-doc-text:before {
  content: '\e867'; }

/* '' */
.fa-doc-text-1:before {
  content: '\e868'; }

/* '' */
.fa-note:before {
  content: '\e869'; }

/* '' */
.fa-angle-down:before {
  content: '\e86a'; }

/* '' */
.fa-help:before {
  content: '\e86b'; }

/* '' */
.fa-help-circled:before {
  content: '\e86c'; }

/* '' */
.fa-attention-circled:before {
  content: '\e86d'; }

/* '' */
.fa-attention-alt:before {
  content: '\e86e'; }

/* '' */
.fa-check:before {
  content: '\e86f'; }

/* '' */
.fa-ok-circled-1:before {
  content: '\e870'; }

/* '' */
.fa-ok-circled2-1:before {
  content: '\e871'; }

/* '' */
.fa-down-big:before {
  content: '\e872'; }

/* '' */
.fa-left-big:before {
  content: '\e873'; }

/* '' */
.fa-right-big:before {
  content: '\e874'; }

/* '' */
.fa-up-big:before {
  content: '\e875'; }

/* '' */
.fa-headphones:before {
  content: '\e876'; }

/* '' */
.fa-download-alt:before {
  content: '\e877'; }

/* '' */
.fa-paper-plane-empty-1:before {
  content: '\e878'; }

/* '' */
.fa-cancel-2:before {
  content: '\e879'; }

/* '' */
.fa-clock:before {
  content: '\e87a'; }

/* '' */
.fa-download-1:before {
  content: '\f02e'; }

/* '' */
.fa-linkedin:before {
  content: '\f0e1'; }

/* '' */
.fa-circle-empty:before {
  content: '\f10c'; }

/* '' */
.fa-circle:before {
  content: '\f111'; }

/* '' */
.fa-calendar-empty:before {
  content: '\f133'; }

/* '' */
.fa-left:before {
  content: '\f177'; }

/* '' */
.fa-right:before {
  content: '\f178'; }

/* '' */
.fa-pinterest:before {
  content: '\f231'; }

/* '' */
.fa-reddit-alien:before {
  content: '\f281'; }

/* '' */
.slide-up-fade-in {
  animation: slide-up-fade-in ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  opacity: 0; }

@keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    transform: translate(0px, 40px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }

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