/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************
GENERAL STYLES
*********************/

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');


:root {
  --bg: #fff;
  --copy: #484848;
  --black: #16141B;
  --gray: #A3A3A3;
  --light-gray: #F4F7FF;
  --focus-gray: #dce2f1;
  --dark-blue: #043E94;
  --blue: #456FF8;
  --light-blue: #5079fc;
  --focus-blue: #3461f6;
  --cyan: #83D8FF; 
  --light-cyan: #a1e1ff;
  --focus-cyan: #70c6ee;
  --purple: #533896;
  --yellow: #FFDE33;
  --light-yellow: #ffe76e;
  --focus-yellow: #f8cf00;
  --orange: #F27F02;
  --red: #c00;
  --green: #00CF26;

  --gradient: linear-gradient(309deg, #321185 25%, #325DD3 50%, #337FF5 75%);

  --ease:        cubic-bezier(0.165, 0.84, 0.44, 1);
  --transition:  all .3s var(--ease);
}

html,
body {
  font-size: 18px;
  background: var(--bg);
  scroll-behavior: smooth;
}

* {
  scroll-margin-top: 8rem;
}

.main.grid-container,
.nav__container .grid-container,
.full-width .grid-container {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.banner {
  background: var(--gradient);
  border-radius: 0 0 1.25rem 1.25rem;
  overflow: hidden;
}

.banner__video {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: -1;
  pointer-events: none;  
  background: var(--gradient);
}

.banner__video .wp-block-group__inner-container {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.banner__video video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center; 
  display: block;
  opacity: .25;
}
/* 
.banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004D99;
  background: linear-gradient(0deg, rgba(0, 77, 153, 1) 0%, rgba(0, 128, 255, 1) 100%);
  mix-blend-mode: color;
  opacity: .75;
} */

.banner--small {
  padding-top: 0 !important;
}

.banner--big {
  padding-top: 0 !important;
  margin-bottom: -1rem;
}

.banner .wp-block-group__inner-container {
  padding-top: .8735rem;
  padding-bottom: .8735rem;
}

.banner--small h1,
.banner--small h2,
.banner--small h3,
.banner--small h4,
.banner--small h5,
.banner--small h6,
.banner--small p,
.banner--big h1,
.banner--big h2,
.banner--big h3,
.banner--big h4,
.banner--big h5,
.banner--big h6,
.banner--big p {
  position: relative;
  text-align: center;
  z-index: 2;
}

.banner--small h1,
.banner--big h1 {
  margin-bottom: .5rem;
}

.banner > .wp-block-group__inner-container {
  height: 100%;
}

.banner--servicenow-partner {
  gap: 1rem;
  width: 100%;
  padding: 0 .875rem;
}

@media print, screen and (max-width: 39.5em) {
  .banner--servicenow-partner {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -webkit-align-content: center !important;
    align-content: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;    
  }
  .banner--servicenow-partner figure {
    flex-basis: auto !important;
    padding-bottom: 2rem;
  }
}

@media print, screen and (min-width: 40em) {
  html,
  body {
    font-size: 20px;
  }

  .grid-container {
    max-width: 75rem;
  }

  .main.grid-container,
  .nav__container .grid-container,
  .full-width .grid-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .banner {
    height: 44rem;
  }

  .banner--small {
    height: 18rem;
    padding-top: 6rem !important;
  }

  .banner--big {
    height: 33rem;
    padding-top: 6rem !important;
    margin-bottom: -15.5rem;
  }

  .page-template-template-landing-page .banner--big {
    height: 15rem;
    margin-bottom: -5rem;
  }

  .banner::before {
    content: '';
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: .4rem;
    background: var(--bg);
    z-index: 1;
  }
 
  .banner .wp-block-group__inner-container {
    padding-top: 2.25rem;
    padding-bottom: 0;
  }
  .banner--servicenow-partner {
    position: absolute !important;
    padding: 0;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.wp-block-group,
.wp-block-group__inner-container,
.wp-block-columns,
.wp-block-column {
  position: relative;
}

.entry-content > .wp-block-group,
.blog .content > .grid-container > .wp-block-group {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.entry-content > .wp-block-group:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.is-vertically-aligned-center p:last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.5em) {
  .wp-block-buttons.is-content-justification-right {
    justify-content: flex-start;
  }
  .has-text-align-center,
  .has-text-align-right {
    text-align: left;
  }
}
.grecaptcha-badge {
  display: none;
}

.page-id-171 .grecaptcha-badge {
  display: block;
}

.wp-block-list {
  list-style-position: inside;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  color: var(--copy);
  position: relative;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
  position: relative;
  font-family: 'Sora', sans-serif;
}

p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: var(--copy);
  position: relative;
}

li {
  font-family: 'Work Sans', sans-serif;
  list-style-position: outside;
}

h1,
.site-title {
  font-size: 2em;
  line-height: 1.15;
  margin-bottom: 1rem;
  position: relative;
  font-weight: 600;
}

h2 {
  font-size: 2em;
  line-height: 1.15;
  margin-bottom: 1rem;
  position: relative;
  font-weight: 600;
}


h2.carousel-title {
  font-size: 2.4em;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
  font-weight: 700;
}

h3 {
  margin-bottom: 1.5rem;
  font-size: 1.6em;
  line-height: 1.25;
  font-weight: 600;
}

h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: .5rem;
}

h5 {
  font-weight: 600;
  font-size: 1.1em;
}

strong {
  font-weight: 600;
}

@media print, screen and (min-width: 64em) {
  h1,
  .site-title {
    font-size: 2.4em;
  }
  h2 {
    font-size: 2.4em;
  }
  h2.carousel-title {
    font-size: 3.8em;
  }
}

blockquote,
.wp-block-quote {
  margin: 0 . 5rem;
  border: none;
  border-radius: 1rem;
  padding: 2rem;
  background: var(--light-gray);
}

#testimonials .swiper-slide {
  height: fit-content;
}

.wp-block-quote p:first-of-type::before {
  content: '\201C';
  display: inline-block;
}

.wp-block-quote p:last-of-type::after {
  content: '\201D';
  display: inline-block;
}

blockquote cite,
.wp-block-quote cite {
  font-style: normal;
  font-size: .9em;
}

blockquote cite::before,
.wp-block-quote cite::before {
  content: '';
}

.swiper-pagination {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.swiper-pagination-bullet {
  background: var(--light-gray) !important;
  width: .5rem !important;
  height: .5rem !important;
  opacity: 1 !important;
  transition: var(--transition) !important;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:active,
.swiper-pagination-bullet:focus {
  background: var(--blue) !important;
}

.swiper-pagination-bullet-active {
  background: var(--blue) !important;
  width: .6rem !important;
  height: .6rem !important;
}

.banner-carousel .swiper-pagination {
  bottom: 1rem !important;
}

.banner-carousel .swiper-pagination-bullet {
  background: rgba(255,255,255, .5) !important;
  width: .5rem !important;
  height: .5rem !important;
}

.banner-carousel .swiper-pagination-bullet:hover,
.banner-carousel .swiper-pagination-bullet:active,
.banner-carousel .swiper-pagination-bullet:focus {
  background: var(--blue) !important;
}


.banner-carousel .swiper-pagination-bullet-active {
  background: var(--blue) !important;
  width: .6rem !important;
  height: .6rem !important;
}

.wp-block-separator {
  border-color: rgba(0,0,0,.1);
  border-bottom-width: 0;
  border-top-width: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.inline-list {
  margin: 0;
  padding: 0;
}

.checklist,
.arrow-list,
.minus-list,
.plus-list,
.pricing-table ul {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}

.inline-list.checklist li,
.checklist li,
.arrow-list li,
.minus-list li,
.plus-list li,
.pricing-table li {
  list-style: none;
}

.arrow-list li,
.checklist li,
.minus-list li,
.plus-list li,
.pricing-table li {
  padding-left: 1.6rem;
  position: relative;
}

.checklist li::before,
.pricing-table li::before {
  position: absolute;
  left: .25rem;
  top: -.2rem;
  content: '\e86c';
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
  display: inline-block;
  transform: translateY(.2rem);
  margin-right: .5rem;
}

.arrow-list li::before {
  position: absolute;
  left: .25rem;
  content: "↓";
  transform: rotate(-90deg);
  display: inline-block;
  margin-right: .5rem;
  font-weight: 600;
}

.minus-list li::before {
  position: absolute;
  left: .25rem;
  top: .05rem;
  content: '–';
  transform: translateY(.2rem);
  color: var(--red);
  margin-right: .5rem;
  border: 1.5px solid var(--red);
  border-radius: 100%;
  height: 1rem;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7em;
  font-weight: 600;
}

.plus-list li::before {
  position: absolute;
  left: .25rem;
  top: .05rem;
  content: '+';
  transform: translateY(.2rem);
  color: var(--green);
  margin-right: .5rem;
  border: 1.5px solid var(--green);
  border-radius: 100%;
  height: 1rem;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7em;
  font-weight: 600;
}

.inline-list.checklist li::before {
  position: absolute;
  top: -.2rem;
  left: 0;
  content: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1667 0.833374L5.00004 10L0.833374 5.83337' stroke='%232F80ED' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 1rem;
  height: auto;
  margin-right: .2rem;
  display: inline-block;
  transform: translateY(-.05rem);
}

.platform-copilot .inline-list.checklist li::before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1667 0.833374L5.00004 10L0.833374 5.83337' stroke='%2383D8FF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.guardrails .inline-list.checklist li::before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1667 0.833374L5.00004 10L0.833374 5.83337' stroke='%23FFDE33' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.inline-list.checklist.guardrails-alt li::before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1667 0.833374L5.00004 10L0.833374 5.83337' stroke='%23F27F02' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media print, screen and (min-width: 40em) {
  .inline-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap:  0 1.25rem;
    margin: 0;
    padding: 0;
  }

  .inline-list--center {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center; 
  }
  .inline-list li {
    list-style-position: inside;
  }
  .inline-list.checklist li {
    padding-left: 0;
  }
  .inline-list.checklist li::before {
    position: relative;
    top: 0;
    left: 0;
  }
}

.breadcrumbs {
  position: relative;
  color: var(--bg);
  font-size: .9em;
  line-height: 1.15;
  text-align: center;
  z-index: 10;
}

.breadcrumbs span,
.breadcrumbs span a {
  color: var(--bg);
}

.breadcrumbs span a:hover,
.breadcrumbs span a:active,
.breadcrumbs span a:focus {
  color: var(--cyan);
  text-decoration: none;;
}

.has-rounded-corners,
.has-rounded-corners img,
.is-style-rounded img,
.wp-block-media-text__media img,
.is-type-video {
  border-radius: 1rem;
  transition: var(--transition);
}

.is-type-video {
  overflow: hidden;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper {
	aspect-ratio: 16 / 9;
}

.wp-block-embed-vimeo iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.wp-block-media-text__media {
  overflow: hidden;
  border-radius: 1rem;
}

.wp-block-media-text__media a:hover img {
  transform: scale(1.025);
}

@media print, screen and (max-width: 39.5em) {
.wp-block-media-text.is-stacked-on-mobile {
    gap: .9375rem;
  }
}

.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6,
.banner p,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p {
  color: var(--bg);
}

.wp-block-columns {
  position: relative;
  margin-bottom: 0;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 1;
}

figure.full-width img {
  width: 100%;
}

.bg-image {
  position: absolute;
}

.bg-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 0 0;
}

.size-full img,
.size-full a {
  display: block;
  width: 100%;
}

.content {
  padding-top: 5rem;
}

@media print, screen and (min-width: 40em) {
  .content{
    padding-top: 0;
  }
}

/* Carousel */

.cb-carousel-block,
.swiper {
  height: 100%;
}

.swiper-wrapper {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow-visible  .swiper {
  overflow: visible;
}

/* Callouts */

.callout {
  position: relative;
  border: none;
  z-index: 2;
  padding: 0 !important;
  background: var(--light-gray);
  border-radius: 1rem;
}

.callout > .wp-block-group__inner-container {
  padding: 1.875rem;
  border: none;
  z-index: 2;
  border-radius: 1rem;
}

.callout--narrow > .wp-block-group__inner-container {
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
}

.callout--border > .wp-block-group__inner-container {
  background: var(--bg);
}

.callout--tech {
  background: var(--dark-blue) url('../images/bg-tech.webp') 0 100% no-repeat;
  background-size: cover;
}

.callout--platform-copilot {
  background: var(--purple) url('../images/bg-platform-copilot.webp') 0 100% no-repeat;
  background-size: cover;
}

.callout--platform-copilot-alt {
  background: var(--purple) url('../images/bg-platform-copilot-alt.webp') 0 100% no-repeat;
  background-size: cover;
}

.callout--guardrails {
  background: var(--orange) url('../images/bg-guardrails.webp') 0 100% no-repeat;
  background-size: cover;
}

.callout--border::before {
  content: '';
  position: absolute;
  left: -.3rem;
  top: -.3rem;
  background: var(--gradient);
  border-radius: 1.2rem;
  width: calc( 100% + .6rem );
  height: calc( 100% + .6rem );
  z-index: -1;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.10);
}

.callout--border.guardrails::before {
  background: #F9D112;
  background: linear-gradient(45deg, rgb(249, 209, 18) 0%, rgba(248, 155, 24, 1) 100%);
}

.callout--banner {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;  
}

.mega-sub-menu .callout--banner {
  margin-bottom: 1rem !important;
}

.callout--banner .wp-block-group__inner-container {
  border: .3rem solid var(--bg);
  /* border-bottom: 0; */
}

.callout--has-logo .wp-block-group__inner-container {
  padding-top: 5.5rem;
}

.callout-logo img {
  height: 3rem !important;
  width: auto !important;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg);
  padding-left: 1rem;
  padding-right: 1rem;
}

.callout--tech h1,
.callout--tech h2,
.callout--tech h3,
.callout--tech h4,
.callout--tech h5,
.callout--tech h6,
.callout--tech P,
.callout--tech li,
.callout--platform-copilot h1,
.callout--platform-copilot h2,
.callout--platform-copilot h3,
.callout--platform-copilot h4,
.callout--platform-copilot h5,
.callout--platform-copilot h6,
.callout--platform-copilot P,
.callout--platform-copilot li,
.callout--platform-copilot-alt h1,
.callout--platform-copilot-alt h2,
.callout--platform-copilot-alt h3,
.callout--platform-copilot-alt h4,
.callout--platform-copilot-alt h5,
.callout--platform-copilot-alt h6,
.callout--platform-copilot-alt P,
.callout--platform-copilot-alt li,
.callout--guardrails h1,
.callout--guardrails h2,
.callout--guardrails h3,
.callout--guardrails h4,
.callout--guardrails h5,
.callout--guardrails h6,
.callout--guardrails P,
.callout--guardrails li {
  color: var(--bg);
}

.callout--border h1,
.callout--border h2,
.callout--border h3 {
  color: var(--black);
}

.callout--border h4,
.callout--border h5,
.callout--border h6,
.callout--border p,
.callout--border li {
  color: var(--copy);
}

@media print, screen and (max-width: 39.5em) {
  .callout .wp-block-image {
    position: relative;
    top: 0;
    right: 0;ƒ
    bottom: 0;
    left: 0;
    transform: scale(1);
  }
  .callout-logo {
    height: 3rem !important;
    width: auto !important;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bg);
    padding-left: 1rem;
    padding-right: 1rem;
  }

}

@media print, screen and (min-width: 40em) {
  .callout > .wp-block-group__inner-container {
    padding: 4rem;
  }
  .callout--narrow > .wp-block-group__inner-container {
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
  }
}


.single-featured-topic .callout p:last-child,
.single-featured-topic .callout .is-style-rounded {
  margin: 0 !important;
}

.platform-copilot h1 {
  color: var(--cyan);
}

.guardrails h1 {
  color: var(--yellow);
}
/* Tabs */

.wp-block-easy-tabs-block-tab-buttons {
  margin-bottom: 0 !important;
}

.wp-block-easy-tabs-block-tab-button {
  background: var(--light-gray) !important;
  border: none !important;
  border-radius: 1rem 1rem 0 0 !important;
  opacity: .5 !important;
}

.wp-block-easy-tabs-block-tabs.has-active-etb-bg-color .wp-block-easy-tabs-block-tab-button.etb-active-tab,
.wp-block-easy-tabs-block-tabs.has-active-etb-bg-color .wp-block-easy-tabs-block-tab-button[data-etb-active-tab],
.wp-block-easy-tabs-block-tabs.has-hover-etb-bg-color .wp-block-easy-tabs-block-tab-button:hover:not(.etb-active-tab):not([data-etb-active-tab]) {
  background: var(--light-gray) !important;
  border: none !important;
  border-radius: 1rem 1rem 0 0 !important;
  opacity: 1 !important;
}

.wp-block-easy-tabs-block-tabs.has-active-etb-text-color .wp-block-easy-tabs-block-tab-button.etb-active-tab p,
.wp-block-easy-tabs-block-tabs.has-active-etb-text-color .wp-block-easy-tabs-block-tab-button[data-etb-active-tab] p {
  font-weight: 600 !important;
}

.tabs--platform-copilot .wp-block-easy-tabs-block-tab-button p {
  color: var(--purple) !important;
  font-size: .9em !important;
}

.tabs--platform-copilot.wp-block-easy-tabs-block-tabs.has-active-etb-text-color .wp-block-easy-tabs-block-tab-button.etb-active-tab p,
.tabs--platform-copilot.wp-block-easy-tabs-block-tabs.has-active-etb-text-color .wp-block-easy-tabs-block-tab-button[data-etb-active-tab] p,
.tabs--platform-copilot.wp-block-easy-tabs-block-tabs.has-hover-etb-bg-color .wp-block-easy-tabs-block-tab-button:hover:not(.etb-active-tab):not([data-etb-active-tab]) p {
  color: var(--purple) !important;
}

.tabs--guardrails .wp-block-easy-tabs-block-tab-button p {
  color: var(--orange) !important;
  font-size: .9em !important;
}

.tabs--guardrails.wp-block-easy-tabs-block-tabs.has-active-etb-text-color .wp-block-easy-tabs-block-tab-button.etb-active-tab p,
.tabs--guardrails.wp-block-easy-tabs-block-tabs.has-active-etb-text-color .wp-block-easy-tabs-block-tab-button[data-etb-active-tab] p,
.tabs--guardrails.wp-block-easy-tabs-block-tabs.has-hover-etb-bg-color .wp-block-easy-tabs-block-tab-button:hover:not(.etb-active-tab):not([data-etb-active-tab]) p {
  color: var(--orange) !important;
}

.wp-block-easy-tabs-block-tab-contents {
  background: var(--light-gray);
  border: none;
  border-radius: 0 1rem 1rem 1rem;
  padding: 2rem;
}

/* Accordions */

.wp-block-accordion-item {
  background: var(--light-gray);
  padding: 1rem 1rem .75rem 1rem;
  margin-bottom: .5rem;
  border-radius: 1rem;
}

.wp-block-accordion-heading {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  font-weight: 600;
}

.wp-block-accordion-heading__toggle {
  gap: 1rem;
  text-decoration: none !important;
}

.wp-block-accordion-heading__toggle-icon {
  position: relative;
  color: transparent;
}

.wp-block-accordion-heading__toggle-icon::after {
  content: '\e145';
  font-family: 'Material Symbols Outlined';
  position: absolute;
  top: -25%;
  right: 0;
  width: 150%;
  height: 150%;
  color: var(--black);
  background: var(--bg);
  border-radius: 100%;
  font-size: .9em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: var(--transition)
}

.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  transform: none;
}

