/**
 * Theme Name: CPM
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 15
 * Description: Custom theme for the Centre for Personalised Medicine (CPM)
 * Template: oneltd-base
 */

@-webkit-keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}

@-moz-keyframes splide-loading{0%{-moz-transform:rotate(0);transform:rotate(0)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}

@keyframes splide-loading{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-flex-shrink:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{-webkit-animation:splide-loading 1s linear infinite;-moz-animation:splide-loading 1s linear infinite;animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
/*
*   Easing Equations ported to CSS by @matthewlein - http://matthewlein.com/ceaser/
*   Converted to SCSS vars by @pettpett
*
*   sample usage:
*   a {
*     color: #ff0000;
*     transition: color 0.5s $easeOutQuint;
*     &:hover,
*     &:focus {
*       color: #ff9900;
*     }
*   }
*/
/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
/* line 1, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, ../../src/sass/helpers/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 11, ../../src/sass/helpers/_reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
.wp-block-table figcaption,
h3,
h4,
.accordions .accordion-item h3,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 99, ../../src/sass/helpers/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 112, ../../src/sass/helpers/_reset.scss */
body {
  line-height: 1;
}

/* line 115, ../../src/sass/helpers/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 119, ../../src/sass/helpers/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 123, ../../src/sass/helpers/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 130, ../../src/sass/helpers/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 135, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 138, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 142, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 1, ../../src/sass/helpers/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  font-size: 18px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

/* line 11, ../../src/sass/helpers/_typography.scss */
.h1, h1,
.h2,
h2,
.wp-block-table figcaption,
.h3,
h3,
.h4,
h4,
.accordions .accordion-item h3,
.h5,
.h6 {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
}

/* line 20, ../../src/sass/helpers/_typography.scss */
.h1, h1,
.h2,
h2,
.wp-block-table figcaption {
  line-height: 1.2;
}

/* line 24, ../../src/sass/helpers/_typography.scss */
.h3, h3,
.h4,
h4,
.accordions .accordion-item h3 {
  line-height: 1.3;
}

/* line 28, ../../src/sass/helpers/_typography.scss */
.h1, h1 {
  font-size: 222.2222222222%;
}
@media only screen and (min-width: 768px) {
  /* line 28, ../../src/sass/helpers/_typography.scss */
  .h1, h1 {
    font-size: 277.7777777778%;
  }
}

/* line 35, ../../src/sass/helpers/_typography.scss */
.h2, h2, .wp-block-table figcaption {
  font-size: 177.7777777778%;
}

/* line 38, ../../src/sass/helpers/_typography.scss */
.h3, h3 {
  font-size: 133.3333333333%;
}

/* line 41, ../../src/sass/helpers/_typography.scss */
.h4, h4, .accordions .accordion-item h3 {
  font-size: 116.6666666667%;
}

/* line 45, ../../src/sass/helpers/_typography.scss */
.fixed, pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 15px;
  line-height: 1.2;
}

/* line 51, ../../src/sass/helpers/_typography.scss */
.italic, i,
em {
  font-style: italic;
}

/* line 54, ../../src/sass/helpers/_typography.scss */
.bold, b,
strong {
  font-weight: 700;
}

/* line 58, ../../src/sass/helpers/_typography.scss */
.block-margins, p,
ul,
ol,
pre {
  margin: 1em 0;
}

/* line 62, ../../src/sass/helpers/_typography.scss */
.unordered-list, ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 24px 0px 24px 1em;
}

/* line 67, ../../src/sass/helpers/_typography.scss */
.ordered-list, ol {
  list-style: decimal;
  list-style-position: inside;
  margin: 24px 0px;
}

/* line 82, ../../src/sass/helpers/_typography.scss */
h1,
.h1,
h1 {
  margin: 1em 0 0.5em;
}

/* line 87, ../../src/sass/helpers/_typography.scss */
h2, .wp-block-table figcaption,
.h2,
h2,
.wp-block-table figcaption {
  margin: 1em 0 1em;
}

/* line 92, ../../src/sass/helpers/_typography.scss */
h3,
.h3,
h3 {
  margin: 1em 0 0.75em;
}

/* line 97, ../../src/sass/helpers/_typography.scss */
h4, .accordions .accordion-item h3,
.h4,
h4,
.accordions .accordion-item h3 {
  margin: 1em 0 1em;
}

/* line 117, ../../src/sass/helpers/_typography.scss */
li {
  margin: 8px 0;
}

/* line 128, ../../src/sass/helpers/_typography.scss */
ul li ul,
ol li ol {
  margin: 0 0 0 20px;
}

/* line 133, ../../src/sass/helpers/_typography.scss */
ol li ol {
  list-style: lower-latin;
}

/* line 137, ../../src/sass/helpers/_typography.scss */
ul li ul {
  list-style: circle;
}

/* line 142, ../../src/sass/helpers/_typography.scss */
.container > h1,
.container > h2,
.wp-block-table .container > figcaption,
.container > h3,
.container > h4,
.accordions .accordion-item .container > h3,
.container > p,
.container > ul,
.container > ol,
.container > .accordions {
  max-width: 810px;
}
/* line 152, ../../src/sass/helpers/_typography.scss */
.container > h1.alignwide,
.container > h2.alignwide,
.wp-block-table .container > figcaption.alignwide,
.container > h3.alignwide,
.container > h4.alignwide,
.accordions .accordion-item .container > h3.alignwide,
.container > p.alignwide,
.container > ul.alignwide,
.container > ol.alignwide,
.container > .accordions.alignwide {
  max-width: 1230px;
}

/* line 158, ../../src/sass/helpers/_typography.scss */
.has-intro-font-size {
  margin: 40px 0 8px;
  font-weight: 500;
}

/* line 164, ../../src/sass/helpers/_typography.scss */
.has-meta-tag-font-size {
  color: #00aecc;
  margin: -12px 0 72px;
}

/* line 1, ../../src/sass/helpers/_base.scss */
body {
  background-color: #052350;
}
/* line 4, ../../src/sass/helpers/_base.scss */
body.scroll-lock {
  overflow: hidden;
}

/* line 10, ../../src/sass/helpers/_base.scss */
a:link, a:visited {
  color: #00aecc;
  text-decoration: none;
}
/* line 15, ../../src/sass/helpers/_base.scss */
a:hover {
  color: #D0E111;
}

/* line 21, ../../src/sass/helpers/_base.scss */
a.plain:link, a.plain:visited {
  color: unset;
  text-decoration: none;
}
/* line 26, ../../src/sass/helpers/_base.scss */
a.plain:hover {
  color: unset;
}

/* line 31, ../../src/sass/helpers/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 1020px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (min-width: 560px) {
  /* line 34, ../../src/sass/helpers/_base.scss */
  .container.wide {
    padding: 0;
  }
}

/* line 41, ../../src/sass/helpers/_base.scss */
.alignwide {
  width: -webkit-calc(100vw - var(--scrollbar-width) - 72px);
  width: -moz-calc(100vw - var(--scrollbar-width) - 72px);
  width: calc(100vw - var(--scrollbar-width) - 72px);
  max-width: 1230px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-webkit-calc(-50vw + (var(--scrollbar-width) / 2) + 36px));
     -moz-transform: translateX(-moz-calc(-50vw + (var(--scrollbar-width) / 2) + 36px));
      -ms-transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2) + 36px));
       -o-transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2) + 36px));
          transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2) + 36px));
}
@media only screen and (min-width: 1302px) {
  /* line 41, ../../src/sass/helpers/_base.scss */
  .alignwide {
    width: 1230px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* line 54, ../../src/sass/helpers/_base.scss */
.full-width,
.alignfull {
  width: -webkit-calc(100vw - var(--scrollbar-width));
  width: -moz-calc(100vw - var(--scrollbar-width));
  width: calc(100vw - var(--scrollbar-width));
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-webkit-calc(-50vw + (var(--scrollbar-width) / 2)));
     -moz-transform: translateX(-moz-calc(-50vw + (var(--scrollbar-width) / 2)));
      -ms-transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2)));
       -o-transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2)));
          transform: translateX(calc(-50vw + (var(--scrollbar-width) / 2)));
}

