/*
Theme Name:     BlankSlate Child
Theme URI:      https://akspiel.com/blankslate-child
Description:    A minimalist child theme of BlankSlate for custom development.
Author:         Amy Spielmaker
Author URI:     https://akspiel.com
Template:       blankslate
Version:        1.0.0
License:        GNU General Public License v3 or later
License URI:    https://www.gnu.org/licenses/gpl.html
Text Domain:    blankslate-child
Tags:           custom, minimal, developer-friendly
Updated:        Sep 29, 2025
*/
:root {
  --color-navy: #00AABC;
  --color-navy-dark: #005c66;
  --color-navy-light: #e6f5f7;
  --color-orange: #F38221;
  --color-orange-dark: #a55109;
  --color-orange-light: #fdedde;
  --color-green: #A4CE3A;
  --color-green-dark: #678321;
  --color-green-light: #ecf5d6;
  --color-brown: #514949;
  --color-brown-dark: #363030;
  --color-brown-light: #e7e4e4;
  --color-gray: #DDD;
  --color-gray-dark: #666;
  --color-gray-light: whitesmoke;
  --color-red: #B8451A;
  --color-red-dark: #8A3314;
  --color-red-light: #F1E0DC;
  --h2-line-color: var(--color-orange);
  --list-marker-color: var(--color-green-dark);
  --dropdown-background-color-open: var(--color-green-light);
  --text-color: #1D2125;
  --link-color: #00606B;
  --link-color-hover: #00818F;
  --link-color-focus: var(--text-color);
  --link-background-color-focus: var(--color-navy-light);
}
/* LAYOUT */
:root {
  --width-default: calc(100% - calc(2 * var(--gutter)));
  --width-max: 100%;
  --width-max-sm: 800px;
  --width-wide: calc(100% - 2 * var(--gutter));
  --section-spacing: calc(2 * var(--gap));
  --gap: 22px;
  --frame: 60px;
  --scrollbar-width: 15px;
  --gutter: 5vw;
  --base-border-radius: 4px;
  --mobile-menu-max-width: 350px;
}
/* TEXT */
:root {
  --font-family-secondary: "Bitter", serif;
  --font-family-primary: "Radio Canada", sans-serif;
  --font-size-default: 18px;
  --line-height-default: 1.62;
  --line-height-headings: 1.2;
  --fa-font: normal 900 1em "Font Awesome 6 Free";
  --fa-font-brand: normal 900 1em "Font Awesome 6 Brands";
  --base-h2-font-size: 2rem;
}
@media (max-width: 1200px) {
  :root {
    --gap: 20px;
  }
}
@media (min-width: 1484px) {
  :root {
    --width-max: 1200px;
  }
}
@media (max-width: 1099px) {
  :root {
    --section-spacing: var(--gutter);
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  font-size: var(--font-size-default);
  line-height: var(--line-height-default);
  font-family: var(--font-family-primary);
  color: var(--text-color);
}
body {
  margin: 0;
}
/*************************
  MEDIA AND IFRAME VIDEO CONTAINERS
*************************/
img {
  max-width: 100%;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
}
/* video containers */
.aks-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}
.aks-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*************************
    ACCESSIBILITY