.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon::after {
  transform: rotate(135deg);
}

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title,
.wp-block-accordion-heading__toggle:active .wp-block-accordion-heading__toggle-title,
.wp-block-accordion-heading__toggle:focus .wp-block-accordion-heading__toggle-title {
  text-decoration: none !important;
}

.wp-block-accordion-panel {
  display: block !important;
  height: 0 !important;
  opacity: 0 !important;
  transform: translateY(-.25rem);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: .1s;
  overflow: hidden;
}

.is-open .wp-block-accordion-panel {
  height: fit-content !important;
  opacity: 1 !important;
  transform: translateY(0);
  padding-top: 1rem;
}
/* Pricing Tables */

.pricing-table {
  gap: 1rem;
}

.pricing-table > .wp-block-column {
  background: var(--light-gray);
  border-radius: 1rem;
  border: .5rem solid var(--light-gray);
  transition: var(--transition);
}

.pricing-table > .wp-block-column:hover {
  transform: translateY(-.2rem);
}

.pricing-table--header > .wp-block-group__inner-container,
.pricing-table--body > .wp-block-group__inner-container {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  height: 100%;
}

.pricing-table--header {
  position: relative;
  z-index: 2;
  transition: var(--transition);
}

.pricing-table--header > .wp-block-group__inner-container {
  position: relative;
  border-radius: .8rem;
  background: var(--bg);
  gap: 1rem;
}

.pricing-table--highlight .pricing-table--header > .wp-block-group__inner-container {
  z-index: 2;
  width: calc(100% - .6rem) !important;
  height: calc(100% - .6rem) !important;
  left: .3rem;
  top: .3rem;
}

.pricing-table--highlight .pricing-table--header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: var(--gradient);
  border-radius: 1rem;
  width: 100%;
  height: calc(100% + .6rem);
  z-index: -1;
}

.pricing-table> .pricing-table--highlight:hover .pricing-table--header {
  transform: scale(1.0075);
}

.pricing-table--header h3 {
  font-size: 1em;
  font-weight: 500;
  padding-left: 3.1rem;
  margin-bottom: 1rem;
}

.pricing-table--header h3::before {
  content: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7725 0C40.0062 0 51.5448 11.5387 51.5449 25.7725C51.5449 40.0063 40.0063 51.5449 25.7725 51.5449C11.5388 51.5448 0 40.0062 0 25.7725C9.79253e-05 11.5388 11.5388 0.000163907 25.7725 0ZM26.9844 15.7871C26.4864 14.7833 25.0516 14.7831 24.5576 15.7871L22.1045 20.7363C21.9188 21.109 21.5622 21.3664 21.1504 21.4258L15.4863 22.2441C14.4469 22.3946 14.0327 23.6682 14.7852 24.3984L18.8799 28.3721C19.1793 28.6626 19.3158 29.0806 19.2451 29.4912L18.3086 34.9238C18.1178 36.0293 19.2811 36.8721 20.2754 36.3516L25.1836 33.7832C25.5512 33.5901 25.9906 33.59 26.3594 33.7832L31.2715 36.3545C32.2645 36.8735 33.4229 36.0316 33.2334 34.9287L32.2969 29.4912C32.2262 29.0808 32.3629 28.6626 32.6621 28.3721L36.7568 24.3984C37.5086 23.6682 37.0942 22.3945 36.0557 22.2441L30.3926 21.4258C29.9795 21.3664 29.623 21.1089 29.4385 20.7363L26.9844 15.7871Z' fill='url(%23paint0_linear_706_403)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_706_403' x1='51.5449' y1='41.1272' x2='0' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.100962' stop-color='%23321185'/%3E%3Cstop offset='0.4375' stop-color='%23325DD3'/%3E%3Cstop offset='0.605769' stop-color='%23337FF5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pricing-table--header h4 {
  color: var(--black);
}

.pricing-table--header h4 sub {
  bottom: 0;
  font-size: .5em;
  font-weight: 400;
}

.pricing-table ul {
  margin-bottom: 2rem;
}

.pricing-table li {
  font-size: .9em;
}

.pricing-table .btn {
  width: 100%;
}


/* Logo Ticker */

#partners {
  padding-top: 0;
  padding-bottom: 0;
}

#partners .wp-block-group__inner-container {
  background: var(--bg);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#partners::before {
  content: '';
  position: absolute;
  left: 0;
  top: -.3rem;
  background: var(--gradient);
  width: 100%;
  height: calc( 100% + .6rem );
  z-index: -1;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.10);
}

.wp-block-wlcs-wbd-logo-carousel .logo-carousel__item {
  padding: 0 !important;
}

.wp-block-wlcs-wbd-logo-carousel .logo-carousel--classic .logo-carousel__item {
  border: none !important;
  box-shadow: none !important;
}

.wp-block-wlcs-wbd-logo-carousel .logo-carousel--classic .logo-carousel__item img {
  opacity: 1 !important;
  filter: none !important;
  width: auto !important;
  height: 2.5rem !important;
  max-width: 100vw !important;
}

@media print, screen and (max-width: 39.5em) {
  .wp-block-wlcs-wbd-logo-carousel .logo-carousel,
  .wp-block-wlcs-wbd-logo-carousel .logo-carousel--left .logo-carousel__track {
    animation-duration: 5s !important;
  }
}

/* Partners Page */

.partners .callout > .wp-block-group__inner-container {
  padding: 1.5rem;
  margin-bottom: .5rem;
}

.partners .callout figure img {
  height: 1.5rem;
  width: auto;
}

/* Team */

.team-grid .wp-block-image {
  background: var(--light-gray);
  padding: .875rem;
  border-radius: 1.2rem;
  transition: var(--transition);
}

.team-grid .wp-block-image:hover {
  transform: translateY(-.2rem);
}

.team-grid .wp-block-image img {
  border-radius: 1rem;
  overflow: hidden;
}

.wp-element-caption {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.35;
  font-size: .9em;
  font-family: 'Work Sans',
}

.team-grid .wp-element-caption strong {
  font-family: 'Sora', sans-serif;
  font-size: 1.2em;
}
/* Flex Styles */