/* line 62, ../../src/sass/helpers/_base.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 75, ../../src/sass/helpers/_base.scss */
hr.blue {
  height: 1px;
  background-color: #3FABC5;
  border: none;
}

/* line 1, ../../src/sass/helpers/facetwp.scss */
.facetwp-filters {
  margin-bottom: 40px;
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/helpers/facetwp.scss */
  .facetwp-filters {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 11, ../../src/sass/helpers/facetwp.scss */
.facetwp-filters .fs-wrap {
  width: 100%;
}
/* line 15, ../../src/sass/helpers/facetwp.scss */
.facetwp-filters .facetwp-facet {
  margin-bottom: 0px;
}

/* line 20, ../../src/sass/helpers/facetwp.scss */
.fs-open .fs-dropdown .fs-options .fs-option.selected {
  background-color: transparent;
  color: #D0E111;
}

/* line 27, ../../src/sass/helpers/facetwp.scss */
.facetwp-type-fselect .fs-label-wrap {
  background-color: #052350;
  border: solid #4A4ABD 1px;
  border-radius: 20px;
}
/* line 32, ../../src/sass/helpers/facetwp.scss */
.facetwp-type-fselect .fs-label-wrap .fs-label {
  padding: 13px 24px 11px 16px;
}
/* line 37, ../../src/sass/helpers/facetwp.scss */
.facetwp-type-fselect .fs-option-label {
  padding: 5px 0;
}
/* line 41, ../../src/sass/helpers/facetwp.scss */
.facetwp-type-fselect .fs-dropdown {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: auto;
  background-color: #052350;
  border: solid #4A4ABD 1px;
  border-radius: 20px;
  padding: 10px;
}
/* line 49, ../../src/sass/helpers/facetwp.scss */
.facetwp-type-fselect .fs-dropdown .fs-options {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
/* line 53, ../../src/sass/helpers/facetwp.scss */
.facetwp-type-fselect .fs-arrow {
  border: none;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  -webkit-transition: ease-in 0.15s;
  -o-transition: ease-in 0.15s;
  -moz-transition: ease-in 0.15s;
  transition: ease-in 0.15s;
  background: url("../cpm/images/menu-arrow-up.svg") no-repeat;
  background-position: 7px 50%;
  -webkit-background-size: 20px 20px;
          background-size: 20px 20px;
}

/* line 74, ../../src/sass/helpers/facetwp.scss */
.facetwp-search {
  padding: 13px 24px 11px 16px;
  border: solid #4A4ABD 1px;
  color: #FFF;
  border-radius: 20px;
  width: 100%;
  background-color: transparent;
}

/* line 83, ../../src/sass/helpers/facetwp.scss */
.facetwp-input-wrap {
  width: 100%;
}
/* line 86, ../../src/sass/helpers/facetwp.scss */
.facetwp-input-wrap ::-webkit-input-placeholder {
  opacity: 1;
  font-size: 18px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
}
.facetwp-input-wrap ::-moz-placeholder {
  opacity: 1;
  font-size: 18px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
}
.facetwp-input-wrap :-ms-input-placeholder {
  opacity: 1;
  font-size: 18px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
}
.facetwp-input-wrap ::-ms-input-placeholder {
  opacity: 1;
  font-size: 18px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
}
.facetwp-input-wrap ::placeholder {
  opacity: 1;
  font-size: 18px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
}
/* line 93, ../../src/sass/helpers/facetwp.scss */
.facetwp-input-wrap .facetwp-icon {
  width: 50px;
  margin-left: -50px;
  padding: 8px;
  background: #D0E111;
  opacity: 1;
  border-radius: 20px;
  border: none;
}
/* line 102, ../../src/sass/helpers/facetwp.scss */
.facetwp-input-wrap .facetwp-icon:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 100%;
  background: url("../cpm/images/search-icon.svg") no-repeat;
  background-position: 7px 50%;
  -webkit-background-size: 20px 20px;
          background-size: 20px 20px;
}

/* line 116, ../../src/sass/helpers/facetwp.scss */
.facetwp-facet-pager_.facetwp-type-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

/* line 122, ../../src/sass/helpers/facetwp.scss */
.facetwp-load-more {
  background: #D0E111;
  color: #052350;
  font-weight: 700;
  font-size: 16px;
  border-radius: 20px;
  padding: 8px 20px 10px;
  text-align: center;
  margin: 1em 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 8px 0 24px;
  white-space: nowrap;
  border: none;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-moz-keyframes modal-video-inner {
  from {
    -moz-transform: translate(0, 100px);
         transform: translate(0, 100px);
  }
  to {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
       -moz-transform: translate(0, 100px);
         -o-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* line 26, ../../src/sass/vendor/modal-video.scss */
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
     -moz-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* line 46, ../../src/sass/vendor/modal-video.scss */
.modal-video-close {
  opacity: 0;
}
/* line 49, ../../src/sass/vendor/modal-video.scss */
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

/* line 58, ../../src/sass/vendor/modal-video.scss */
.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 69, ../../src/sass/vendor/modal-video.scss */
.modal-video-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  /* line 69, ../../src/sass/vendor/modal-video.scss */
  .modal-video-inner {
    padding: 10px 60px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* line 82, ../../src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
     -moz-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
     -moz-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
/* line 102, ../../src/sass/vendor/modal-video.scss */
.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 111, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
@media (orientation: landscape) {
  /* line 111, ../../src/sass/vendor/modal-video.scss */
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
/* line 128, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 132, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 136, ../../src/sass/vendor/modal-video.scss */
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/* line 3, ../../src/sass/gutenberg/gutenberg-extras.scss */
.intro {
  font-family: "azo-sans-web", sans-serif;
  font-size: 28px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  /* line 3, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .intro {
    font-size: 32px;
  }
}

/* line 18, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote {
  border-left: 10px solid #0094E2;
  padding-left: 30px;
}
/* line 22, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote p {
  font-family: "azo-sans-web", sans-serif;
  font-style: normal;
  display: block;
  font-size: 22px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  /* line 22, ../../src/sass/gutenberg/gutenberg-extras.scss */
  blockquote p {
    font-size: 28px;
  }
}
/* line 34, ../../src/sass/gutenberg/gutenberg-extras.scss */
blockquote cite {
  font-weight: 700;
  color: #0094E2;
  font-style: normal;
  display: block;
}

/* line 45, ../../src/sass/gutenberg/gutenberg-extras.scss */
.wp-block-image figcaption {
  margin-top: 0em;
  font-weight: 700;
  font-size: 16px;
  background: #F2F4F3;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 45, ../../src/sass/gutenberg/gutenberg-extras.scss */
  .wp-block-image figcaption {
    margin-bottom: 80px;
  }
}

/* line 1, ../../src/sass/gutenberg/tables.scss */
.wp-block-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
/* line 5, ../../src/sass/gutenberg/tables.scss */
.wp-block-table table {
  margin-bottom: 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
@media only screen and (min-width: 768px) {
  /* line 5, ../../src/sass/gutenberg/tables.scss */
  .wp-block-table table {
    margin-bottom: 80px;
  }
}
/* line 9, ../../src/sass/gutenberg/tables.scss */
.wp-block-table table th,
.wp-block-table table td {
  border: 1px solid #0094E2;
  padding: 32px;
}
/* line 15, ../../src/sass/gutenberg/tables.scss */
.wp-block-table table thead {
  background: transparent;
  color: #00aecc;
  border-bottom-width: 0;
}
/* line 20, ../../src/sass/gutenberg/tables.scss */
.wp-block-table table thead th {
  border-right: 1px solid #00aecc;
  font-size: 24px;
}
/* line 24, ../../src/sass/gutenberg/tables.scss */
.wp-block-table table thead th:last-of-type {
  border-right: 1px solid #0094E2;
}
/* line 31, ../../src/sass/gutenberg/tables.scss */
.wp-block-table figcaption {
  margin-bottom: 32px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

/* line 1, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/gutenberg/buttons.scss */
  .wp-block-button {
    width: auto;
  }
}

/* line 9, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button__link,
a.wp-block-button__link {
  background: #D0E111;
  color: #052350;
  font-weight: 700;
  font-size: 16px;
  border-radius: 999px;
  padding: 6px 20px 8px;
  text-align: center;
  margin: 1em 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 8px 0 24px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../../src/sass/gutenberg/buttons.scss */
  .wp-block-button__link,
  a.wp-block-button__link {
    width: auto;
  }
}
/* line 27, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus,
a.wp-block-button__link:hover,
a.wp-block-button__link:active,
a.wp-block-button__link:focus {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
/* line 33, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button__link.purple,
a.wp-block-button__link.purple {
  background: #4A4ABD;
  color: white;
}
/* line 38, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button__link.blue,
a.wp-block-button__link.blue {
  background: #0094E2;
  color: white;
}
/* line 43, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button__link.teal,
a.wp-block-button__link.teal {
  background: #00aecc;
  color: white;
}
/* line 50, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button__link.download svg,
a.wp-block-button__link.download svg {
  margin-left: 2px;
}
/* line 53, ../../src/sass/gutenberg/buttons.scss */
.wp-block-button__link.download svg path,
a.wp-block-button__link.download svg path {
  fill: #052350;
}

/* line 61, ../../src/sass/gutenberg/buttons.scss */
.is-style-outline.wp-block-button__link, .is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid #4A4ABD;
  padding: 4px 16px 6px;
  color: #FFF;
  font-weight: 500;
}
/* line 69, ../../src/sass/gutenberg/buttons.scss */
.blue .is-style-outline.wp-block-button__link,
.blue .is-style-outline .wp-block-button__link {
  border-color: #0094E2;
}
/* line 73, ../../src/sass/gutenberg/buttons.scss */
.teal .is-style-outline.wp-block-button__link, .teal .is-style-outline .wp-block-button__link {
  border-color: #00aecc;
}
/* line 77, ../../src/sass/gutenberg/buttons.scss */
.is-style-outline.wp-block-button__link:hover, .is-style-outline.wp-block-button__link:active, .is-style-outline.wp-block-button__link:focus, .is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:active, .is-style-outline .wp-block-button__link:focus {
  color: #FFF;
  background: #4A4ABD;
  border: 2px solid #4A4ABD;
}
/* line 84, ../../src/sass/gutenberg/buttons.scss */
.blue .is-style-outline.wp-block-button__link:hover, .blue .is-style-outline.wp-block-button__link:active, .blue .is-style-outline.wp-block-button__link:focus, .blue .is-style-outline .wp-block-button__link:hover, .blue .is-style-outline .wp-block-button__link:active, .blue .is-style-outline .wp-block-button__link:focus {
  border-color: #0094E2;
  background: #0094E2;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
/* line 90, ../../src/sass/gutenberg/buttons.scss */
.teal .is-style-outline.wp-block-button__link:hover, .teal .is-style-outline.wp-block-button__link:active, .teal .is-style-outline.wp-block-button__link:focus, .teal .is-style-outline .wp-block-button__link:hover, .teal .is-style-outline .wp-block-button__link:active, .teal .is-style-outline .wp-block-button__link:focus {
  border-color: #00aecc;
  background: #00aecc;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  color: #000;
}
/* line 98, ../../src/sass/gutenberg/buttons.scss */
.is-style-outline.wp-block-button__link a, .is-style-outline .wp-block-button__link a {
  color: #FFF;
}
/* line 101, ../../src/sass/gutenberg/buttons.scss */
.is-style-outline.wp-block-button__link a:hover, .is-style-outline .wp-block-button__link a:hover {
  color: #FFF;
}

/* line 1, ../../src/sass/blocks/tiles.scss */
.tiles {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/tiles.scss */
  .tiles {
    margin-bottom: 80px;
  }
}
/* line 4, ../../src/sass/blocks/tiles.scss */
.tiles .button-wrap {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-top: 16px;
}
/* line 10, ../../src/sass/blocks/tiles.scss */
.tiles .text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  padding: 0 32px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 8px;
}
/* line 17, ../../src/sass/blocks/tiles.scss */
.tiles .text-wrap .extra-text {
  color: #00aecc;
  margin-top: 0;
  font-size: 16px;
}
/* line 22, ../../src/sass/blocks/tiles.scss */
.tiles .text-wrap .extra-text.speaker {
  margin-bottom: 0;
}
/* line 29, ../../src/sass/blocks/tiles.scss */
.tiles .icon-tile p.h3 {
  max-width: 85%;
}
@media only screen and (min-width: 768px) {
  /* line 29, ../../src/sass/blocks/tiles.scss */
  .tiles .icon-tile p.h3 {
    max-width: 70%;
  }
}
/* line 38, ../../src/sass/blocks/tiles.scss */
.tiles .wp-block-button__link {
  margin: auto 0 16px;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
/* line 43, ../../src/sass/blocks/tiles.scss */
.tiles .image {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 240px;
  width: 100%;
}
/* line 48, ../../src/sass/blocks/tiles.scss */
.tiles .image.download {
  height: 310px;
}
/* line 54, ../../src/sass/blocks/tiles.scss */
.tiles .tile-label {
  position: relative;
  background-color: #4A4ABD;
  font-size: 16px;
  padding: 6px 16px 8px;
  top: 30px;
  left: 32px;
  border-radius: 99em;
}
/* line 63, ../../src/sass/blocks/tiles.scss */
.tiles .tile-label.blue {
  background-color: #0094E2;
}
/* line 67, ../../src/sass/blocks/tiles.scss */
.tiles .tile-label.teal {
  background-color: #00aecc;
  color: #000;
}
/* line 74, ../../src/sass/blocks/tiles.scss */
.tiles.related-events .tile-label {
  position: static;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  margin-top: 32px;
}
/* line 80, ../../src/sass/blocks/tiles.scss */
.tiles.related-events p.h3 {
  margin-bottom: 8px;
}
/* line 84, ../../src/sass/blocks/tiles.scss */
.tiles.related-events .link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 10px;
  margin-top: auto;
}
/* line 93, ../../src/sass/blocks/tiles.scss */
.tiles.related-videos .image, .tiles.related-podcasts .image {
  position: relative;
}
/* line 96, ../../src/sass/blocks/tiles.scss */
.tiles.related-videos .image:after, .tiles.related-podcasts .image:after {
  content: '';
  position: absolute;
  content: '';
  background: url(./images/play-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 60px 60px;
          background-size: 60px;
  height: 100%;
  width: 100%;
}
/* line 109, ../../src/sass/blocks/tiles.scss */
.tiles.related-videos .link-wrap, .tiles.related-podcasts .link-wrap {
  margin-top: auto;
}
/* line 116, ../../src/sass/blocks/tiles.scss */
.tiles.related-podcasts .image:after {
  background-image: url(./images/podcast-button.svg);
}
/* line 122, ../../src/sass/blocks/tiles.scss */
.tiles .icon {
  -webkit-align-self: flex-end;
          align-self: flex-end;
  border: 1px solid #4A4ABD;
  border-radius: 99em;
  width: 248px;
  height: 248px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  pointer-events: none;
}
/* line 133, ../../src/sass/blocks/tiles.scss */
.tiles .icon.icon-top {
  margin-top: -5%;
  margin-right: -10%;
}
/* line 137, ../../src/sass/blocks/tiles.scss */
.tiles .icon.icon-top svg {
  width: 104px;
  height: auto;
  max-height: 104px;
}
/* line 144, ../../src/sass/blocks/tiles.scss */
.tiles .icon.icon-bottom {
  width: 200px;
  height: 200px;
  margin-top: -7%;
  margin-bottom: -25%;
  margin-right: -40%;
}
@media only screen and (min-width: 400px) {
  /* line 144, ../../src/sass/blocks/tiles.scss */
  .tiles .icon.icon-bottom {
    margin-top: -30%;
    margin-bottom: -18%;
    margin-right: -22%;
  }
}
@media only screen and (min-width: 560px) {
  /* line 144, ../../src/sass/blocks/tiles.scss */
  .tiles .icon.icon-bottom {
    margin-top: -24%;
    margin-bottom: -12%;
    margin-right: -16%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 144, ../../src/sass/blocks/tiles.scss */
  .tiles .icon.icon-bottom {
    margin-top: -40%;
    margin-bottom: -15%;
    margin-right: -22%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 144, ../../src/sass/blocks/tiles.scss */
  .tiles .icon.icon-bottom {
    margin-top: -33%;
    margin-bottom: -22%;
    margin-right: -30%;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 144, ../../src/sass/blocks/tiles.scss */
  .tiles .icon.icon-bottom {
    margin-top: -50%;
    margin-bottom: -15%;
    margin-right: -22%;
  }
}
/* line 184, ../../src/sass/blocks/tiles.scss */
.tiles .grid {
  display: grid;
  grid-gap: 32px;
}
/* line 188, ../../src/sass/blocks/tiles.scss */
.tiles .grid .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  border: 1px solid #4A4ABD;
  overflow: hidden;
  margin-top: 8px;
  background-color: #052350;
}
/* line 196, ../../src/sass/blocks/tiles.scss */
.tiles .grid .content.blue, .tiles .grid .content.blue .icon {
  border-color: #0094E2;
}
/* line 201, ../../src/sass/blocks/tiles.scss */
.tiles .grid .content.teal, .tiles .grid .content.teal .icon {
  border-color: #00aecc;
}
/* line 207, ../../src/sass/blocks/tiles.scss */
.tiles .grid.two {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 207, ../../src/sass/blocks/tiles.scss */
  .tiles .grid.two {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 215, ../../src/sass/blocks/tiles.scss */
.tiles .grid.three {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 215, ../../src/sass/blocks/tiles.scss */
  .tiles .grid.three {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 215, ../../src/sass/blocks/tiles.scss */
  .tiles .grid.three {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 227, ../../src/sass/blocks/tiles.scss */
.tiles .grid.four {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media only screen and (min-width: 768px) {
  /* line 227, ../../src/sass/blocks/tiles.scss */
  .tiles .grid.four {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  /* line 227, ../../src/sass/blocks/tiles.scss */
  .tiles .grid.four {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}

/* line 246, ../../src/sass/blocks/tiles.scss */
.past-dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px #00aecc solid;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 10px 10px 8px 10px;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  color: #FFF;
  text-decoration: underline;
}
/* line 255, ../../src/sass/blocks/tiles.scss */
.past-dates:first-of-type {
  border-top: 1px #00aecc solid;
}
/* line 263, ../../src/sass/blocks/tiles.scss */
.past-dates:hover {
  background: #00aecc;
  color: #FFF;
}
/* line 267, ../../src/sass/blocks/tiles.scss */
.past-dates:hover .date, .past-dates:hover .title {
  color: #000;
}
/* line 273, ../../src/sass/blocks/tiles.scss */
.past-dates:visited, .past-dates:link {
  color: #FFF;
}
/* line 278, ../../src/sass/blocks/tiles.scss */
.past-dates .date {
  color: #00aecc;
  font-size: 16px;
  margin: 0;
  width: 100px;
}
/* line 285, ../../src/sass/blocks/tiles.scss */
.past-dates .title {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

/* line 293, ../../src/sass/blocks/tiles.scss */
.past-events {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 293, ../../src/sass/blocks/tiles.scss */
  .past-events {
    margin-bottom: 80px;
  }
}

/* line 297, ../../src/sass/blocks/tiles.scss */
.past-main-support-text {
  margin-bottom: 32px;
}

/* line 1, ../../src/sass/blocks/accordion.scss */
.accordions {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/accordion.scss */
  .accordions {
    margin-bottom: 80px;
  }
}
/* line 5, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item {
  margin-bottom: 16px;
}
/* line 8, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .title-block {
  padding: 12px 20px 16px;
  background: transparent;
  border: solid 1px #00aecc;
  border-radius: 999px;
}
/* line 15, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .accordion-link {
  color: #FFF;
  text-decoration: none;
}
/* line 20, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item h3 {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 4px 8px 0;
}
/* line 27, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item h3:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  content: '';
  background: url(./images/accordion-closed.svg);
  background-repeat: no-repeat;
  height: 23px;
  width: 23px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 3px;
}
/* line 43, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item.open .title-block {
  background-color: #00aecc;
}
/* line 47, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item.open h3 {
  color: #052350;
}
/* line 50, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item.open h3:after {
  background: url(./images/accordion-open.svg);
  background-repeat: no-repeat;
}
/* line 57, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block {
  display: none;
  padding: 32px;
}
/* line 62, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block p:first-of-type {
  margin-top: 0;
}
/* line 66, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block p:last-of-type {
  margin-bottom: 0;
}
/* line 71, ../../src/sass/blocks/accordion.scss */
.accordions .accordion-item .text-block.open {
  display: block;
}

/* line 4, ../../src/sass/blocks/video-modal.scss */
.half.video-modal {
  min-height: 360px;
}
/* line 7, ../../src/sass/blocks/video-modal.scss */
.half.video-modal .image {
  border-radius: 0;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
/* line 22, ../../src/sass/blocks/video-modal.scss */
.half.video-modal .vimeo-button, .half.video-modal .youtube-button {
  height: 320px;
  cursor: pointer;
  border: solid 1px #0094E2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
/* line 31, ../../src/sass/blocks/video-modal.scss */
.half.video-modal .watch-now {
  padding: 20px 20px 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/* line 39, ../../src/sass/blocks/video-modal.scss */
.half.video-modal .watch-now svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* line 1, ../../src/sass/blocks/hero-banner.scss */
.hero-banner {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/hero-banner.scss */
  .hero-banner {
    margin-bottom: 80px;
  }
}
/* line 6, ../../src/sass/blocks/hero-banner.scss */
.hero-banner .container {
  z-index: 2;
  position: relative;
  min-height: 364px;
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 17, ../../src/sass/blocks/hero-banner.scss */
.hero-banner .image {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  width: 100%;
}
/* line 27, ../../src/sass/blocks/hero-banner.scss */
.hero-banner h1, .hero-banner p {
  color: #FFF;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 27, ../../src/sass/blocks/hero-banner.scss */
  .hero-banner h1, .hero-banner p {
    width: 70%;
  }
}
/* line 39, ../../src/sass/blocks/hero-banner.scss */
.hero-banner .wp-block-button__link {
  margin-bottom: 0;
}

/* line 1, ../../src/sass/blocks/half.scss */
.half {
  margin-bottom: 40px;
  min-height: 400px;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
  gap: 0px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/half.scss */
  .half {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/half.scss */
  .half {
    gap: 32px;
    grid-template-columns: 57% auto;
  }
  /* line 14, ../../src/sass/blocks/half.scss */
  .half.left {
    grid-template-columns: auto 57%;
  }
}
/* line 19, ../../src/sass/blocks/half.scss */
.half .text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding-bottom: 12px;
}
/* line 25, ../../src/sass/blocks/half.scss */
.half .text-wrap.left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
@media only screen and (min-width: 768px) {
  /* line 25, ../../src/sass/blocks/half.scss */
  .half .text-wrap.left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
}
/* line 34, ../../src/sass/blocks/half.scss */
.half .image {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 400px;
  max-width: 400px;
  border-radius: 999em;
  justify-self: flex-end;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  /* line 34, ../../src/sass/blocks/half.scss */
  .half .image {
    margin: 0;
    height: auto;
  }
}
/* line 48, ../../src/sass/blocks/half.scss */
.half .image.left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
  justify-self: flex-start;
}
/* line 54, ../../src/sass/blocks/half.scss */
.half .h4, .half h4, .half .accordions .accordion-item h3, .accordions .accordion-item .half h3 {
  margin-bottom: 12px;
}
/* line 58, ../../src/sass/blocks/half.scss */
.half p {
  font-size: 18px;
}
/* line 62, ../../src/sass/blocks/half.scss */
.half .wp-block-button__link {
  margin-top: 0;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}

/* line 1, ../../src/sass/blocks/cta-banner.scss */
.cta-banner {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner {
    margin-bottom: 80px;
  }
}
/* line 4, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  min-height: 560px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/* line 9, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .container.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
/* line 13, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .container.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
/* line 17, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .container.middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
/* line 20, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .container.middle .text-area {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 20, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .container.middle .text-area {
    width: 80%;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 20, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .container.middle .text-area {
    width: 60%;
  }
}
/* line 39, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .text-area {
  padding: 2em;
  background: #FFF;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  /* line 39, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .text-area {
    width: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 39, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .text-area {
    width: 60%;
  }
}
@media only screen and (min-width: 1248px) {
  /* line 39, ../../src/sass/blocks/cta-banner.scss */
  .cta-banner .text-area {
    width: 40%;
  }
}
/* line 62, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .image {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  width: 100%;
}
/* line 68, ../../src/sass/blocks/cta-banner.scss */
.cta-banner h2, .cta-banner .wp-block-table figcaption, .wp-block-table .cta-banner figcaption {
  margin-top: 0;
}
/* line 72, ../../src/sass/blocks/cta-banner.scss */
.cta-banner .wp-block-button__link {
  margin-bottom: 0;
}

/* line 1, ../../src/sass/blocks/listing-block.scss */
.listing-block {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/listing-block.scss */
  .listing-block {
    margin-bottom: 80px;
  }
}
/* line 4, ../../src/sass/blocks/listing-block.scss */
.listing-block .button-wrap {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-top: 16px;
}
/* line 10, ../../src/sass/blocks/listing-block.scss */
.listing-block .text-wrap {
  padding: 16px 0 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
}
@media only screen and (min-width: 768px) {
  /* line 10, ../../src/sass/blocks/listing-block.scss */
  .listing-block .text-wrap {
    padding: 0 32px 12px;
  }
}
/* line 18, ../../src/sass/blocks/listing-block.scss */
.listing-block .text-wrap .h3, .listing-block .text-wrap h3, .listing-block .text-wrap p {
  margin: 0;
}
/* line 22, ../../src/sass/blocks/listing-block.scss */
.listing-block .text-wrap .wp-block-button__link {
  margin: 16px 0 0;
  padding: 6px 20px 8px;
  min-height: auto;
}
/* line 30, ../../src/sass/blocks/listing-block.scss */
.listing-block .image {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 190px;
  max-width: 190px;
  border-radius: 99em;
}
/* line 40, ../../src/sass/blocks/listing-block.scss */
.listing-block .content {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  max-width: 1020px;
}
@media only screen and (min-width: 768px) {
  /* line 40, ../../src/sass/blocks/listing-block.scss */
  .listing-block .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 51, ../../src/sass/blocks/listing-block.scss */
.listing-block .content:last-of-type {
  margin-bottom: 0;
}

/* line 1, ../../src/sass/blocks/image-gallery.scss */
.cpm-image-gallery {
  max-width: 810px;
  margin: auto;
  padding-bottom: 40px;
}

/* line 7, ../../src/sass/blocks/image-gallery.scss */
.splide.main {
  margin: 24px 0 8px;
}

/* line 11, ../../src/sass/blocks/image-gallery.scss */
.splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 17, ../../src/sass/blocks/image-gallery.scss */
.splide__arrows {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* line 27, ../../src/sass/blocks/image-gallery.scss */
button.splide__arrow {
  background: #052350;
  border: solid 1px #00aecc;
  pointer-events: all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/* line 35, ../../src/sass/blocks/image-gallery.scss */
button.splide__arrow.splide__arrow--next {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 39, ../../src/sass/blocks/image-gallery.scss */
.main button.splide__arrow {
  width: 28px;
  height: 28px;
  background: #052350;
  border: 0;
  border-radius: 99px;
  -webkit-align-self: center;
          align-self: center;
  margin: 10px;
}

/* line 50, ../../src/sass/blocks/image-gallery.scss */
.splide__slide {
  opacity: 0.6;
}

/* line 54, ../../src/sass/blocks/image-gallery.scss */
.splide__slide.is-active {
  opacity: 1;
}

/* line 1, ../../src/sass/blocks/quote.scss */
.cpm-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/quote.scss */
  .cpm-quote {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 12, ../../src/sass/blocks/quote.scss */
.cpm-quote__text-wrap {
  -webkit-flex-basis: 70%;
          flex-basis: 70%;
}
/* line 16, ../../src/sass/blocks/quote.scss */
.cpm-quote__attribution {
  font-weight: 500;
}
/* line 20, ../../src/sass/blocks/quote.scss */
.cpm-quote__image {
  text-align: center;
}
/* line 23, ../../src/sass/blocks/quote.scss */
.cpm-quote__image img {
  width: 200px;
  height: 200px;
  border-radius: 999em;
}

/* line 1, ../../src/sass/blocks/home-banner.scss */
.cpm-home-banner {
  padding-top: 40px;
  margin-top: 0px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../src/sass/blocks/home-banner.scss */
  .cpm-home-banner {
    padding-top: 0;
    margin-top: 64px;
    overflow: visible;
  }
}
/* line 13, ../../src/sass/blocks/home-banner.scss */
.cpm-home-banner__mask {
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 99em;
  background-color: #4A4ABD;
  margin: auto;
}
@media only screen and (min-width: 480px) {
  /* line 13, ../../src/sass/blocks/home-banner.scss */
  .cpm-home-banner__mask {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 13, ../../src/sass/blocks/home-banner.scss */
  .cpm-home-banner__mask {
    width: 510px;
    height: 510px;
    margin: 0;
  }
}
/* line 32, ../../src/sass/blocks/home-banner.scss */
.cpm-home-banner__mask img {
  -webkit-mask-image: url(./images/head-mask.png);
          mask-image: url(./images/head-mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 44% 100%;
          mask-position: 44% 100%;
  -webkit-mask-size: 71%;
          mask-size: 71%;
  position: absolute;
  left: -webkit-calc(50% - 20px);
  left: -moz-calc(50% - 20px);
  left: calc(50% - 20px);
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: auto;
  height: 276px;
}
@media only screen and (min-width: 480px) {
  /* line 32, ../../src/sass/blocks/home-banner.scss */
  .cpm-home-banner__mask img {
    left: -webkit-calc(50% - 20px);
    left: -moz-calc(50% - 20px);
    left: calc(50% - 20px);
    -webkit-mask-position: 42% 100%;
            mask-position: 42% 100%;
    height: 320px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 32, ../../src/sass/blocks/home-banner.scss */
  .cpm-home-banner__mask img {
    -webkit-mask-position: 47% 100%;
            mask-position: 47% 100%;
    -webkit-mask-size: 72%;
            mask-size: 72%;
    left: -webkit-calc(50% - 50px);
    left: -moz-calc(50% - 50px);
    left: calc(50% - 50px);
    height: unset;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 59, ../../src/sass/blocks/home-banner.scss */
  .cpm-home-banner__text-wrap {
    position: absolute;
    top: 7%;
    width: 53%;
    right: 5%;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 59, ../../src/sass/blocks/home-banner.scss */
  .cpm-home-banner__text-wrap {
    width: 63%;
    left: 33%;
  }
}

/* line 4, ../../src/sass/blocks/podcast.scss */
.half.podcast .image {
  position: relative;
  max-height: 400px;
  aspect-ratio: 1;
}
/* line 9, ../../src/sass/blocks/podcast.scss */
.half.podcast .image:after {
  content: '';
  position: absolute;
  content: '';
  background: url(./images/podcast-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

/* line 1, ../../src/sass/partials/header.scss */
.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 21px 0 16px;
  z-index: 9999;
}
/* line 9, ../../src/sass/partials/header.scss */
.header-inner .cpm-logo svg {
  height: 72px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  /* line 9, ../../src/sass/partials/header.scss */
  .header-inner .cpm-logo svg {
    height: unset;
    width: unset;
  }
}
/* line 20, ../../src/sass/partials/header.scss */
.header-inner .main-menu {
  display: none;
  margin-left: auto;
  position: absolute;
  top: 100%;
  width: -webkit-calc(100vw - var(--scrollbar-width));
  width: -moz-calc(100vw - var(--scrollbar-width));
  width: calc(100vw - var(--scrollbar-width));
  background: #4A4ABD;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* line 31, ../../src/sass/partials/header.scss */
.header-inner .main-menu .search-wrap {
  margin-left: auto;
  margin-top: 32px;
}
@media only screen and (min-width: 1200px) {
  /* line 31, ../../src/sass/partials/header.scss */
  .header-inner .main-menu .search-wrap {
    margin-top: 0;
  }
}
/* line 39, ../../src/sass/partials/header.scss */
.header-inner .main-menu .search-wrap label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  padding-right: 24px;
}
@media only screen and (min-width: 1200px) {
  /* line 39, ../../src/sass/partials/header.scss */
  .header-inner .main-menu .search-wrap label {
    padding-right: 0;
  }
}
/* line 50, ../../src/sass/partials/header.scss */
.header-inner .main-menu .search-field {
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
  background: transparent;
  border: 1px solid #000;
  border-radius: 99em;
  padding: 8px 16px;
  font-family: "azo-sans-web", sans-serif;
  font-size: 16px;
  color: #FFF;
  padding-right: 50px;
}
@media only screen and (min-width: 560px) {
  /* line 50, ../../src/sass/partials/header.scss */
  .header-inner .main-menu .search-field {
    width: 260px;
  }
}
/* line 65, ../../src/sass/partials/header.scss */
.header-inner .main-menu .search-field:focus {
  border: #4A4ABD 1px solid;
  outline: #FFF 1px solid;
}
@media only screen and (min-width: 1200px) {
  /* line 50, ../../src/sass/partials/header.scss */
  .header-inner .main-menu .search-field {
    border-color: #4A4ABD;
  }
}
/* line 75, ../../src/sass/partials/header.scss */
.header-inner .main-menu .search-button {
  position: relative;
  width: 50px;
  margin-left: -50px;
  padding: 8px;
  background: #D0E111;
  color: #000;
  border-radius: 99em;
  border: none;
}
/* line 85, ../../src/sass/partials/header.scss */
.header-inner .main-menu .search-button svg {
  width: 19px;
  height: 19px;
  margin-top: 1px;
}
/* line 91, ../../src/sass/partials/header.scss */
.header-inner .main-menu .search-button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media only screen and (min-width: 1200px) {
  /* line 20, ../../src/sass/partials/header.scss */
  .header-inner .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: auto;
    background: transparent;
  }
  /* line 104, ../../src/sass/partials/header.scss */
  .header-inner .main-menu[style*='display: block'] {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
}
/* line 109, ../../src/sass/partials/header.scss */
.header-inner .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  /* line 109, ../../src/sass/partials/header.scss */
  .header-inner .main-menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    gap: 26px;
  }
}
/* line 123, ../../src/sass/partials/header.scss */
.header-inner .main-menu li {
  padding: 0;
  margin: 0;
  position: relative;
}
/* line 131, ../../src/sass/partials/header.scss */
.header-inner .main-menu .menu-item-has-children > a:after {
  content: '';
  display: inline-block;
  background-image: url(./images/menu-arrow.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  /* line 131, ../../src/sass/partials/header.scss */
  .header-inner .main-menu .menu-item-has-children > a:after {
    border-top-color: #000;
  }
}
/* line 146, ../../src/sass/partials/header.scss */
.header-inner .main-menu .menu-item-has-children.active > a:after {
  background-image: url(./images/menu-arrow-up.svg);
}
/* line 151, ../../src/sass/partials/header.scss */
.header-inner .main-menu a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  padding: 0px 24px 24px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  /* line 151, ../../src/sass/partials/header.scss */
  .header-inner .main-menu a {
    padding: 0;
  }
}
/* line 169, ../../src/sass/partials/header.scss */
.header-inner .main-menu .current_page_item a {
  color: #D0E111;
}
/* line 176, ../../src/sass/partials/header.scss */
.header-inner .main-menu .menu > .current-menu-ancestor > a {
  color: #D0E111;
}
/* line 182, ../../src/sass/partials/header.scss */
.header-inner .main-menu .sub-menu {
  display: none;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  /* line 182, ../../src/sass/partials/header.scss */
  .header-inner .main-menu .sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
  }
}
/* line 192, ../../src/sass/partials/header.scss */
.header-inner .main-menu .sub-menu a {
  font-size: 16px;
  font-weight: 300;
  padding-left: 56px;
}
@media only screen and (min-width: 1200px) {
  /* line 192, ../../src/sass/partials/header.scss */
  .header-inner .main-menu .sub-menu a {
    background: #4A4ABD;
    padding: 16px 24px;
    white-space: nowrap;
  }
  /* line 202, ../../src/sass/partials/header.scss */
  .header-inner .main-menu .sub-menu a:hover, .header-inner .main-menu .sub-menu a:focus {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    z-index: 999;
  }
}
/* line 212, ../../src/sass/partials/header.scss */
.header-inner .mobile-menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-left: auto;
  text-align: right;
}
@media only screen and (min-width: 1200px) {
  /* line 212, ../../src/sass/partials/header.scss */
  .header-inner .mobile-menu {
    display: none;
  }
}
/* line 224, ../../src/sass/partials/header.scss */
.header-inner .hamburger {
  position: relative;
  z-index: 1000;
  margin-left: auto;
  border-radius: 2px;
  top: -2px;
  padding: 4px 4px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 38px;
  height: 34px;
  cursor: pointer;
  border: 0 solid #D0E111;
  background: transparent;
  display: flex;
}
/* line 55, ../../src/sass/helpers/_mixins.scss */
.header-inner .hamburger .hamburger-icon {
  position: relative;
  display: block;
  height: 34px;
  width: 34px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
/* line 63, ../../src/sass/helpers/_mixins.scss */
.header-inner .hamburger .hamburger-icon .hamburger-lines, .header-inner .hamburger .hamburger-icon:after {
  content: "";
  display: block;
  height: 2.5px;
  position: absolute;
  background: #D0E111;
}
/* line 69, ../../src/sass/helpers/_mixins.scss */
.header-inner .hamburger .hamburger-lines {
  left: 0;
  text-indent: -4000px;
  font-size: 0;
  top: -webkit-calc(36% + 6px);
  top: -moz-calc(36% + 6px);
  top: calc(36% + 6px);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  border-radius: 4px;
}
/* line 79, ../../src/sass/helpers/_mixins.scss */
.header-inner .hamburger .hamburger-lines:before, .header-inner .hamburger .hamburger-lines:after {
  content: "";
  display: block;
  height: 2.5px;
  position: absolute;
  background: #D0E111;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  z-index: 10;
}
/* line 88, ../../src/sass/helpers/_mixins.scss */
.header-inner .hamburger .hamburger-lines:before {
  top: -10px;
  border-radius: 4px;
}
/* line 93, ../../src/sass/helpers/_mixins.scss */
.header-inner .hamburger .hamburger-lines:after {
  top: 10px;
  border-radius: 4px;
}
/* line 97, ../../src/sass/helpers/_mixins.scss */
.active .header-inner .hamburger .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 103, ../../src/sass/helpers/_mixins.scss */
.header-inner .hamburger.active .hamburger-lines, .header-inner .hamburger.active .hamburger-icon:after {
  background: transparent;
}
/* line 108, ../../src/sass/helpers/_mixins.scss */
.header-inner .hamburger.active .hamburger-lines:before, .header-inner .hamburger.active .hamburger-lines:after {
  top: 0;
}
/* line 113, ../../src/sass/helpers/_mixins.scss */
.header-inner .hamburger.active .hamburger-lines:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 117, ../../src/sass/helpers/_mixins.scss */
.header-inner .hamburger.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 1, ../../src/sass/partials/footer.scss */
.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  font-size: 16px;
}
/* line 7, ../../src/sass/partials/footer.scss */
.footer-inner .section-title {
  font-weight: 700;
}
/* line 11, ../../src/sass/partials/footer.scss */
.footer-inner p {
  margin: 0;
}

/* line 16, ../../src/sass/partials/footer.scss */
.footer-top {
  padding: 40px 0 0;
}
/* line 19, ../../src/sass/partials/footer.scss */
.footer-top .footer-inner {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  /* line 19, ../../src/sass/partials/footer.scss */
  .footer-top .footer-inner {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
/* line 27, ../../src/sass/partials/footer.scss */
.footer-top .contact {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  /* line 27, ../../src/sass/partials/footer.scss */
  .footer-top .contact {
    margin-top: 0px;
  }
}
/* line 35, ../../src/sass/partials/footer.scss */
.footer-top .footer-logo {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
}
/* line 38, ../../src/sass/partials/footer.scss */
.footer-top .footer-logo svg {
  height: 72px;
  width: auto;
}
@media only screen and (min-width: 560px) {
  /* line 38, ../../src/sass/partials/footer.scss */
  .footer-top .footer-logo svg {
    height: 154px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 35, ../../src/sass/partials/footer.scss */
  .footer-top .footer-logo {
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
}
/* line 52, ../../src/sass/partials/footer.scss */
.footer-top .footer-logo-secondary {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  text-align: left;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  /* line 52, ../../src/sass/partials/footer.scss */
  .footer-top .footer-logo-secondary {
    text-align: center;
    margin-top: 24px;
  }
}
/* line 62, ../../src/sass/partials/footer.scss */
.footer-top .footer-logo-secondary img {
  width: 143px;
  height: 136px;
}
@media only screen and (min-width: 1024px) {
  /* line 52, ../../src/sass/partials/footer.scss */
  .footer-top .footer-logo-secondary {
    -webkit-flex-basis: auto;
            flex-basis: auto;
  }
}

/* line 73, ../../src/sass/partials/footer.scss */
.footer-middle {
  padding: 0 0 20px;
}
/* line 76, ../../src/sass/partials/footer.scss */
.footer-middle .footer-inner {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media only screen and (min-width: 1024px) {
  /* line 76, ../../src/sass/partials/footer.scss */
  .footer-middle .footer-inner {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
/* line 92, ../../src/sass/partials/footer.scss */
.footer-middle .menu-footer-navigation-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 0;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  /* line 92, ../../src/sass/partials/footer.scss */
  .footer-middle .menu-footer-navigation-container ul {
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 107, ../../src/sass/partials/footer.scss */
.footer-middle .menu-footer-navigation-container li {
  padding: 0;
  margin: 0;
}
/* line 112, ../../src/sass/partials/footer.scss */
.footer-middle .menu-footer-navigation-container a:link {
  color: #FFF;
}

/* line 118, ../../src/sass/partials/footer.scss */
.footer-bottom {
  background: #FFF;
  color: #000;
  padding: 16px 0 24px;
}

/* line 1, ../../src/sass/partials/bubbles.scss */
body {
  position: relative;
}

/* line 5, ../../src/sass/partials/bubbles.scss */
.bubbles-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  z-index: -1;
}
/* line 14, ../../src/sass/partials/bubbles.scss */
.bubbles-container #bubbles {
  -webkit-transform: translate(30px, 200px);
     -moz-transform: translate(30px, 200px);
      -ms-transform: translate(30px, 200px);
       -o-transform: translate(30px, 200px);
          transform: translate(30px, 200px);
}

/* line 3, ../../src/sass/partials/404.scss */
.error404 .container .error404-wrap {
  position: relative;
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 3, ../../src/sass/partials/404.scss */
  .error404 .container .error404-wrap {
    margin-top: 80px;
  }
}
/* line 12, ../../src/sass/partials/404.scss */
.error404 .container .image {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  /* line 12, ../../src/sass/partials/404.scss */
  .error404 .container .image {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 21, ../../src/sass/partials/404.scss */
  .error404 .container h1 {
    position: absolute;
    top: 16px;
    width: 300px;
    left: 404px;
  }
  /* line 28, ../../src/sass/partials/404.scss */
  .error404 .container p {
    margin-bottom: 200px;
  }
}

/* line 6, ../../src/sass/partials/single-shared.scss */
.podcast-header h1,
.lecture-header h1,
.blog-post-header h1,
.person-header h1 {
  margin-bottom: 12px;
}
/* line 10, ../../src/sass/partials/single-shared.scss */
.podcast-header__meta,
.lecture-header__meta,
.blog-post-header__meta,
.person-header__meta {
  margin: 0 0 72px;
  color: #00aecc;
}
/* line 14, ../../src/sass/partials/single-shared.scss */
.podcast-header__meta.h4, h4.podcast-header__meta, .accordions .accordion-item h3.podcast-header__meta,
.lecture-header__meta.h4,
h4.lecture-header__meta,
.accordions .accordion-item h3.lecture-header__meta,
.blog-post-header__meta.h4,
h4.blog-post-header__meta,
.accordions .accordion-item h3.blog-post-header__meta,
.person-header__meta.h4,
h4.person-header__meta,
.accordions .accordion-item h3.person-header__meta {
  color: #FFF;
  margin: 0 0 24px;
}

/* line 22, ../../src/sass/partials/single-shared.scss */
.tiles .topic {
  margin: 0 0 24px;
}
/* line 25, ../../src/sass/partials/single-shared.scss */
.tiles .topic__title {
  font-weight: 600;
}

/* line 31, ../../src/sass/partials/single-shared.scss */
.main-content {
  margin-bottom: 64px;
}

/* line 35, ../../src/sass/partials/single-shared.scss */
.event-header,
.person-header {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 35, ../../src/sass/partials/single-shared.scss */
  .event-header,
  .person-header {
    margin-bottom: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 24px;
  }
}
/* line 46, ../../src/sass/partials/single-shared.scss */
.event-header__image,
.person-header__image {
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 276px;
  max-height: 276px;
}
@media only screen and (min-width: 1024px) {
  /* line 46, ../../src/sass/partials/single-shared.scss */
  .event-header__image,
  .person-header__image {
    max-width: 348px;
    max-height: 348px;
    margin: 0;
  }
}
/* line 61, ../../src/sass/partials/single-shared.scss */
.event-header img,
.person-header img {
  width: 100%;
  height: 100%;
  border-radius: 999em;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  /* line 68, ../../src/sass/partials/single-shared.scss */
  .event-header__text-wrap,
  .person-header__text-wrap {
    margin-top: 16px;
  }
}

/* line 76, ../../src/sass/partials/single-shared.scss */
.tiles h3 {
  margin-bottom: 48px;
}

/* line 1, ../../src/sass/partials/topics.scss */
.topic-header {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 1, ../../src/sass/partials/topics.scss */
  .topic-header {
    margin-bottom: 72px;
  }
}
/* line 9, ../../src/sass/partials/topics.scss */
.topic-header__icon {
  width: 248px;
  height: 248px;
  border-radius: 99em;
  background: #4A4ABD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  /* line 9, ../../src/sass/partials/topics.scss */
  .topic-header__icon {
    width: 348px;
    height: 348px;
    margin: 0;
  }
}
/* line 26, ../../src/sass/partials/topics.scss */
.topic-header svg {
  width: auto;
  height: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 1024px) {
  /* line 32, ../../src/sass/partials/topics.scss */
  .topic-header__text-wrap {
    position: absolute;
    top: 7%;
    width: 53%;
    left: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 32, ../../src/sass/partials/topics.scss */
  .topic-header__text-wrap {
    width: 63%;
  }
}

@media only screen and (min-width: 1348px) {
  /* line 1, ../../src/sass/partials/events.scss */
  .event-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
/* line 7, ../../src/sass/partials/events.scss */
.event-content__sidebar {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  border: solid 1px #00aecc;
  color: #00aecc;
  padding: 20px 24px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 1348px) {
  /* line 7, ../../src/sass/partials/events.scss */
  .event-content__sidebar {
    margin-right: 32px;
    width: 285px;
    min-width: 285px;
    -webkit-align-self: flex-start;
            align-self: flex-start;
  }
}
/* line 31, ../../src/sass/partials/events.scss */
.event-content__main :first-child {
  margin-top: 0;
}
/* line 36, ../../src/sass/partials/events.scss */
.event-content__sidebar-title {
  font-size: 21px;
  font-weight: 700;
}

/* line 42, ../../src/sass/partials/events.scss */
.related-events {
  margin-top: 40px;
}
/* line 45, ../../src/sass/partials/events.scss */
.related-events__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/* line 50, ../../src/sass/partials/events.scss */
.related-events__header a {
  font-weight: 700;
  color: #FFF;
  border-bottom: solid 1px;
}

/* line 3, ../../src/sass/partials/lectures.scss */
.lecture-header__meta {
  color: #00aecc;
}
/* line 7, ../../src/sass/partials/lectures.scss */
.lecture-header .separator {
  margin: 0 8px;
}

/* line 2, ../../src/sass/partials/podcasts.scss */
.podcast-header .separator {
  margin: 0 8px;
}

/* line 3, ../../src/sass/partials/people.scss */
.related-people .person-content {
  text-align: center;
}
/* line 6, ../../src/sass/partials/people.scss */
.related-people .person-content img {
  width: 188px;
  height: 188px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 99em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 14, ../../src/sass/partials/people.scss */
.related-people .person-content .h3, .related-people .person-content h3 {
  margin: 16px 0 0;
}
/* line 18, ../../src/sass/partials/people.scss */
.related-people .person-content .h5 {
  margin: 0;
  font-weight: 400;
}
/* line 22, ../../src/sass/partials/people.scss */
.related-people .person-content p {
  color: white;
}
/* line 28, ../../src/sass/partials/people.scss */
.related-people .person-content:hover img {
  -webkit-transform: rotate(5deg);
     -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
       -o-transform: rotate(5deg);
          transform: rotate(5deg);
}
/* line 32, ../../src/sass/partials/people.scss */
.related-people .person-content:hover p {
  color: #00aecc;
}

/* line 1, ../../src/sass/partials/publications-list.scss */
.publications-list {
  margin-bottom: 128px;
}
/* line 4, ../../src/sass/partials/publications-list.scss */
.publications-list .h4, .publications-list h4, .publications-list .accordions .accordion-item h3, .accordions .accordion-item .publications-list h3 {
  margin: 1em 0 0.5em;
}
/* line 7, ../../src/sass/partials/publications-list.scss */
.publications-list .publication-title {
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 100%;
}
/* line 13, ../../src/sass/partials/publications-list.scss */
.publications-list .publication-type {
  font-size: 18px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
}
/* line 19, ../../src/sass/partials/publications-list.scss */
.publications-list .formatted-summary {
  color: #0089D8;
  margin: 1em 0 1.8em 0em;
  font-size: 16px;
}
/* line 25, ../../src/sass/partials/publications-list.scss */
.publications-list button.wp-block-button__disabled {
  background: #D0E111;
  color: #052350;
  font-weight: 400;
  font-size: 16px;
  padding: 8px 20px 8px;
  text-align: center;
  margin: 1em 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 8px 0 0px;
  white-space: nowrap;
  border-radius: 999px;
  border: none;
}
@media only screen and (min-width: 768px) {
  /* line 25, ../../src/sass/partials/publications-list.scss */
  .publications-list button.wp-block-button__disabled {
    width: auto;
  }
}
/* line 43, ../../src/sass/partials/publications-list.scss */
.publications-list button.wp-block-button__disabled.deeperblue {
  background: #2668C4;
  color: white;
}
/* line 50, ../../src/sass/partials/publications-list.scss */
.publications-list hr {
  margin: 1em 0 1.5em;
}

/* line 1, ../../src/sass/partials/social.scss */
.cpm-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 20px;
  margin: 16px 0;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 7, ../../src/sass/partials/social.scss */
.cpm-social-links .cpm-social-icon {
  background: #00aecc;
  border-radius: 99em;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
/* line 17, ../../src/sass/partials/social.scss */
.cpm-social-links .cpm-social-icon:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
/* line 22, ../../src/sass/partials/social.scss */
.cpm-social-links img {
  width: 100%;
  max-width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* line 28, ../../src/sass/partials/social.scss */
.cpm-social-links svg {
  width: 100%;
  max-width: 24px;
  height: 100%;
  max-height: 20px;
}
/* line 34, ../../src/sass/partials/social.scss */
.cpm-social-links svg path {
  fill: #052350;
}

/* line 1, ../../src/sass/partials/search.scss */
.search-results-container {
  margin-top: 120px;
  margin-bottom: 104px;
}

/* line 6, ../../src/sass/partials/search.scss */
.search-title {
  margin-bottom: 104px;
}

/* line 10, ../../src/sass/partials/search.scss */
.search-term {
  color: #D0E111;
  font-weight: 700;
}

/* line 16, ../../src/sass/partials/search.scss */
.search-result {
  margin-bottom: 32px;
}
/* line 19, ../../src/sass/partials/search.scss */
.search-result .h2, .search-result h2, .search-result .wp-block-table figcaption, .wp-block-table .search-result figcaption {
  margin-bottom: 16px;
}
/* line 23, ../../src/sass/partials/search.scss */
.search-result p {
  margin-top: 0;
}
/* line 27, ../../src/sass/partials/search.scss */
.search-result strong {
  color: #D0E111;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */