@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);@import url(https://fast.fonts.net/t/1.css?apiType=css&projectid=8952d6a9-9227-40dc-8a02-ad1fa9e6d36f);@charset "UTF-8";
/* 
 * Externals:
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 
 * Variables:
 */
@font-face {
  font-family: "Charter";
  src: url("../../fonts/6b354187-add6-421c-9022-918efeb1a9d4.woff2") format("woff2"), url("../../fonts/fcf607e0-9726-46de-99a0-3d80440fcad0.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Charter";
  src: url("../../fonts/59ba0cae-532c-4764-970e-c8e9c4dc3621.woff2") format("woff2"), url("../../fonts/c17e88a4-2bac-4c58-8aea-2345de107ef7.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Charter";
  src: url("../../fonts/a26b8d77-7077-41a3-aa4a-9720f909f728.woff2") format("woff2"), url("../../fonts/10deb463-297b-4976-8a13-f9a98d7ea6de.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Charter";
  src: url("../../fonts/ddf06504-e618-494d-b1b9-56e26c0bf664.woff2") format("woff2"), url("../../fonts/291df853-a088-4f20-9bb4-ce8097a4011b.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Charter";
  src: url("../../fonts/7c432744-fd05-46c3-8d26-d656c777bd5f.woff2") format("woff2"), url("../../fonts/fabc29b0-3776-4b3d-922c-cdbe3ad31146.woff") format("woff");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Charter";
  src: url("../../fonts/8f48b96f-3535-45f2-a3e7-c029b7b0d2d4.woff2") format("woff2"), url("../../fonts/c4cd5d84-191e-4241-b89f-b68e2761baa8.woff") format("woff");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"), url("../../fonts/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/5e4f385b-17ff-4d27-a63a-9ee28546c9a8.woff2") format("woff2"), url("../../fonts/116cde47-4a07-44a5-9fac-cbdcc1f14f79.woff") format("woff");
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("../../fonts/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/4bd56f95-e7ab-4a32-91fd-b8704cbd38bc.woff2") format("woff2"), url("../../fonts/4fe1c328-1f21-434a-8f0d-5e0cf6c70dfb.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"), url("../../fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/de68be2a-5d0e-4b8d-b3eb-940f75503e2a.woff2") format("woff2"), url("../../fonts/31029e78-79a0-4940-b82d-2e3c238e1355.woff") format("woff");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2") format("woff2"), url("../../fonts/7b415a05-784a-4a4c-8c94-67e9288312f5.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/13ab58b4-b5ba-4c95-afde-ab2608fbbbd9.woff2") format("woff2"), url("../../fonts/5018b5b5-c821-4653-bc74-d0b11d735f1a.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}
body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  color: #231f20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #231f20;
}

h2 {
  font-size: 3rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  margin: 0 0 1.25rem;
}
@media (min-width: 801px) {
  h2 {
    font-size: 3.5rem;
  }
}

h4 {
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  margin: 0;
  margin-bottom: 0.625rem;
}
@media (min-width: 801px) {
  h4 {
    font-size: 1.125rem;
  }
}

p {
  margin-top: 0;
  font-family: Charter, serif;
  font-size: 1.25rem;
  letter-spacing: -0.27px;
  line-height: 1.5;
}
p.has-small-font-size {
  font-size: 1rem;
}
p.sans-serif {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
p.semi-bold {
  font-weight: 500;
}
p.bold {
  font-weight: 700;
}
p.black {
  font-weight: 900;
}

a {
  color: #00aeef;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

figure {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-anchor: none;
}
@media (min-width: 801px) {
  body {
    position: relative;
    padding-bottom: 15.3125rem;
    box-sizing: border-box;
  }
}

p {
  -webkit-font-smoothing: antialiased;
}
p.small {
  font-size: 1rem;
  line-height: 1.5;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 401px) {
  .container {
    width: 95%;
  }
}

.flex {
  display: block;
}
@media (min-width: 801px) {
  .flex {
    display: flex;
  }
}
.flex > div,
.flex > section {
  margin-bottom: 1.25rem;
  flex: 0 1 auto;
}
@media (min-width: 801px) {
  .flex > div,
.flex > section {
    margin-bottom: 0;
  }
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.center {
  justify-content: center;
}
.flex.itens-center {
  align-items: center;
}
.flex.itens-stretch {
  align-items: stretch;
}
.flex.itens-end {
  align-items: flex-end;
}

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

.sidebar-right {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "article" "sidebar";
  grid-template-rows: minmax(100px, auto);
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 2.1875rem;
}
@media (min-width: 801px) {
  .sidebar-right {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "header header header sidebar" "article article article sidebar";
  }
  .sidebar-right.full-header {
    grid-template-areas: "header header header header" "article article article sidebar";
  }
  .sidebar-right.full-header aside {
    margin-top: 0;
  }
  .sidebar-right.no-header {
    padding-top: 2.1875rem;
    grid-template-areas: "article article article sidebar";
  }
}
.sidebar-right aside {
  grid-area: sidebar;
}
.sidebar-right header {
  grid-area: header;
}
.sidebar-right article {
  grid-area: article;
  margin-top: 0 !important;
}
.sidebar-right .content-entry .alignfull,
.sidebar-right .content-entry .alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
}
@media (min-width: 1025px) {
  .sidebar-right .content-entry .alignwide {
    max-width: 1200px;
  }
}

main.container article .content-entry {
  padding-top: 0;
  padding-bottom: 6.25rem;
  max-width: 56.25rem;
  margin: auto;
}
main.container article .content-entry.clear {
  padding-bottom: 0;
}

.date-circle {
  position: absolute;
  z-index: 1;
  top: 0.9375rem;
  right: 0.9375rem;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  background-color: #231f20;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s background-color ease;
}
.date-circle span {
  display: block;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 0.71;
  letter-spacing: 2.55px;
  font-weight: 500;
}
.date-circle span:first-child, .date-circle span:last-child {
  font-size: 0.6875rem;
  line-height: 1.82;
  letter-spacing: 1px;
}

@media (min-width: 801px) {
  .mobile-visible {
    display: none;
  }
}

.mobile-hidden {
  display: none;
}
@media (min-width: 801px) {
  .mobile-hidden {
    display: initial;
  }
}

.hamburger::after {
  content: "\2630";
  display: inline-block;
}

.open .hamburger::after {
  content: "\D7";
  display: inline-block;
}

.visually-hidden,
.hidden,
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.facetwp-type-pager {
  margin-top: 2.1875rem;
  text-align: center;
}
.facetwp-type-pager .facetwp-load-more {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.875rem;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 0 1.5625rem;
  height: 2.875rem;
  display: inline-block;
  white-space: nowrap;
  transition: 0.3s opacity ease;
  border: solid 1px #231f20;
  color: #231f20;
  outline: none;
  position: relative;
  background-color: transparent;
}
.facetwp-type-pager .facetwp-load-more:hover {
  opacity: 0.8;
}

ol {
  max-width: 31.25rem;
  margin: 3.125rem 0;
  counter-reset: aam-counter;
  list-style: none;
  padding-left: 5.625rem;
}

ol li {
  margin: 0 0 1.25rem 0;
  min-height: 72px;
  margin-top: 0.625rem;
  padding-left: 0.625rem;
  counter-increment: aam-counter;
  position: relative;
}
ol li::before {
  content: counter(aam-counter);
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  position: absolute;
  left: calc(-1 * 72px - 10px);
  line-height: 72px;
  width: 72px;
  height: 72px;
  top: 0;
  background: #00aeef;
  border-radius: 50%;
  text-align: center;
}
ol li:nth-child(3n)::before {
  background: #da1a32;
}
ol li:nth-child(2n)::before {
  background: #231f20;
}

.title-small {
  font-size: 0.8em;
}

section .section-title {
  font-size: 2.625rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}
@media (min-width: 801px) {
  section .section-title {
    font-size: 3.5rem;
  }
}
section .section-subtitle {
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}
@media (min-width: 801px) {
  section .section-subtitle {
    font-size: 1.5625rem;
  }
}
section .description p {
  font-size: 1.75rem;
  line-height: 1.36;
  letter-spacing: normal;
  color: #231f20;
  margin-bottom: 2.5rem;
}

.form .ginput_container_select,
.form .address_state,
.gform_wrapper .ginput_container_select,
.gform_wrapper .address_state {
  margin: auto;
  margin-top: 1.25rem;
  margin-left: 0;
  position: relative;
  background-color: #f7f7f7;
}
.form .ginput_container_select select,
.form .address_state select,
.gform_wrapper .ginput_container_select select,
.gform_wrapper .address_state select {
  width: 100% !important;
  height: 3rem;
  padding-left: 1.6875rem !important;
  padding-right: 0.625rem !important;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 1.375rem;
}
.form .ginput_container_select select:focus,
.form .address_state select:focus,
.gform_wrapper .ginput_container_select select:focus,
.gform_wrapper .address_state select:focus {
  border-color: #231f20;
}
.form .form-field-group,
.form .gform_body,
.gform_wrapper .form-field-group,
.gform_wrapper .gform_body {
  margin-bottom: 1.25rem;
}
@media (min-width: 801px) {
  .form .form-field-group,
.form .gform_body,
.gform_wrapper .form-field-group,
.gform_wrapper .gform_body {
    display: flex;
    align-items: flex-end;
  }
}
.form .form-field-group .form-field,
.form .form-field-group .gfield,
.form .gform_body .form-field,
.form .gform_body .gfield,
.gform_wrapper .form-field-group .form-field,
.gform_wrapper .form-field-group .gfield,
.gform_wrapper .gform_body .form-field,
.gform_wrapper .gform_body .gfield {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media (min-width: 801px) {
  .form .form-field-group .form-field,
.form .form-field-group .gfield,
.form .gform_body .form-field,
.form .gform_body .gfield,
.gform_wrapper .form-field-group .form-field,
.gform_wrapper .form-field-group .gfield,
.gform_wrapper .gform_body .form-field,
.gform_wrapper .gform_body .gfield {
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}
.form .form-field-group .form-field:last-child,
.form .form-field-group .gfield:last-child,
.form .gform_body .form-field:last-child,
.form .gform_body .gfield:last-child,
.gform_wrapper .form-field-group .form-field:last-child,
.gform_wrapper .form-field-group .gfield:last-child,
.gform_wrapper .gform_body .form-field:last-child,
.gform_wrapper .gform_body .gfield:last-child {
  margin-right: 0;
}
.form .form-field-group .form-field label,
.form .form-field-group .gfield label,
.form .gform_body .form-field label,
.form .gform_body .gfield label,
.gform_wrapper .form-field-group .form-field label,
.gform_wrapper .form-field-group .gfield label,
.gform_wrapper .gform_body .form-field label,
.gform_wrapper .gform_body .gfield label {
  display: block;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 1px;
}
.form .form-field-group .form-field input,
.form .form-field-group .gfield input,
.form .gform_body .form-field input,
.form .gform_body .gfield input,
.gform_wrapper .form-field-group .form-field input,
.gform_wrapper .form-field-group .gfield input,
.gform_wrapper .gform_body .form-field input,
.gform_wrapper .gform_body .gfield input {
  height: 3.125rem;
  width: 100% !important;
  background-color: #f7f7f7;
  border: 0;
  color: #231f20;
  font-size: 1.375rem !important;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal !important;
  padding-left: 1.75rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 1px solid transparent;
  outline: none;
  box-sizing: border-box;
}
.form .form-field-group .form-field input[type=file],
.form .form-field-group .gfield input[type=file],
.form .gform_body .form-field input[type=file],
.form .gform_body .gfield input[type=file],
.gform_wrapper .form-field-group .form-field input[type=file],
.gform_wrapper .form-field-group .gfield input[type=file],
.gform_wrapper .gform_body .form-field input[type=file],
.gform_wrapper .gform_body .gfield input[type=file] {
  padding-top: 10px;
}
.form .form-field-group .form-field input::-moz-placeholder, .form .form-field-group .gfield input::-moz-placeholder, .form .gform_body .form-field input::-moz-placeholder, .form .gform_body .gfield input::-moz-placeholder, .gform_wrapper .form-field-group .form-field input::-moz-placeholder, .gform_wrapper .form-field-group .gfield input::-moz-placeholder, .gform_wrapper .gform_body .form-field input::-moz-placeholder, .gform_wrapper .gform_body .gfield input::-moz-placeholder {
  color: #a5a5a5;
}
.form .form-field-group .form-field input:-ms-input-placeholder, .form .form-field-group .gfield input:-ms-input-placeholder, .form .gform_body .form-field input:-ms-input-placeholder, .form .gform_body .gfield input:-ms-input-placeholder, .gform_wrapper .form-field-group .form-field input:-ms-input-placeholder, .gform_wrapper .form-field-group .gfield input:-ms-input-placeholder, .gform_wrapper .gform_body .form-field input:-ms-input-placeholder, .gform_wrapper .gform_body .gfield input:-ms-input-placeholder {
  color: #a5a5a5;
}
.form .form-field-group .form-field input::placeholder,
.form .form-field-group .gfield input::placeholder,
.form .gform_body .form-field input::placeholder,
.form .gform_body .gfield input::placeholder,
.gform_wrapper .form-field-group .form-field input::placeholder,
.gform_wrapper .form-field-group .gfield input::placeholder,
.gform_wrapper .gform_body .form-field input::placeholder,
.gform_wrapper .gform_body .gfield input::placeholder {
  color: #a5a5a5;
}
.form .form-field-group .form-field input:focus,
.form .form-field-group .gfield input:focus,
.form .gform_body .form-field input:focus,
.form .gform_body .gfield input:focus,
.gform_wrapper .form-field-group .form-field input:focus,
.gform_wrapper .form-field-group .gfield input:focus,
.gform_wrapper .gform_body .form-field input:focus,
.gform_wrapper .gform_body .gfield input:focus {
  border-color: #231f20;
}
.form .form-field-group .form-field-large,
.form .form-field-group .gfield-large,
.form .gform_body .form-field-large,
.form .gform_body .gfield-large,
.gform_wrapper .form-field-group .form-field-large,
.gform_wrapper .form-field-group .gfield-large,
.gform_wrapper .gform_body .form-field-large,
.gform_wrapper .gform_body .gfield-large {
  flex: 1 0 auto;
}
@media (min-width: 801px) {
  .form .form-field-group .form-field-large,
.form .form-field-group .gfield-large,
.form .gform_body .form-field-large,
.form .gform_body .gfield-large,
.gform_wrapper .form-field-group .form-field-large,
.gform_wrapper .form-field-group .gfield-large,
.gform_wrapper .gform_body .form-field-large,
.gform_wrapper .gform_body .gfield-large {
    width: 380px;
  }
}
.form .form-field-group textarea,
.form .gform_body textarea,
.gform_wrapper .form-field-group textarea,
.gform_wrapper .gform_body textarea {
  height: 9.375rem;
  width: 100%;
  background-color: #f7f7f7;
  border: 0;
  color: #231f20;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.27;
  letter-spacing: normal;
  padding-left: 1.75rem;
  border: 1px solid transparent;
  outline: none;
  box-sizing: border-box;
}
.form .form-field-group textarea::-moz-placeholder, .form .gform_body textarea::-moz-placeholder, .gform_wrapper .form-field-group textarea::-moz-placeholder, .gform_wrapper .gform_body textarea::-moz-placeholder {
  color: #a5a5a5;
}
.form .form-field-group textarea:-ms-input-placeholder, .form .gform_body textarea:-ms-input-placeholder, .gform_wrapper .form-field-group textarea:-ms-input-placeholder, .gform_wrapper .gform_body textarea:-ms-input-placeholder {
  color: #a5a5a5;
}
.form .form-field-group textarea::placeholder,
.form .gform_body textarea::placeholder,
.gform_wrapper .form-field-group textarea::placeholder,
.gform_wrapper .gform_body textarea::placeholder {
  color: #a5a5a5;
}
.form .form-field-group textarea:focus,
.form .gform_body textarea:focus,
.gform_wrapper .form-field-group textarea:focus,
.gform_wrapper .gform_body textarea:focus {
  border-color: #231f20;
}
.form .form-field-group .form-field-checkbox label,
.form .gform_body .form-field-checkbox label,
.gform_wrapper .form-field-group .form-field-checkbox label,
.gform_wrapper .gform_body .form-field-checkbox label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 1px;
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
}
.form .form-field-group .form-field-checkbox label::before,
.form .gform_body .form-field-checkbox label::before,
.gform_wrapper .form-field-group .form-field-checkbox label::before,
.gform_wrapper .gform_body .form-field-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1.0625rem;
  width: 1.0625rem;
  padding: 3px;
  border: solid #231f20 2px;
}
.form .form-field-group .form-field-checkbox input,
.form .gform_body .form-field-checkbox input,
.gform_wrapper .form-field-group .form-field-checkbox input,
.gform_wrapper .gform_body .form-field-checkbox input {
  display: none;
}
.form .form-field-group .form-field-checkbox input:checked + label::before,
.form .gform_body .form-field-checkbox input:checked + label::before,
.gform_wrapper .form-field-group .form-field-checkbox input:checked + label::before,
.gform_wrapper .gform_body .form-field-checkbox input:checked + label::before {
  background-color: #231f20;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" viewBox="0 0 16 12"><path fill="%23FFF" d="M13.885.138L4.948 9.075 1.664 5.791c-.159-.159-.417-.159-.576 0l-.961.961c-.16.16-.16.418 0 .577l4.533 4.533c.16.159.417.159.576 0L15.423 1.676c.159-.16.159-.418 0-.577l-.961-.96c-.16-.16-.418-.16-.577 0z"/></svg>');
}
.form .gform_button,
.gform_wrapper .gform_button {
  display: block;
  background-color: #da1a32;
  border-color: #da1a32;
  margin-top: 1.5625rem;
  width: 6.875rem;
  font-size: 1.125rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.2px;
  text-align: center;
  cursor: pointer;
}
.form .gform_button:hover,
.gform_wrapper .gform_button:hover {
  opacity: 0.8;
}
.form.form-white .form-field input,
.form.form-white textarea,
.gform_wrapper.form-white .form-field input,
.gform_wrapper.form-white textarea {
  background-color: #fff;
}
.form .ginput_container_address,
.gform_wrapper .ginput_container_address {
  margin: 0;
}
.form .ginput_container_address span,
.gform_wrapper .ginput_container_address span {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #f7f7f7;
  margin-bottom: 15px !important;
}
.form .ginput_container_address span input,
.form .ginput_container_address span select,
.gform_wrapper .ginput_container_address span input,
.gform_wrapper .ginput_container_address span select {
  margin: 0 !important;
}
.form .ginput_container,
.gform_wrapper .ginput_container {
  margin-top: 0 !important;
}
.form .gform_footer,
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
}

.searchwp-modal-form__overlay {
  background-color: #00aeef;
}
.searchwp-modal-form__close {
  top: -60px;
  right: 0;
  position: absolute !important;
}
.searchwp-modal-form form {
  position: relative;
}
.searchwp-modal-form form input {
  width: 100%;
  padding: 0.5rem 0.9375rem;
  font-size: 1.375rem;
  box-sizing: border-box;
}
.searchwp-modal-form form button {
  position: absolute;
  top: 5px;
  right: 7px;
  background-color: #00aeef;
  border: 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 100;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-entry {
  padding: 3.125rem 0;
}
.content-entry blockquote p {
  font-family: Charter, serif;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: -0.64px;
}
.content-entry p {
  margin-bottom: 1.875rem;
}
.content-entry .alignfull {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
}
.content-entry .alignwide {
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw;
}
@media (min-width: 1025px) {
  .content-entry .alignwide {
    max-width: 1200px;
  }
}

.wp-block-gallery {
  overflow: hidden;
}

.wp-block-embed {
  position: relative;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}

.has-normal-font-size {
  font-size: 1.25rem;
}

.has-lead-font-size {
  font-size: 1.5rem;
}

.has-medium-font-size {
  font-size: 1.4rem;
}

.has-large-font-size {
  font-size: 2rem;
}

.has-huge-font-size {
  font-size: 3rem;
}

/*
 * Temporary (TODO: incorporate into other files where appropriate)
 */
/* Hide all internal promotions by default and reveal one via JS */
.internal-promotion {
  display: none;
}

/* FAQ Widget */
.faq-list.wrapper .faq-item .question,
.faq-list.wrapper .faq-item .accordion-toggle {
  cursor: pointer;
}

.faq-list.wrapper .faq-item .answer {
  max-height: 0;
  overflow-y: hidden;
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.faq-list.wrapper .faq-item.open .answer {
  max-height: 600px;
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

aside .faq-item .accordion-toggle:after {
  content: "+" !important;
}

aside .faq-item.open .accordion-toggle:after {
  content: "-" !important;
}

.block-podcast-featured .content .featured-title:hover {
  text-decoration: none !important;
}

.post-type-archive-aam_podcast .load-more,
.single-aam_podcast .load-more {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.875rem;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 0 1.5625rem;
  height: 2.875rem;
  white-space: nowrap;
  transition: 0.3s opacity ease;
  border: solid 1px #231f20;
  color: #231f20;
  outline: none;
  position: relative;
  background-color: transparent;
}

#podcast-tab-listing-content {
  padding-bottom: 10vh;
}

.podcast-embedded-page-content {
  -webkit-animation: pop-in 0.4s;
          animation: pop-in 0.4s;
}

.block-post-loop.loaded {
  -webkit-animation: none;
          animation: none;
}

.podcast-item,
.block-post-loop {
  -webkit-animation: pop-in 1s;
          animation: pop-in 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes pop-in {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pop-in {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.section-posts-list .description {
  width: 100%;
  margin-top: 10px;
}

.post-type-archive-aam_business main header .filters .facetwp-dropdown {
  min-width: 200px;
}

#business-showcase-footer {
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: white;
  font-weight: bold;
  background-color: #dcd7d2;
  /*background-color: #f1efed;*/
}

#business-showcase-footer.opened {
  /*background-color: #867768;*/
}

#business-showcase-footer .close,
#business-showcase-footer.opened .open {
  display: none;
}

#business-showcase-footer.opened .close,
#business-showcase-footer .open {
  display: inline;
}

ol.full-width {
  max-width: 100%;
}

aside > div.resource {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.wp-block-group ul li {
  font-family: Charter, serif;
  font-size: 1.25rem;
  letter-spacing: -0.27px;
  margin-bottom: 5px;
  line-height: 1.15;
}

/* 
 * Wordpress:
 */
.wp-block-media-text {
  grid-template-columns: 540px 1fr;
  padding: 1.875rem 0;
  border-bottom: 1px solid #231f20;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.wp-block-media-text.is-stacked-on-mobile {
  grid-template-columns: 100%;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 2;
}
@media (min-width: 801px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-template-columns: 540px 1fr;
    grid-column: 2;
    grid-row: 1;
  }
}
@media (min-width: 801px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 540px 1fr;
  }
}
@media (min-width: 401px) {
  .wp-block-media-text {
    width: 95%;
  }
}
@media (min-width: 801px) {
  .wp-block-media-text {
    padding: 3.4375rem 0;
  }
}
.wp-block-media-text:last-of-type {
  border-bottom: 0;
}
.wp-block-media-text .wp-block-media-text__media {
  max-width: 33.75rem;
  height: 100%;
  min-height: 12.5rem;
  margin-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 801px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 801px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 9.6875rem;
  }
}
.wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile {
  grid-template-columns: 100%;
}
.wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
}
@media (min-width: 801px) {
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 0;
    grid-column: 2;
    grid-row: 1;
  }
}
.wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 2;
}
@media (min-width: 801px) {
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__content {
    grid-template-columns: 1fr 540px;
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 801px) {
  .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile {
    grid-template-columns: 1fr 540px;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 801px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 9.6875rem;
  }
}

.wp-block-button.is-style-outline a {
  color: inherit;
  border: 1px solid;
}

/* 
 * Components:
 */
#global-message {
  background-color: rgba(0, 174, 239, 0.27);
}
#global-message .flex {
  align-items: center;
  justify-content: space-between;
  padding: 1.875rem 0;
}
#global-message h3 {
  font-size: 1.75rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  margin-top: 0;
  max-width: 31.25rem;
}
#global-message .btn {
  align-self: flex-start;
}
#global-message .description p {
  font-size: 1.375rem;
  margin: 0;
}
@media (min-width: 801px) {
  #global-message {
    display: flex;
  }
  #global-message h3 {
    font-size: 3.5rem;
    margin: 0;
  }
  #global-message .description p {
    max-width: 31.25rem;
    font-size: 1.75rem;
  }
}