.flex-top-left {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-top-right {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-bottom-left {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-bottom-right {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-center {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-top-center {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex-bottom-center {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

@media print, screen and (max-width: 39.5em) {
  .flex-top-left--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-top-right--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-bottom-left--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-bottom-right--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-center--small {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/*********************
LINKS & BUTTONS
*********************/

a,
a:link,
a:active,
a:focus,
a:visited,
a p,
a span,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a,
a:link,
a:visited,
.is-ajax-search-details a,
.is-ajax-search-result a {
  color: var(--blue);
}

a:hover,
a:active,
a:focus,
.is-ajax-search-details a:hover,
.is-ajax-search-result a:hover,
.is-ajax-search-details a:active,
.is-ajax-search-result a:active,
.is-ajax-search-details a:focus,
.is-ajax-search-result a:focus {
  color: var(--copy);
}

h1 a,
h2 a,
h3 a,
h4 a,
h6 a,
p a {
  position: relative;
}

.callout--tech a {
  color: var(--cyan);
}

.callout--tech a:hover,
.callout--tech a:active,
.callout--tech a:focus {
  color: var(--bg);
}

a.wp-block-button__link {
  background-color: transparent;
  color: var(--copy);
  padding: 0;
  font-size: .9em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .5rem;
  text-align: left;
}

a.wp-block-button__link:hover,
a.wp-block-button__link:focus,
a.wp-block-button__link:active {
  color: var(--blue);
}

a.btn,
.btn a,
input[type="submit"],
.wp-block-latest-posts__post-excerpt a {
  position: relative;
  display: block;
  background-color: var(--blue);
  border-radius: 2rem;
  border: none;
  color: var(--bg);
  padding: .5rem 1.5rem;
  font-size: .9em;
  position: relative;
  z-index: 1;
  font-size: 'Work Sans', sans-serif;
  font-weight: 500;
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none !important;
  overflow: hidden;
}

.btn a:hover,
a.btn:hover,
input[type="submit"]:hover,
.wp-block-latest-posts__post-excerpt a:hover,
.btn a:hover,
.btn a:active,
.btn a:focus,
a.btn:hover,
a.btn:active,
a.btn:focus {
  background-color: var(--light-blue);
  color: var(--bg);
  text-decoration: none;
  opacity: 1 !important;
}

.btn a:focus,
a.btn:focus,
.btn a:active,
a.btn:active {
  background-color: var(--focus-blue);
  transform: translateY(.1rem);
} 

a.btn--white,
.btn--white a {
  background-color: var(--bg);
  color: var(--black);
}

a.btn--white:hover,
.btn--white a:hover {
  background-color: var(--light-gray);
  color: var(--black);
}

.btn--white a:focus,
a.btn--white:focus,
.btn--white a:active,
a.btn--white:active {
  background-color: var(--focus-gray);
  color: var(--black);
  transform: translateY(.1rem);
} 

a.btn--cyan,
.btn--cyan a {
  background-color: var(--cyan);
  color: var(--purple);
}

a.btn--cyan:hover,
.btn--cyan a:hover {
  background-color: var(--light-cyan);
  color: var(--purple);
}

.btn--cyan a:focus,
a.btn--cyan:focus,
.btn--cyan a:active,
a.btn--cyan:active {
  background-color: var(--focus-cyan);
  color: var(--purple);
  transform: translateY(.1rem);
} 

a.btn--yellow,
.btn--yellow a {
  background-color: var(--yellow);
  color: var(--black);
}

a.btn--yellow:hover,
.btn--yellow a:hover {
  background-color: var(--light-yellow);
  color: var(--black);
}

.btn--yellow a:focus,
a.btn--yellow:focus,
.btn--yellow a:active,
a.btn--yellow:active {
  background-color: var(--focus-yellow);
  color: var(--black);
  transform: translateY(.1rem);
} 

a.btn--light,
.btn--light a {
  background-color: transparent;
  color: var(--blue);
  border: 1px solid var(--blue)
}

a.btn--light:hover,
.btn--light a:hover {
  background-color: var(--light-blue);
  color: var(--bg);
}

.btn--light a:focus,
a.btn--light:focus,
.btn--light a:active,
a.btn--light:active {
  background-color: var(--focus-blue);
  color: var(--bg);
  transform: translateY(.1rem);
} 

a.btn--light.btn--white,
.btn--light.btn--white a {
  background-color: transparent;
  color: var(--bg);
  border: 1px solid var(--bg)
}

a.btn--light.btn--white:hover,
.btn--light.btn--white a:hover {
  background-color: var(--light-gray);
  color: var(--black);
}

.btn--light.btn--white a:focus,
a.btn--light.btn--white:focus,
.btn--light.btn--white a:active,
a.btn--light.btn--white:active {
  background-color: var(--focus-gray);
  color: var(--black);
  transform: translateY(.1rem);
} 

.btn--login {
  position: relative;
  z-index: 10;
}

.btn--login::after {
  height: .8em !important;
  width: auto;
  margin-left: .25rem;
  display: inline-block;
  transform: translateY(.2rem);
  content: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75903 8.5C5.41503 8.5 3.50903 6.593 3.50903 4.25C3.50903 1.907 5.41503 0 7.75903 0C10.103 0 12.009 1.907 12.009 4.25C12.009 6.593 10.103 8.5 7.75903 8.5ZM7.75903 1.5C6.24203 1.5 5.00903 2.733 5.00903 4.25C5.00903 5.767 6.24203 7 7.75903 7C9.27603 7 10.509 5.767 10.509 4.25C10.509 2.733 9.27503 1.5 7.75903 1.5ZM11.7469 19.5H3.75305C1.33305 19.5 0 18.175 0 15.769C0 13.108 1.506 10 5.75 10H9.75C13.994 10 15.5 13.107 15.5 15.769C15.5 18.175 14.1669 19.5 11.7469 19.5ZM5.75 11.5C1.807 11.5 1.5 14.767 1.5 15.769C1.5 17.333 2.17405 18 3.75305 18H11.7469C13.3259 18 14 17.333 14 15.769C14 14.768 13.693 11.5 9.75 11.5H5.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transition: var(--transition);
}

.btn--login:hover::after,
.btn--login:active::after,
.btn--login:focus::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75903 8.5C5.41503 8.5 3.50903 6.593 3.50903 4.25C3.50903 1.907 5.41503 0 7.75903 0C10.103 0 12.009 1.907 12.009 4.25C12.009 6.593 10.103 8.5 7.75903 8.5ZM7.75903 1.5C6.24203 1.5 5.00903 2.733 5.00903 4.25C5.00903 5.767 6.24203 7 7.75903 7C9.27603 7 10.509 5.767 10.509 4.25C10.509 2.733 9.27503 1.5 7.75903 1.5ZM11.7469 19.5H3.75305C1.33305 19.5 0 18.175 0 15.769C0 13.108 1.506 10 5.75 10H9.75C13.994 10 15.5 13.107 15.5 15.769C15.5 18.175 14.1669 19.5 11.7469 19.5ZM5.75 11.5C1.807 11.5 1.5 14.767 1.5 15.769C1.5 17.333 2.17405 18 3.75305 18H11.7469C13.3259 18 14 17.333 14 15.769C14 14.768 13.693 11.5 9.75 11.5H5.75Z' fill='%2316141B'/%3E%3C/svg%3E%0A");
}

/* Log In dropdown — CLICK-TO-OPEN version.
   No hover rules; the panel is driven entirely by .is-open. */

.login-menu {
	position: relative;
	display: inline-block;
}

/* ---------- panel ---------- */

.login-menu__list {
	position: absolute;
	top: 4.4rem;
	left: -25%;                 /* right-aligned: it's the last nav item */
	z-index: 998;             /* just under the fixed nav's 999 */
	min-width: 250px;
	margin: 0;
	padding: 1rem 1.75rem;
	list-style: none;
	border-radius: 0 0 1rem 1rem;
  background: var(--bg) !important;
  background: linear-gradient(to bottom, #e1e9ff, white) !important;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.10) !important;
  font-size: .9em;

	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	pointer-events: none;
	transition: var(--transition);
}

.is-stuck .login-menu__list {
  top: 3.73rem;
}

.login-menu__list li a::after {
  content: '\e0b2';
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
  margin-left: .5rem;
  font-size: .85em;
  transform: translateY(.1rem);
  display: inline-block;
}

/* Invisible bridge across the gap so moving the cursor from the button
   to the panel doesn't close it. */
.login-menu__list::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -2rem;
	height: 2rem;
  z-index: 9;
}

.is-stuck .login-menu__list::before {
  top: -1.25rem;
}

.login-menu:hover .login-menu__list,
.login-menu:focus-within .login-menu__list,
.login-menu.is-open .login-menu__list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
	transition-delay: 0s, 0s, 0s;
}


/* ---------- mobile: stack it inline ---------- */

@media screen and (max-width: 63.9375em) {
	.login-menu__list {
		position: static;
		min-width: 0;
		box-shadow: none;
		background: transparent;
		transform: none;
		display: none;
	}

	.login-menu.is-open .login-menu__list {
		display: block;
		opacity: 1;
		visibility: visible;
	}
}

p.btn {
  margin-bottom: 0;
}

.wp-block-buttons {
  gap: .5rem;
}

.wp-block-buttons>.wp-block-button {
  margin-top: -1px;
}

.is-content-justification-left .btn a,
input[type="submit"] {
  margin-left: 0;
}

input.btn,
input[type="submit"] {
  margin: 0;
}

/* Copy-link share button + toast notification */

.copy-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	border: 0;
	font: inherit;
}

/* Swap the label to a confirmation without changing the button's width
   enough to jump the layout. */
.copy-link.is-copied .copy-link__label { visibility: hidden; transition: none;
}

.copy-link.is-copied::after {
	content: "Copied!";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

/* ---------- toast ---------- */

.copy-toast {
	position: fixed;
	z-index: 9999;
	left: 50%;
	bottom: 32px;
	transform: translate(-50%, 16px);
	padding: 14px 22px;
	border-radius: 48px;
	background: var(--black);
	color: var(--bg);
	font-family: "Work Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.10) !important;
	opacity: 0;
	pointer-events: none;
	transition: var(--transition);
}

.copy-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.copy-toast.is-error { background: #8a2b2b; }

@media (prefers-reduced-motion: reduce) {
	.copy-toast { transition-duration: 0.01ms; }
}


/* Buttons Hover Glow */
.btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.28s ease;
  background: radial-gradient(
    140px circle at var(--mx) var(--my),
    rgba(131, 216, 255, 0.35),
    rgba(131, 216, 255, 0) 45%,
    transparent 70%
  );
  mix-blend-mode:hard-light;
}

.btn--white a::before {
  background: radial-gradient(
    140px circle at var(--mx) var(--my),
    rgba(204, 211, 229, .5),
    rgba(204, 211, 229, 0) 45%,
    transparent 70%
  );
  mix-blend-mode:multiply;
}

.btn--cyan a::before {
  background: radial-gradient(
    140px circle at var(--mx) var(--my),
    rgba(255, 255, 255, .35),
    rgba(255, 255, 255, 0) 45%,
    transparent 70%
  );
  mix-blend-mode:overlay;
}

.btn--yellow a::before {
  background: radial-gradient(
    140px circle at var(--mx) var(--my),
    rgba(255, 238, 152, 1),
    rgba(255, 238, 152, 0) 45%,
    transparent 70%
  );
  mix-blend-mode:hard-light;
}


.btn.is-glowing a::before { opacity: 1; }

/* ============================================================
   NAVIGATION & MENUS
   ============================================================ */

/* ----------------------------------------------------------
   Nav container (fixed top bar)
   ---------------------------------------------------------- */
.nav__container {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 4rem;
  padding: .625rem;
  z-index: 99;
  background: transparent;
  box-sizing: content-box;
  
}

.admin-bar .is-stuck .nav__container {
  top: 32px;
}

.nav__container .grid-container {
  position: relative;
  height: 100%;
  max-width: 90rem;
}

.nav__container .grid-x { height: 100%; }
.nav__container h1     { margin-bottom: 0; }

.admin-bar .is-anchored { margin-top: 46px; }

.is-stuck .nav__container { 
  background: var(--dark-blue);
  /* background: linear-gradient(90deg, #0045AA 0%, #0052BB 100%); */
  background: linear-gradient(90deg, #337EF5 0%, #321185 100%);
}

/* Sticky helpers */
.nav__container.sticky.is-anchored,
.nav__container .sticky-container,
.sticky-container.nav-sticky-container {
  position: fixed;
  width: 100%;
  z-index: 999;
}

/* ----------------------------------------------------------
   Logo
   ---------------------------------------------------------- */
.custom-logo {
  height: 3rem;
  width: auto;
  transition: var(--transition);
}

.is-stuck .custom-logo {
  height: 3rem;
}

/* ----------------------------------------------------------
   Main nav
   ---------------------------------------------------------- */
#main-nav {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 2rem;
}

#main-nav > li,
#main-nav li a {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#main-nav > li { text-align: center; }

#main-nav li a {
  z-index: 1;
  padding: .75rem 0;
  color: var(--bg);
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
  transition: var(--transition);
}

#main-nav > li a:hover,
#main-nav > li a:focus {
  background: transparent;
  color: var(--cyan);
  font-style: normal;
}

.nav__ .wp-block-buttons {
  gap: .5rem;
}

.menu .active > a { background: transparent; }
.mega-sub-menu .active > a { color: var(--blue); }
.mega-sub-menu .active > a:hover,
.mega-sub-menu .active > a:focus,
.mega-sub-menu .active > a:active { color: var(--copy); }

li.mega-menu-item-has-children {
  cursor: pointer !important;
}

li.mega-menu-item-has-children > a.mega-menu-link {
	pointer-events: none !important;
	cursor: pointer !important;
}

/* Re-enable it on mobile, where tap is the only way to open the panel. */
@media screen and (max-width: 63.9375em) {
li.mega-menu-item-has-children > a.mega-menu-link {
		pointer-events: auto !important;
	}
}

/* ----------------------------------------------------------
   Mega Menu
   ---------------------------------------------------------- */

/* Animate the panel instead of display:none — MMM adds/removes
   .mega-toggle-on on the parent <li>. */
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > ul.mega-sub-menu {
	display: block !important;   /* beats MMM's inline display toggling */
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	pointer-events: none;
	transition:
		opacity 0.22s ease,
		transform 0.28s cubic-bezier(0.165, 0.84, 0.44, 1),
		visibility 0s linear 0.22s;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
	transition-delay: 0s, 0s, 0s;
}

@media (prefers-reduced-motion: reduce) {
	#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > ul.mega-sub-menu {
		transition-duration: 0.01ms;
	}
}

.mega-indicator {
  font-size: .75em !important;
}

.mega-sub-menu {
  transition: var(--transition);
}

.mega-menu > li.mega-menu-item > ul.mega-sub-menu {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.10) !important;
}

.is-stuck #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
  min-height: 5rem;
  height: 5rem;
  line-height: 5rem;
}

.mega-sub-menu h3,
.mega-block-title {
  font-weight: 600 !important;
  margin-bottom: 1rem !important;
  padding: 0 !important;
}

.mega-sub-menu a {
  font-weight: 400;
}

.mega-sub-menu .callout {
  transition: var(--transition);
  display: block;
}

.mega-sub-menu .callout .wp-block-group__inner-container {
  margin-bottom: 0 !important;
}

.mega-sub-menu .callout:hover,
.mega-sub-menu .callout:focus,
.mega-sub-menu .callout:active {
  transform: translateY(-.25rem);
}

.mega-sub-menu strong {
  font-weight: 600;
}

.mega-sub-menu ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 1rem;
}

.mega-sub-menu ul > li > ul > li > a {
  font-weight: 400;
}

.widget_nav_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.widget_nav_menu ul li a {
  font-weight: 400;
  padding: 0 0 .75rem 0;
}

.widget_nav_menu ul li:nth-child(1) a {
  font-weight: 600;
  padding-bottom: 1rem;
}

.flex-columns .mega-sub-menu {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
  gap: .25rem !important;
}

.flex-columns .mega-sub-menu li {
  -webkit-order: 0 !important;
  order: 0 !important;
  -webkit-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
  -webkit-align-self: auto !important;
  align-self: auto !important;
  width: auto !important;
}

.flex-columns .mega-sub-menu li:nth-child(1) {
  -webkit-order: 0 !important;
  order: 0 !important;
  -webkit-flex: 1 1 100% !important;
  flex: 1 1 100% !important;
  -webkit-align-self: auto !important;
  align-self: auto !important;
}

/* Flyout */

.mega-menu-flyout .mega-sub-menu {
  border-radius: 0 0 1rem 1rem !important;
  overflow: hidden !important;
  background: var(--bg) !important;
  background: linear-gradient(to bottom, #e1e9ff, white) !important;
  padding: 1rem 0 1.25rem 0 !important;

}

.mega-menu-flyout .mega-sub-menu .mega-menu-link {
  font-size: .9em !important;
  color: var(--blue) !important;
  background-color: transparent !important;
  padding: .5rem 1.5rem !important;
}

.mega-menu-flyout .mega-sub-menu .mega-menu-link:hover,
.mega-menu-flyout .mega-sub-menu .mega-menu-link:active,
.mega-menu-flyout .mega-sub-menu .mega-menu-link:focus {
  color: var(--copy) !important;
}

/* ----------------------------------------------------------
   Off-canvas / accordion menu (mobile)
   ---------------------------------------------------------- */

/* Hamburger */

.nav__hamburger {
  text-align: right;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger {
  padding: 11px 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    }

.hamburger__box {
  width: 2.25rem;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
    width: 2.25rem;
    height: 3px;
    background-color: var(--bg);
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger__inner::before, .hamburger__inner::after {
    content: "";
    display: block; }
  .hamburger__inner::before {
    top: -10px; }
  .hamburger__inner::after {
    bottom: -10px; }


.hamburger--spin .hamburger__inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger__inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger__inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger__inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger__inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger__inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.off-canvas {
  background: var(--dark-blue);
  padding: 5rem 0 2rem;
}

.admin-bar .off-canvas {
  padding: calc(32px + 3rem) 0 2rem 0;
}

.accordion-menu {
  margin-top: 0;
  margin-bottom: 2rem;
}

.accordion-menu li a {
  color: var(--bg);
  font-family: 'Work Sans', sans-serif;
  font-size: 1em;
  line-height: 1.25;
  font-weight: 500;
  padding: 1.5rem 2.5rem 1.5rem 1rem;
  margin-top: -1px;
}

.accordion-menu li a:hover {
  background: transparent;
}

.off-canvas .nav-btn {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  width: calc(100% - 2rem);
}

.off-canvas .nav-btn a {
    padding: 1rem;
}

.off-canvas .nav--extra .wp-block-group {
  padding: 0 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
.off-canvas .widget {
  margin: 1rem 2rem;
}

.off-canvas h1,
.off-canvas h2,
.off-canvas h3,
.off-canvas h4,
.off-canvas h5,
.off-canvas h6,
.off-canvas p,
.off-canvas figcaption {
  color: var(--bg) !important;
}

.off-canvas p {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  background: transparent;
  font-size: .9em;
  color: var(--bg);
}

.off-canvas p span {
  display: block;
}

.off-canvas p a {
  text-decoration: underline;
}

.off-canvas a:hover {
  color: var(--cyan);
}

.js-off-canvas-overlay { background: rgba(35, 55, 69, .1); }

.off-canvas .menu > li.is-accordion-submenu-parent > a::after {
  content: '↓';
  font-family: 'Work Sans', sans-serif;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -.65rem;
  margin-left: .35rem;
  border: none;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  content: '↓' !important;
  font-family: 'Sora', sans-serif;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}

.accordion-menu .is-accordion-submenu              { background: linear-gradient(to bottom, #e1e9ff, white); }
.accordion-menu .is-accordion-submenu a            { padding: 1.5rem 2.5rem 1.5rem 1.5rem; color: var(--dark-blue); }
.accordion-menu .is-accordion-submenu ul li a      { padding: 1.5rem 2rem; }


/* ----------------------------------------------------------
   Media queries
   ---------------------------------------------------------- */
@media print, screen and (max-width: 39.5em) {
  .nav__container { 
    background: var(--dark-blue);
    background: linear-gradient(90deg, rgba(3, 60, 143, 1) 0%, rgba(18, 67, 198, 1) 100%);
  }

  .sticky.is-anchored.is-at-bottom {
    top: 0 !important;
    bottom: auto !important;
  }
}

@media print, screen and (min-width: 40em) {
    .nav__container.sticky.is-anchored,
  .nav__container .sticky-container,
  .sticky-container.nav-sticky-container { position: absolute; }

  .nav__container {
    height: 6rem;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: none;
  }

  .is-stuck .nav__container { height: 5rem; }

  .custom-logo { display: block; }


  .admin-bar .is-anchored { margin-top: 32px; }
}


/*********************
PAGE STYLES
*********************/

/*********************
POSTS & CONTENT STYLES
*********************/
@media print, screen and (max-width: 39.5em) {
  #subpages {
    display: none;
  }
}

/* Blog */
.single-post .banner--big {
  margin-bottom: -2.5rem;
}

.single-post .callout > .wp-block-group__inner-container {
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.single-post .callout .wp-post-image {
  width: 100%;
}

.byline {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: .9em;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 1rem;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.post-categories,
.post-tags {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1rem .25rem;
}

.post-categories li a,
.post-tags li a {
  padding: .5rem 1rem;
  border: 1px solid var(--gray);
  border-radius: 2rem;
  color: var(--copy);
}

.post-categories li a:hover,
.post-categories li a:focus,
.post-categories li a:active,
.post-tags li a:hover,
.post-tags li a:focus,
.post-tags li a:active {
  color: var(--blue);
  border-color: var(--blue);
}

.single-post--content h2,
.single-post--content h3,
.single-post--content h4 {
  margin-top: 2.5rem;
}

@media print, screen and (max-width: 39.5em) {
  .single-post .banner--big {
    height: 3.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .single-post .banner--big {
    margin-bottom: -22.5rem;
  }
  .single-post--content h2 {
    font-size: 2.2em;
    font-weight: 500;
  }
}

.byline p {
  margin: 0;
}

/* Blog Archives */

.archive-grid {
  padding-top: 0;
  padding-bottom: .9375rem;

}

.wp-block-latest-posts__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: .9375rem;
}

.archive-grid:nth-child(1) {
  padding-top: 2.5rem;
}

@media print, screen and (max-width: 39.5em) {
  .archive-grid {
    gap: .9375rem;
  }
  .wp-block-latest-posts {
    margin-left: 0;
  }
  .wp-block-latest-posts li {
    padding-bottom: 1.875rem;
  }
  .wp-block-latest-posts__featured-image,
  .wp-block-latest-posts__featured-image a {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
    .archive-grid>.cell {
        margin-left: .46875rem;
        margin-right: .46875rem;
    }
}
body .is-layout-grid
.blog .archive-grid {
  padding-top: 0;
}

@media print, screen and (max-width: 39.5em) {
  body .is-layout-grid {
    display: block;
  }
  #resources .wp-block-button {
    margin-bottom: 1rem;
  }
  .footer .inner-footer > .cell > .is-layout-flex {
    flex-wrap: wrap;
    gap: 1.875rem !important;
  }
}

.archive-grid .panel {
  border: 1px solid var(--light-gray);
  border-radius: 1rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.0625);
  padding: .5rem;
}

.wp-block-latest-posts__list li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 !important;
}

.archive-grid .featured-image,
.archive-grid .entry-content {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}

.archive-grid .wp-post-image,
.wp-block-latest-posts__featured-image img {
  border-radius: .5rem;
  min-height: 17.5rem !important;
  height: 17.5rem !important;
  width: 100% !important;
  object-fit: cover;
  transition: var(--transition);
}

.wp-block-latest-posts__featured-image img {
  min-height: 15rem !important;
  height: 15rem !important;
  margin-bottom: 0;
}

.post-type-archive-resource .featured-image .wp-post-image,
.tax-resource-category .featured-image .wp-post-image {
  min-height: 10rem !important;
  height: 10rem !important;
}

.archive-grid .featured-image,
.wp-block-latest-posts__featured-image {
  overflow: hidden;
  border-radius: .5rem;
  border: 1px solid var(--light-gray);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.0315);
}

.wp-block-latest-posts__featured-image {
  margin-bottom: 1rem;
}

.archive-grid .panel:hover .wp-post-image,
.wp-block-latest-posts__list li:hover .wp-block-latest-posts__featured-image img {
  transform: scale(1.025);
}

.wp-block-latest-posts__post-date {
  -webkit-order: 1;
  order: 1;
  font-weight: 600;
  font-size: .9em;
}

.archive-grid .entry-content {
  padding: 1rem;
}

.archive-grid h2 {
  font-family: 'Sora', sans-serif;
  font-size: 1.6em;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.25;
}

a.wp-block-latest-posts__post-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.6em;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.25;
  -webkit-order: 2;
  order: 2;
}

.archive-grid h2 a,
a.wp-block-latest-posts__post-title {
  color: var(--black);
}

.archive-grid h2 a:hover,
.archive-grid h2 a:focus,
.archive-grid h2 a:active,
a.wp-block-latest-posts__post-title:hover,
a.wp-block-latest-posts__post-title:focus,
a.wp-block-latest-posts__post-title:active {
  color: var(--blue);
}

.archive-grid .byline {
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.archive-grid .btn {
  width: fit-content;
}

.archive-grid--featured .panel {
  background: var(--light-gray);
}

.archive-grid--featured article {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.archive-grid--featured .wp-post-image {
  height: 100% !important;
}

@media print, screen and (min-width: 40em) {
  .archive-grid--featured article {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}

.pagination {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: .5rem;
}

.pagination a {
  position: relative;
  font-size: 1.15em;
  font-weight: 500;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: var(--light-gray);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.pagination a:hover,
.pagination button:hover{
  background: var(--blue);
  color: var(--bg);
}

.pagination a:focus,
.pagination button:focus,
.pagination a:active,
.pagination button:active {
  transform: translateY(.1rem);
  background: var(--focus-blue);
  color: var(--bg);
}

.pagination a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.28s ease;
  background: radial-gradient(
    140px circle at var(--mx) var(--my),
    rgba(131, 216, 255, 0.35),
    rgba(131, 216, 255, 0) 45%,
    transparent 70%
  );
  mix-blend-mode:hard-light;
  z-index: 2;
}

.pagination a.is-glowing::before { opacity: 1; }

.pagination .current {
  background: var(--blue);
  border-radius: 100%;
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}

/* Featured Topics */

/* Blog */

.single-featured-topic .entry-content .callout--banner > .wp-block-group__inner-container {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
  height: 30rem;
}

.single-featured-topic .entry-content .callout--banner .wp-post-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.single-featured-topic .entry-content .callout--banner .is-layout-flex {
  height: 100%;
}

.single-featured-topic .entry-content .callout--banner .wp-block-column-is-layout-flow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;  
}

.single-featured-topic .entry-content .callout--banner h1,
.single-featured-topic .entry-content .callout--banner h2,
.single-featured-topic .entry-content .callout--banner h3,
.single-featured-topic .entry-content .callout--banner h4,
.single-featured-topic .entry-content .callout--banner h5,
.single-featured-topic .entry-content .callout--banner h6,
.single-featured-topic .entry-content .callout--banner p,
.single-featured-topic .entry-content .callout--banner li,
.single-featured-topic .entry-content .callout--banner a {
  color: var(--bg);
}

.toc {
	position: sticky;
	align-self: start;
	max-height: calc(100vh - 9.5em);
	overflow-y: auto;
  background: var(--light-gray);
  border-radius: 1rem;
  padding: 1.875rem .9375rem;
  overflow-y: scroll;
}


.ez-toc-container {
  margin: 0;
  padding: 0;  
}

.ez-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;  
}

.toc ul li {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.toc ul li:nth-child(1) {
  padding-top: 0;
}

.toc ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.toc ul li a {
  display: block;
  color: var(--copy);
  font-size: .9em;
  line-height: 1.15;
  text-decoration: none !important;
}

.toc ul li a:hover,
.toc ul li a:active,
.toc ul li a:focus {
  color: var(--blue);
  text-decoration: none !important;
}

#featured-topic-body #ez-toc-container,
.ez-toc-title-container {
  display: none !important;
}

#featured-topic-body > .wp-block-group {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0,0,0,.1);
}


#featured-topic-body > .wp-block-group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

#featured-topic-body .is-style-rounded {
  margin-bottom: 2rem;
}

@media screen and (max-width: 39.9375em) {
	.toc { position: static; max-height: none; }
}

/* Tables */

.wp-block-table {
  background: var(--light-gray);
  border-radius: 1rem;
  padding: .9375rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.wp-block-table table {
  border-collapse: separate !important;
  border-spacing: 1rem !important;
  margin: 0;
}

tbody,
tfoot,
thead {
  background: transparent;
}

.wp-block-table,
.wp-block-table thead,
.wp-block-table tbody,
.wp-block-table td, 
.wp-block-table th {
  border: none !important;
}

.wp-block-table th {
  font-weight: 600;
  font-size: 1.4em;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0 !important;
  vertical-align: top !important;
}

tbody tr:nth-child(even),
tbody tr:nth-child(odd),
thead tr {
  background: transparent !important;
}

.wp-block-table thead {
  color: var(--black);
}

.wp-block-table td {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
  color: var(--copy);
  font-size: .9em;
}

.wp-block-table th {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}

.wp-block-table strong {
  color: var(--blue);
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; 
}

.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/* Code Block */

.wp-block-kevinbatdorf-code-block-pro {
  border-radius: 1rem !important;
  overflow: hidden;
}

.wp-block-kevinbatdorf-code-block-pro pre.github-dark code {
  padding: 1rem !important;
}

.cbp-btn-text {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
}

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
FORM STYLES
*********************/

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 0 1.5rem;
  padding: 1rem;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: .9em;
  line-height: 1.25;
  color: var(--copy);
  transition: var(--transition);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  padding-right: 2rem;
}

[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--copy);
  font-size: 1em;
}

[type=color]:hover,
[type=date]:hover,
[type=datetime-local]:hover,
[type=datetime]:hover,
[type=email]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
textarea:hover,
select:hover,
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
    outline: 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: var(--transition);
}

/*********************
CONTACT FORM STYLES
*********************/

.wpcf7-not-valid-tip {
  margin-top: -1.25rem;
  margin-left: 1rem;
  font-size: .8em;
}

.wpcf7-form .wpcf7-checkbox label {
  font-size: .9em;
  line-height: 1.25;
  color: var(--copy);
}

@media screen {
  .wpcf7-form label {
    display: none;
  }
  .wpcf7-form .wpcf7-checkbox label {
    display: inline-block;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: .75rem 1.5rem;
  background-color: var(--orange);
  border-color: var(--orange);
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: var(--green);
  border-color: var(--green); /* Green */
  color: var(--copy);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: var(--orange);
  border-color: var(--orange); /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: var(--orange);
  border-color: var(--orange); /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: var(--yellow);
  border-color: var(--yellow); /* Yellow */
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1rem 0 0;
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 .75rem;
}

[type=file] {
  display: inline-block;
  width: auto;
  padding: 1rem 2rem;
  background: transparent;
  border: transparent;
  font-size: .9em;
}

.wpcf7-form .btn.big {
  width: 100%;
  margin: 0;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer-container {
  position: relative;
  margin-top: 2rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background: var(--gradient);
  padding-top: 8rem;
  padding-bottom: 1rem;
}

.footer-container::before {
  content: '';
  position: absolute;
  top: 4.5rem;
  left: 0;
  width: 100%;
  height: .4rem;
  background: var(--bg);
}

.footer .wp-block-columns {
  gap: 5rem;
}

.footer .wp-block-separator {
  border-color: rgba(255,255,255,.2);
  border-bottom-width: 0;
  border-top-width: 1px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer li {
  color: var(--bg);
}

.footer h4 {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 1rem;
}

.footer p,
.footer li {
  font-size: .9em;
}

.footer ul {
  margin: 0;
  list-style: none;
}

.footer li {
  padding-bottom: .5rem;
}

.footer ul > li > ul {
  margin-left: 1rem;
  margin-top: .25rem;
  list-style-type: disc;
}

.footer ul > li > ul li {
  list-style-position: inside;
  font-size: 1em;
}

.footer li:last-child {
  padding-bottom: 0;
}

.footer li a {
  color: var(--bg);
}

.footer li a:hover,
.footer li a:active,
.footer li a:focus {
  color: var(--cyan);
}

#menu-social-links,
#menu-social-links-1 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1rem;
}

#menu-social-links li,
#menu-social-links-1 li {
  padding: 0;
}

#menu-social-links li a,
#menu-social-links-1 li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 100%;
  width: 2.5rem !important;
  height: 2.5rem !important;
  padding: 0;
  position: relative;
}

.page-id-835 #menu-social-links li a {
  border: 1px solid rgba(0,0,0,.1);
}

#menu-social-links li a:hover,
#menu-social-links-1 li a:hover {
  color: var(--black);
  background: var(--light-gray);
}

#menu-social-links li a:active,
#menu-social-links li a:focus,
#menu-social-links-1 li a:active,
#menu-social-links-1 li a:focus {
  color: var(--black);
  background: var(--focus-gray);
  transform: translateY(.1rem);
}

li.social--facebook a:hover,
li.social--facebook a:active,
li.social--facebook a:focus {
  color: #0866ff !important;
}

li.social--linkedin a:hover,
li.social--linkedin a:active,
li.social--linkedin a:focus {
  color: #0a66c2 !important;
}

li.social--instagram a:hover,
li.social--instagram a:active,
li.social--instagram a:focus {
  color: #dd2a6b !important;
}

li.social--vimeo a:hover,
li.social--vimeo a:active,
li.social--vimeo a:focus {
  color: #13b1d4 !important;
}


#menu-social-links li a i,
#menu-social-links-1 li a i {
  margin: 0;
}

#menu-social-links li a span,
#menu-social-links-1 li a span {
  display: none;
}

.footer--product-stack {
  gap: 1rem;
}

.footer--product-stack img,
.footer--product-stack .logo--guardrails,
.footer--product-stack .logo--platform-copilot {
  height: 1.75rem;
  width: auto;
}

.footer--product-stack .logo--guardrails polygon,
.footer--product-stack .logo--guardrails path,
.footer--product-stack .logo--platform-copilot polygon,
.footer--product-stack .logo--platform-copilot path {
  transition: var(--transition);
}

.footer--product-stack .logo--platform-copilot:hover polygon,
.footer--product-stack .logo--platform-copilot:active polygon,
.footer--product-stack .logo--platform-copilot:focus polygon,
.footer--product-stack .logo--platform-copilot:hover path,
.footer--product-stack .logo--platform-copilot:active path,
.footer--product-stack .logo--platform-copilot:focus path {
  fill: var(--cyan);
}

.footer--product-stack .logo--guardrails:hover polygon,
.footer--product-stack .logo--guardrails:active polygon,
.footer--product-stack .logo--guardrails:focus polygon,
.footer--product-stack .logo--guardrails:hover path,
.footer--product-stack .logo--guardrails:active path,
.footer--product-stack .logo--guardrails:focus path {
  fill: var(--yellow);
}

.footer .footer--copyright {
  color: var(--gray);
  font-size: .8em;
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: center;
}
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.fancybox-overlay {
  background-color: rgba(0,0,0,.5);
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}