*************************/
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skiplink {
  position: absolute;
  transition: all 0.2s;
  font-size: 0.9rem;
  line-height: 1;
}
.skiplink a {
  background-color: var(--link-color) !important;
  color: #fff !important;
  padding: 10px;
  display: inline-block;
}
.skiplink a:focus {
  color: #fff !important;
  outline: 1px solid;
  outline-offset: -3px;
  box-shadow: none;
}
.skiplink:has(a:focus) {
  z-index: 2000;
}
#skiptocontent {
  left: 10px;
  top: -95px;
}
#skiptocontent:has(a:focus) {
  top: 18px;
}
/*************************
    CONTAINERS
*************************/
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 72px);
}
#container {
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#content {
  padding-bottom: calc(2 * var(--section-spacing));
  flex: 1;
  display: flex;
  flex-direction: column;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.aks-page-content {
  margin-top: calc(1.25 * var(--section-spacing));
}
.aks-section {
  margin-top: calc(1.25 * var(--section-spacing));
  margin-bottom: calc(1.25 * var(--section-spacing));
}
.aks-container, .posts-navigation {
  width: var(--width-default);
  max-width: var(--width-max);
  margin-left: auto;
  margin-right: auto;
}
.aks-container-wide {
  margin-left: auto;
  margin-right: auto;
  width: var(--width-wide);
}
.aks-note {
  padding: var(--gap);
  background-color: var(--color-gray-light);
}
.aks-box {
  padding: var(--gap);
}
.aks-box-big {
  padding: var(--section-spacing);
}
.aks-display-grid {
  display: grid;
  list-style: none;
}
.aks-display-flex {
  display: flex;
  list-style: none;
}
.aks-grid-col-auto {
  --col-min-width: 250px;
  grid-template-columns: repeat(var(--col-placement, auto-fit), minmax(var(--col-min-width), 1fr));
  gap: var(--gap);
}
.aks-stretch-left {
  margin-left: calc(-1 * var(--gutter));
}
.aks-stretch-right {
  margin-right: calc(-1 * var(--gutter));
}
.aks-container-left {
  margin-left: var(--gutter);
}
.aks-container-right {
  margin-right: var(--gutter);
}
.aks-container-left-padding {
  padding-left: var(--gutter);
}
.aks-container-right-padding {
  padding-right: var(--gutter);
}
.aks-col-count-2 {
  column-count: 2;
}
.aks-col-count-3 {
  column-count: 3;
}
.aks-col-count-4 {
  column-count: 4;
}
@media (min-width: 1236px) {
  .aks-stretch-left {
    margin-left: calc((-100vw + var(--width-max) + var(--scrollbar-width, 12px)) / 2);
  }
  .aks-stretch-right {
    margin-right: calc((-100vw + var(--width-max) + var(--scrollbar-width, 12px)) / 2);
  }
  .aks-container-left {
    margin-left: calc((100vw - var(--width-max) - var(--scrollbar-width, 12px)) / 2);
  }
  .aks-container-right {
    margin-right: calc((100vw - var(--width-max) - var(--scrollbar-width, 12px)) / 2);
  }
  .aks-container-left-padding {
    padding-left: calc((100vw - var(--width-max) - var(--scrollbar-width, 12px)) / 2);
  }
  .aks-container-right-padding {
    padding-right: calc((100vw - var(--width-max) - var(--scrollbar-width, 12px)) / 2);
  }
}
@media (max-width: 899px) {
  .aks-col-count-4 {
  column-count: 3;
}
  .aks-col-count-3 {
    column-count: 2;
  }
  .aks-col-count-2 {
  column-count: 1;
}
}
@media (max-width: 599px) {
  .aks-section {
    margin-top: calc(2 * var(--section-spacing));
    margin-bottom: calc(2 * var(--section-spacing));
  }
  .aks-section-background {
    padding-top: calc(2 * var(--section-spacing));
    padding-bottom: calc(2 * var(--section-spacing));
  }
  .aks-col-count-4 {
    column-count: 2;
  }
  .aks-col-count-3 {
    column-count: 1;
  }
}
.aks-has-dark-background,
.aks-has-dark-background a {
  color: #fff;
}
.aks-has-dark-background a:hover {
  color: var(--color-brown-light);
}
/*************************
  TEXT
*************************/
mark {
  background-color: transparent;
  font-weight: 700;
}
:root :where(.is-layout-constrained) > p,
p {
    margin: 0 0 .9rem 0;
}
p:last-child {
  margin-bottom: 0;
}
.aks-g-icon::before {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
/* HEADINGS */
h2, h3, h4, h5, h6, .wp-block-heading {
  margin: 1em 0 .4em 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: var(--line-height-headings);
}
.aks-has-dark-background :where(h1, h2, h3, h4, h5, h6) {
color: inherit;
}
h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
.aks-h2 {
  font-size: var(--base-h2-font-size);
  font-weight: 400;
}
.aks-h2::before {
  content: "";
  height: 8px;
  background-color: var(--h2-line-color);
  display: block;
  max-width: 90px;
  margin-bottom: var(--gap);
}
.aks-h2:not(:first-child)::before {
  margin-top: var(--section-spacing);
}
.aks-h2-serif {
  font-size: calc(.8 * var(--base-h2-font-size));
  font-family: var(--font-family-secondary);
  font-weight: 400;
}
.aks-h3 {
  text-transform: none;
  font-size: calc(0.7 * var(--base-h2-font-size));
}
.aks-h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: calc(0.5 * var(--base-h2-font-size));
}
.aks-h5 {
  font-style: italic;
  font-weight: 700;
  font-size: calc(0.5 * var(--base-h2-font-size));
}
.aks-text-heading {
  font-size: 1rem;
  color: var(--text-color);
}
.aks-sublabel {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
}
.aks-question-heading {
  font-style: italic;
  font-weight: 600;
  font-size: calc(0.65 * var(--base-h2-font-size));
}
@media (max-width: 549px) {
  .aks-h2 {
    font-size: calc(.9 * var(--base-h2-font-size));
  }
}
/* LISTS */
hr {
  border: none;
  height: 2px;
  background-color: var(--color-brown-med);
  margin: 1rem 0;
}
dl {
  margin-top: 0;
}
ol, ul {
  margin: 0 0 1rem 20px;
  padding-left: 20px;
}
.aks-list li,
.aks-single-materials li {
  margin-bottom: 5px;
  padding-left: 3px;
}
.aks-single-materials li {
  margin-bottom: 0;
}
.aks-list li::marker,
.aks-single-materials li::marker {
  color: var(--list-marker-color);
  font-weight: 700;
}
.aks-short-list li {
  margin: 0 !important;
}
.aks-tight-list {
  line-height: calc(.9 * var(--line-height-default));
}
li:last-child,
ol:last-child,
ul:last-child,
dl:last-child,
dd:last-child,
li:last-child {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
  line-height: calc(.8 * var(--line-height-default));
  padding-bottom: 3px;
  margin-top: 1rem;
}
dt:first-child {
  margin-top: 0;
}
dd {
  margin: 0;
}
dd p {
  margin-bottom: 0;
}
/* TABLES */
table {
  border-collapse: collapse;
}
.aks-table {
  line-height: calc(.9 * var(--line-height-default));
  width: 100%;
  margin-bottom: 1rem;
}
.aks-table caption {
  text-align: left;
}
.aks-table tbody tr {
  border-bottom: 1px solid var(--color-gray);
}
.aks-table th,
.aks-table td {
  padding: 7px 10px;
}
.aks-table thead,
.aks-table th[scope="col"] {
  vertical-align: bottom;
  text-align: left;
  border-bottom: 2px solid var(--color-gray);
}
.aks-table td {
  vertical-align: top;
}
.aks-table-hover tbody tr:hover {
  background-color: var(--link-background-color-focus);
}
.aks-blockquote {
  padding: 15px 20px 15px 45px;
  margin: 20px 0;
  position: relative;
  border-left: 10px solid var(--color-green);
  border-right: 2px solid var(--color-green);
  font-family: var(--font-family-secondary);
  font-style: italic;
}
.aks-blockquote::before{
  content: "\201C";
  font-size: 4rem;
  font-weight: 700;
  color: #999;
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 1;
  font-family: var(--font-family-secondary);
  font-style: normal;
}
.aks-blockquote blockquote {
  margin: 0;
}
blockquote p {
  margin-bottom: 10px;
}
cite a {
  color: inherit;
}
.aks-blockquote figcaption {
  margin-top: 10px;
}
@media (max-width: 549px) {
  ol, ul {
    margin-left: 10px;
  }
}
/*************************
  FORMS ELEMENTS
*************************/
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  line-height: calc(.9 * var(--line-height-default));
}
button {
  font-family: inherit;
}
button, select, input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
}
input, textarea {
  padding: 10px 15px;
  border: 1px solid #dadce0;
  border-radius: var(--base-border-radius);
  transition: all 0.2s;
  outline: none;
}
input[readonly] {
  background-color: whitesmoke;
  cursor: not-allowed;
}
legend {
  font-weight: 600;
}
label, legend {
  line-height: calc(.9 * var(--line-height-default));
}
input:checked {
  accent-color: var(--link-color-hover);
}
input:not([readonly]):hover, select:not([readonly]):hover, textarea:not([readonly]):hover {
  border-color: #bfc3ca !important;
}
input:not([readonly]):focus, select:not([readonly]):focus, textarea:not([readonly]):focus,
input:not([readonly]):focus-visible, select:not([readonly]):focus-visible, textarea:not([readonly]):focus-visible {
  border-color: var(--link-color);
  box-shadow: 0 0 0 1px var(--link-color);
}
/*************************
  LINKS
*************************/
.aks-color-inherit {
  color: inherit !important;
}
.aks-color-inherit:hover {
  color: var(--link-color-hover) !important;
}
a, .aks-link {
  color: var(--link-color);
  text-decoration: underline;
  transition: all .3s;
}
a:hover, a:focus, .aks-link:hover, .aks-link:focus {
  color: var(--link-color-hover);
}
button.aks-link {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: inherit;
}
/* LINKS THAT MAKE AN ENTIRE BOX CLICKABLE */
.aks-link-stretch-box {
  position: relative;
}
.aks-link-stretch-box a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all .3s;
  z-index: 2;
}
/* goto link */
.aks-link-goto,
.aks-link-goto-back {
  font-weight: 600;
  text-decoration: none;
}
.aks-link-goto::after,
.aks-link-goto-back::before {
  content: "\eaaa";
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  margin-left: 1px;
  position: relative;
  top: 3px;
  transition: all .2s;
}
.aks-link-goto:hover::after {
  margin-left: 5px;
}
.aks-link-goto-back::before {
	transform: rotate(180deg);
	margin-left: 0;
	margin-right: 1px;
	left: 0;
}
.aks-link-goto-back:hover::before {
	left: -3px;
}
/* BUTTONS */
/* BUTTON COLOR VARIABLES */
.aks-btn {
  --btn-background-color: var(--link-color);
  --btn-background-color-hover: var(--link-color-hover);
  --btn-text-color: #fff;
  --btn-text-color-hover: #fff;
  --btn-border-color: var(--btn-background-color);
  --btn-border-color-hover: var(--btn-background-color-hover);
}
.aks-has-dark-background .aks-btn {
  --btn-background-color: #fff;
  --btn-background-color-hover: var(--link-background-color-focus);
  --btn-text-color: var(--link-color);
  --btn-text-color-hover: var(--text-color);
}
.aks-btn-stroke {
  --btn-background-color: transparent;
  --btn-background-color-hover: transparent;
  --btn-text-color: var(--link-color);
  --btn-text-color-hover: var(--link-color-hover);
  --btn-border-color: var(--btn-text-color);
  --btn-border-color-hover: var(--btn-text-color-hover);
}
.aks-has-dark-background .aks-btn-stroke {
  --btn-background-color: transparent;
  --btn-background-color-hover: transparent;
  --btn-text-color: #fff;
  --btn-text-color-hover: var(--link-background-color-focus);
}
.aks-btn-stroke-hover-fill {
  --btn-background-color: transparent;
  --btn-background-color-hover: var(--link-color);
  --btn-text-color: var(--link-color);
  --btn-text-color-hover: #fff;
  --btn-border-color: var(--link-color);
}
.aks-has-dark-background .aks-btn-stroke-hover-fill {
  --btn-background-color: transparent;
  --btn-background-color-hover: #fff;
  --btn-text-color: #fff;
  --btn-text-color-hover: var(--link-color);
  --btn-border-color: var(--btn-text-color);
}
.aks-btn-hover-stroke {
  --btn-background-color-hover: transparent;
  --btn-text-color-hover: var(--btn-background-color);
  --btn-border-color-hover: var(--btn-background-color);
}
/* BUTTON COLOR SETUPS */
.aks-btn {
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
  background-color: var(--btn-background-color);
  color: var(--btn-text-color) !important;
  border: 2px solid var(--btn-border-color);
  line-height: calc(.8 * var(--line-height-default));
  transition: 0.3s all ease;
  position: relative;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-decoration: none;
  font-size: .9rem;
  padding: .85rem 1.7rem .75rem 1.7rem;
  cursor: pointer;
}
.aks-link {
  position: relative;
}
.aks-link-bold {
  text-decoration: none !important;
  font-weight: 700;
}
.aks-btn:not(:disabled):hover, .aks-btn:not(:disabled):focus {
  background-color: var(--btn-background-color-hover);
  border-color: var(--btn-border-color-hover);
  color: var(--btn-text-color-hover) !important;
}
.aks-btn:focus-visible {
  outline: 2px solid;
  outline-offset: 2px;
}
/* DISABLED BUTTON */
.aks-btn:disabled {
  background-color: #666;
  border: 2px solid #666;
  cursor: not-allowed;
}
/* BUTTON WITH ARROW */
.aks-btn.aks-btn-arrow,
.aks-btn.aks-btn-arrow-left,
.aks-btn.aks-btn-arrow-right {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.aks-btn.aks-btn-arrow-left > span,
.aks-btn.aks-btn-arrow-right > span {
  position: relative;
}
.aks-btn.aks-btn-arrow-left > span::before,
.aks-btn.aks-btn-arrow-right > span::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: calc(50% - 0.25rem);
  opacity: 0;
  transition: 0.3s all ease;
  border-top: 2px solid currentColor;
}
.aks-btn.aks-btn-arrow-right > span::after {
  transform: rotate(45deg);
  margin-left: -1rem;
  border-right: 2px solid currentColor;
  right: -1rem;
}
.aks-btn.aks-btn-arrow-left > span::before {
  transform: rotate(-45deg);
  margin-right: -1rem;
  border-left: 2px solid currentColor;
  left: -1rem;
}
.aks-btn.aks-btn-arrow-right:not(:disabled):hover,
.aks-btn.aks-btn-arrow-right:not(:disabled):focus {
  padding-right: 2.3rem;
  padding-left: 1.3rem;
}
.aks-btn.aks-btn-arrow-left:not(:disabled):hover,
.aks-btn.aks-btn-arrow-left:not(:disabled):focus {
  padding-left: 2.3rem;
  padding-right: 1.3rem;
}
.aks-btn.aks-btn-arrow-right:not(:disabled):hover > span::after,
.aks-btn.aks-btn-arrow-right:not(:disabled):focus > span::after {
  opacity: 1;
  margin-left: 0.5rem;
}
.aks-btn.aks-btn-arrow-left:not(:disabled):hover > span::before,
.aks-btn.aks-btn-arrow-left:not(:disabled):focus > span::before {
  opacity: 1;
  margin-right: 0.5rem;
}
/* ROUNDED BUTTON */
.aks-btn-rounded {
  border-radius: 5em;
}
/* LINKS AND BTNS TO EXTERNAL SITES  - requires having google icon font */
.aks-link-ext {
  position: relative;
  padding-right: 20px;
}
.aks-btn-rounded-sm,
.aks-btn.aks-btn-ext {
  align-items: center;
  gap: .3em;
}
.aks-btn-rounded-sm,
.aks-btn.aks-btn-ext:not(.aks-btn-sharp) {
  text-transform: none;
  font-size: .9em;
  border-radius: 5em;
  font-weight: 700;
  padding: .8em 1.7em;
}
.aks-btn.aks-btn-ext::after,
.aks-link-ext::after {
  content: "\e89e";
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  margin-right: -3px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.aks-btn.aks-btn-ext::after {
  font-size: 1.2em;
}
.aks-link-ext::after {
  font-size: 1em;
  position: absolute;
  right: 0;
  top: .1em;
}
/*************************
  DROPDOWNS
*************************/
.aks-dropdown-list {
  list-style-type: none !important;
  margin-left: 0;
  border: 2px solid var(--color-gray);
  border-radius: 8px;
  padding: 8px 32px;
}
.aks-dropdown-list:not(.aks-dropdown-list-plus) {
  background-color: #fff;
}
.aks-dropdown-list .aks-dropdown-list-single {
  margin: 0;
  position: relative;
  padding: 5px 0;
}
.aks-dropdown-list .aks-dropdown-list-single:not(:first-child) {
  border-top: 2px solid var(--color-gray);
}
.aks-dropdown-list .aks-dropdown-top-wrapper {
  position: relative;
}
.aks-dropdown-list .aks-dropdown-btn {
  background-color: transparent;
  border: none;
  display: grid;
  grid-template-columns: 1fr 30px;
  padding: 20px 15px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  outline: none;
  font-weight: 600;
  font-family: inherit;
  font-size: 1rem;
  color: var(--text-color);
  transition: all .3s;
  border-radius: var(--base-border-radius);
}
.aks-dropdown-list .aks-dropdown-draw {
  margin: 0 !important;
  font-size: 1.1rem;
}
/* DROPDOWN ICON */
.aks-dropdown-list .aks-dropdown-btn .aks-icon {
  position: relative;
  display: block;
  height: 100%;
  grid-column: 2;
  grid-row: 1;
}
.aks-dropdown-list .aks-dropdown-btn .aks-icon::before,
.aks-dropdown-list .aks-dropdown-btn .aks-icon::after {
  content: "";
  position: absolute;
}
.aks-dropdown-list:not(.aks-dropdown-list-plus) .aks-dropdown-btn .aks-icon::before {
  width: 30px;
  height: 30px;
  left: -4px;
  top: -2px;
  transform: scale(0);
  border-radius: 100%;
  background-color: var(--dropdown-background-color-open);
  transition: all .2s;
}
.aks-dropdown-list:not(.aks-dropdown-list-plus) .aks-dropdown-btn .aks-icon::after {
  background-color: transparent;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  top: 5px;
  left: 6px;
  transition: .3s all;
}
/* DROPDOWN PANEL */
.aks-dropdown-list .aks-dropdown-panel {
  padding: 15px;
}
.aks-dropdown-list .aks-dropdown-panel-content > .sr-only+h3,
.aks-dropdown-list .aks-dropdown-panel-content > .sr-only+h4,
.aks-dropdown-list .aks-dropdown-panel-content > .sr-only+h5,
.aks-dropdown-list .aks-dropdown-panel-content > .sr-only+h6 {
  margin-top: 0;
  padding-top: 10px;
}
/* HOVER AND FOCUS STATES */
.aks-dropdown-list .aks-dropdown-btn:hover {
  color: var(--link-color-hover);
}
.aks-dropdown-list:not(.aks-dropdown-list-plus) .aks-dropdown-btn:hover .aks-icon::before {
  transform: scale(1);
}
.aks-dropdown-list:not(.aks-dropdown-list-plus) .aks-dropdown-btn:hover .aks-icon::after {
  border-color: var(--link-color-hover);
}
.aks-dropdown-list .aks-dropdown-btn:focus-visible {
  color: var(--link-color);
  outline: 2px solid;
}
/* OPEN STATE */
.aks-dropdown-list .aks-dropdown-btn.is-expanded {
  background-color: var(--dropdown-background-color-open);
}
.aks-dropdown-list:not(.aks-dropdown-list-plus) .aks-dropdown-btn.is-expanded .aks-icon::before {
  transform: rotate(0deg);
}
.aks-dropdown-list:not(.aks-dropdown-list-plus) .aks-dropdown-btn.is-expanded .aks-icon::after {
  transform: rotate(-45deg);
  top: 10px;
}
.aks-exp-wrapper {
  align-items: end;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.aks-exp-wrapper .aks-h2 {
  margin: 0;
}
@media (max-width: 749px) {
  .aks-dropdown-list {
    padding: 8px 13px;
  }
  .aks-dropdown-list .aks-dropdown-btn {
    padding: 15px 0 15px 10px;
  }
  .aks-dropdown-list .aks-dropdown-panel {
    padding: 15px 10px;
  }
}
/*************************
  TABS
*************************/
/* STANDARD STYLE */
.aks-tab-block-wrapper .aks-tabs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.aks-tab-block-wrapper .aks-tabs-controls .aks-tab-block-tab {
  font-weight: 600;
  position: relative;
}
.aks-tab-block-wrapper:not(.aks-tab-block-wrapper-minimal) .aks-tabs-controls .aks-tab-block-tab {
  flex: 1;
  border: 2px solid var(--color-gray);
  border-right: none;
  border-bottom: none;
}
.aks-tab-block-wrapper:not(.aks-tab-block-wrapper-minimal) .aks-tabs-controls .aks-tab-block-tab:last-child {
  border-right: 2px solid var(--color-gray);
}
.aks-tab-block-wrapper:not(.aks-tab-block-wrapper-minimal) .aks-tabs-controls .aks-tab-block-tab::before {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: 0.1s ease-in-out;
  left: -2px;
  right: -2px;
  top: -2px;
  background-color: var(--accent-color-light);
}
.aks-tab-block-wrapper:not(.aks-tab-block-wrapper-minimal) .aks-tabs-controls .aks-tab-block-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: 0.1s ease-in-out;
  left: 0;
  right: 0;
  bottom: -2px;
}
.aks-tab-block-wrapper:not(.aks-tab-block-wrapper-minimal) .aks-tabs-controls .aks-tab-item-active::before {
  background-color: var(--link-color-hover);
  z-index: 5;
}
.aks-tab-block-wrapper:not(.aks-tab-block-wrapper-minimal) .aks-tabs-controls .aks-tab-item-active::after {
  background-color: #fff;
}
.aks-tab-block-wrapper .aks-tabs-controls button {
  font-size: inherit;
  border-radius: 0;
  border: none;
  font-weight: 700;
  padding: 20px;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  color: inherit;
  transition: all .3s;
  height: 100%;
}
.aks-tab-block-wrapper .aks-tabs-controls button:hover,
.aks-tab-block-wrapper .aks-tabs-controls button:focus {
  color: var(--link-color-hover);
}
.aks-tab-block-wrapper .aks-tabs-controls .aks-tab-item-active button {
  border-color: var(--link-color-hover);
  color: var(--link-color-hover);
}
.aks-tab-block-wrapper:not(.aks-tab-block-wrapper-minimal) .aks-tab-panel-wrapper {
  background-color: #fff;
  border: 2px solid var(--color-gray);
  padding: var(--gap);
}
/* MINIMAL STYLE */
.aks-tab-block-wrapper-minimal .aks-tabs-controls {
  display: grid;
  grid-auto-flow: column;
}
.aks-tab-block-wrapper-minimal .aks-tabs-controls button {
  padding: 12px 20px;
  border-bottom: 2px solid var(--color-gray);
  background-color: transparent;
}
.aks-tab-block-wrapper-minimal .aks-tabs-controls button:hover,
.aks-tab-block-wrapper-minimal .aks-tabs-controls button:focus {
  color: var(--link-color);
}
.aks-tab-block-wrapper-minimal .aks-tabs-controls .aks-tab-item-active button {
  border-color: var(--link-color);
  color: var(--link-color);
}
.aks-tab-block-wrapper-minimal .aks-tab-pane {
  padding-top: 20px;
}
/* MEDIA QUERIES */
@media (max-width: 899px) and (min-width: 750px) {
  .aks-tab-block-wrapper .aks-tabs-controls button {
    padding: 15px 10px;
  }
}
@media (max-width: 749px) {
  .aks-tab-block-wrapper .aks-tabs-controls {
    flex-direction: column;
  }
  .aks-tab-block-wrapper-minimal .aks-tabs-controls .aks-tabs-controls {
    grid-auto-flow: row;
  }
  .aks-tab-block-wrapper:not(.aks-tab-block-wrapper-minimal) .aks-tabs-controls .aks-tab-block-tab {
    border-right: 2px solid var(--color-gray);
  }
  .aks-tab-block-wrapper:not(.aks-tab-block-wrapper-minimal) .aks-tabs-controls .aks-tab-block-tab::after {
    display: none;
  }
  .aks-tab-block-wrapper:not(.aks-tab-block-wrapper-minimal) .aks-tab-panel-wrapper {
    padding: 23px;
  }
}
/* PRINT STYLES FOR TABS */
@media print {
  /* TABS */
  .aks-tab-block-wrapper .aks-tab-pane {
    display: block !important;
  }
  .aks-tab-block-wrapper .aks-tab-pane:first-child {
    padding-top: 0;
  }
  .aks-tab-block-wrapper .aks-tabs-controls {
    display: none !important;
  }
  .aks-tab-block-wrapper .aks-tab-panel-wrapper {
    border: none;
    padding: 0;
  }
  .aks-tab-block-wrapper .aks-tab-pane > h2.sr-only,
  .aks-tab-block-wrapper .aks-tab-pane > h3.sr-only,
  .aks-tab-block-wrapper .aks-tab-pane > h4.sr-only,
  .aks-tab-block-wrapper .aks-tab-pane > h5.sr-only,
  .aks-tab-block-wrapper .aks-tab-pane > h6.sr-only {
    display: block;
    position: unset;
    left: unset;
    width: unset;
    height: unset;
    overflow: unset;
    white-space: normal;
    margin: 0 0 .5em 0;
  }
}
/*************************
    MENUS AND MODALS
*************************/
/* OVERLAY */
.aks-overlay {
  display: none;
  background-color: #000;
  opacity: .5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
body.aks-menu-modal-open {
  overflow: hidden;
}
/*************************
  SEARCH FORM
*************************/
.search-form {
  border: 1px solid var(--color-gray);
  display: flex;
  border-radius: var(--base-border-radius);
  padding: 2px;
}
.aks-page-content .search-form {
  max-width: 500px;
}
.search-form label {
  flex: 1;
}
.search-form .search-field {
  border: none;
  border-radius: var(--base-border-radius);
}
.search-form .search-field:hover {
  background-color: var(--color-gray-light);
}
.search-form .search-submit {
  border-radius: var(--base-border-radius);
  border: none;
  background-color: var(--link-color);
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: .8em;
  cursor: pointer;
  transition: all .3s;
}
.search-form .search-submit:hover {
  background-color: var(--link-color-hover);
}
/*************************
  HEADER TOP MENU
*************************/
.aks-site-header > .aks-display-flex {
  justify-content: space-between;
  gap: var(--gap);
  align-items: center;
}
.aks-site-header {
  padding: 10px 0;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.aks-site-header #site-title {
  line-height: 1.2;
}
.aks-site-header #site-title a {
  font-size: 1.2rem;
  color: var(--text-color);
  text-decoration: none;
  display: inline-block;
}
.aks-site-header #site-title a img {
  height: 40px;
}
#menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
#menu .menu a {
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}
/* OPEN/CLOSE MENU TOGGLE */
.aks-site-header #menutoggle {
  position: absolute;
  right: 10px;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 550;
  display: none;
  background-color: var(--link-color);
}
.aks-site-header #menutoggle .aks-burger-lines,
.aks-site-header #menutoggle .aks-burger-lines::before,
.aks-site-header #menutoggle .aks-burger-lines::after {
  position: absolute;
  background-color: #fff;
  height: 3px;
  width: 30px;
  transition: all 300ms ease-in-out;
  border-radius: 10px;
}
.aks-site-header #menutoggle .aks-burger-lines {
  left: 10px;
  top: calc(50% - 2px);
}
.aks-site-header #menutoggle .aks-burger-lines::before,
.aks-site-header #menutoggle .aks-burger-lines::after {
  content: "";
  left: 0;
}
.aks-site-header #menutoggle .aks-burger-lines::before {
  top: -8px;
}
.aks-site-header #menutoggle .aks-burger-lines::after {
  bottom: -8px;
}
.aks-site-header #menutoggle[aria-expanded="true"] .aks-burger-lines {
  background-color: transparent !important;
}
.aks-site-header #menutoggle[aria-expanded="true"] .aks-burger-lines::before {
  transform: rotate(45deg);
}
.aks-site-header #menutoggle[aria-expanded="true"] .aks-burger-lines::after {
  transform: rotate(-45deg);
}
.aks-site-header #menutoggle[aria-expanded="true"] .aks-burger-lines::before,
.aks-site-header #menutoggle[aria-expanded="true"] .aks-burger-lines::after {
  top: 0;
}
/* MENU ON LARGER SCREENS */
@media (min-width: 1050px) {
  .aks-site-header {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    min-height: 72px;
	display: flex;
	align-items: center;
  }
  #wrapper {
    margin-top: 72px;
  }
  #menu .menu {
    margin-right: 20px;
  }
  #menu .menu > li.current_page_item > a {
    color: var(--link-color);
  }
  #menu .menu > li.current_page_item > a span {
    box-shadow: 0 -2px inset;
  }
  #menu .menu-top-menu-container {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1349px) {
  .aks-site-header #site-title a img {
    height: 35px;
  }
  #menu .menu {
    gap: 0;
  }
  #menu .search-field {
  	padding: 10px 7px;
	}
	#menu .menu-top-menu-container {
	font-size: .9rem;
	}
}
@media (max-width: 1149px) and (min-width: 1050px) {
  .aks-site-header {
    min-height: 65px;
  }
  #wrapper {
  margin-top: 65px;
  min-height: calc(100vh - 65px);
  }
  .aks-site-header #site-title a img {
    height: 28px;
	position: relative;
	top: 2px;
  }
  #menu .search-field {
  font-size: .8rem;
  padding: 5px 10px;
  }
  #menu .search-form .search-submit {
  padding: 5px 10px;
  }
}
/* MENU ON SMALL SCREENS */
@media (max-width: 1049px) {
  .aks-site-header {
    min-height: 70px;
    position: relative;
    padding: 15px 0;
    display: flex;
  }
  #wrapper {
	  min-height: 100vh;
	}
  .aks-site-header #menutoggle {
    display: block;
  }
  .aks-site-header .menu-top-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 90%;
    max-width: var(--mobile-menu-max-width);
    background-color: #fff;
    padding: 80px 15px 15px 15px;
    z-index: 500;
    visibility: hidden;
    overflow: auto;
    display: none;
  }
  #menu .menu {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #menu .menu a {
    padding: 10px 15px;
    text-transform: uppercase;
    display: block;
  }
  #menu .menu  li {
    width: 100%;
  }
}
@media (max-width: 549px) {
  .aks-site-header #site-title a img {
    height: 28px;
  }
}
/*************************
  FOOTER
*************************/
footer {
  background-color: var(--color-brown-dark);
  padding: var(--section-spacing) 0;
}
#footer .wp-block-columns {
  margin-bottom: 0;
  gap: var(--gap);
}
/*************************
  BREADCRUMBS
*************************/
.aks-breadcrumb-outer {
  padding: var(--gap) 0 0 0;
}
.aks-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 7px;
  color: #6a737b;
  line-height: calc(.9 * var(--line-height-default));
  font-size: .9rem;
}
.aks-breadcrumbs .aks-crumb {
  display: inline-flex;
  gap: 10px;
  max-width: 100%;
}
.aks-breadcrumbs .aks-crumb:last-child {
  overflow: hidden;
  min-width: 10px;
}
.aks-breadcrumbs .aks-crumb:not(:first-child)::before {
  content: "";
  position: relative;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  width: 8px;
  height: 8px;
  display: block;
  transform: rotate(45deg);
  top: calc(50% - 3px);
  flex-shrink: 0;
}
.aks-breadcrumbs a {
  border-bottom: 1px solid;
}
.aks-breadcrumbs a,
.aks-breadcrumbs .aks-current .aks-crumb-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none !important;
}
@media (max-width: 749px) {
  .aks-breadcrumbs {
    flex-wrap: nowrap;
    gap: 2px;
    line-height: 1.2;
  }
  .aks-breadcrumbs .aks-crumb {
    overflow: hidden;
    min-width: 50px;
  }
}
/*************************
  PAGE: 404
*************************/
#content:has(.aks-404-wrapper) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23e7e4e4' fill-opacity='0.18' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}
.aks-404-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding-bottom: var(--gap);
}
.aks-404-wrapper {
  text-align: center;
}
.aks-404-wrapper .aks-container {
  --width-max: 660px;
}
.aks-404-wrapper .aks-page-title {
  font-size: 12rem;
  margin-bottom: 2rem;
  line-height: 1;
  color: var(--color-brown);
}
.aks-404-wrapper .aks-page-title > span {
  display: block;
}
.aks-404-wrapper .aks-page-title .aks-404-label {
  color: var(--color-navy);
}
.aks-404-wrapper .aks-page-title .aks-404-label span:first-child {
  color: var(--color-orange);
}
.aks-404-wrapper .aks-page-title .aks-404-label span:last-child {
  color: var(--color-green);
}
.aks-404-wrapper .aks-page-title .aks-404-msg {
  font-size: 2.5rem;
  text-transform: uppercase;
}
/*************************
  SINGLE LEARNING PLANS
*************************/
/* PLAN HEADER */
.aks-plan-title-pic-wrapper {
  position: relative;
  padding: var(--section-spacing) 0;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  background-color: var(--color-brown-dark);
  z-index: 4;
}
.aks-plan-title-pic-wrapper .aks-pic-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aks-plan-title-pic-wrapper .aks-pic-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aks-plan-title-pic-wrapper .aks-pic-holder::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(210deg,rgba(0, 0, 0, .4) 20%, rgba(0, 0, 0, .8) 100%);
}
.aks-plan-title-pic-wrapper .aks-text-holder {
  position: relative;
  color: #fff;
}
.aks-plan-title-pic-wrapper .entry-excerpt {
  max-width: 700px;
  font-size: 1.1rem;
  line-height: 1.5;
}
.aks-plan-title {
  margin: 0 0 1rem 0;
  font-family: var(--font-family-secondary);
  font-size: 3.5rem;
  line-height: 1.1;
}
/* PLAN TOP CONTENT */
.aks-clusters {
  margin: 0;
  padding: 0;
  gap: 5px;
  flex-wrap: wrap;
}
.aks-clusters a {
  white-space: nowrap;
}
.aks-clusters .aks-btn-rounded-sm {
  font-size: .85em;
  font-weight: 400;
  padding: .6em 1.4em;
}
.aks-plan-meta {
  flex-wrap: wrap;
  gap: 15px 25px;
}
.aks-plan-meta .aks-single dt {
  padding-bottom: 0;
}
.aks-plan-meta .aks-single-clusters {
  width: 100%;
}
.aks-plan-meta dt {
  text-transform: uppercase;
}
.aks-teach-guided {
  font-size: .9rem;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  text-transform: none;
}
/* PLAN CONNECTIONS */
/* cte */
.aks-cluster-path-table thead th {
  padding-top: 0;
}
/* careers */
#connections-panel-careers ul {
  margin-left: 0;
  padding-left: 10px;
}
#connections-panel-careers ul::after {
  content: "";
  display: block;
  clear: both;
}
#connections-panel-careers ul li::marker {
  color: var(--color-orange);
}
#connections-panel-careers ul li {
  float: left;
  margin-right: 22px;
  margin-left: 10px;
}
#connections-panel-careers ul li:last-child {
  margin-right: 0;
}
/* PLAN FOUNDATIONS */
.aks-section-foundations h4 {
  font-size: 20px;
}
.aks-section-foundations h5 {
  font-size: 17px;
  font-style: italic;
}
/* vocab */
.aks-vocab-list dt:not(:first-child) {
  border-top: 1px solid var(--color-gray);
  padding-top: 10px;
  margin-top: 10px;
}
/* PLAN MILESTONES */
.aks-tab-block-wrapper-milestones .aks-img-wrapper {
  padding: var(--gap);
  background-color: var(--color-gray-light);
  margin: 5px 0;
  text-align: center;
}
.aks-tab-block-wrapper-milestones .aks-img-wrapper img {
  width: 100;
  max-width: 800px;
}
.aks-tab-block-wrapper-milestones .aks-img-wrapper figcaption {
  font-size: .9rem;
  padding: 5px 5px 0 5px;
  margin: 0 0 -3px 0;
}
.aks-tab-block-wrapper-milestones .aks-single-procedures ol > li ul,
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol ol {
  margin-top: 5px;
}
.aks-tab-block-wrapper-milestones .aks-single-procedures ul li,
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol ol li {
  margin-bottom: 5px;
  padding-left: 3px;
}
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol > li > ul {
  list-style-type: disc;
}
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol > li > ul > li > ul,
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol > li > ol > li > ul {
  list-style-type: circle;
}
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol > li > ol {
  list-style-type: lower-alpha;
}
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol > li ul:not(.aks-long-list) li,
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol > li ol:not(.aks-long-list) li {
  margin-bottom: 0;
}
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol > li .aks-long-list > li:not(:last-child) {
  margin-bottom: 5px;
}
.aks-tab-block-wrapper-milestones .aks-single-procedures ul li::marker {
  color: var(--list-marker-color);
}
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol ol li::marker {
  color: var(--list-marker-color);
  font-weight: 700;
}
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol {
  counter-reset: big-circle-counter;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol > li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 35px;
  list-style-type: none;
}
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol > li:last-child {
  margin-bottom: 5px;
}
.aks-tab-block-wrapper-milestones .aks-single-procedures > ol > li::before {
  content: counter(big-circle-counter);
  counter-increment: big-circle-counter;
  position: absolute;
  color: var(--list-marker-color);
  width: 25px;
  height: 25px;
  text-align: center;
  left: 0;
  font-weight: 700;
  font-size: 0.9rem;
  border: 2px solid;
  line-height: 20px;
  border-radius: var(--base-border-radius);
}
.aks-tab-block-wrapper-milestones h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: calc(0.5 * var(--base-h2-font-size));
  border-bottom: 1px solid;
  color: #5b5b5b;
  margin-top: 20px;
}
.aks-tab-block-wrapper-milestones h5 {
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
}
/*************************
  PLAN COMMENTS
*************************/
#comments {
  border-top: 1px solid var(--color-gray);
  padding-top: var(--section-spacing);
}
.aks-comment-permalink .aks-g-icon::before {
  content: "\e157";
}
.aks-comments-list {
  margin-top: 24px;
  margin-left: 0;
  padding-left: 0;
  font-size: .9rem;
}
.aks-comments-list, .aks-comments-list ul {
  list-style: none;
}
.aks-comments-wrapper {
  border-radius: 10px;
  border: 2px solid var(--color-gray);
  padding: var(--section-spacing);
  margin-top: var(--gap);
}
.aks-comments-list li {
  position: relative;
}
.aks-comments-list .comment.parent > .comment-body::before,
.aks-comments-list .children > .comment:not(:last-child) .comment-body::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  left: 16px;
  background-color: var(--color-gray);
}
.aks-comments-list .children > .comment:not(:last-child) .comment-body::before {
  left: -24px;
}
.aks-comments-list .children .aks-comment-line {
  position: absolute;
  height: 32px;
  width: 48px;
  border: 2px solid var(--color-gray);
  border-radius: 10.5px;
  left: -24px;
  top: -16px;
}
.aks-comments-list .children .aks-comment-line::after {
  content: "";
  position: absolute;
  height: 48px;
  width: 64px;
  background-color: #fff;
  border-radius: 10.5px;
  left: 0;
  top: -20px;
  z-index: 2;
}
.aks-comments-list .aks-comment-box {
  border-radius: 10px;
  background-color: whitesmoke;
  padding: 15px 20px;
  position: relative;
  z-index: 5;
}
.aks-comments-list .aks-comment-box p:not(:last-child) {
  margin-bottom: 10px;
}
.aks-comments-list .aks-comment-box a {
  overflow-wrap: break-word;
}
.aks-comments-list .aks-comment-content p:not(:last-child) {
  margin-bottom: 10px;
}
.aks-comment-permalink {
  line-height: 1;
  margin-left: 7px;
  position: relative;
  top: 1px;
}
.aks-comments-list .comment-header {
  align-items: center;
  margin-bottom: 10px;
}
.aks-comments-list .comment-header cite {
  font-weight: 700;
  font-style: normal;
  position:relative;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
}
.aks-comments-list .comment-header cite::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  right: -2.5px;
  background-color: var(--color-gray-dark);
  top: 10px;
}
.aks-comments-list time {
  font-size: .9rem;
  color: var(--color-gray-dark);
}
.aks-comments-list .comment-body {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.aks-comments-list .comment-body .aks-avatar-holder {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.aks-comments-list .reply {
  position: relative;
  z-index: 5;
}
.aks-comments-list .reply a {
  text-decoration: none;
  color: #0f0f0f;
  font-weight: 700;
  font-size: .8em;
  padding: 8px 13px;
  display: inline-block;
  border-radius: 50px;
  line-height: 1.2;
  margin-left: 7px;
}
.aks-comments-list .reply a:hover {
  text-decoration: underline;
  color: var(--link-color-hover);
}
/* COMMENT FORM */
.comment-form {
  display: grid;
}
.comment-form .logged-in-as,
.comment-form .comment-notes {
  display: none;
}
.comment-form .comment-form-comment,
.comment-form .form-submit {
  grid-row: 3;
  grid-column: 1;
}
.comment-form .comment-form-subscriptions {
  grid-row: 2;
  margin-bottom: 15px;
}
.comment-form .form-submit {
  position: relative;
  align-self: end;
  justify-self: right;
  margin: 15px 25px;
}
.comment-form .form-submit .submit {
  padding: 12px 17px;
  font-size: .8rem;
  border-radius: 50px;
  line-height: 1;
  font-weight: 600;
  background-color: var(--link-color);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all .3s;
}
.comment-form .form-submit .submit:hover {
  background-color: var(--link-color-hover);
}
.comment-form .mce-path {
  display: none;
}
.comment-form .mce-toolbar-grp {
  background: #fff;
  border: none;
}
.comment-form .wp-editor-container {
  border: 2px solid var(--color-gray);
  border-radius: 10px;
  overflow: hidden;
}
.comment-form .mce-container-body {
  display: flex;
  flex-direction: column;
}
.comment-form .mce-container-body .mce-edit-area {
  padding: 15px;
}
.comment-form .mce-top-part .mce-container-body.mce-stack-layout {
  padding: 0;
  margin: 0 15px 15px 15px;
  border-top: 1px solid var(--color-gray);
  padding-top: 15px;
}
.comment-form .mce-top-part .mce-container-body.mce-stack-layout > .mce-toolbar {
  margin-right: 200px;
}
.comment-form .mce-container-body .mce-top-part {
  order: 1;
}
.comment-form .mce-container-body .mce-top-part::before {
  opacity: 0;
}
.comment-form .comment-form-identity {
  gap: var(--gap);
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.comment-form .comment-form-identity p {
  margin: 0;
}
.comment-form .comment-form-identity label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.comment-form .comment-form-identity input {
  min-width: 300px;
  border-radius: 0;
  padding: 2px;
  border: none;
  border-bottom: 2px solid var(--color-brown-dark);
}
.comment-form .comment-form-identity input[readonly] {
  padding: 5px;
}
.comment-form #comment-email-note {
  font-size: .7rem;
  position: relative;
  top: 5px;
  left: 5px;
}
/* responding to comment */
.comment-respond {
  position: relative;
}
.comment-respond .comment-reply-title small {
  position: absolute;
  bottom: 13px;
  z-index: 5;
  right: 100px;
  display: inline-block;
}
.comment-respond .comment-reply-title small a {
  padding: 12px 17px;
  font-size: .8rem;
  border-radius: 50px;
  line-height: 1;
  font-weight: 600;
  background-color: var(--color-gray-light);
  border: none;
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
  display: inline-block;
}
.aks-comments-list .comment-respond {
  padding-left: 40px;
}
/*************************
  COMMENT MEDIA QUERIES
*************************/
@media (max-width: 549px) {
  .comment-form .comment-form-identity {
    gap: 10px;
  }
  .comment-form #comment-email-note {
    display: block;
    margin-top: 3px;
  }
  .comment-form .comment-form-identity p {
    width: 100%;
  }
  .comment-form .comment-form-identity input {
    width: 100%;
    min-width: 100%;
    padding: 5px;
  }
  .comment-form .wp-editor-container iframe {
    height: 150px;
  }
}
/*************************
  PLAN ACTIONS SIDEBAR
*************************/
.aks-actions-sidebar {
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: .9rem;
  z-index: 3;
}
.aks-actions-sidebar > .aks-display-flex {
  flex-direction: column;
  gap: 5px;
  margin-left: 0;
  padding-left: 0;
  align-items: end;
}
.aks-actions-sidebar .aks-btn {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  padding: 0 0 0 10px;
  overflow: hidden;
  justify-content: left;
  transition: all .45s;
  --btn-border-color: #fff;
}
.aks-actions-sidebar .aks-btn .aks-btn-label {
  white-space: nowrap;
  transition: .2s all;
  margin-left: 5px;
}
.aks-actions-sidebar .aks-g-icon {
  font-size: 1.4em;
    display: flex;
}
.aks-actions-sidebar .aks-action-print .aks-g-icon::before {
  content: "\e8ad";
}
.aks-actions-sidebar .aks-action-convo .aks-g-icon::before {
  content: "\e0ca";
}
.aks-actions-sidebar .aks-btn:hover, .aks-actions-sidebar .aks-btn:focus {
  width: 160px;
  border-radius: 100px;
}
.aks-actions-sidebar .aks-btn:hover .aks-btn-label, .aks-actions-sidebar .aks-btn:focus .aks-btn-label {
  margin-left: 0;
}
/*************************
  SINGLE PLAN MEDIA QUERIES
*************************/
@media (max-width: 549px) {
  .aks-plan-title {
    font-size: 2.8rem;
  }
  .aks-clusters li {
    display: flex;
  }
  .aks-clusters .aks-btn-rounded-sm {
    max-width: calc(100vw - calc(2 * var(--gutter)));
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
  }
  .aks-expand-all-btn {
    padding: .5rem .7rem .5rem .7rem;
    font-size: .7rem;
  }
  .aks-actions-sidebar > .aks-display-flex {
    gap: 2px;
  }
  .aks-actions-sidebar {
    right: 5px;
    bottom: 5px;
  }
  .aks-tab-block-wrapper-milestones .aks-single-procedures > ol {
    margin-left: 5px;
  }
  .aks-plan-title-pic-wrapper .aks-pic-holder::after {
    background: linear-gradient(210deg,rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, .9) 100%);
  }
}
/*************************
  SUBSCRIBE TO COMMENTS
*************************/
.comment-form-subscriptions label {
  display: flex;
}
#subscribe-reloaded-update-p {
	margin-top: 1rem;
}
#subscribe-reloaded-email-p em {
  display: block;
}
.aks-stcr-author-label,
#stcr-post-link,
.aks-stcr-pending-label,
.aks-subscribed-label,
#subscribe-reloaded-update-p:has(a[href="https://ccapbl.org/"]) {
  display: none;
}
.aks-stcr-post-comment-wrapper {
	font-size: .9rem;
	gap: 10px;
}
.aks-stcr-post-comment-wrapper #subscribe-comments-mgmt {
	font-style: italic;
}
/* ALL SUBSCRIBE PAGES */
#content:has(article.type-page) {
  background-color: var(--color-gray-light);
  justify-content: center;
}
article.type-page {
  width: var(--width-default);
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  padding: var(--section-spacing);
}
article.type-page header .entry-title {
  font-size: 2rem;
  margin-top: 0;
    margin-bottom: 1rem;
}
article.type-page .entry-content form fieldset {
  margin: 0;
  padding: 0;
}
article.type-page .entry-content form fieldset p {
  margin: 0;
}
article.type-page .entry-content form fieldset > div > p:first-child {
  display: flex;
  align-items: end;
  gap: 7px;
}
article.type-page .entry-content form label {
  text-transform: uppercase;
  font-weight: 600;
}
article.type-page .entry-content form input.subscribe-form-field {
  border-radius: 0;
  padding: 2px;
  border: none;
  border-bottom: 2px solid var(--color-brown-dark);
  min-width: 350px;
}
article.type-page .entry-content form input.subscribe-form-field:focus {
  box-shadow: none;
  border-color: var(--link-color);
}
article.type-page .entry-content form input.subscribe-form-button {
  padding: 12px 17px;
  font-size: .8rem;
  border-radius: 50px;
  line-height: 1;
  font-weight: 600;
  background-color: var(--link-color);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all .3s;
}
/* Manage Your Subscriptions */
.aks-stcr-manage article.type-page {
  max-width: var(--width-max);
}
article.type-page p:has(.sub-mgmt),
article.type-page .stcr-subs-select-none,
.stcr-subscription-list th .fa,
#subscribe-reloaded-action-p select option[value="suspend"],
.aks-stcr-manage #subscribe-reloaded-update-p {
  display: none;
}
.stcr-subscription-list th:nth-child(1),
.stcr-subscription-list th:nth-child(3),
.stcr-subscription-list th:nth-child(4) {
width: 20% !important;
}
.stcr-subscription-list {
margin: 20px 0 10px 0;
}
.stcr-subscription-list caption {
  text-transform: uppercase;
  text-align: left;
  border-bottom: 2px solid;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
}
.stcr-subscription-list tr {
  border-bottom: 1px solid var(--color-gray);
}
.stcr-subscription-list th, 
.stcr-subscription-list td {
  padding: 7px;
  text-align: left !important;
}
#subscribe-reloaded-action-p {
margin: 10px 0 20px 0;
  display: flex;
  align-items: start;
  gap: 10px;
    align-items: center;
}
#subscribe-reloaded-action-p select {
  padding: 10px;
  border: 1px solid var(--color-gray);
  border-radius: var(--base-border-radius);
}
/* STCR MEDIA QUERIES */
@media (max-width: 549px) {
	#content:has(article.type-page) {
		padding-top: calc(2 * var(--section-spacing));
	}
	article.type-page .entry-content form fieldset > div > p:first-child {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	article.type-page .entry-content form input.subscribe-form-field {
	  min-width: 100%;
	  border: 1px solid var(--color-gray);
	  border-bottom: 2px solid var(--color-brown-dark);
	  padding: 10px 15px;
	}
	article.type-page .entry-content form input.subscribe-form-button {
		width: 100%;
		margin-top: 10px;
		font-size: 1rem;
	}
}
/*************************
  ARCHIVE PAGES: ALL
*************************/
.aks-page-title {
  margin: 0 0 .5em 0;
  font-size: 3rem;
}
.aks-page-title .aks-cat-type {
  display: block;
  font-size: .5em;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 5px;
  font-weight: 300;
}
@media (max-width: 549px) {
  .aks-page-title {
    font-size: 2.25rem;
  }
}
/*************************
  ARCHIVE PAGES: PLANS
*************************/
.aks-archive-info {
  margin-bottom: var(--section-spacing);
}
.aks-posts-wrapper:not(.aks-posts-wrapper-resources) .aks-item {
  grid-template-columns: 200px 1fr;
}
.aks-posts-wrapper .aks-item .aks-pic-holder {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: var(--base-border-radius) 0 0 var(--base-border-radius);
}
.aks-posts-wrapper .aks-item .aks-pic-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
}
.aks-posts-wrapper:not(.aks-posts-wrapper-resources) .aks-item .aks-text-holder {
  padding: calc(var(--gap) - 2px) var(--gap) calc(var(--gap) - 3px) var(--gap);
}
.aks-posts-wrapper .aks-item.aks-link-stretch-box .aks-title a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-gray);
  transition: all .3s;
  z-index: 5;
  border-radius: var(--base-border-radius);
}
.aks-posts-wrapper {
  gap: var(--gap);
}
.aks-posts-wrapper:not(.aks-posts-wrapper-resources) {
  grid-auto-rows: 1fr;
}
.aks-posts-wrapper .aks-item .aks-title a:hover::after {
  box-shadow: 2px 4px 8px 0 rgb(46 61 73 / 20%);
}
/* FILTER ON CLUSTER AND PATH ARCHIVES */
.aks-filter-cte-combo {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
}
.aks-filter select {
  padding: 10px;
    border: 1px solid var(--color-gray);
  border-radius: var(--base-border-radius);
}
.aks-filter label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: .9rem;
  color: #343b42;
}
@media (max-width: 899px) {
  .archive .aks-posts-wrapper:not(.aks-posts-wrapper-resources) .aks-item .entry-summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .95rem;
  }
  .aks-filter-cte-combo {
    flex-direction: column;
  }
  .aks-filter select {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 549px) {
  .archive .aks-posts-wrapper:not(.aks-posts-wrapper-resources) {
    grid-auto-rows: unset;
  }
  .archive .aks-posts-wrapper:not(.aks-posts-wrapper-resources) .aks-item {
    display: flex;
    flex-direction: column;
  }
  .archive .aks-posts-wrapper:not(.aks-posts-wrapper-resources) .aks-item .aks-pic-holder {
    height: 0;
    border-radius: var(--base-border-radius) var(--base-border-radius) 0 0;
    padding-bottom: 60%;
  }
  .archive .aks-posts-wrapper:not(.aks-posts-wrapper-resources) .aks-item .entry-summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .95rem;
  }
}
/*************************
  ARCHIVE PAGES: RESOURCES
*************************/
.aks-posts-wrapper-resources .aks-h2 {
  margin-bottom: 5px;
}
.aks-posts-wrapper-resources .aks-item:first-child {
  border-top: 2px solid var(--color-gray);
  padding-top: var(--gap);
}
.aks-posts-wrapper-resources .aks-item {
  border-bottom: 2px solid var(--color-gray);
  padding-bottom: var(--gap);
}
.aks-item-resource .aks-title a {
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
.aks-item-resource .aks-title a::before {
  content: "\ef42";
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.aks-archive-meta {
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
  gap: 10px;
  font-weight: 500;
}
.aks-archive-meta .label {
  text-transform: uppercase;
  font-size: .9rem;
}
.aks-item-resource .entry-summary {
  padding-left: 40px;
}
.aks-item-resource h3.aks-title a,
.aks-item-resource h3 ~ .aks-archive-meta,
.aks-item-resource h3 ~ .entry-summary {
  padding-left: 30px;
}
/*************************
  RESOURCES MEDIA QUERIES
*************************/
@media (max-width: 549px) {
  .aks-item-resource .aks-archive-meta {
    flex-direction: column;
    gap: 0;
  }
}
/*************************
  PAGE: PLAN CLUSTERS
*************************/
.aks-cluster-grid {
  margin: 0;
  padding: 0;
}
.aks-cluster-grid .aks-cluster-link {
  display: flex;
  flex-direction: column;
  background-color: var(--theme-color);
  text-decoration: none;
  line-height: 1.3;
  align-items: center;
  height: 100%;
  position: relative;
  transition: box-shadow .3s;
}
.aks-cluster-grid .aks-cluster-link .aks-pic-holder {
  padding: 30px;
  position: relative;
}
.aks-cluster-grid .aks-cluster-link .aks-cluster-name {
  text-align: center;
  font-weight: 700;
  padding: var(--gap);
  background-color: rgba(255, 255, 255, .75);
  color: var(--text-color);
  font-size: 1.1rem;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.aks-cluster-grid .aks-cluster-image.placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color-brown);
}
.aks-cluster-grid .aks-cluster-link[href*="advanced"] {
  --theme-color: var(--color-navy);
}
.aks-cluster-grid .aks-cluster-link[href*="agriculture"] {
  --theme-color: #43286c;
}
.aks-cluster-grid .aks-cluster-link[href*="arts-"] {
  --theme-color: var(--color-green-dark);
}
.aks-cluster-grid .aks-cluster-link[href*="business"] {
  --theme-color: var(--color-brown);
}
.aks-cluster-grid .aks-cluster-link[href*="construction"] {
  --theme-color: #BD0067;
}
.aks-cluster-grid .aks-cluster-link[href*="digital"] {
  --theme-color: #CFB73A;
}
.aks-cluster-grid .aks-cluster-link[href*="education"] {
  --theme-color: var(--color-orange-dark);
}
.aks-cluster-grid .aks-cluster-link[href*="energy-"] {
  --theme-color: var(--color-green);
}
.aks-cluster-grid .aks-cluster-link[href*="financial"] {
  --theme-color: #11462b;
}
.aks-cluster-grid .aks-cluster-link[href*="healthcare"] {
  --theme-color: #4A8F9D;
}
.aks-cluster-grid .aks-cluster-link[href*="hospitality"] {
  --theme-color: #94216a;
}
.aks-cluster-grid .aks-cluster-link[href*="marketing"] {
  --theme-color: var(--color-orange);
}
.aks-cluster-grid .aks-cluster-link[href*="public-"] {
  --theme-color: var(--color-navy-dark);
}
.aks-cluster-grid .aks-cluster-link[href*="supply-"] {
  --theme-color: #CF4E3A;
}
.aks-cluster-grid .aks-cluster-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: #000;
  transition: all .3s;
  opacity: 0;
}
.aks-cluster-grid .aks-cluster-link:hover {
  box-shadow: 2px 4px 8px 0 rgb(46 61 73 / 20%);
}
.aks-cluster-grid .aks-cluster-link:focus {
  outline: 2px solid #fff;
  outline-offset: -6px;
}
.aks-cluster-grid .aks-cluster-link:hover::before,
.aks-cluster-grid .aks-cluster-link:focus::before {
  opacity: .2;
}
/*************************
  PAGE: RESOURCE TOPICS
*************************/
.aks-topic-grid {
  margin: 0;
  padding: 0;
  --col-min-width: 300px;
}
.aks-topic-grid .aks-topic-link {
  padding: var(--gap);
  background-color: var(--theme-color);
  position: relative;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
.aks-topic-grid .aks-topic-link .aks-topic-name {
  position: relative;
  z-index: 5;
}
.aks-topic-grid .aks-topic-link::before,
.aks-topic-grid .aks-topic-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.aks-topic-grid .aks-topic-link::before {
  background-image: var(--gear);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .2;
}
.aks-topic-grid .aks-topic-link::after {
  background-color: #000;
  transition: all .3s;
  opacity: 0;
}
.aks-topic-grid .aks-item:nth-child(6n+1) {
  --gear: url(http://ccapbl.org/wp-content/uploads/2025/09/gear-1.svg);
  --theme-color: var(--color-orange-dark);
}
.aks-topic-grid .aks-item:nth-child(6n+2) {
  --gear: url(http://ccapbl.org/wp-content/uploads/2025/09/gear-2.svg);
  --theme-color: var(--color-navy-dark);
}
.aks-topic-grid .aks-item:nth-child(6n+3) {
  --gear: url(http://ccapbl.org/wp-content/uploads/2025/09/gear-3.svg);
  --theme-color: var(--color-green-dark);
}
.aks-topic-grid .aks-item:nth-child(6n+4) {
  --gear: url(http://ccapbl.org/wp-content/uploads/2025/09/gear-4.svg);
  --theme-color: var(--color-red-dark);
}
.aks-topic-grid .aks-item:nth-child(6n+5) {
  --gear: url(http://ccapbl.org/wp-content/uploads/2025/09/gear-5.svg);
  --theme-color: var(--color-brown-dark);
}
.aks-topic-grid .aks-item:nth-child(6n+6) {
  --gear: url(http://ccapbl.org/wp-content/uploads/2025/09/gear-6.svg);
  --theme-color: var(--color-orange-dark);
}
.aks-topic-grid .aks-topic-link:hover::after {
  opacity: .2;
}
/*************************
  PAGE: SEARCH
*************************/
.type-external_resource .aks-text-holder {
  padding: 0;
}
/*************************
  PAGE: HOMEPAGE
*************************/
.aks-home-section .aks-note {
  margin-top: var(--gap);
  text-align: center;
}
.aks-home-plans-wrapper .aks-posts-wrapper {
  grid-auto-rows: unset;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.aks-home-plans-wrapper .aks-posts-wrapper .aks-item {
  display: flex;
  flex-direction: column;
}
.aks-home-plans-wrapper .aks-posts-wrapper .aks-item .entry-summary {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: .95rem;
}
.aks-home-plans-wrapper .aks-posts-wrapper .aks-item .aks-pic-holder {
  height: 0;
  border-radius: var(--base-border-radius) var(--base-border-radius) 0 0;
  padding-bottom: 60%;
}