.section-posts-list {
  background-color: #f1efed;
  padding: 2.5rem 0;
}
.section-posts-list .post-head {
  border-bottom: 1px solid rgba(35, 31, 32, 0.25);
  margin-bottom: 2.5rem;
}
.section-posts-list .post-head .headings {
  width: 100%;
}
.section-posts-list .post-head .headings h2 {
  margin: 0;
}
.section-posts-list .post-head .headings h3 {
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.36;
  margin: 0;
  margin-top: 5px;
}
.section-posts-list .post-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: minmax(100px, auto);
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 2.5rem;
}
.section-posts-list .post-content .block-post-featured {
  grid-column: span 3;
}
.section-posts-list .post-content .block-post-loop {
  grid-column: span 3;
}
@media (min-width: 801px) {
  .section-posts-list .post-content .block-post-loop {
    grid-column: span 1;
  }
}
.section-posts-list .post-foot {
  padding: 3.125rem 0;
  text-align: center;
}
.section-posts-list .post-foot .load-more {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.875rem;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 0 1.5625rem;
  height: 2.875rem;
  display: inline-block;
  white-space: nowrap;
  transition: 0.3s opacity ease;
  border: solid 1px #231f20;
  color: #231f20;
  outline: none;
  position: relative;
  background-color: transparent;
}
.section-posts-list .post-foot .load-more:hover {
  opacity: 0.8;
}

.section-hero {
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.section-hero::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: repeating-linear-gradient(to right, #da1a32 0 90px, #00aeef 90px 180px, #f1efed 180px 270px);
  position: absolute;
  left: 0;
}
.section-hero .wrapper {
  height: 21.6875rem;
  width: 100%;
  background-size: cover;
  background-position: top center;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.section-hero .wrapper h1,
.section-hero .wrapper p {
  color: #fff;
}
.section-hero .wrapper h1 {
  font-size: 2.625rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: -0.7px;
  margin: 0;
}
@media (min-width: 801px) {
  .section-hero .wrapper h1 {
    font-size: 4.25rem;
  }
}
.section-hero .wrapper p {
  font-size: 1.75rem;
  line-height: 1.36;
}
.section-hero .wrapper .content {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0), #231f20);
}
@media (min-width: 801px) {
  .section-hero .wrapper {
    height: 35rem;
  }
}
.section-hero .block-hero-inset {
  grid-column: 2;
}

.section-mia-hero {
  display: grid;
  color: #fff;
  grid-template-columns: 1fr;
}
@media (min-width: 801px) {
  .section-mia-hero {
    grid-template-columns: 1fr 33%;
  }
}
.section-mia-hero .search {
  background-size: cover;
  background-position: top center;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  height: 21.6875rem;
}
@media (min-width: 801px) {
  .section-mia-hero .search {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
}
.section-mia-hero .search h1,
.section-mia-hero .search p {
  color: #fff;
}
.section-mia-hero .search h1 {
  font-size: 2.625rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: -0.7px;
  margin: 0;
}
@media (min-width: 801px) {
  .section-mia-hero .search h1 {
    font-size: 4.25rem;
  }
}
.section-mia-hero .search p {
  font-size: 1.75rem;
  line-height: 1.36;
}
.section-mia-hero .search .content {
  background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0), #231f20);
}
@media (min-width: 801px) {
  .section-mia-hero .search {
    height: 43.125rem;
  }
}
.section-mia-hero .search .facetwp-type-search {
  width: 100%;
  max-width: 51.25rem;
  position: relative;
}
.section-mia-hero .search .facetwp-type-search .facetwp-search-wrap {
  display: block;
  margin-bottom: 3.125rem;
}
.section-mia-hero .search .facetwp-type-search i {
  width: 3.625rem;
  height: 3.625rem;
  background-color: #231f20;
  opacity: 1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  transition: 0.3s opacity ease;
}
.section-mia-hero .search .facetwp-type-search i::before {
  height: 1.375rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23"><path fill="%23FFF" d="M10.318.917c5.307 0 9.624 4.244 9.624 9.463 0 1.776-.503 3.479-1.425 4.95l-.261.395-.075.101 3.66 3.599c.543.533.626 1.349.25 1.969l-.114.164-.136.152c-.312.307-.73.473-1.162.473-.35 0-.69-.109-.977-.317l-.165-.137-3.68-3.617-.102.073c-1.33.898-2.869 1.456-4.494 1.612l-.49.035-.453.01c-5.307 0-9.623-4.244-9.623-9.462C.695 5.16 5.01.917 10.318.917zm0 3.232c-3.493 0-6.336 2.796-6.336 6.23 0 3.436 2.843 6.232 6.336 6.232 3.493 0 6.337-2.796 6.337-6.231s-2.844-6.231-6.337-6.231z"/></svg>');
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.section-mia-hero .search .facetwp-type-search i:hover {
  opacity: 0.5;
  background-color: #00aeef;
}
.section-mia-hero .search .facetwp-type-search input {
  width: 100%;
  box-sizing: border-box;
  height: 4.5rem;
  border: 1px solid transparent;
  border-radius: 2.25rem;
  outline: none;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #231f20;
  text-align: left;
  padding: 0 4.375rem;
}
.section-mia-hero .search .facetwp-type-search input:focus {
  border-color: #231f20;
}
.section-mia-hero .search .facetwp-type-search input::-moz-placeholder {
  color: #a5a5a5;
}
.section-mia-hero .search .facetwp-type-search input:-ms-input-placeholder {
  color: #a5a5a5;
}
.section-mia-hero .search .facetwp-type-search input::placeholder {
  color: #a5a5a5;
}
.section-mia-hero .block-hero-inset {
  min-height: 12.5rem;
}
@media (min-width: 801px) {
  .section-mia-hero .block-hero-inset {
    grid-column: 2;
  }
}

.section-search-hero {
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.section-search-hero .search {
  height: 21.6875rem;
  width: 100%;
  background-size: cover;
  background-position: top center;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.section-search-hero .search h1,
.section-search-hero .search p {
  color: #fff;
}
.section-search-hero .search h1 {
  font-size: 2.625rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: -0.7px;
  margin: 0;
}
@media (min-width: 801px) {
  .section-search-hero .search h1 {
    font-size: 4.25rem;
  }
}
.section-search-hero .search p {
  font-size: 1.75rem;
  line-height: 1.36;
}
.section-search-hero .search .content {
  background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0), #231f20);
}
@media (min-width: 801px) {
  .section-search-hero .search {
    height: 43.125rem;
  }
}
.section-search-hero .search .facetwp-type-search {
  width: 100%;
  max-width: 51.25rem;
  position: relative;
}
.section-search-hero .search .facetwp-type-search .facetwp-search-wrap {
  display: block;
  margin-bottom: 3.125rem;
}
.section-search-hero .search .facetwp-type-search i {
  width: 3.625rem;
  height: 3.625rem;
  background-color: #231f20;
  opacity: 1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: 0.3s opacity ease;
}
.section-search-hero .search .facetwp-type-search i::before {
  width: 1.375rem;
  height: 1.375rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23"><path fill="%23FFF" d="M10.318.917c5.307 0 9.624 4.244 9.624 9.463 0 1.776-.503 3.479-1.425 4.95l-.261.395-.075.101 3.66 3.599c.543.533.626 1.349.25 1.969l-.114.164-.136.152c-.312.307-.73.473-1.162.473-.35 0-.69-.109-.977-.317l-.165-.137-3.68-3.617-.102.073c-1.33.898-2.869 1.456-4.494 1.612l-.49.035-.453.01c-5.307 0-9.623-4.244-9.623-9.462C.695 5.16 5.01.917 10.318.917zm0 3.232c-3.493 0-6.336 2.796-6.336 6.23 0 3.436 2.843 6.232 6.336 6.232 3.493 0 6.337-2.796 6.337-6.231s-2.844-6.231-6.337-6.231z"/></svg>');
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.section-search-hero .search .facetwp-type-search i:hover {
  opacity: 0.5;
}
.section-search-hero .search .facetwp-type-search input {
  width: 100%;
  box-sizing: border-box;
  height: 4.5rem;
  border: 1px solid transparent;
  border-radius: 2.25rem;
  outline: none;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #231f20;
  text-align: center;
  padding-right: 4.375rem;
}
.section-search-hero .search .facetwp-type-search input:focus {
  border-color: #231f20;
}
.section-search-hero .search .facetwp-type-search input::-moz-placeholder {
  color: #a5a5a5;
}
.section-search-hero .search .facetwp-type-search input:-ms-input-placeholder {
  color: #a5a5a5;
}
.section-search-hero .search .facetwp-type-search input::placeholder {
  color: #a5a5a5;
}
.section-search-hero .block-hero-inset {
  grid-column: 2;
}

.section-blog-hero,
.section-research-hero {
  background-size: cover;
  background-position: top center;
  height: 35rem;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.section-blog-hero::after,
.section-research-hero::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: repeating-linear-gradient(to right, #da1a32 0 90px, #00aeef 90px 180px, #f1efed 180px 270px);
  position: absolute;
  left: 0;
}
.section-blog-hero .content,
.section-research-hero .content {
  width: 100%;
  min-height: 24.375rem;
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0), #231f20);
}
.section-blog-hero h1,
.section-research-hero h1 {
  font-size: 3.25rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: -0.7px;
  margin: 0;
  color: #fff;
}
@media (min-width: 801px) {
  .section-blog-hero h1,
.section-research-hero h1 {
    font-size: 5.125rem;
  }
}
.section-blog-hero h1.underline,
.section-research-hero h1.underline {
  font-size: 4.25rem;
  padding-bottom: 1.5625rem;
  margin-bottom: 3.75rem;
  position: relative;
}
.section-blog-hero h1.underline::after,
.section-research-hero h1.underline::after {
  content: "";
  width: 16.5625rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-blog-hero p,
.section-research-hero p {
  font-size: 1.375rem;
  line-height: 1.36;
  color: #fff;
  margin-bottom: 2.5rem;
}
@media (min-width: 801px) {
  .section-blog-hero p,
.section-research-hero p {
    font-size: 1.75rem;
  }
}

.blog-featured-tags,
.research-featured-tags {
  background-color: #231f20;
  color: #fff;
}
.blog-featured-tags ul,
.research-featured-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
@media (min-width: 801px) {
  .blog-featured-tags ul,
.research-featured-tags ul {
    display: flex;
  }
}
.blog-featured-tags ul li,
.research-featured-tags ul li {
  margin-right: 1.875rem;
}
.blog-featured-tags ul li:last-child,
.research-featured-tags ul li:last-child {
  margin-right: 0;
}
.blog-featured-tags ul li a,
.research-featured-tags ul li a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  display: block;
  padding: 1.875rem 0;
}

.podcast-hero {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-size: cover;
  background-position: top center;
  background-color: #00aeef;
  background-blend-mode: multiply;
}
@media (min-width: 801px) {
  .podcast-hero {
    height: 32.5rem;
  }
}
.podcast-hero .featured-podcast {
  width: 100%;
  margin: auto;
  align-items: flex-end;
}
@media (min-width: 801px) {
  .podcast-hero .featured-podcast {
    display: flex;
    width: 100%;
    max-width: 59.375rem;
    margin: auto;
    align-items: flex-end;
  }
}
.podcast-hero .featured-podcast .thumb {
  padding-top: 1.875rem;
  width: 12.5rem;
  flex-shrink: 0;
  margin: auto;
}
@media (min-width: 801px) {
  .podcast-hero .featured-podcast .thumb {
    padding-top: 0;
    margin-right: 2.1875rem;
  }
}
.podcast-hero .featured-podcast .thumb img.attachment-medium.size-medium {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
}
.podcast-hero .featured-podcast .content {
  width: 95%;
  margin: auto;
}
@media (min-width: 801px) {
  .podcast-hero .featured-podcast .content {
    width: 100%;
  }
}
.podcast-hero .featured-podcast .content .title {
  font-size: 3.625rem;
  line-height: 1.24;
  letter-spacing: -0.6px;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.podcast-hero .featured-podcast .content .subtitle {
  font-family: Charter, serif;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.36;
  color: #fff;
}
.podcast-hero .featured-podcast .content .cta {
  margin-bottom: 0.3125rem;
}
.podcast-hero .featured-podcast .content .cta .btn {
  width: 11.25rem;
}
.podcast-hero .tabs {
  display: flex;
  list-style-type: none;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.17;
  color: #fff;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  margin: 0;
  border-top: 1px solid #fff;
}
.podcast-hero .tabs li {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  cursor: pointer;
}
.podcast-hero .tabs li.active::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
  z-index: 3;
}
.podcast-hero .tabs li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.the-facts h2.section-title {
  margin-bottom: 0.625rem;
}
.the-facts .description {
  margin-bottom: 3.125rem;
}
.the-facts .cards {
  margin-bottom: 3.125rem;
}
@media (min-width: 801px) {
  .the-facts .cards {
    display: flex;
  }
}
.the-facts .cards .card {
  display: block;
  border: 4px solid #00aeef;
  height: 21.875rem;
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
  box-sizing: border-box;
}
@media (min-width: 801px) {
  .the-facts .cards .card {
    margin: 0.625rem;
  }
}
.the-facts .cards .card > div,
.the-facts .cards .card .question,
.the-facts .cards .card .answer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.9375rem;
  box-sizing: border-box;
}
.the-facts .cards .card .question {
  font-size: 1.625rem;
  color: #00aeef;
}
.the-facts .cards .card .answer {
  opacity: 0;
  transition: 0.3s opacity ease;
  background-color: #00aeef;
  color: #fff;
  font-size: 3.125rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.the-facts .cards .card .answer .large {
  display: block;
  font-size: 6.25rem;
}
.the-facts .cards .card .answer .small .large {
  font-size: 3.125rem;
}
.the-facts .cards .card:hover .answer {
  opacity: 1;
}
.the-facts .cards .card:first-child {
  border-color: #da1a32;
}
.the-facts .cards .card:first-child .question {
  color: #da1a32;
}
.the-facts .cards .card:first-child .answer {
  background-color: #da1a32;
}
.the-facts .cards .card:last-child {
  border-color: #231f20;
}
.the-facts .cards .card:last-child .question {
  color: #231f20;
}
.the-facts .cards .card:last-child .answer {
  background-color: #231f20;
}

section.learn-more h2.section-title {
  margin-bottom: 0.625rem;
}
section.learn-more .description {
  margin-bottom: 3.125rem;
}
section.learn-more .quote {
  background-color: #f1efed;
}
section.learn-more .quote blockquote {
  margin: 0;
  padding: 1rem 2.5rem;
}
section.learn-more .quote blockquote footer {
  margin-bottom: 1.25rem;
  font-family: Charter, serif;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.27px;
  text-transform: uppercase;
}
section.learn-more .columns figure {
  margin: 0 !important;
  height: 100%;
}
section.learn-more .columns figure .wp-block-embed__wrapper,
section.learn-more .columns figure iframe {
  height: 100%;
}
@media (min-width: 801px) {
  section.learn-more .columns {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  section.learn-more .columns .column {
    width: 100%;
    min-width: 50%;
    flex: 1 1 auto;
    margin: 0.3125rem;
  }
}
section.learn-more .images img {
  display: block;
  flex: 1 1 auto;
  max-width: 100% !important;
  width: 100%;
}
@media (min-width: 801px) {
  section.learn-more .images {
    display: flex;
    align-items: stretch;
  }
  section.learn-more .images img {
    width: 1%;
    margin-right: 0.625rem;
    margin-bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.learn-more .images img:last-child {
    margin-right: 0;
  }
}

.aam-issue-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
  margin-bottom: 3.125rem;
  margin-top: 2.5rem;
}
@media (min-width: 801px) {
  .aam-issue-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .aam-issue-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.aam-issue-grid .issue-card {
  overflow: hidden;
}
.aam-issue-grid .issue-card a {
  display: block;
  position: relative;
  height: 18.75rem;
}
.aam-issue-grid .issue-card a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.aam-issue-grid .issue-card a .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  opacity: 0;
  transition: 0.3s opacity ease;
  display: flex;
  align-items: center;
}
.aam-issue-grid .issue-card a .hover img {
  width: auto;
  display: block;
  margin: auto;
  position: initial;
}
.aam-issue-grid .issue-card a h3 {
  position: absolute;
  bottom: 8%;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 34px;
}

.campaign-content .research-featured-tags {
  max-width: 100%;
  background: black;
}
.campaign-content .research-featured-tags .container {
  display: flex;
  justify-content: center;
}

.section-resources {
  margin-bottom: 3.125rem;
}
.section-resources .resource {
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid #231f20;
}
.section-resources .resource:last-child {
  border-bottom: 0;
}
.section-resources .resource a {
  display: block;
}
.section-resources .resource a:hover {
  color: #231f20;
}
.section-resources .resource p {
  margin: 0;
  color: #231f20;
}

.section-issue-navigation {
  margin-bottom: 3.125rem;
}
.section-issue-navigation .issues {
  margin-top: 3.125rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 801px) {
  .section-issue-navigation .issues {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.section-issue-navigation .issues .nav-item {
  margin-bottom: 1.875rem;
}
@media (min-width: 801px) {
  .section-issue-navigation .issues .nav-item {
    width: 25%;
  }
}
.section-issue-navigation .issues a {
  display: block;
  text-align: center;
}
.section-issue-navigation .issues a:hover {
  color: #231f20;
}
.section-issue-navigation .issues a .post-media {
  width: 80%;
  margin: auto;
  height: 12.5rem;
}
.section-issue-navigation .issues a .post-media img {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-issue-navigation .issues p {
  margin: 0;
  color: #231f20;
}

.action-wrapper {
  margin: 1.5625rem auto;
  padding: 1.5625rem 0;
  position: relative;
}
.action-wrapper::before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: repeating-linear-gradient(to right, #da1a32 0 90px, #00aeef 90px 180px, #f1efed 180px 270px);
  position: absolute;
  top: 0;
}
.action-wrapper img {
  display: block;
  margin: 1.25rem auto;
}

.section-cta-grid {
  margin: 1.5625rem auto;
  padding: 1.5625rem 0;
  position: relative;
}
.section-cta-grid .cta-media {
  position: relative;
  background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0), #231f20);
  height: 25rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 1.25rem;
  overflow: hidden;
}
.section-cta-grid .cta-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.section-cta-grid .cta-media .section-title,
.section-cta-grid .cta-media .description p {
  color: #fff;
}
@media (min-width: 801px) {
  .section-cta-grid .cta-items {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 801px) {
  .section-cta-grid .cta-items .cta-item {
    width: 30%;
  }
}

.section-cta-simple {
  margin: 2.1875rem auto;
  padding: 1.5625rem 0.625rem;
  position: relative;
  background-color: #f1efed;
  text-align: center;
}
.section-cta-simple h2 {
  max-width: 80%;
  font-size: 2rem;
  margin: auto;
  margin-bottom: 1.25rem !important;
}
@media (min-width: 801px) {
  .section-cta-simple h2 {
    font-size: 2.375rem;
  }
}
.section-cta-simple p {
  margin-top: 0.625rem;
}

#site-header {
  height: auto;
  background-color: #fff;
  z-index: 10000;
  transition: transform 0.4s;
}
#site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#site-header.sticky .menu-mobile {
  width: 10.625rem;
}
#site-header.sticky .menu-mobile .label {
  display: inline;
}
#site-header.sticky + * {
  margin-top: 4.375rem;
}
@media (min-width: 801px) {
  #site-header.sticky + * {
    margin-top: 8.125rem;
  }
}
@media (min-width: 801px) {
  #site-header {
    height: 8.125rem;
  }
}
#site-header .container,
#site-header .flex {
  height: 100%;
}
#site-header.open .menu-mobile {
  background-color: #231f20;
}
#site-header.open .menu-mobile a {
  color: #fff;
}
#site-header.open .header-menus {
  max-height: 100vh;
}
#site-header .logo {
  margin-top: 0.6875rem;
  margin-bottom: 0.6875rem;
}
#site-header .logo img {
  max-width: 7.1875rem;
}
@media (min-width: 801px) {
  #site-header .logo {
    margin-top: 0;
    margin-bottom: 0;
  }
  #site-header .logo img {
    max-width: 100%;
  }
}
#site-header .header-menus {
  position: fixed;
  right: 0;
  top: 4.375rem;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: #231f20;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  transition: 0.3s max-height ease-in-out;
  max-height: 0;
  overflow: hidden;
}
@media (min-width: 801px) {
  #site-header .header-menus {
    position: relative;
    display: block;
    background-color: #fff;
    height: auto;
    max-height: 6.25rem;
    top: auto;
    overflow: visible;
  }
}
#site-header .header-menus ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-left: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1025px) {
  #site-header .header-menus ul {
    margin-left: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 801px) {
  #site-header .header-menus ul {
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
#site-header .header-menus ul li ul {
  display: none;
}
#site-header .header-menus ul a {
  color: #fff;
}
@media (min-width: 801px) {
  #site-header .header-menus ul a {
    color: #231f20;
    line-height: 1.625rem;
  }
}
#site-header .header-menus ul#menu-primary-first-menu {
  font-size: 1.5rem;
}
@media (min-width: 801px) {
  #site-header .header-menus ul#menu-primary-first-menu {
    font-size: 1rem;
  }
}
#site-header .header-menus ul#menu-primary-first-menu li {
  margin-right: 1.125rem;
}
#site-header .header-menus ul#menu-primary-first-menu li:last-child {
  margin-right: 0;
}
#site-header .header-menus ul#menu-primary-first-menu li:last-child a {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><path fill="%23FFF" d="M6.285.5c3.19 0 5.784 2.595 5.784 5.785 0 1.085-.302 2.126-.856 3.026l-.157.241-.045.062 2.2 2.2c.326.326.376.824.15 1.203l-.068.1-.082.094c-.188.187-.44.289-.699.289-.21 0-.415-.067-.587-.194l-.1-.084-2.211-2.211-.062.045c-.799.549-1.724.89-2.7.985l-.295.022-.272.006C3.095 12.07.5 9.475.5 6.285S3.095.5 6.285.5zm0 1.976c-2.1 0-3.81 1.709-3.81 3.809s1.71 3.809 3.81 3.809 3.808-1.71 3.808-3.81-1.709-3.808-3.808-3.808z"/></svg>');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background-color: #00aeef;
  display: block;
  overflow: hidden;
  text-indent: -2000px;
  transition: background-color 0.4s ease;
}
#site-header .header-menus ul#menu-primary-first-menu li:last-child a:hover {
  background-color: #da1a32;
}
#site-header .header-menus ul#menu-primary-second-menu {
  font-size: 1.75rem;
  margin-top: 1.25rem;
}
@media (min-width: 1025px) {
  #site-header .header-menus ul#menu-primary-second-menu {
    font-size: 2.125rem;
  }
}
#site-header .header-menus ul#menu-primary-second-menu li {
  margin-right: 0.625rem;
  padding-right: 0.625rem;
  font-weight: 700;
  position: relative;
}
@media (min-width: 1025px) {
  #site-header .header-menus ul#menu-primary-second-menu li {
    margin-right: 1.25rem;
    padding-right: 1.25rem;
  }
}
#site-header .header-menus ul#menu-primary-second-menu li::after {
  content: "";
  width: 0.0625rem;
  height: 2rem;
  background-color: #231f20;
  position: absolute;
  right: 0;
  top: 0.3125rem;
}
#site-header .header-menus ul#menu-primary-second-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#site-header .header-menus ul#menu-primary-second-menu li:last-child a {
  color: #da1a32;
}
#site-header .header-menus ul#menu-primary-second-menu li:last-child::after {
  content: none;
}
#site-header .menu-mobile {
  position: fixed;
  z-index: 100;
  width: 4.6875rem;
  height: 4.5rem;
  top: 0;
  right: 0;
  background-color: #fff;
  margin-bottom: 0;
}
#site-header .menu-mobile a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 4.5rem;
  text-align: center;
  color: #231f20;
  font-size: 1.75rem;
}
#site-header .menu-mobile a:hover {
  text-decoration: none;
}
#site-header .menu-mobile a .label {
  display: none;
}
#site-header .menu-mobile a .hamburger {
  font-size: 2.25rem;
}

.scroll-down #site-header.sticky {
  transform: translate3d(0, -100%, 0);
}

.scroll-up #site-header {
  transform: none;
}

.header-blue {
  background-color: #00aeef;
  color: #fff;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.header-blue .title {
  display: inline-block;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 2.625rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: -0.7px;
  color: #fff;
  max-width: 50rem;
}
@media (min-width: 801px) {
  .header-blue .title {
    font-size: 4.25rem;
    margin-top: 4.375rem;
  }
}
.header-blue .subtitle {
  color: #fff;
  font-size: 1.875rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
}
@media (min-width: 801px) {
  .header-blue .subtitle {
    font-size: 2.625rem;
  }
}
.header-blue .author {
  margin-bottom: 1.25rem;
  font-family: Charter, serif;
  font-size: 1.25rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.27px;
}
.header-blue .tags {
  margin-bottom: 2.1875rem;
}
.header-blue .tags .tag,
.header-blue .tags strong {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  margin-right: 0.9375rem;
}
.header-blue .tags strong {
  padding-right: 0.9375rem;
  border-right: 1px solid #fff;
}
.header-blue + article {
  margin-top: 2.5rem;
}

.header-white__author {
  font-family: Charter;
}

.header-white .container {
  max-width: 75%;
  -webkit-font-smoothing: antialiased;
  font-smooth: auto;
  -moz-osx-font-smoothing: auto;
}

.header-white {
  margin-top: 60px;
  margin-bottom: 35px;
  max-width: 100%;
}

.header-white h1 {
  margin: 0 0 20px 0;
}

.header-white .title-small {
  font-family: Charter;
  font-weight: 700;
  font-size: 2.9rem;
  line-height: 1.17;
  color: #231F20;
}

.header-white__author {
  font-size: 20px;
  line-height: 30px;
  color: #231F20;
  margin-bottom: 5px;
}

.header-white__wrap {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.header-white__line-w {
  margin: 0 14px;
  font-size: 0.75em;
}

.header-white__wrap .tags {
  display: flex;
  align-items: flex-start;
}

.header-white .tags a,
.header-white__date {
  font-size: 0.7rem;
  line-height: 17px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #231F20;
}

.header-white .tags a:not(:first-child) {
  margin-left: 14px;
}

@media (max-width: 900px) {
  .header-white .container {
    width: 76%;
    margin: 0 12%;
  }

  .header-white .title-small {
    font-size: 40px;
  }
}
.slides-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.slides-wrapper::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: repeating-linear-gradient(to right, #da1a32 0 90px, #00aeef 90px 180px, #f1efed 180px 270px);
}
.slides-wrapper .slide-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 801px) {
  .slides-wrapper .slide-wrapper {
    height: 42.5rem;
  }
}
.slides-wrapper .slide-wrapper.slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.slides-wrapper .slide-wrapper.slick-slide .slide-tag {
  display: none;
}
.slides-wrapper .slide-wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.slides-wrapper .slide-wrapper .slide-content {
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0), #231f20);
}
.slides-wrapper .slide-wrapper .slide-info h1 {
  color: #fff;
  font-size: 2.625rem;
  max-width: 50rem;
  line-height: 1.07;
}
@media (min-width: 801px) {
  .slides-wrapper .slide-wrapper .slide-info h1 {
    font-size: 3.625rem;
  }
}
.slides-wrapper .slide-wrapper .slide-info .slide-link {
  margin-bottom: 40px;
}
.slides-wrapper .slide-wrapper .slide-info .slide-link a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  width: 12.5rem;
}
.slides-wrapper .slide-wrapper .slide-info .slide-link a span {
  margin-right: 10px;
}
.slides-wrapper .slide-wrapper .slide-info .slide-link a svg {
  transition: 0.3s transform ease-in-out;
}
.slides-wrapper .slide-wrapper .slide-info .slide-link a:hover {
  text-decoration: none;
}
.slides-wrapper .slide-wrapper .slide-info .slide-link a:hover svg {
  transform: translateX(20px);
}
.slides-wrapper .slide-wrapper .slide-info .slide-separator {
  color: #fff;
  font-family: Charter, serif;
  font-size: 1.75rem;
  line-height: 1.36;
  margin-bottom: 1.125rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.slides-wrapper .slide-wrapper .slide-info .slide-separator::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
}
.slides-wrapper .slide-wrapper .slide-info .slide-separator div {
  white-space: nowrap;
  margin-right: 20px;
}
@media (min-width: 801px) {
  .slides-wrapper .slide-wrapper .slide-thumbnails-wrapper {
    display: flex;
  }
}
.slides-wrapper .slide-wrapper .slide-thumbnails-wrapper .slide-thumbnail-wrapper {
  width: 100%;
  margin-bottom: 1.875rem;
}
.slides-wrapper .slide-wrapper .slide-thumbnails-wrapper .slide-thumbnail-wrapper a {
  display: flex;
  color: #fff;
}
.slides-wrapper .slide-wrapper .slide-thumbnails-wrapper .slide-thumbnail-wrapper a .thumbnail {
  width: 3.875rem;
  margin-right: 1.25rem;
  flex-shrink: 0;
}
.slides-wrapper .slide-wrapper .slide-thumbnails-wrapper .slide-thumbnail-wrapper a .thumbnail img {
  width: 62px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slides-wrapper .slide-wrapper .slide-thumbnails-wrapper .slide-thumbnail-wrapper a .text {
  width: 100%;
  padding-right: 1.25rem;
  box-sizing: border-box;
}
@media (min-width: 801px) {
  .slides-wrapper .slide-wrapper .slide-thumbnails-wrapper .slide-thumbnail-wrapper a .text {
    padding-right: 2.5rem;
  }
}
.slides-wrapper .slide-wrapper .slide-thumbnails-wrapper .slide-thumbnail-wrapper a .text .tag {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.slides-wrapper .slide-wrapper .slide-thumbnails-wrapper .slide-thumbnail-wrapper a .text .title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.38;
  color: #fff;
  margin: 0;
}
.slides-wrapper .slide-wrapper .slide-thumbnails-wrapper .slide-thumbnail-wrapper a .text .excerpt {
  display: none;
}

.block-post-featured {
  position: relative;
}
@media (min-width: 801px) {
  .block-post-featured {
    display: flex;
    flex-direction: row-reverse;
  }
}
.block-post-featured .post-featured-media {
  content: "";
  display: block;
  width: 100%;
  background: url("/wp-content/themes/aam/assets/img/fallback-image.png");
  background-size: contain;
  position: relative;
}
.block-post-featured .post-featured-media a {
  display: block;
  position: relative;
  min-height: 16.5625rem;
  height: 100%;
}
.block-post-featured .post-featured-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 801px) {
  .block-post-featured .post-featured-media {
    width: 50%;
    height: 25.9375rem;
  }
  .block-post-featured .post-featured-media img {
    height: 25.9375rem;
  }
}
.block-post-featured .post-featured-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 801px) {
  .block-post-featured .post-featured-content {
    width: 50%;
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    border-left: 1px solid rgba(35, 31, 32, 0.25);
  }
}
.block-post-featured .post-featured-content .tag-author {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.block-post-featured .post-featured-content .tag-author img {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.block-post-featured .post-featured-content .tag-author .author-name {
  font-size: 0.875rem;
  font-family: Charter, serif;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
}
.block-post-featured .post-featured-content .tag-author .tag {
  background-color: #231f20;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.6875rem;
  padding: 0.375rem;
  line-height: 1.82;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 10px;
}
.block-post-featured .post-featured-content .tag-author .tag:last-child {
  margin-right: 0;
}
.block-post-featured .post-featured-content .post-featured-title {
  font-family: Charter, serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.14;
  margin-bottom: 1.25rem;
}
@media (min-width: 801px) {
  .block-post-featured .post-featured-content .post-featured-title {
    font-size: 2.625rem;
  }
}
.block-post-featured .post-featured-date-circle {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  background-color: #00aeef;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 801px) {
  .block-post-featured .post-featured-date-circle {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.block-post-featured .post-featured-date-circle span {
  display: block;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 0.71;
  letter-spacing: 2.55px;
  font-weight: 500;
}
.block-post-featured .post-featured-date-circle span:first-child, .block-post-featured .post-featured-date-circle span:last-child {
  font-size: 0.6875rem;
  line-height: 1.82;
  letter-spacing: 1px;
}

.block-post-loop .post-loop-media {
  position: relative;
  height: 16.5625rem;
  margin-bottom: 0.9375rem;
  overflow: hidden;
}
.block-post-loop .post-loop-media a {
  content: "";
  display: block;
  width: 100%;
  background: url("/wp-content/themes/aam/assets/img/fallback-image.png");
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.block-post-loop .post-loop-media a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-post-loop .post-loop-media .post-loop-date-circle {
  position: absolute;
  z-index: 1;
  top: 0.9375rem;
  right: 0.9375rem;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  background-color: #231f20;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.block-post-loop .post-loop-media .post-loop-date-circle span {
  display: block;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 0.71;
  letter-spacing: 2.55px;
  font-weight: 500;
}
.block-post-loop .post-loop-media .post-loop-date-circle span:first-child, .block-post-loop .post-loop-media .post-loop-date-circle span:last-child {
  font-size: 0.6875rem;
  line-height: 1.82;
  letter-spacing: 1px;
}
.block-post-loop .post-loop-content .tag {
  display: block;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 1px;
  margin-bottom: 0.625rem;
}
.block-post-loop .post-loop-content .post-loop-title {
  font-size: 1.375rem;
  font-family: Charter, serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  margin: 0;
}

.block-post-simple {
  grid-column: span 3;
  display: flex;
  margin-bottom: 1.25rem;
}
.block-post-simple .post-simple-media {
  position: relative;
  margin-right: 2.1875rem;
  flex-shrink: 0;
}
.block-post-simple .post-simple-media .post-simple-date-circle {
  z-index: 1;
  top: 0.9375rem;
  right: 0.9375rem;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  background-color: #231f20;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.block-post-simple .post-simple-media .post-simple-date-circle span {
  display: block;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 0.71;
  letter-spacing: 2.55px;
  font-weight: 500;
}
.block-post-simple .post-simple-media .post-simple-date-circle span:first-child, .block-post-simple .post-simple-media .post-simple-date-circle span:last-child {
  font-size: 0.6875rem;
  line-height: 1.82;
  letter-spacing: 1px;
}
.block-post-simple .post-simple-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-post-simple .post-simple-content .post-simple-title {
  font-size: 2.125rem;
  font-family: Charter, serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  margin: 0;
}

.block-post-related {
  display: flex;
  margin-bottom: 2.5rem;
}
.block-post-related .post-related-media {
  position: relative;
  width: 4.625rem;
  height: 4.625rem;
  margin-right: 1.25rem;
  flex: 0 0 auto;
  overflow: hidden;
}
.block-post-related .post-related-media a {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: repeating-linear-gradient(to right, #da1a32 0 90px, #00aeef 90px 180px, #f1efed 180px 270px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 50%;
}
.block-post-related .post-related-media a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.block-post-related .post-related-content .post-related-date {
  display: block;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 0.625rem;
}
.block-post-related .post-related-content .post-related-title {
  font-size: 1rem;
  font-family: Charter, serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  margin: 0;
}

.block-hero-inset {
  position: relative;
}
.block-hero-inset a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.block-hero-inset a:hover .content {
  min-height: 100%;
}
.block-hero-inset a:hover .date-circle {
  background-color: #00aeef;
}
.block-hero-inset .featured-media {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.block-hero-inset .featured-media::before {
  content: "";
  display: block;
  width: 100%;
  background: url("/wp-content/themes/aam/assets/img/fallback-image.png");
  background-size: contain;
  position: absolute;
  height: 100%;
}
.block-hero-inset .featured-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-hero-inset .content {
  min-height: 50%;
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0) 1%, #231f20);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s min-height ease-in-out;
}
.block-hero-inset .content h3 {
  color: #fff;
  margin: 1.25rem 1.5625rem;
  font-family: Charter, serif;
  font-size: 26px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
}

#business-showcase {
  background-color: #f1efed;
  padding: 2.1875rem 0;
}
#business-showcase h2 {
  font-size: 2.125rem;
  line-height: 1.65;
  margin-bottom: 0.9375rem;
}
@media (min-width: 801px) {
  #business-showcase .business-showcase-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#business-showcase .business-showcase-wrapper .business-item {
  position: relative;
  margin-bottom: 1.5625rem;
  cursor: pointer;
}
#business-showcase .business-showcase-wrapper .business-item.open::after {
  position: absolute;
  bottom: -33px;
  left: calc(50% - 8px);
  width: 15px;
  height: 15px;
  border-top: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  transform: rotate(-45deg);
  z-index: 3;
}
@media (min-width: 801px) {
  #business-showcase .business-showcase-wrapper .business-item.open::after {
    content: "";
  }
}
#business-showcase .business-showcase-wrapper .business-item.open::before {
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #f1efed;
  transform: translateX(-50%);
  z-index: 4;
}
@media (min-width: 801px) {
  #business-showcase .business-showcase-wrapper .business-item.open::before {
    content: "";
  }
}
#business-showcase .business-showcase-wrapper .business-item .business-thumb {
  height: 16.6875rem;
  margin-bottom: 1.5625rem;
  position: relative;
}
#business-showcase .business-showcase-wrapper .business-item .business-thumb::before {
  content: "";
  display: block;
  width: 100%;
  background: url("/wp-content/themes/aam/assets/img/fallback-image.png");
  background-size: contain;
  position: absolute;
  height: 100%;
  z-index: 0;
}
#business-showcase .business-showcase-wrapper .business-item .business-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
#business-showcase .business-showcase-wrapper .business-item .business-product {
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1.55;
  letter-spacing: 1px;
  color: #231f20;
}
#business-showcase .business-showcase-wrapper .business-item .business-title {
  font-family: Charter, serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
}
#business-showcase .business-showcase-wrapper .business-item .business-location {
  font-family: Charter, serif;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
}
#business-showcase .business-showcase-wrapper .business-details {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s max-height ease-in-out;
}
@media (min-width: 801px) {
  #business-showcase .business-showcase-wrapper .business-details {
    display: flex;
    align-items: stretch;
    grid-column: 1/span 3;
  }
}
#business-showcase .business-showcase-wrapper .business-details.open {
  border-top: 1px solid #a5a5a5;
  max-height: 2000px;
}
#business-showcase .business-showcase-wrapper .business-details h5 {
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 1.875rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 801px) {
  #business-showcase .business-showcase-wrapper .business-details .business-item-detail-content {
    margin-right: 2.5rem;
  }
}
#business-showcase .business-showcase-wrapper .business-details .business-item-detail-content p {
  margin: 0;
}
#business-showcase .business-showcase-wrapper .business-details .business-item-detail-thumb {
  margin-top: 1.875rem;
}
@media (min-width: 801px) {
  #business-showcase .business-showcase-wrapper .business-details .business-item-detail-thumb {
    margin-top: 3.75rem;
  }
}
#business-showcase .business-showcase-wrapper .business-details .business-item-detail-thumb img {
  display: block;
  margin-bottom: 1.5625rem;
}
@media (min-width: 801px) {
  #business-showcase .business-showcase-wrapper .business-details .left-column {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
}
#business-showcase .business-showcase-wrapper .business-details .right-column {
  width: 100%;
  flex-shrink: 0;
  margin-top: 1.875rem;
}
@media (min-width: 801px) {
  #business-showcase .business-showcase-wrapper .business-details .right-column {
    width: 21.25rem;
    padding-left: 2.5rem;
    margin-left: 2.5rem;
    border-left: 1px solid #231f20;
  }
}
#business-showcase .business-showcase-wrapper .business-details .right-column h5 {
  margin-top: 0;
}
#business-showcase .business-showcase-wrapper .business-details .related-content a {
  display: flex;
  margin-bottom: 0.9375rem;
}
#business-showcase .business-showcase-wrapper .business-details .related-content a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#business-showcase .business-showcase-wrapper .business-details .related-content a img {
  width: 5.75rem;
  height: 5.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.9375rem;
}
#business-showcase .business-showcase-wrapper .business-details .related-content a h3 {
  font-family: Charter, serif;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  margin-top: 0.3125rem;
}
#business-showcase .business-showcase-wrapper .business-details .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #231f20;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
#business-showcase .business-showcase-wrapper .business-item-detail {
  display: none;
}

.block-podcast-featured {
  background-color: #f7f7f7;
}
.block-podcast-featured .wrapper {
  margin: auto;
}
@media (min-width: 801px) {
  .block-podcast-featured .wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1440px;
  }
}
.block-podcast-featured .media {
  width: 100%;
  max-width: 45rem;
  position: relative;
}
.block-podcast-featured .media img {
  width: 100%;
}
@media (min-width: 801px) {
  .block-podcast-featured .media img {
    width: auto;
  }
}
.block-podcast-featured .media a {
  display: block;
}
.block-podcast-featured .media a img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-podcast-featured .content {
  max-width: 33.125rem;
  margin-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}
.block-podcast-featured .content a {
  color: #231f20;
}
.block-podcast-featured .content a:hover {
  text-decoration: none;
  color: inherit;
}
.block-podcast-featured .content .container {
  margin-left: 2.5vw;
}
.block-podcast-featured .content .featured-title {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.14;
  font-family: Charter, serif;
}
.block-podcast-featured .content .featured-title:hover {
  text-decoration: underline;
}
.block-podcast-featured .content .feadured-desc {
  font-family: Charter, serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.27px;
  margin-top: 1.25rem;
  margin-bottom: 1.5625rem;
}
.block-podcast-featured .content .btn-play {
  color: #fff;
  width: 6.25rem;
}
.block-podcast-featured .content .btn-play:hover {
  color: #fff;
}
.block-podcast-featured .inside-the-story,
.block-podcast-featured .tag {
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 1.25rem;
  list-style: none;
  font-size: 0.6875rem;
  line-height: 1.55;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
}

.block-search-result {
  padding: 1.875rem;
  position: relative;
  background-color: #f1efed;
}
.block-search-result:nth-child(odd) {
  background-color: #fff;
}
@media (min-width: 801px) {
  .block-search-result {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.block-search-result .date-circle {
  position: static;
  margin-right: 3.125rem;
  flex: 0 0 auto;
}
.block-search-result .category-tag {
  font-size: 0.6875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.82;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.block-search-result .category-tag .category {
  background-color: #231f20;
  color: #fff;
  display: inline-block;
  margin-right: 0.625rem;
  padding: 0.3125rem 0.625rem;
}
.block-search-result .post-media {
  min-width: 9.375rem;
}
@media (min-width: 801px) {
  .block-search-result .post-media {
    padding-left: 0;
    padding-right: 3.125rem;
  }
}
.block-search-result .post-media img {
  max-width: 100%;
  max-height: 25.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-search-result .post-content {
  box-sizing: border-box;
}
@media (min-width: 801px) {
  .block-search-result .post-content {
    max-width: 31.25rem;
  }
}
.block-search-result .post-content .tag-author {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.block-search-result .post-content .tag-author img {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.5rem;
}
.block-search-result .post-content .tag-author .author-name {
  font-size: 0.875rem;
  font-family: Charter, serif;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
}
.block-search-result .post-content .tag-author .tag {
  background-color: #231f20;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.6875rem;
  padding: 0.375rem;
  line-height: 1.82;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 10px;
}
.block-search-result .post-content .tag-author .tag:last-child {
  margin-right: 0;
}
.block-search-result .post-content .post-title {
  font-family: Charter, serif;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.14;
  margin-bottom: 1.25rem;
}
.block-search-result .post-date-circle {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  background-color: #00aeef;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 801px) {
  .block-search-result .post-date-circle {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.block-search-result .post-date-circle span {
  display: block;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 0.71;
  letter-spacing: 2.55px;
  font-weight: 500;
}
.block-search-result .post-date-circle span:first-child, .block-search-result .post-date-circle span:last-child {
  font-size: 0.6875rem;
  line-height: 1.82;
  letter-spacing: 1px;
}

.block-news-loop {
  padding: 1.875rem 0;
  position: relative;
}
@media (min-width: 801px) {
  .block-news-loop {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.block-news-loop .date-circle {
  position: static;
}
.block-news-loop .post-source {
  font-size: 0.6875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.82;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.block-news-loop .post-source span {
  background-color: #231f20;
  color: #fff;
  display: inline-block;
  margin-right: 0.625rem;
  padding: 0.3125rem 0.625rem;
}
.block-news-loop .post-content {
  box-sizing: border-box;
  margin-left: 1.25rem;
}
@media (min-width: 801px) {
  .block-news-loop .post-content {
    max-width: 31.25rem;
  }
}
.block-news-loop .post-content .post-title {
  font-family: Charter, serif;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.14;
  margin-bottom: 1.25rem;
}
.block-news-loop .post-date-circle {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  background-color: #00aeef;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 801px) {
  .block-news-loop .post-date-circle {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.block-news-loop .post-date-circle span {
  display: block;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 0.71;
  letter-spacing: 2.55px;
  font-weight: 500;
}
.block-news-loop .post-date-circle span:first-child, .block-news-loop .post-date-circle span:last-child {
  font-size: 0.6875rem;
  line-height: 1.82;
  letter-spacing: 1px;
}

.block-person {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.125rem;
}
.block-person .person-single {
  margin-bottom: 2.1875rem;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 801px) {
  .block-person .person-single {
    width: 30%;
    flex-shrink: 0;
  }
}
.block-person .person-single a {
  display: block;
}
.block-person .person-single a:hover {
  color: #231f20;
}
.block-person .person-single .post-media {
  min-width: 9.375rem;
  height: auto;
}
.block-person .person-single .post-media img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.block-person .person-single .post-content {
  box-sizing: border-box;
}
@media (min-width: 801px) {
  .block-person .person-single .post-content {
    max-width: 31.25rem;
  }
}
.block-person .person-single .post-content .job-title {
  background-color: #00aeef;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.6875rem;
  padding: 0.375rem;
  line-height: 1.82;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 10px;
}
.block-person .person-single .post-content .job-title:last-child {
  margin-right: 0;
}
.block-person .person-single .post-content .post-title {
  font-family: Charter, serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.14;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 801px) {
  .block-cta-two-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 801px) {
  .block-cta-two-column > div {
    width: 50%;
  }
}
.block-cta-two-column .media {
  height: 25rem;
  position: relative;
}
@media (min-width: 801px) {
  .block-cta-two-column .media {
    width: 50%;
  }
}
.block-cta-two-column .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-cta-two-column .content {
  margin-top: 1.875rem;
}
@media (min-width: 801px) {
  .block-cta-two-column .content {
    margin-top: 0;
    padding-left: 2.5rem;
  }
}
.block-cta-two-column .content .content-entry {
  margin: 0;
}
@media (min-width: 801px) {
  .block-cta-two-column.image_right {
    flex-direction: row-reverse;
  }
  .block-cta-two-column.image_right .content {
    padding-right: 2.5rem;
    padding-left: 0;
  }
}

.btn,
.button,
.wp-block-button__link {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.875rem;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 0 1.5625rem;
  height: 2.875rem;
  display: inline-block;
  white-space: nowrap;
  transition: 0.3s opacity ease;
  border: solid 1px #231f20;
  color: #fff;
  outline: none;
  position: relative;
}
.btn.btn-icon,
.button.btn-icon,
.wp-block-button__link.btn-icon {
  padding-left: 2.5rem;
}
.btn.btn-primary,
.button.btn-primary,
.wp-block-button__link.btn-primary {
  color: #fff;
  background-color: #da1a32;
  border-color: #da1a32;
}
.btn.btn-secondary,
.button.btn-secondary,
.wp-block-button__link.btn-secondary {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
}
.btn.btn-black,
.button.btn-black,
.wp-block-button__link.btn-black {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
}
.btn.btn-outline,
.button.btn-outline,
.wp-block-button__link.btn-outline {
  color: #231f20;
  border-color: #231f20;
}
.btn.btn-play,
.button.btn-play,
.wp-block-button__link.btn-play {
  color: #fff;
  background-color: #00aeef;
  border-color: #00aeef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 2.625rem;
}
.btn.btn-play .label,
.button.btn-play .label,
.wp-block-button__link.btn-play .label {
  font-size: 0.6875rem;
  text-transform: uppercase;
}
.btn.btn-play .play,
.button.btn-play .play,
.wp-block-button__link.btn-play .play {
  margin-right: 0.4375rem;
}
.btn.btn-play:hover,
.button.btn-play:hover,
.wp-block-button__link.btn-play:hover {
  background-color: #231f20;
  border-color: #231f20;
}
.btn:hover,
.button:hover,
.wp-block-button__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.btn svg,
.button svg,
.wp-block-button__link svg {
  max-width: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#site-footer {
  background-color: #231f20;
  padding: 2.8125rem 0 4.0625rem;
  position: relative;
}
@media (min-width: 801px) {
  #site-footer {
    position: absolute;
    width: 100vw;
    bottom: 0;
  }
}
#site-footer::before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: repeating-linear-gradient(to right, #da1a32 0 90px, #00aeef 90px 180px, #f1efed 180px 270px);
  position: absolute;
  top: 0;
}
#site-footer .container,
#site-footer .flex {
  height: 100%;
  flex-wrap: wrap;
}
#site-footer .container > div,
#site-footer .flex > div {
  margin-right: 1.25rem;
  margin-top: 1.25rem;
}
#site-footer .container > div:last-child,
#site-footer .flex > div:last-child {
  margin-right: 0;
}
#site-footer .footer-menu ul {
  padding: 0;
  margin: 0;
}
#site-footer .footer-menu ul li a {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: #fff;
}
#site-footer .footer-social h4 {
  text-transform: uppercase;
  font-weight: normal;
  color: #a5a5a5;
  font-size: 11px;
  line-height: 1.82;
  letter-spacing: 1px;
  margin: 0;
}
#site-footer .footer-social ul {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  display: flex;
  list-style-type: none;
}
#site-footer .footer-social ul a {
  display: block;
  text-indent: -999rem;
  width: 33px;
  height: 33px;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s transform ease-in-out;
}
#site-footer .footer-social ul a:hover {
  transform: translateY(-5px);
}
#site-footer .footer-social ul li {
  margin-right: 18px;
}
#site-footer .footer-social ul li.facebook a {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32"><path fill="%23FFFFFF" fill-rule="evenodd" d="M20.377 6.288c-3.655 0-6.044 2.229-6.044 6.263v3.547h-4.062v4.653h4.062V32C6.684 30.792.833 24.133.833 16.098.833 7.208 7.997 0 16.833 0c8.837 0 16 7.207 16 16.098 0 8.035-5.85 14.694-13.5 15.902V20.751h3.728l.71-4.653h-4.438v-3.02c0-1.273.62-2.514 2.608-2.514h2.017V6.603s-1.83-.315-3.581-.315z"/></svg>');
}
#site-footer .footer-social ul li.youtube a {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32"><g fill="none" fill-rule="evenodd" transform="translate(.833)"><circle cx="16" cy="16" r="16" fill="%23FFFFFF"/><path fill="%23231F20" fill-rule="nonzero" d="M23.71 11.878c-.196-.74-.775-1.322-1.509-1.52C20.871 10 15.533 10 15.533 10s-5.337 0-6.667.359c-.735.197-1.313.78-1.51 1.519C7 13.218 7 16.012 7 16.012s0 2.795.357 4.135c.196.739.774 1.297 1.509 1.494 1.33.359 6.667.359 6.667.359s5.337 0 6.668-.359c.734-.197 1.313-.755 1.51-1.494.356-1.34.356-4.135.356-4.135s0-2.795-.357-4.134zm-9.922 6.672v-5.075l4.46 2.537-4.46 2.538z"/></g></svg>');
}
#site-footer .footer-social ul li.twitter a {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32"><g fill="none" fill-rule="evenodd" transform="translate(.833)"><circle cx="16" cy="16" r="16" fill="%23FFF"/><path fill="%23000" fill-rule="nonzero" d="M22.466 12.489c.01.153.01.306.01.46 0 4.67-3.554 10.051-10.051 10.051-2.002 0-3.86-.58-5.425-1.586.284.033.558.044.853.044 1.652 0 3.172-.558 4.386-1.51-1.553-.032-2.855-1.05-3.303-2.45.219.033.437.055.667.055.317 0 .635-.044.93-.12-1.619-.328-2.833-1.75-2.833-3.467v-.044c.47.262 1.017.426 1.597.448-.952-.634-1.575-1.717-1.575-2.942 0-.656.175-1.258.481-1.783 1.74 2.144 4.353 3.544 7.284 3.697-.054-.262-.087-.536-.087-.81C15.4 10.587 16.975 9 18.933 9c1.017 0 1.936.427 2.581 1.116.798-.153 1.564-.449 2.242-.853-.262.82-.82 1.509-1.553 1.946.711-.076 1.4-.273 2.034-.546-.48.7-1.082 1.323-1.771 1.826z"/></g></svg>');
}
#site-footer .footer-social ul li.instagram a, #site-footer .footer-social ul li.flickr a {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32"><g fill="none" fill-rule="evenodd" transform="translate(.833)"><circle cx="16" cy="16" r="16" fill="%23FFF"/><path fill="%23000" fill-rule="nonzero" d="M16.002 11.898c-2.27 0-4.101 1.831-4.101 4.102 0 2.27 1.83 4.102 4.1 4.102 2.27 0 4.102-1.831 4.102-4.102 0-2.27-1.831-4.102-4.101-4.102zm0 6.769c-1.467 0-2.667-1.196-2.667-2.667 0-1.47 1.196-2.667 2.667-2.667 1.47 0 2.666 1.196 2.666 2.667 0 1.47-1.2 2.667-2.666 2.667zm5.225-6.937c0 .532-.428.957-.956.957-.532 0-.957-.429-.957-.957s.429-.957.957-.957.956.429.956.957zm2.717.971c-.06-1.282-.354-2.417-1.292-3.352-.936-.936-2.07-1.229-3.352-1.293-1.32-.075-5.28-.075-6.6 0-1.278.06-2.413.354-3.352 1.29-.938.934-1.228 2.07-1.292 3.352-.075 1.32-.075 5.28 0 6.6.06 1.283.354 2.418 1.292 3.353.94.936 2.07 1.229 3.352 1.293 1.32.075 5.28.075 6.6 0 1.281-.06 2.416-.354 3.352-1.293.935-.935 1.228-2.07 1.292-3.352.075-1.321.075-5.277 0-6.598zm-1.706 8.015c-.279.7-.818 1.24-1.521 1.521-1.053.418-3.552.322-4.715.322-1.164 0-3.666.092-4.715-.322-.7-.278-1.239-.817-1.521-1.52-.418-1.054-.321-3.553-.321-4.717 0-1.164-.093-3.667.321-4.716.278-.7.817-1.24 1.52-1.521 1.054-.418 3.552-.322 4.716-.322 1.163 0 3.666-.092 4.715.322.7.278 1.239.817 1.52 1.52.418 1.054.322 3.553.322 4.717 0 1.164.096 3.667-.321 4.716z"/></g></svg>');
}
#site-footer .footer-social ul li.rss a {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32"><g fill="none" fill-rule="evenodd" transform="translate(.833)"><circle cx="16" cy="16" r="16" fill="%23FFF"/><path fill="%23000" fill-rule="nonzero" d="M13.375 20.812c0 1.209-.98 2.188-2.187 2.188C9.979 23 9 22.02 9 20.812c0-1.208.98-2.187 2.188-2.187 1.208 0 2.187.98 2.187 2.187zm5.117 1.663c-.261-4.831-4.13-8.706-8.967-8.967-.286-.015-.525.214-.525.5v1.502c0 .263.203.484.465.5 3.495.228 6.296 3.023 6.524 6.525.017.262.238.465.5.465h1.503c.286 0 .515-.24.5-.525zm4.508.01C22.737 15.176 16.858 9.263 9.516 9 9.234 8.99 9 9.218 9 9.5v1.503c0 .27.214.489.483.5 5.974.244 10.77 5.04 11.014 11.014.011.27.23.483.5.483H22.5c.283 0 .51-.234.5-.516z"/></g></svg>');
}
#site-footer .footer-social ul li.linkedin a {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32"><g fill="none" fill-rule="evenodd" transform="translate(.833)"><circle cx="16" cy="16" r="16" fill="%23FFF"/><path fill="%23231F20" fill-rule="nonzero" d="M11.581 24H8.264V13.318h3.317V24zm-1.66-12.14C8.861 11.86 8 10.982 8 9.921 8 8.861 8.86 8 9.921 8s1.921.86 1.921 1.921c0 1.06-.86 1.94-1.92 1.94zM23.996 24h-3.31v-5.2c0-1.24-.025-2.829-1.724-2.829-1.725 0-1.99 1.347-1.99 2.74V24H13.66V13.318h3.182v1.457h.046c.443-.84 1.525-1.725 3.139-1.725 3.357 0 3.974 2.21 3.974 5.082V24h-.004z"/></g></svg>');
}
#site-footer .footer-copyright p {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 200;
  margin: 0;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 1px;
}

aside {
  margin-top: 3.75rem;
}
aside > div {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #231f20;
}
aside > div:last-child {
  border-bottom: 0;
}
aside .widget-title {
  font-size: 1.5625rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  margin-top: 0;
}
aside .textwidget,
aside .textwidget p,
aside .post-desc {
  font-family: Charter, serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.21px;
}
aside .post-title {
  line-height: normal;
}
aside .button,
aside button {
  display: block;
  background-color: #da1a32;
  border-color: #da1a32;
  margin-top: 1.5625rem;
  width: 6.875rem;
  font-size: 1.125rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.2px;
  text-align: center;
  cursor: pointer;
}
aside .button:hover,
aside button:hover {
  opacity: 0.8;
}
aside .faq-item {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid rgba(35, 31, 32, 0.2);
  position: relative;
  padding-right: 2.1875rem;
}
aside .faq-item .accordion-toggle {
  display: block;
  border: 1px solid #231f20;
  border-radius: 50%;
  width: 1.6875rem;
  height: 1.6875rem;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
aside .faq-item .accordion-toggle::after {
  font-family: "Arial";
  content: "-";
  line-height: 1;
  font-size: 1.5rem;
}
aside .faq-item.open .accordion-toggle::after {
  content: "+";
}
aside .faq-item .question {
  font-family: Charter, serif;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
}
aside .faq-item .answer p {
  margin-top: 0.9375rem;
  font-family: Charter, serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.21px;
}
aside form label {
  display: block;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 1px;
}
aside form input {
  height: 3.125rem;
  width: 100%;
  background-color: #f7f7f7;
  border: 0;
  color: #231f20;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.27;
  letter-spacing: normal;
  padding-left: 1.75rem;
  margin-top: 5px;
  border: 1px solid transparent;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 0.9375rem;
}
aside form input::-moz-placeholder {
  color: #a5a5a5;
}
aside form input:-ms-input-placeholder {
  color: #a5a5a5;
}
aside form input::placeholder {
  color: #a5a5a5;
}
aside form input:focus {
  border-color: #231f20;
}
aside form input[type=checkbox] {
  display: none;
}
aside form input[type=checkbox] + label {
  display: block;
  margin-bottom: 0.9375rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 1px;
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
}
aside form input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1.0625rem;
  width: 1.0625rem;
  padding: 3px;
  background-color: #231f20;
}
aside form input[type=checkbox]:checked + label::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" viewBox="0 0 16 12"><path fill="%23FFF" d="M13.885.138L4.948 9.075 1.664 5.791c-.159-.159-.417-.159-.576 0l-.961.961c-.16.16-.16.418 0 .577l4.533 4.533c.16.159.417.159.576 0L15.423 1.676c.159-.16.159-.418 0-.577l-.961-.96c-.16-.16-.418-.16-.577 0z"/></svg>');
}
aside form button {
  color: #fff;
  border: transparent;
  padding: 0.9375rem 3.75rem;
  display: block;
  min-width: 11.875rem;
}

.podcast-item > a {
  color: #231f20;
}
.podcast-item .media {
  height: 21.25rem;
  position: relative;
}
.podcast-item .media a {
  display: block;
}
.podcast-item .media a img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.podcast-item .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.podcast-item .info .label {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.82;
  letter-spacing: 1px;
}
.podcast-item .title {
  margin-top: 0.9375rem;
  font-family: Charter, serif;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.27;
  letter-spacing: normal;
}

.widget-author .author-name {
  font-family: Charter, serif;
  font-size: 1.25rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.27px;
}
.widget-author .date {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 1px;
}

.sli-form .sli-input:not(textarea) {
  height: 3.125rem !important;
}

.sli-form-wrapper input {
  height: 3.125rem !important;
  width: 100% !important;
  background-color: #f7f7f7 !important;
  border: 0 !important;
  color: #231f20 !important;
  font-size: 1.375rem !important;
  font-weight: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  padding-left: 1.75rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 1px solid transparent !important;
  outline: none !important;
  box-sizing: border-box !important;
  font-family: "Helvetica Neue", Helvetica, sans-serif !important;
}

.sli-label {
  display: block !important;
  text-transform: uppercase !important;
  font-size: 0.6875rem !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  letter-spacing: 1px !important;
}

/* Get our Daily Diget Newsletter Label */
#id_5edc3ef9-8e99-4274-bee4-9db105bf9121.sli-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 1px;
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
}

.sli-select-radio .sli-label {
  display: inline-block !important;
  font-family: "Helvetica Neue", Helvetica, sans-serif !important;
}

.sli-select-radio input {
  height: unset !important;
  cursor: pointer;
}

.sli-button-element .sli-button {
  color: #fff !important;
  background-color: #da1a32 !important;
  border-color: #da1a32 !important;
  font-family: "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 1.25rem !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 2.875rem !important;
  letter-spacing: 0.2px !important;
  text-align: center !important;
  padding: 0 1.5625rem !important;
  height: 2.875rem !important;
  display: inline-block !important;
  white-space: nowrap !important;
  transition: 0.3s opacity ease !important;
  border: solid 1px #da1a32 !important;
  outline: none !important;
  position: relative !important;
}

.sli-button-element .sli-button:hover {
  text-decoration: none;
  opacity: 0.8;
}

.sli-button-element {
  text-align: left !important;
}

.sli-form input:not([type]),
.sli-form input[type=text],
.sli-form input[type=password],
.sli-form input[type=date],
.sli-form input[type=datetime],
.sli-form input[type=datetime-local],
.sli-form input[type=month],
.sli-form input[type=week],
.sli-form input[type=email],
.sli-form input[type=number],
.sli-form input[type=search],
.sli-form input[type=tel],
.sli-form input[type=time],
.sli-form input[type=url],
.sli-form input[type=color],
.sli-form textarea,
.sli-form input[type=file],
.sli-form select {
  box-shadow: none !important;
}

@media only screen and (min-width: 40.0625em) {
  .sli-medium-6 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 54.0625em) {
  .sli-medium-6 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .sli-medium-6 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 74.0625em) {
  .sli-medium-6 {
    width: 50% !important;
  }
}
aside .sli-button {
  color: #fff !important;
  border: transparent !important;
  padding: 0.9375rem 3.75rem !important;
  display: block !important;
  min-width: 11.875rem !important;
}

.sli-form .sli-row .sli-row {
  padding-right: 30px;
}

.widget-content .sli-form-wrapper input {
  font-size: 18px !important;
  color: rgba(35, 31, 32, 0.52) !important;
  padding: 12px 20px !important;
  background-color: #F1EFED !important;
}

.sticky-menu {
  width: 100%;
  background: #231F20;
  color: white;
  font-size: 1.2rem;
  display: flex;
  align-items: stretch;
}

.sticky-menu.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
}

.sticky-menu .dynamic-nav {
  position: relative;
  display: flex;
  align-items: stretch;
  flex: 1 1 60%;
  overflow: hidden;
}

.sticky-menu .dynamic-nav .inner-wrapper {
  white-space: nowrap;
  align-self: center;
  margin: 20px 0;
  padding: 0 20px;
  transition: margin 700ms;
}

.sticky-menu .persistent-nav {
  flex: 0 1 auto;
  min-width: 400px;
  padding: 0 20px;
  align-self: center;
  margin: 20px 0;
}

.sticky-menu a {
  display: inline-block;
  color: #fff;
}

.sticky-menu .dynamic-nav a.dynamic-nav-item {
  display: inline-block;
  padding: 0 35px;
}

.sticky-menu .dynamic-nav a.dynamic-nav-item.active .active-link-line {
  border-bottom: 2px solid #00AEEF;
}

.sticky-menu .persistent-nav a {
  padding: 10px 22px;
  text-decoration: none;
  border: 1px solid transparent;
}

.sticky-menu .persistent-nav a:hover {
  opacity: 0.7;
}

.sticky-menu .persistent-nav a:first-child {
  border-color: #fff;
}

.sticky-menu .persistent-nav a:last-child {
  background: #DA1A32;
}

@media (max-width: 1024px) {
  .sticky-menu {
    flex-wrap: wrap;
    /*font-size: 1rem;*/
  }

  .sticky-menu .dynamic-nav {
    flex: 0 0 100%;
  }

  .sticky-menu .persistent-nav {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .sticky-menu .persistent-nav a {
    margin-right: 5px;
  }
}
@media (max-width: 664px) {
  .sticky-menu {
    flex-wrap: wrap;
    /*font-size: 0.9rem;*/
  }

  .sticky-menu .dynamic-nav {
    flex: 0 0 100%;
  }

  .sticky-menu .persistent-nav {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    min-width: unset;
    margin: 0;
  }

  .sticky-menu .persistent-nav a {
    margin-bottom: 5px;
  }
}
.sticky-menu .arrow-wrapper {
  visibility: hidden;
  position: absolute;
  width: 38px;
  height: 100%;
  z-index: 99;
  display: flex;
  top: 0px;
}

.sticky-menu .arrow-wrapper.prev {
  left: 0px;
  background: #231F20;
  background: linear-gradient(to right, #231f20, rgba(35, 31, 32, 0) 100%);
}

.sticky-menu .arrow-wrapper.next {
  right: 0px;
  background: #231F20;
  background: linear-gradient(to left, #231f20, rgba(35, 31, 32, 0) 100%);
  justify-content: flex-end;
}

.sticky-menu .prev__arrow,
.sticky-menu .next__arrow {
  align-self: center;
  width: 19px;
  height: 19px;
  background: url("/wp-content/themes/aam/assets/img/arrow.svg") center no-repeat;
  background-size: 100%;
  z-index: 11;
  cursor: pointer;
  margin: 0 !important;
}

.sticky-menu .prev__arrow {
  transform: rotate(-180deg);
}

.image-quote-block {
  margin: 36px auto;
}

.image-quote-block .quote-container {
  max-width: 100%;
  border-top: 2px solid #00AEEF;
  border-bottom: 2px solid #00AEEF;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 24px 0;
}

.image-quote-block .quote-container .quote {
  font-size: 1.7rem;
  line-height: 1.36;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-family: Charter, serif;
}

.image-quote-block .quote-container .quotee {
  margin-top: 24px;
  font-size: 0.7rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-quote-block img {
  display: block;
  width: 172px;
  height: auto;
  margin: 0 40px;
}

.image-quote-block .quote-container__body {
  margin: 40px;
}

.image-quote-block.alignleft img,
.image-quote-block.alignright img {
  margin: 0 auto;
  width: 204px;
  height: auto;
}

.image-quote-block.alignleft,
.image-quote-block.alignright {
  display: block;
  float: unset;
  max-width: 1328px;
  margin: 0 auto;
}

.image-quote-block.alignleft .quote-container,
.image-quote-block.alignright .quote-container {
  max-width: 530px;
  background: #F1EFED;
  border: none;
  padding: 0;
  margin: 20px;
  display: block;
}

.image-quote-block.alignleft .quote-container {
  float: left;
}

.image-quote-block.alignright .quote-container {
  float: right;
}

.image-quote-block.alignleft .quote-container__body:before,
.image-quote-block.alignright .quote-container__body:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: -45%;
  width: 58px;
  height: 48px;
  background: url("/wp-content/themes/aam/assets/img/comment.svg") center no-repeat;
}

.image-quote-block.alignleft .quote-container .quote,
.image-quote-block.alignright .quote-container .quote {
  font-size: 1.8rem;
  color: #231F20;
  margin-bottom: 24px;
}

.image-quote-block.alignleft .quote-container .quotee,
.image-quote-block.alignright .quote-container .quotee {
  letter-spacing: 0.2px;
  font-size: 1rem;
}

.image-quote-block.alignleft img {
  margin: -10% 32px 32px;
}

.image-quote-block.alignright img {
  margin: -10% 0 32px 32px;
}

.image-quote-block.alignleft .quote-container {
  margin-right: 20px;
}

.image-quote-block.alignright .quote-container {
  margin-left: 20px;
}

.image-quote-block.alignleft .quote-container,
.image-quote-block.alignright .quote-container {
  display: block;
}

.image-quote-block.alignleft .quote-container__body,
.image-quote-block.alignright .quote-container__body {
  position: relative;
  width: 80%;
  margin: 0 auto 50px auto;
}

@media (max-width: 644px) {
  .image-quote-block.alignleft .quote-container__body:before,
.image-quote-block.alignright .quote-container__body:before {
    display: none;
  }

  .image-quote-block img,
.image-quote-block.alignleft img,
.image-quote-block.alignright img {
    margin: -10% auto 32px auto;
    width: 204px;
    height: auto;
  }

  .image-quote-block {
    display: block;
    float: unset;
    max-width: 1328px;
    margin: 0 auto;
  }

  .image-quote-block .quote-container {
    max-width: 530px;
    background: #F1EFED;
    border: none;
    padding: 0;
    margin: 20px;
    display: inline-block;
  }

  .image-quote-block .quote-container .quote {
    font-size: 1.8rem;
    color: #231F20;
    margin-bottom: 24px;
  }

  .image-quote-block .quote-container .quotee {
    letter-spacing: 0.2px;
    font-size: 1rem;
  }

  .image-quote-block .quote-container__body {
    position: relative;
    width: 80%;
    margin: 0 auto 50px auto;
  }
}
/* 
 * Pages:
 */
/* ---
 * 2023-06-12
 * Little Blue Collar Fact Book adjustments.
 *
 * https://app.productive.io/2650-4site-interactive-studios-inc/tasks/4944643
 * ---
 */
/* Add padding to page title. */
.page-id-34915 .wp-block-cover__inner-container {
  padding: 0 1rem;
}

/* Bottom border should appear on final block. */
.page-id-34915 .wp-block-media-text:last-of-type {
  border-bottom: 1px solid var(--wp--preset--color--black);
}

/* Additional spacing between image and text. */
.page-id-34915 .wp-block-media-text {
  grid-row-gap: 1rem;
}

/* Center images. */
.page-id-34915 .wp-block-media-text .wp-block-media-text__media {
  justify-self: center;
}

/* Allow images to have their original aspect ratio. */
.page-id-34915 .wp-block-media-text .wp-block-media-text__media img {
  position: relative;
}

/* Fixes layout breakage between 600 - 800px. */
.page-id-34915 .wp-block-media-text.is-stacked-on-mobile {
  grid-template-columns: 100% !important;
}

/* Fixes layout breakage between 600 - 800px. */
@media (min-width: 800px) {
  .page-id-34915 .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 25% auto !important;
  }
}
/* ---
 * End Little Blue Collar Fact Book
 * adjustments.
 * ---
 */
.post-type-archive-aam_business main header {
  margin-top: 3.75rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #231f20;
}
@media (min-width: 801px) {
  .post-type-archive-aam_business main header {
    display: flex;
    justify-content: space-between;
    align-self: baseline;
  }
}
.post-type-archive-aam_business main header h2 {
  font-size: 2.125rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
}
@media (min-width: 801px) {
  .post-type-archive-aam_business main header .filters {
    display: flex;
    align-items: center;
  }
}
.post-type-archive-aam_business main header .filters > div {
  margin-bottom: 0.625rem;
}
@media (min-width: 801px) {
  .post-type-archive-aam_business main header .filters > div {
    margin-bottom: 0;
  }
}
@media (min-width: 801px) {
  .post-type-archive-aam_business main header .filters > div:first-child {
    margin-right: 1.25rem;
  }
}
.post-type-archive-aam_business main header .filters > div:first-child .facetwp-dropdown {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="20" viewBox="0 0 26 20"><path fill="%23231F20" d="M25.666.522c-.322-.24-.7-.336-1.094-.274-1.05.163-1.928 1.39-2.944 2.81-.39.547-.997 1.395-1.386 1.755-.047-.14-.103-.354-.154-.673-.044-.272-.22-.506-.47-.622-.251-.117-.543-.102-.78.04-.241.146-.445.368-.681.626-.06.065-.138.15-.22.236.02-.615.003-1.466-.707-2.058-.727-.607-1.939-.695-3.812-.278-2.99.665-8.126.436-9.593-1.72C3.667.133 3.407-.001 3.124 0c-.28.005-.539.149-.69.385C.72 3.075-1.013 8.688.718 12.19c1.57 3.176 4.722 4.899 9.365 5.12 1.098.053 2.282.886 3.234 1.555.787.554 1.356.952 1.93.998.03.003.06.004.088.004.26 0 .503-.092.693-.265.39-.353.399-.859.407-1.348.004-.181.009-.496.052-.647.013 0 .03 0 .049.002 2.125.162 2.796-1.288 3.118-2.091.255.222.498.498.735.768.527.6 1.071 1.22 1.849 1.26.435.019.849-.145 1.224-.495.037-.034.07-.071.1-.112.39-.52.235-1.197.039-2.054-.247-1.079-.585-2.555.1-3.76.112-.195.283-.39.465-.598.523-.595 1.314-1.495.654-2.88-.42-.884.186-2.235.721-3.427l.086-.19c.187-.42-.001-.911-.421-1.1-.419-.186-.911.001-1.099.42l-.084.188c-.65 1.446-1.457 3.245-.705 4.824.166.35.12.47-.403 1.067-.218.248-.465.53-.66.873-1.007 1.768-.568 3.685-.277 4.954l.089.399c-.143-.144-.303-.325-.427-.467-.443-.505-.946-1.077-1.632-1.443-.404-.216-.744-.168-.958-.09-.527.194-.726.698-.9 1.141-.31.787-.533 1.224-1.485 1.153-.655-.053-1.069.187-1.298.395-.457.416-.557 1-.585 1.51-.171-.114-.35-.24-.507-.35-1.07-.752-2.532-1.78-4.113-1.855-4.05-.194-6.652-1.567-7.952-4.197C.984 8.975 1.97 4.849 3.304 2.224 5.801 4.267 10.785 4.377 13.78 3.71c1.852-.412 2.31-.13 2.384-.07.133.112.117.52.105.849-.02.511-.046 1.148.444 1.575.8.7 1.602.252 2.16-.24.201.358.497.663.936.767 1.145.266 2.041-.981 3.174-2.565.48-.673 1.356-1.896 1.783-2.109.359.198.816.107 1.068-.23.275-.368.2-.89-.168-1.165z"/></svg>');
}
.post-type-archive-aam_business main header .filters > div:last-child .facetwp-dropdown {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="%23231F20" d="M2.774 0c.535 0 .968.433.968.968v4.635c1.052.395 1.806 1.403 1.806 2.59 0 1.189-.754 2.196-1.806 2.591v8.248c0 .535-.433.968-.968.968-.535 0-.968-.433-.968-.968v-8.248C.754 10.389 0 9.382 0 8.194s.754-2.196 1.806-2.59V.967c0-.535.433-.968.968-.968zM10 0c.535 0 .968.433.968.968v8.85c1.052.395 1.806 1.403 1.806 2.59 0 1.189-.754 2.196-1.806 2.59v4.034c0 .535-.433.968-.968.968-.535 0-.968-.433-.968-.968V15c-1.052-.395-1.806-1.402-1.806-2.59s.754-2.196 1.806-2.59V.967C9.032.433 9.465 0 10 0zm7.226 0c.535 0 .968.433.968.968v4.635C19.246 5.998 20 7.006 20 8.193c0 1.189-.754 2.196-1.806 2.591v8.248c0 .535-.433.968-.968.968-.535 0-.968-.433-.968-.968v-8.248c-1.052-.395-1.806-1.402-1.806-2.59s.754-2.196 1.806-2.59V.967c0-.535.433-.968.968-.968z"/></svg>');
}
.post-type-archive-aam_business main header .filters .facetwp-dropdown {
  width: 100%;
  height: 3rem;
  padding-left: 1.6875rem;
  padding-right: 0.625rem;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 95% 13px;
  padding-right: 1.875rem;
}
.post-type-archive-aam_business main article .business-item-detail {
  background-color: #bae9fb;
  align-items: stretch;
  grid-column: 1/span 3;
  z-index: 100;
  transition: 0.3s bottom ease-in-out;
  padding: 1.25rem 2.1875rem;
  left: 0;
  bottom: -100vh;
  width: 95%;
  box-sizing: border-box;
}
@media (min-width: 801px) {
  .post-type-archive-aam_business main article .business-item-detail {
    display: flex;
  }
}
.post-type-archive-aam_business main article .business-item-detail.open {
  border-top: 1px solid #00aeef;
  bottom: 0;
}
.post-type-archive-aam_business main article .business-item-detail h5 {
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 1.875rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 801px) {
  .post-type-archive-aam_business main article .business-item-detail .business-item-detail-content {
    margin-right: 2.5rem;
  }
}
.post-type-archive-aam_business main article .business-item-detail .business-item-detail-content p {
  margin: 0;
  font-size: 1rem;
}
.post-type-archive-aam_business main article .business-item-detail .business-item-detail-thumb {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}
.post-type-archive-aam_business main article .business-item-detail .business-item-detail-thumb img {
  display: block;
  margin-right: 0.625rem;
  max-width: 9.375rem;
}
@media (min-width: 801px) {
  .post-type-archive-aam_business main article .business-item-detail .business-item-detail-thumb {
    margin-top: 3.75rem;
    max-width: 100%;
  }
  .post-type-archive-aam_business main article .business-item-detail .business-item-detail-thumb img {
    margin-right: 2.5rem;
  }
}
.post-type-archive-aam_business main article .business-item-detail .right-column {
  width: 100%;
  flex-shrink: 0;
  margin-top: 1.875rem;
}
@media (min-width: 801px) {
  .post-type-archive-aam_business main article .business-item-detail .right-column {
    width: 21.25rem;
    padding-left: 2.5rem;
    margin-left: 2.5rem;
    border-left: 1px solid #231f20;
  }
}
.post-type-archive-aam_business main article .business-item-detail .right-column h5 {
  margin-top: 0;
}
.post-type-archive-aam_business main article .business-item-detail .related-content a {
  display: flex;
  margin-bottom: 0.9375rem;
}
.post-type-archive-aam_business main article .business-item-detail .related-content a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.post-type-archive-aam_business main article .business-item-detail .related-content a img {
  width: 5.75rem;
  height: 5.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.9375rem;
}
.post-type-archive-aam_business main article .business-item-detail .related-content a h3 {
  font-family: Charter, serif;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  margin-top: 0.3125rem;
}
.post-type-archive-aam_business main article .business-item-detail .close-button {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #231f20;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.post-type-archive-aam_business main article .business-item-detail .arrow,
.post-type-archive-aam_business main article .business-item-detail .arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: -1;
}
.post-type-archive-aam_business main article .business-item-detail .arrow::before {
  content: "";
  transform: rotate(45deg);
  background-color: #bae9fb;
}
.post-type-archive-aam_business main article .businesses {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 2.5rem;
}
@media (min-width: 801px) {
  .post-type-archive-aam_business main article .businesses {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.post-type-archive-aam_business main article .business-item {
  border: 1px solid #a5a5a5;
  cursor: pointer;
}
.post-type-archive-aam_business main article .business-item:hover {
  border: 1px solid #231f20;
}
.post-type-archive-aam_business main article .business-item .business-item-detail {
  display: none;
}
.post-type-archive-aam_business main article .business-item.selected {
  border: 1px solid #00aeef;
}
.post-type-archive-aam_business main article .business-item.selected .business-item-detail {
  display: block;
}
@media (min-width: 801px) {
  .post-type-archive-aam_business main article .business-item.selected .business-item-detail {
    display: flex;
    max-width: 990px;
  }
}
.post-type-archive-aam_business main article .business-item.selected .business-item-detail[data-popper-placement^=top] > .arrow {
  bottom: -4px;
}
.post-type-archive-aam_business main article .business-item.selected .business-item-detail[data-popper-placement^=bottom] > .arrow {
  top: -4px;
}
.post-type-archive-aam_business main article .business-item.selected .business-item-detail[data-popper-placement^=left] > .arrow {
  right: -4px;
}
.post-type-archive-aam_business main article .business-item.selected .business-item-detail[data-popper-placement^=right] > .arrow {
  left: -4px;
}
.post-type-archive-aam_business main article .business-item .business-thumb {
  margin-top: 1.25rem;
  height: 10.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.post-type-archive-aam_business main article .business-item .business-thumb img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive-aam_business main article .business-item .business-content {
  margin-left: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.post-type-archive-aam_business main article .business-item .business-content .business-product {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
}
.post-type-archive-aam_business main article .business-item .business-content .business-title {
  font-family: Charter, serif;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.post-type-archive-aam_business main article .business-item .business-content .business-location {
  font-size: 1rem;
  font-family: Charter, serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
}
.post-type-archive-aam_business main article .facetwp-facet-load_more_pager {
  margin: 3.125rem 0;
}
.post-type-archive-aam_business main article .facetwp-facet-load_more_pager .facetwp-load-more {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.875rem;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 0 1.5625rem;
  height: 2.875rem;
  display: inline-block;
  white-space: nowrap;
  transition: 0.3s opacity ease;
  border: solid 1px #231f20;
  background-color: #231f20;
  color: #fff;
  outline: none;
}
.post-type-archive-aam_business main article .facetwp-facet-load_more_pager .facetwp-load-more:hover {
  opacity: 0.8;
}

.post-type-archive-aam_podcast .podcast-embedded-page-content,
.single-aam_podcast .podcast-embedded-page-content {
  background-color: #f7f7f7;
  display: none;
}
.post-type-archive-aam_podcast .podcast-embedded-page-content.active,
.single-aam_podcast .podcast-embedded-page-content.active {
  display: block;
}
.post-type-archive-aam_podcast #podcast-tab-listing-content,
.single-aam_podcast #podcast-tab-listing-content {
  background-color: #fff;
}
.post-type-archive-aam_podcast #podcast-tab-369-content .container,
.post-type-archive-aam_podcast #podcast-tab-373-content .container,
.single-aam_podcast #podcast-tab-369-content .container,
.single-aam_podcast #podcast-tab-373-content .container {
  padding: 2.8125rem 0;
}
.post-type-archive-aam_podcast #podcast-tab-369-content .container .wp-block-column:first-child,
.post-type-archive-aam_podcast #podcast-tab-373-content .container .wp-block-column:first-child,
.single-aam_podcast #podcast-tab-369-content .container .wp-block-column:first-child,
.single-aam_podcast #podcast-tab-373-content .container .wp-block-column:first-child {
  max-width: 33.125rem;
}
@media (min-width: 801px) {
  .post-type-archive-aam_podcast #podcast-tab-369-content .container .wp-block-column:first-child,
.post-type-archive-aam_podcast #podcast-tab-373-content .container .wp-block-column:first-child,
.single-aam_podcast #podcast-tab-369-content .container .wp-block-column:first-child,
.single-aam_podcast #podcast-tab-373-content .container .wp-block-column:first-child {
    margin-right: 6.25rem;
  }
}
.post-type-archive-aam_podcast .podcast-items,
.single-aam_podcast .podcast-items {
  max-width: 95%;
  margin: 1.875rem auto 4.375rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 801px) {
  .post-type-archive-aam_podcast .podcast-items,
.single-aam_podcast .podcast-items {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 61.875rem;
  }
}
.post-type-archive-aam_podcast .podcast-items header,
.single-aam_podcast .podcast-items header {
  margin: 30px 0;
}
@media (min-width: 801px) {
  .post-type-archive-aam_podcast .podcast-items header,
.single-aam_podcast .podcast-items header {
    grid-column: 1/span 3;
  }
}
.post-type-archive-aam_podcast .podcast-items header h3,
.single-aam_podcast .podcast-items header h3 {
  font-size: 2.75rem;
  line-height: 1.27;
  margin: 0;
}
.post-type-archive-aam_podcast .podcast-items header p,
.single-aam_podcast .podcast-items header p {
  font-size: 1.75rem;
  line-height: 1.36;
  margin: 0;
}
.post-type-archive-aam_podcast .facetwp-type-pager,
.single-aam_podcast .facetwp-type-pager {
  grid-column: 1/span 3;
  text-align: center;
}
.post-type-archive-aam_podcast .facetwp-type-pager .facetwp-load-more,
.single-aam_podcast .facetwp-type-pager .facetwp-load-more {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.875rem;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 0 1.5625rem;
  height: 2.875rem;
  display: inline-block;
  white-space: nowrap;
  transition: 0.3s opacity ease;
  border: solid 1px #231f20;
  color: #231f20;
  outline: none;
  position: relative;
  background-color: transparent;
}
.post-type-archive-aam_podcast .facetwp-type-pager .facetwp-load-more:hover,
.single-aam_podcast .facetwp-type-pager .facetwp-load-more:hover {
  opacity: 0.8;
}

.page-media-center .post-head {
  border-color: #231f20;
}
.page-media-center .section-posts-list:nth-child(even) {
  background-color: #fff;
}
.page-media-center .section-posts-list .headings h2 {
  font-size: 1.5625rem;
}
.page-media-center .post-foot {
  text-align: left;
}
.page-media-center .post-foot .btn {
  background-color: #231f20;
  color: #fff;
}

.search .facetwp-type-dropdown,
.search .facetwp-sort {
  max-width: 300px;
  margin: auto;
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
  position: relative;
}
.search .facetwp-type-dropdown select,
.search .facetwp-sort select {
  width: 100%;
  height: 3rem;
  padding-left: 1.6875rem;
  padding-right: 0.625rem;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
  cursor: pointer;
}
.search .search-results {
  width: 56.25rem;
  margin: 3.125rem auto;
}
.search .no-results h1 {
  text-align: center;
  padding: 3.125rem 0;
}
.search aside .facetwp-sort {
  margin-top: 3.75rem;
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 2.1875rem;
  border: 0;
}
.search aside .facetwp-toggle {
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.875rem;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 0 1.5625rem;
  height: 2.875rem;
  display: inline-block;
  white-space: nowrap;
  transition: 0.3s opacity ease;
  border: solid 1px #231f20;
  color: #231f20;
  outline: none;
  position: relative;
  background-color: transparent;
  display: inline-block;
  margin-top: 1.25rem;
}
.search aside .facetwp-toggle:hover {
  opacity: 0.8;
  text-decoration: none;
}
.search aside .facetwp-toggle.facetwp-hidden {
  display: none;
}
.search aside .facetwp-checkbox {
  margin-bottom: 0.625rem;
}

.single-aam_research {
  /* Adam: this is temporary styling by backend developer -- DELETE ME */
}
.single-aam_research h2 {
  margin-bottom: 1.875rem;
}
.single-aam_research h2.subtitle {
  font-size: 2rem;
}
.single-aam_research h2 + .author {
  margin-bottom: 1.875rem;
}
.single-aam_research .content-entry {
  max-width: 100% !important;
}
.single-aam_research .learn-more {
  margin-bottom: 3.125rem;
}
@media (min-width: 1025px) {
  .single-aam_research .learn-more {
    margin-bottom: 6.25rem;
  }
}
.single-aam_research .takeaway-resources {
  margin-bottom: 2.1875rem;
}
@media (min-width: 801px) {
  .single-aam_research .takeaway-resources {
    display: flex;
  }
}
.single-aam_research .takeaway-resources .section-title {
  font-size: 2rem;
}
.single-aam_research .takeaway-resources ol li {
  display: flex;
  align-items: center;
}
@media (min-width: 801px) {
  .single-aam_research .takeaway-resources .resources-container {
    width: 30%;
    margin-left: 2%;
    padding-left: 2%;
    border-left: 1px solid #f1efed;
  }
}
.single-aam_research .takeaway-resources .resources-container .resource {
  border-bottom: 0;
  padding-bottom: 0;
}
.single-aam_research .takeaway-resources .resources-container .resource .post-title {
  margin-bottom: 0;
}
.single-aam_research .section-resources {
  max-width: 800px;
}
.single-aam_research .section-resources a:hover {
  text-decoration: none;
}
.single-aam_research .section-resources .resource {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.single-aam_research .section-resources .resource .active-arrow-wrapper {
  display: none;
}
.single-aam_research .section-resources .resource.active .active-arrow-wrapper {
  padding: 30px 27px;
  background-color: #f1efed;
  display: inline-block;
  border-radius: 200px;
}

.post-type-archive-aam_issue .section-resources {
  max-width: 800px;
}
.post-type-archive-aam_issue .section-resources a:hover {
  text-decoration: none;
}
.post-type-archive-aam_issue .section-resources .resource {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.post-type-archive-aam_issue .section-resources .resource .active-arrow-wrapper {
  display: none;
}
.post-type-archive-aam_issue .section-resources .resource.active .active-arrow-wrapper {
  padding: 30px 27px;
  background-color: #f1efed;
  display: inline-block;
  border-radius: 200px;
}
.post-type-archive-aam_issue .content-entry,
.post-type-archive-aam_issue .takeaways,
.post-type-archive-aam_issue .section-resources {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.post-type-archive-aam_issue .the-facts {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.section-issue-hero .wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
.section-issue-hero .wrapper .container {
  text-align: center;
  padding: 200px 0px 100px 0px;
  color: white;
}
.section-issue-hero .wrapper .container .issue-thumbnail {
  border-radius: 500px;
  background: #00aeef;
  margin: 0 auto;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-issue-hero .wrapper .container .issue-thumbnail img {
  max-width: 75px;
}
.section-issue-hero .wrapper .container h1 {
  color: white;
  font-size: 3rem;
}

.blog.single-post aside .widget-content {
  padding: 0 0 25px 35px;
}

.blog.single-post .sidebar-right {
  -moz-column-gap: unset;
  column-gap: unset;
  row-gap: unset;
  grid-template-columns: auto 360px;
  grid-template-areas: "header none" "article sidebar";
}

.blog.single-post main.container article .content-entry {
  max-width: 75%;
}

.blog.single-post .sidebar-right.no-header {
  padding-top: 2.1875rem;
  grid-template-areas: "article sidebar";
}

.blog.single-post .sidebar-right.full-header {
  grid-template-areas: "header none" "article sidebar";
}

.blog.single-post .sidebar-right.full-header aside {
  margin-top: 0;
}

.blog.single-post .sidebar-right aside .sli-row .sli-row {
  margin: 0;
}

.blog.single-post .sidebar-right aside .sli-large-12 {
  margin: 0;
}

aside .widget-title {
  margin-bottom: unset;
}

.wp-block-quote cite {
  display: inline-block;
  margin-top: 10px;
}

.wp-block-quote {
  margin: 0 0 25px !important;
  padding-left: 32px;
  border-left: 2px solid #00AEEF;
}

.content-entry blockquote p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #231F20;
  font-weight: 400;
}

.single-post .widget-content {
  border-left: 1px solid #231F20;
  border-bottom: none;
  padding-left: 52px;
  margin-bottom: 0 !important;
}

.single-post .widget-content:last-child {
  padding-bottom: 0;
}

#b5937961-63b6-4108-81b0-682f22b04829 {
  border-bottom: 1px solid #231F20;
  padding-bottom: 20px;
}

.single-post .sli-label {
  margin: 15px 0;
}

.single-post .sli-large-12 {
  padding: 0;
  margin: 0 7px;
}

.single-post figcaption {
  font-size: 13px;
  line-height: 1.1;
  color: #231F20;
  opacity: 0.5;
  margin: 24px 0;
  padding: 0 12px;
  border-left: 1px solid #231F20;
}

figure.wp-block-image.size-large img {
  width: 100%;
}

@media (max-width: 900px) {
  .blog.single-post .sidebar-right.full-header,
.blog.single-post .sidebar-right.no-header,
.blog.single-post .sidebar-right {
    grid-template-columns: auto;
    grid-template-areas: "header" "article" "sidebar";
  }
}