/*!
Theme Name: RenMab
Theme URI: https://www.icscreative.com/
Author: Marin Carroll for Image Conscious Studios
Author URI: https://www.icscreative.com/
Description: Custom theme based on _s for RenMab.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: renmab

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Variables
Mixins
Modules
	Normalize
	Accessibility
	Clear Floats
	_s Defaults
Typography
Elements
	Forms
Structure
	Header
	Footer
Blocks
Individual Pages

--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variables
--------------------------------------------------------------*/
/* Layout */
/* Colors */
/* Fonts */
/*60px*/
/*50px*/
/*37px*/
/*30px*/
/*22px*/
/*28px*/
/*14px*/
/*17px*/
/*23px*/
/* Misc */
/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/* Typography Mixins */
/* Flexbox Cross-Browser Support */
/*--------------------------------------------------------------
Modules
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

pre {
  font-family: "roboto-mono", "Lucida Console", monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: "roboto-mono", "Lucida Console", monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Accessibility */
.screen-reader-text,
.screen-reader-response {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus,
.screen-reader-response:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Clear Floats */
.clear:before,
.clear:after,
.single-content:before,
.single-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.single-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* _s Defaults */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

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

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

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

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "sofia-pro", Verdana, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0.75em;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

.lead {
  font-family: "sofia-pro", Verdana, sans-serif;
  line-height: 1.5;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1em;
}

h1 {
  font-size: 3.75rem;
  line-height: 1.4;
}

h2, .h2 {
  font-size: 3.125rem;
  line-height: 1.4;
}

h3, .h3 {
  font-size: 2.313rem;
  line-height: 1.4;
}

h4, .h4 {
  font-size: 1.875rem;
  line-height: 1.4;
}

h5, .h5, .lead {
  font-size: 1.75rem;
  line-height: 1.4;
}

h6, .h6 {
  font-size: 1.375rem;
  line-height: 1.4;
}

.lead-small, .is-style-lead {
  font-size: 19px;
}

p {
  margin-top: 0;
  margin-bottom: 2em;
  line-height: 1.75;
}

.accent, #secondary-nav a, .tag-bubble, dt, .is-style-accent {
  font-family: "roboto-mono", "Lucida Console", monospace;
  color: #C0ACE9;
  text-transform: uppercase;
  letter-spacing: 0.128696em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.063rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.accent-large, .feat-news .feat-primary .accent, .feat-news .feat-primary .is-style-accent, .feat-news .feat-primary dt, .feat-news .feat-primary .tag-bubble, .feat-news .feat-primary #secondary-nav a, #secondary-nav .feat-news .feat-primary a {
  font-size: 1.438rem;
}

.accent-small, .speech-info dt, #secondary-nav a {
  font-size: 0.875rem;
}

@media screen and (max-width: 1080px) {
  h1 {
    font-size: 3.125rem;
    line-height: 1.4;
  }

  h2, .h2 {
    font-size: 2.313rem;
    line-height: 1.4;
  }

  h3, .h3 {
    font-size: 1.875rem;
    line-height: 1.4;
  }

  h4, .h4 {
    font-size: 1.375rem;
    line-height: 1.4;
  }

  h5, .h5, .lead {
    font-size: 1.375rem;
    line-height: 1.4;
  }

  .accent, #secondary-nav a, .tag-bubble, dt, .is-style-accent {
    font-size: 0.875rem;
  }

  .accent-large, .feat-news .feat-primary .accent, .feat-news .feat-primary .is-style-accent, .feat-news .feat-primary dt, .feat-news .feat-primary .tag-bubble, .feat-news .feat-primary #secondary-nav a, #secondary-nav .feat-news .feat-primary a {
    font-size: 1.063rem;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2.313rem;
    line-height: 1.4;
  }
}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
body {
  font-family: "neuzeit-grotesk", Tahoma, sans-serif;
  font-weight: 400;
  line-height: 1.875;
  text-transform: none;
  letter-spacing: 0;
  background-color: #fff;
}

a {
  color: #15173E;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  border-bottom: 2px solid #15173E;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a.accent, #secondary-nav a, a.tag-bubble, a.is-style-accent {
  border: none;
}

dd, dt, dl {
  margin: 0;
}

::-moz-selection {
  background-color: #E3D5FF;
}

::selection {
  background-color: #E3D5FF;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: none;
  counter-reset: li;
}

li {
  margin-bottom: 1.5em;
}

li:before {
  display: inline-block;
  margin-right: 30px;
}

ul li:before {
  content: "";
  height: 8px;
  width: 8px;
  margin-left: -38px;
  text-align: right;
  background-image: linear-gradient(225deg, #FF8B68 0%, #FF5384 95%);
  border-radius: 50%;
}

ol li {
  counter-increment: li;
}

ol li:before {
  width: 20px;
  margin-left: -50px;
  content: counter(li) ".";
  background: linear-gradient(225deg, #FF8B68 0%, #FF5384 95%) no-repeat top left/cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bolder;
}

button,
.button,
.popupaoc-link,
#cn-accept-cookie,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button__link {
  display: inline-block;
  cursor: pointer;
  border: none;
  position: relative;
  line-height: 70px;
  padding: 0 2.143em;
  background-image: linear-gradient(225deg, #FF8B68 0%, #FF5384 95%);
  background-color: #FFAD94;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #fff;
  font-family: "sofia-pro", Verdana, sans-serif;
  border-radius: 99999px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.156875em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 300ms ease-out;
}
button:active, button:hover, button:focus,
.button:active,
.popupaoc-link:active,
#cn-accept-cookie:active,
.button:hover,
.popupaoc-link:hover,
#cn-accept-cookie:hover,
.button:focus,
.popupaoc-link:focus,
#cn-accept-cookie:focus,
input[type=button]:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:hover,
input[type=submit]:focus,
.wp-block-button__link:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  border: none;
  background-image: none;
}
button span,
.button span,
.popupaoc-link span,
#cn-accept-cookie span,
input[type=button] span,
input[type=reset] span,
input[type=submit] span,
.wp-block-button__link span {
  font-size: 42px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
  margin-right: -0.6em;
  margin-left: 0.35em;
}

button:disabled,
input[type=button]:disabled {
  pointer-events: none;
  background: #ebeaea;
  color: #c0bebe;
}

.wp-block-button.is-style-disabled .wp-block-button__link {
  opacity: 0.5;
  pointer-events: none;
}

.is-style-arrow .wp-block-button__link:after {
  font-family: "icomoon";
  content: "\e90b";
  font-size: 42px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
  margin-right: -0.74em;
  margin-left: 0.35em;
}

.is-style-small .wp-block-button__link {
  font-size: 0.875rem;
  line-height: 50px;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.wp-block-button {
  margin: 0;
}

.wp-block-button .has-yellow-background-color,
.button-secondary,
.button-white,
#cn-accept-cookie {
  background: #FDC200;
  border: 3px solid transparent;
  color: #15173E;
  box-shadow: 0 0 21px 0 rgba(61, 128, 223, 0.48);
}
.wp-block-button .has-yellow-background-color:active, .wp-block-button .has-yellow-background-color:hover, .wp-block-button .has-yellow-background-color:focus,
.button-secondary:active,
.button-secondary:hover,
.button-secondary:focus,
.button-white:active,
#cn-accept-cookie:active,
.button-white:hover,
#cn-accept-cookie:hover,
.button-white:focus,
#cn-accept-cookie:focus {
  color: #fff;
  border: 3px solid #FDC200;
  background-color: transparent;
  box-shadow: none;
}

.wp-block-button.is-style-underline .wp-block-button__link {
  background: none;
  border-radius: 0;
  border-bottom: 3px solid;
  padding: 0;
  line-height: 2.6;
  border-color: #FDC200;
}

hr {
  border-style: none;
  border-bottom: 3px solid #EEE8FB;
  margin-bottom: 1.875em;
}

.bubble {
  position: relative;
  background: #f7f7f7;
  color: #c0bebe;
  font-size: 38px;
  padding: 7px;
  border-radius: 50%;
  transition: 300ms ease-out;
}

.bubble-small {
  font-size: 33px;
  padding: 5px;
}

@media screen and (max-width: 800px) {
  .bubble {
    font-size: 33px;
    padding: 5px;
  }
}
.tag-bubble {
  color: #c0bebe;
  border: none;
  display: flex;
  align-items: center;
  transition: 300ms ease-out;
}
.tag-bubble:hover {
  border: none;
  color: #C0ACE9;
}
.tag-bubble .bubble {
  position: relative;
  margin-left: 1rem;
  transition: inherit;
}
.tag-bubble:hover .bubble {
  color: #C0ACE9;
  background: #E3D5FF;
}

.tag-reverse .bubble {
  margin-left: 0;
  margin-right: 1rem;
}

button.tag-bubble {
  background-color: transparent;
  padding: 0;
}
button.tag-bubble span {
  margin-right: 0;
}

a.bubble {
  border: none;
}

a.bubble:hover,
a .bubble:hover {
  color: #C0ACE9;
  background: #E3D5FF;
}

.page-header,
.section-header {
  border-bottom: 3px solid #EEE8FB;
  width: 100%;
  margin-bottom: 6.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-header {
  padding-top: 1.25em;
}

.section-header h2 {
  margin-right: 7.4%;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input.popupaoc-link, .gform_wrapper .gform_footer input#cn-accept-cookie, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input.popupaoc-link, .gform_wrapper .gform_page_footer input#cn-accept-cookie, .gform_wrapper .gform_page_footer input[type=submit] {
  width: auto !important;
}

@media screen and (max-width: 1080px) {
  button,
.button,
.popupaoc-link,
#cn-accept-cookie,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button__link {
    font-size: 1.25rem;
    line-height: 65px;
  }

  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input.popupaoc-link, .gform_wrapper .gform_footer input#cn-accept-cookie, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input.popupaoc-link, .gform_wrapper .gform_page_footer input#cn-accept-cookie, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1.25rem !important;
    line-height: 65px !important;
  }
}
/*Cookie Policy */
#cookie-notice {
  font-family: "roboto-mono", "Lucida Console", monospace;
  color: #C0ACE9;
  text-transform: uppercase;
  letter-spacing: 0.128696em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
}

#cookie-notice .cn-button {
  font-size: 12px;
  line-height: 3.5;
}
#cookie-notice .cn-button:hover {
  box-shadow: none;
}

@media screen and (max-width: 800px) {
  .section-header,
.page-header {
    margin-bottom: 3.125em;
    flex-wrap: wrap;
  }

  .page-header {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  button,
.button,
.popupaoc-link,
#cn-accept-cookie,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button__link {
    font-size: 0.875rem;
    line-height: 50px;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  button:not(.searchsubmit) [class^=icon-], button [class*=" icon-"],
.button:not(.searchsubmit) [class^=icon-],
.popupaoc-link:not(.searchsubmit) [class^=icon-],
#cn-accept-cookie:not(.searchsubmit) [class^=icon-],
.button [class*=" icon-"],
.popupaoc-link [class*=" icon-"],
#cn-accept-cookie [class*=" icon-"],
input[type=button]:not(.searchsubmit) [class^=icon-],
input[type=button] [class*=" icon-"],
input[type=reset]:not(.searchsubmit) [class^=icon-],
input[type=reset] [class*=" icon-"],
input[type=submit]:not(.searchsubmit) [class^=icon-],
input[type=submit] [class*=" icon-"],
.wp-block-button__link:not(.searchsubmit) [class^=icon-],
.wp-block-button__link [class*=" icon-"] {
    font-size: 22px;
    margin-left: 0.2em;
    margin-top: -5px;
    margin-right: -0.5em;
  }

  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input.popupaoc-link, .gform_wrapper .gform_footer input#cn-accept-cookie, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input.popupaoc-link, .gform_wrapper .gform_page_footer input#cn-accept-cookie, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 0.875rem !important;
    line-height: 50px !important;
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .is-style-arrow .wp-block-button__link:after {
    font-size: 22px;
    margin-left: 0.2em;
    margin-top: -5px;
    margin-right: -0.5em;
  }
}
/* Art */
.sphere {
  position: relative;
}
.sphere img {
  max-width: none;
  position: absolute;
  width: 163%;
  left: -32%;
  top: -32%;
  height: 163%;
}

.art {
  width: 100%;
  padding-top: 100%;
  background-color: #f7f7f7;
  border-radius: 50%;
  position: relative;
}
.art span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.hero.has-vid .hero-art {
  position: relative;
}

/* Icons */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?guv3tf");
  src: url("fonts/icomoon.eot?guv3tf#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?guv3tf") format("truetype"), url("fonts/icomoon.woff?guv3tf") format("woff"), url("fonts/icomoon.svg?guv3tf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e90e";
}

.icon-close:before {
  content: "\e90f";
}

.icon-check:before {
  content: "\e900";
}

.icon-download:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-poster:before {
  content: "\e903";
}

.icon-larr:before {
  content: "\e904";
}

.icon-linkedin:before {
  content: "\e905";
}

.icon-minus:before {
  content: "\e906";
}

.icon-out:before {
  content: "\e907";
}

.icon-brochure:before {
  content: "\e908";
}

.icon-play:before {
  content: "\e909";
}

.icon-plus:before {
  content: "\e90a";
}

.icon-rarr:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-youtube:before {
  content: "\e90d";
}

.icon-hamburger:before {
  content: "\e910";
}

.icon-webinar:before {
  content: "";
  width: 45px;
  height: 45px;
  background: url(img/icon-webinar.svg) no-repeat center/contain;
}

.icon-publication:before {
  content: "";
  width: 61px;
  height: 61px;
  background: url(img/icon-publication.svg) no-repeat center/contain;
}

/* Forms */
select,
input[type=text],
input[type=search],
input[type=email],
textarea {
  background-color: #EEE8FB;
  border: none;
  border-radius: 14px;
  font-size: 1.2rem;
  padding: 0.8rem;
  line-height: 2;
  width: 100%;
  color: #15173E;
  font-weight: 500;
  transition: 300ms ease-out;
}
select::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #C0ACE9;
}
select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 300;
  color: #C0ACE9;
}
select:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #C0ACE9;
}
select::placeholder,
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  font-weight: 300;
  color: #C0ACE9;
}
select:focus,
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 2px 22px 0 rgba(61, 128, 223, 0.35);
  background-color: white;
}

label select,
label input[type=text],
label input[type=search],
label input[type=email],
label textarea {
  font-family: "neuzeit-grotesk", Tahoma, sans-serif;
  font-weight: 400;
  line-height: 1.875;
  text-transform: none;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  label select,
label input[type=text],
label input[type=search],
label input[type=email],
label textarea {
    font-size: 14px;
  }
}

.post-type-archive-pi-knockouts select,
.post-type-archive-pi-knockouts input[type=text],
.post-type-archive-pi-knockouts input[type=search],
.post-type-archive-pi-knockouts input[type=email],
.post-type-archive-pi-knockouts textarea {
  padding: 0.5rem;
  border-radius: 5px;
}
.post-type-archive-pi-knockouts label {
  margin: 0;
}

form {
  text-align: left;
}

.search {
  position: relative;
  display: flex;
  align-items: center;
}

.search input[type=text] {
  padding-right: 52px;
}

button.searchsubmit {
  background: transparent;
  padding: 0;
  font-size: 43px;
  position: absolute;
  line-height: 0.75;
  right: 33px;
  color: #C0ACE9;
}
button.searchsubmit span {
  position: relative;
  margin-left: 0;
}
button.searchsubmit:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.searchquery {
  color: #15173E;
}

label,
.ko-filters h4 {
  font-family: "roboto-mono", "Lucida Console", monospace;
  color: #C0ACE9;
  text-transform: uppercase;
  letter-spacing: 0.128696em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  margin-left: 14px;
  line-height: 1;
}
label.focus,
.ko-filters h4.focus {
  color: #C0ACE9;
}

label + .required {
  color: #FFAD94;
  margin-left: 2px;
}

label.required {
  color: #FFAD94;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("img/darr.svg");
  background-repeat: no-repeat;
  background-position: center right 1rem;
}
select:focus {
  background-image: url("img/darr-blue.svg");
}

.wpcf7 h3 {
  text-align: center;
}

.checkbox,
.wpcf7-list-item {
  position: relative;
  display: inline-block;
  margin: 0 2.75rem 1rem 0;
}

.wpcf7-list-item input,
.checkbox input {
  opacity: 0;
  width: 1.938rem;
  height: 1.938rem;
  margin-right: 13px;
}

.wpcf7-list-item-label,
.checkbox label {
  font-family: "sofia-pro", Verdana, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  letter-spacing: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 1.063rem;
  line-height: 2.824;
  margin-left: 0;
}

.wpcf7-list-item-label:before,
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 0.2580645161em;
}

.wpcf7-list-item-label:before,
.checkbox label:before {
  width: 1.938rem;
  height: 1.938rem;
  top: 0.5rem;
  background-color: #E3D5FF;
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
  pointer-events: none;
}

.checkbox input:checked + label,
.wpcf7-list-item input:checked + .wpcf7-list-item-label {
  font-weight: 500;
}
.checkbox input:checked + label:after,
.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  font-family: "icomoon";
  content: "\e900";
  color: #15173E;
  position: absolute;
}

.checkbox input:checked + label:after,
.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  top: 0.5rem;
  left: 0.15rem;
  line-height: 1.15;
  font-size: 1.938rem;
}

#filter {
  padding: 1em 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

#filter .wrapper, #filter .wp-block-columns, #filter .wpcf7,
#filter .flex-parent,
#filter-content {
  height: 100%;
}

#filter-toggle {
  display: none;
  background: none;
  padding: 0;
}

#filter .flex-parent {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

#filter .search {
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 0 auto;
  max-width: 460px;
}

#filter.sticky {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  background-color: #fff;
}

#filter.sticky + .page-content {
  padding-top: 6.25em;
}

.searchresults {
  white-space: normal;
}

.searchresults .icon-close {
  margin-left: 15px;
}

.wpcf7:before {
  content: "";
  display: block;
  height: 150px;
  margin: -100px 0 -40px;
}

.wpcf7-response-output {
  text-align: center;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: bolder;
  max-width: 550px;
}

.wpcf7-validation-errors {
  background-color: #FFAD94;
  background: linear-gradient(225deg, #FF8B68 0%, #FF5384 95%) no-repeat top left/cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding: 20px 30px;
  margin: 0.3125em auto 1.875em;
}

.wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  background: linear-gradient(225deg, #FF8B68 0%, #FF5384 95%) no-repeat top left/cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 14px;
  margin-top: 1px;
}

input[type=submit].wpcf7-submit,
.wpcf7 .button,
.wpcf7 .popupaoc-link,
.wpcf7 #cn-accept-cookie {
  display: block;
  margin: 2.5em auto 0;
}

.wpcf7 {
  max-width: 650px !important;
}

.wpcf7-form p {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1000px) {
  #filter {
    min-height: 4.6875em;
    padding: 1.5625em 0;
  }

  #filter-toggle {
    margin: 0;
  }

  #filter.sticky + .page-content {
    padding-top: 4.6875em;
  }

  #filter-content {
    display: none;
    opacity: 0;
    margin-top: 1.875em;
  }

  #filter-toggle {
    display: flex;
  }

  #filter .search,
#filter .checkboxes {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 1001px) {
  #filter .checkbox {
    margin-bottom: 0;
  }
}
/* Forms */
.popupaoc-link:after {
  content: "\e909";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 42px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
  margin-right: -0.74em;
  margin-left: 0.35em;
}

.paoc-popup-modal-cnt {
  padding: 0;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.paoc-popup-modal-cnt iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .popupaoc-link:after {
    font-size: 22px;
    margin-left: 0.2em;
    margin-top: -5px;
    margin-right: -0.5em;
  }
}
.custombox-fullscreen .paoc-popup-close {
  top: 20px;
  right: 20px;
}

.paoc-popup-close {
  background-image: none;
}
.paoc-popup-close:hover {
  border: none;
}
.paoc-popup-close:after {
  border-radius: 50%;
  margin-left: -28px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  color: #fff;
  content: "\e90f";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 42px;
  display: inline-block;
  vertical-align: middle;
}

/* Colorways */
.site {
  background: linear-gradient(132deg, #172251 0%, #091429 100%);
}

/* Light Mode */
.archive .dark-logo, .blog .dark-logo,
.single-ko-knockouts .dark-logo, .single-post .dark-logo, .single-events .dark-logo {
  display: block;
}
.archive .light-logo, .blog .light-logo,
.single-ko-knockouts .light-logo, .single-post .light-logo, .single-events .light-logo {
  display: none;
}
.archive .site-description, .blog .site-description,
.single-ko-knockouts .site-description, .single-post .site-description, .single-events .site-description {
  color: #8E8B8A;
}
.archive #primary-nav > li > a, .blog #primary-nav > li > a,
.single-ko-knockouts #primary-nav > li > a, .single-post #primary-nav > li > a, .single-events #primary-nav > li > a {
  background: linear-gradient(270deg, #022C77 2%, #031220 100%) no-repeat top left/cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.archive #secondary-nav a, .blog #secondary-nav a,
.single-ko-knockouts #secondary-nav a, .single-post #secondary-nav a, .single-events #secondary-nav a {
  color: #C0ACE9;
}
.archive .site, .blog .site,
.single-ko-knockouts .site, .single-post .site, .single-events .site {
  background: #fff;
}

.post-type-archive-resources .site,
.post-type-archive-resources #main {
  background: #f7f7f7;
}

.post-type-archive-resources #main .page-header {
  border-color: #ebeaea;
}

h1 {
  color: #E3D5FF;
  text-shadow: 0 0 22px rgba(154, 115, 226, 0.75);
}

h2,
h3,
h4,
p.is-style-lead {
  color: #fff;
}

p, li {
  color: #E3D5FF;
}

.has-white-background-color {
  background-color: #fff;
  border-color: #E3D5FF;
}

.wp-block-group.has-white-background-color {
  position: relative;
}

.wp-block-group.has-white-background-color:before {
  content: "";
  position: absolute;
  top: -57px;
  min-width: 1000px;
  left: 0;
  height: 58px;
  width: 100%;
  background: url(img/wav1_white.svg) no-repeat bottom center/cover;
}

.has-white-background-color h1 {
  text-shadow: none;
}

.has-white-background-color h2,
.has-white-background-color .h2,
.has-white-background-color h1,
.has-white-background-color .h1,
.has-white-background-color h3,
.has-white-background-color .h3,
.has-white-background-color h4,
.has-white-background-color .h4 {
  background: linear-gradient(270deg, #022C77 2%, #031220 100%) no-repeat top left/cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.has-white-background-color h1.is-style-accent, .has-white-background-color h1.accent-style, .has-white-background-color h2.is-style-accent, .has-white-background-color h2.accent-style, .has-white-background-color h3.is-style-accent, .has-white-background-color h3.accent-style, .has-white-background-color h4.is-style-accent, .has-white-background-color h4.accent-style, .has-white-background-color h5.is-style-accent, .has-white-background-color h5.accent-style, .has-white-background-color h6.is-style-accent, .has-white-background-color h6.accent-style {
  color: #C0ACE9;
}

.has-white-background-color p,
.has-white-background-color li,
.has-white-background-color p.is-style-lead {
  color: #8E8B8A;
}

.has-white-background-color .wp-block-button .has-yellow-background-color:active, .has-white-background-color .wp-block-button .has-yellow-background-color:hover, .has-white-background-color .wp-block-button .has-yellow-background-color:focus,
.has-white-background-color .button-white:active,
.has-white-background-color #cn-accept-cookie:active,
.has-white-background-color .button-white:hover,
.has-white-background-color #cn-accept-cookie:hover,
.has-white-background-color .button-white:focus,
.has-white-background-color #cn-accept-cookie:focus {
  color: #15173E;
}

.has-white-background-color .section-header,
.has-white-background-color .page-header,
.has-white-background-color hr {
  border-color: #E3D5FF;
}

.bg-beige .section-header {
  border-color: #ebeaea;
}

.has-white-background-color li:before {
  color: #C0ACE9;
}

.has-white-background-color .site-description,
.has-white-background-color .lead {
  color: #C0ACE9;
}

.has-white-background-color .tag-bubble {
  color: #C0ACE9;
}

.has-white-background-color .bubble {
  background-color: #E3D5FF;
  color: #C0ACE9;
}

.has-white-background-color a.bubble:hover,
.has-white-background-color .tag-bubble:hover .bubble {
  background-color: #C0ACE9;
  color: #E3D5FF;
}

.has-white-background-color button:disabled,
.has-white-background-color input[type=button]:disabled {
  background-color: #E3D5FF;
  color: #C0ACE9;
}

.bg-beige {
  background-color: #f7f7f7;
}

.bg-beige .tag-bubble:hover {
  color: #c0bebe;
}

.bg-beige .bubble {
  background-color: #ebeaea;
}

.bg-beige a.bubble:hover,
.bg-beige .tag-bubble:hover .bubble {
  background-color: #c0bebe;
  color: #f7f7f7;
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/
.site {
  overflow-x: hidden;
  z-index: 0;
  position: relative;
}

.wrapper, .wp-block-columns, .wpcf7 {
  max-width: 1180px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.flex-parent {
  display: flex;
}

.flex-half {
  flex-basis: 50%;
}

.flex-half:first-child {
  padding-right: 3.7%;
}

.wp-block-group.has-background:last-child {
  padding-bottom: 185px;
  margin-bottom: -55px;
}

.wp-block-group.has-background {
  padding-top: 5em;
}

.wp-block-group.is-style-offset {
  margin-top: 355px;
  padding-top: 0;
}

.is-style-offset .wp-block-group__inner-container {
  position: relative;
  top: -211px;
  margin-bottom: -211px;
}

.wp-block-column {
  margin-right: 3.7%;
}

.flex-half:last-child {
  padding-left: 3.7%;
}

.wp-block-column:not(:first-child) {
  margin-left: 3.7%;
}

.wp-block-column:last-child {
  margin-right: 0;
}

.wp-block-columns {
  justify-content: space-around;
}

.updated:not(.published) {
  display: none;
}

.wp-block-column .single-sidebar {
  height: 100%;
  z-index: 1;
}

.two-up .wp-block-column {
  max-width: 460px;
}

.not-found {
  padding-bottom: 9.375em;
}

p:empty,
br[data-mce-bogus="1"] {
  display: none;
}

@media screen and (max-width: 800px) {
  .wp-block-group.has-background {
    padding-top: 2.5em;
  }

  .wp-block-group.is-style-offset {
    margin-top: 300px;
    padding-top: 0;
  }

  .wp-block-group.has-background:last-child {
    padding-bottom: 150px;
  }

  .is-style-offset .wp-block-group__inner-container {
    position: relative;
    top: -211px;
    margin-bottom: -140px;
  }

  .wp-block-columns {
    flex-wrap: wrap;
  }

  .wp-block-image {
    margin: 0;
  }

  .wp-block-image img {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-column > * {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-half:first-child,
.flex-half:last-child,
.wp-block-column,
.wp-block-column:not(:first-child) {
    flex-basis: 100%;
    min-width: 100%;
    margin: 0;
  }

  .wp-block-column:not(:last-child) {
    margin-bottom: 2.5em;
  }
}
/* Header */
.site-header {
  padding-top: 2.625em;
  padding-bottom: 3.75em;
  position: relative;
  z-index: 3;
}

.site-header a {
  border: none;
}

.site-header .site-branding {
  flex-basis: 40%;
  line-height: 0;
  min-width: 180px;
}

.site-branding .logo {
  max-width: 220px;
  width: 80%;
}

.dark-logo {
  display: none;
}

.site-description {
  font-family: "sofia-pro", Verdana, sans-serif;
  line-height: 1.5;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #C0ACE9;
  margin: 0;
  line-height: 1.4;
  font-size: 0.875em;
}

.main-navigation,
.menu-mini-navigation-container,
.menu-main-navigation-container,
.main-navigation .menu {
  width: 100%;
}

.main-navigation {
  position: relative;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
}

.main-navigation .menu {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-end;
}

.menu-mini-navigation-container {
  order: -1;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#primary-nav {
  position: relative;
  right: -23px;
}

#primary-nav li {
  padding: 10px 23px 15px;
  border-radius: 10px 10px 0 0;
  white-space: nowrap;
}

#primary-nav a {
  white-space: nowrap;
  font-family: "sofia-pro", Verdana, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.375rem;
  line-height: 1.4;
  display: inline-block;
  color: #E3D5FF;
}

#secondary-nav li {
  margin-left: 5%;
}

#secondary-nav a {
  color: #E3D5FF;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover,
.menu-item-has-children.focus {
  background: #EEE8FB;
}

#primary-nav .menu-item-has-children .sub-menu a {
  color: #15173E;
}

#primary-nav .sub-menu {
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  z-index: 99999;
  background-color: #EEE8FB;
  border-radius: 0 6px 6px 6px;
  width: 300px;
}

.sub-menu .sub {
  font-family: "roboto-mono", "Lucida Console", monospace;
  color: #C0ACE9;
  text-transform: uppercase;
  letter-spacing: 0.128696em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 1.3;
  display: block;
  white-space: normal;
  margin-top: 8px;
}

#primary-nav li:hover > .sub-menu,
#primary-nav li.focus > .sub-menu {
  display: block;
}

#primary-nav .sub-menu li {
  line-height: 3;
  margin: 20px 23px 35px;
  padding: 0;
  border-radius: 0;
  float: none;
}

#primary-nav .sub-menu a {
  display: block;
  font-size: 19px;
}

.main-navigation li {
  float: left;
  margin: 0;
}
.main-navigation li:before {
  display: none;
}

/* Small menu. */
.menu-toggle {
  padding: 0;
  background: transparent;
  line-height: 0;
}
.menu-toggle span {
  background-color: #E3D5FF;
  color: #C0ACE9;
  font-size: 44px;
  margin: 0;
  width: 55px;
  height: 55px;
}

.main-navigation div {
  display: none;
}

.menu-toggle,
.main-navigation.toggled div {
  display: block;
}

.main-navigation.toggled .menu-toggle span:before {
  content: "\e90f";
}

.sub-menu-bttn {
  color: #C0ACE9;
  background-color: transparent;
  margin-left: 0.25em;
  position: relative;
}
.sub-menu-bttn:hover {
  background-color: transparent;
}

#primary-nav .highlight a {
  background: none;
  color: #F9865D;
  border-bottom: 3px solid;
  padding-bottom: 2px;
}

@media screen and (max-width: 1080px) {
  #primary-nav a {
    font-size: 1.125rem;
  }

  #primary-nav {
    right: -13px;
  }

  #primary-nav li {
    padding: 8px 13px;
  }

  #primary-nav .sub-menu a {
    font-size: 17px;
  }
}
@media screen and (max-width: 800px) {
  .site-header {
    padding: 1rem 0 3rem;
  }

  .site-header .site-branding {
    flex-basis: 100%;
    max-width: 230px;
  }

  .main-navigation {
    width: auto;
    margin-left: auto;
    position: fixed;
    justify-content: center;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .main-navigation.toggled {
    width: 100vw;
    min-height: 100vh;
    overflow: scroll;
    background: linear-gradient(270deg, #022C77 2%, #031220 100%);
  }

  .menu-item-has-children:hover,
.menu-item-has-children.focus {
    background: transparent;
  }

  #primary-nav .sub-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    border-top-left-radius: 6px;
    left: 20px;
    opacity: 0;
    transition: max-height 0.7s, opacity 0.7s;
  }

  #primary-nav .sub-menu li {
    float: none;
    background: transparent;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  #primary-nav li.toggled .sub-menu {
    opacity: 1;
  }

  #primary-nav li.toggled .sub-menu-bttn:before {
    content: "\e906";
  }

  .main-navigation div {
    margin-top: 10%;
  }

  #primary-nav,
#secondary-nav {
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
  }

  .menu-mini-navigation-container {
    order: 0;
  }

  .menu-toggle {
    position: fixed;
    right: 1.25rem;
    top: 1.25rem;
  }

  #primary-nav a {
    font-size: 1.875rem;
    line-height: 1.4;
  }

  #primary-nav li {
    margin-bottom: 1em;
  }

  #secondary-nav a {
    font-size: 1.438rem;
  }

  #secondary-nav li {
    margin-bottom: 2em;
  }

  .sub-menu-bttn {
    line-height: 0;
    padding: 2px;
    bottom: -4px;
  }
  .sub-menu-bttn:before {
    display: inline-block;
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 600px) {
  #primary-nav a {
    font-size: 1.375rem;
    line-height: 1.4;
  }

  #primary-nav li {
    margin-bottom: 1em;
  }

  #secondary-nav a {
    font-size: 1.063rem;
  }

  #secondary-nav li {
    margin-bottom: 0.75em;
  }

  .menu-toggle {
    top: 0.7rem;
  }
}
@media screen and (min-width: 801px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation div {
    display: block;
  }

  .sub-menu-bttn {
    font-size: inherit;
    padding: 0;
    background: transparent;
    margin-left: 3px;
    bottom: -2px;
  }

  #primary-nav .menu-item-has-children:hover a {
    color: #15173E;
  }
}
/* Footer */
.site-footer {
  color: #EEE8FB;
  padding: 8.625em 0 5em;
  position: relative;
  z-index: 2;
  top: -7px;
}
.site-footer:before {
  content: "";
  position: absolute;
  min-width: 1200px;
  -webkit-clip-path: url(#wave);
          clip-path: url(#wave);
  top: 0;
  height: 100%;
  width: 100%;
  background: url(img/footer-bg.png) no-repeat center/cover;
}

.footer-clip {
  position: absolute;
  width: 0;
  height: 0;
}

.site-footer .wrapper, .site-footer .wpcf7, .site-footer .wp-block-columns {
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}

.licensing-footer {
  min-width: 100%;
  text-align: center;
  margin: 0.625em auto 6.25em;
}

.footer-col {
  max-width: 33.3333333333%;
  padding-right: 3.7%;
}
.footer-col:last-of-type {
  padding-right: 0;
  text-align: right;
}

.site-footer h2 {
  color: #E3D5FF;
  text-shadow: 0 0 23px rgba(80, 167, 253, 0.66);
}

.site-footer h4 {
  margin-bottom: 1.6875em;
}

.site-footer p {
  color: #fff;
  font-size: 0.875em;
  margin-bottom: 1.25em;
}

.site-footer .menu {
  padding: 0;
  margin: 1.5em 0 0;
}

.site-footer img {
  width: 100%;
  max-width: 335px !important;
}

.site-footer li {
  display: inline-block;
  margin-left: 5%;
}
.site-footer li:before {
  display: none;
}
.site-footer li:first-of-type {
  margin-left: 0;
}

.site-footer li a {
  display: inline-block;
}
.site-footer li a:hover {
  border: none;
}

.site-footer [class^=icon-],
.site-footer [class*=" icon-"] {
  color: #C0ACE9;
  font-size: 44px;
}

.site-footer .widget .wp-block-buttons {
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .site-footer {
    padding: 5.125em 0 2.5em;
    top: -20px;
  }

  .site-footer .flex-parent {
    justify-content: space-evenly;
  }

  .licensing-footer {
    margin-bottom: 5.625em;
  }

  .footer-col {
    max-width: 100%;
    flex-basis: 40%;
    text-align: center;
    padding: 0;
    margin-bottom: 2.5em;
  }
  .footer-col:last-of-type {
    flex-basis: 100%;
    text-align: center;
  }

  .site-footer .widget .wp-block-buttons {
    margin-top: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    flex-basis: 100%;
  }

  .licensing-footer {
    margin: 0 auto 3.75em;
  }
}
/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/
.updated:not(.published) {
  display: none;
}

.entry-title a {
  font-weight: inherit;
  border: none;
}

a.post-thumbnail {
  display: block;
  border: none;
}

.type-post .post-thumbnail,
.type-events .post-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.type-post .post-thumbnail svg,
.type-events .post-thumbnail svg {
  width: 100%;
  min-height: 100%;
  height: auto;
  display: block;
}

/* Single Posts */
.single article {
  margin-bottom: 6.25em;
}

.single-header {
  width: 100%;
  padding-top: 4.375em;
  padding-bottom: 7.5em;
  position: relative;
}

.single .header-content,
.sticky-resource .header-content {
  border-radius: 10px;
  padding: 4.625%;
}

.single-post .single-header:after,
.single-events .single-header:after {
  content: "";
  background: url("img/duoblob.svg") no-repeat center/contain;
  position: absolute;
  right: -20%;
  top: 0;
  width: 70%;
  height: 90%;
  z-index: -1;
}

.single-post .header-img,
.single-events .header-img {
  flex-basis: 58.3333333333%;
  position: relative;
}

.single-post .header-content,
.single-events .header-content {
  flex-basis: 58.3333333333%;
  align-self: center;
  margin: 3.7% 0 3.7% -16.6666666667%;
  z-index: 1;
}

.single .post .entry-title {
  margin: 0;
}

.single-content-wrap {
  position: relative;
}

.single .single-content {
  flex-basis: 58.3333333333%;
  padding-right: 3.7%;
}

.single-content-wrap .flex-parent {
  flex-wrap: wrap;
}

.single-sidebar {
  flex-basis: 41.6666666667%;
  padding-left: 3.7%;
  position: relative;
  text-align: center;
  z-index: 1;
}

.single-sidebar.intake {
  border-left: 3px solid #EEE8FB;
}

.single-sidebar .gform_wrapper {
  width: 100%;
  margin-top: 3em !important;
}

.share-buttons {
  width: 16.875em;
  padding-top: 1.25em;
  margin-top: 1.25em;
  margin-bottom: 4.375em;
  border-top: 3px solid #EEE8FB;
}

.share-buttons a {
  display: inline-block;
  border: none;
  color: #E3D5FF;
  background-color: #C0ACE9;
  border-radius: 50%;
  height: 43px;
  width: 43px;
  line-height: 0;
  margin-top: 10px;
  font-size: 44px;
  margin-right: 30px;
  transition: 300ms ease-out;
}
.share-buttons a:hover {
  background-color: #E3D5FF;
  color: #C0ACE9;
}
.share-buttons a span {
  margin-left: -0.25px;
}

/* Archive Posts */
.hfeed article {
  display: flex;
  flex-wrap: wrap;
  margin: 5em 0;
}

#filter.sticky + .page-content {
  padding-top: 100px;
}

.archive-img {
  flex-basis: 41.6666666667%;
}

.archive-content {
  flex-basis: 58.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5.55%;
}

.archive-content p {
  margin-bottom: 1em;
}

.blog .page-header {
  margin-bottom: 1.875em;
}

.load-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 6.25em auto;
  justify-content: center;
}

.load-buttons button {
  margin: 0 3.7% 2.5em;
  display: inline;
}

@media screen and (max-width: 800px) {
  .blog .page-header {
    margin-bottom: 0.25rem;
  }

  .hfeed article {
    margin: 2.5em auto 0;
    max-width: 500px;
  }

  .single-post .single-header:after,
.single-events .single-header:after {
    background-size: contain;
    width: 100%;
    background-position: top center;
  }

  .archive-img,
.archive-content,
.single-post .header-img,
.single-post .header-content,
.single-events .header-img,
.single-events .header-content {
    flex-basis: 100%;
  }

  .single-sidebar.intake {
    margin-top: 3.125em;
    border: none;
  }

  .single-header {
    padding-top: 1.25rem;
    padding-bottom: 2em;
  }

  .single-header .flex-parent {
    flex-wrap: wrap;
  }

  .single-post .header-content,
.single-events .header-content {
    margin: 1.875em 0 0 0;
    padding: 0;
    background: none;
  }

  .archive-content {
    padding: 1.875em 0 0;
  }

  .single .single-content,
.single-sidebar {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .single-sidebar .licensing-cta {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5em;
  }

  .load-buttons {
    margin-top: 3.125em;
    margin-bottom: 3.125em;
  }

  .load-buttons button {
    display: block;
  }
}
/* Events */
img.size-thumb-event {
  border-bottom-right-radius: 0;
}

.speech-info {
  flex-wrap: wrap;
}

.speech-info dt {
  flex-basis: 14.2857142857%;
  min-width: 14.2857142857%;
  line-height: 1;
  text-align: right;
  line-height: 2.4;
}

.speech-info dd {
  flex-basis: 85.7142857143%;
  padding: 0 0 2rem 9%;
}

.speech-info h2,
.speech-info h3 {
  margin: 0;
}

.dt-speaker,
.speaker-tag {
  display: flex;
  align-items: center;
}

.dt-speaker {
  justify-content: flex-end;
}

.single-events .speaker-tag {
  margin-left: -20px;
}

.speaker-tag {
  position: relative;
}

.speaker-tag svg {
  z-index: 1;
  min-width: 110px;
  height: 110px;
  width: 110px;
  position: absolute;
}

.speaker-info {
  flex-basis: 100%;
  max-width: 100%;
  margin-left: 55px;
  padding: 1.2em 1em 1.2em 75px;
}

.speaker-info p {
  line-height: 1.4;
}

.speaker-name {
  background: linear-gradient(270deg, #022C77 2%, #031220 100%) no-repeat top left/cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0.25em;
}

.speaker-title {
  font-style: italic;
  font-size: 0.875rem;
  color: #C0ACE9;
  margin-bottom: 0;
}

.speech-date {
  color: #8E8B8A;
  margin: 0;
  line-height: 2;
}

.type-events .archive-img {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.archive-img .speaker-tag {
  margin-top: -1.5em;
  margin-left: -2.5em;
}

.archive-img .speaker-info {
  border-radius: 0 0 5px 0;
  background-color: #E3D5FF;
}

.location {
  width: 100%;
  border-top: 3px solid #EEE8FB;
  padding-top: 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.location p {
  line-height: 1.6;
  padding-right: 5%;
}

@media screen and (max-width: 1080px) {
  .speaker-tag svg {
    min-width: 90px;
    width: 90px;
    height: 90px;
  }

  .archive-img .speaker-info {
    padding: 0.85em 0.85em 0.85em 45px;
  }

  .archive-img .speaker-name .archive-content .location {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 800px) {
  .events .single-header {
    margin-bottom: 5em;
  }

  .archive-img .speaker-info {
    margin-left: 45px;
    padding: 1.25em 1.25em 1.25em 65px;
  }
}
@media screen and (max-width: 600px) {
  .archive-img .speaker-tag {
    margin-left: -1.25em;
  }

  .archive-img .speaker-tag svg {
    min-width: 70px;
    width: 70px;
    height: 70px;
  }

  .archive-img .speaker-info {
    margin-left: 45px;
    padding: 0.85em 0.85em 0.85em 45px;
  }

  .archive-img .speaker-info p {
    margin-bottom: 0;
  }

  .events .single-header {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 801px) and (max-width: 1080px), screen and (max-width: 600px) {
  .speech-info dd,
.speech-info dt {
    flex-basis: 100%;
    padding: 0;
  }

  .speech-info .dt-speaker {
    display: block;
    margin-bottom: 0.5em;
  }

  .speech-info dt {
    flex-basis: 100%;
    text-align: left;
    margin: 2.5em 0 0;
  }

  .speaker-tag {
    margin-left: -10px;
  }
}
/* Resources */
.resources .entry-title {
  margin-bottom: 0.7em;
}

.resources .button, .resources #cn-accept-cookie, .resources .popupaoc-link {
  margin-top: 0.6em;
}

.tag {
  margin-bottom: 0.625em;
  display: flex;
  align-items: center;
}
.tag span {
  display: inline-block;
  text-align: center;
  margin-right: 0.875em;
}
.tag span:before {
  display: inline-block;
  font-size: 62px;
  margin-top: -0.25em;
  margin-bottom: 0.16em;
  padding-left: 0.16em;
}
.tag:hover {
  border: none;
}

p.tag-poster,
.tag-poster {
  color: #FDC200;
}

p.tag-brochure,
.tag-brochure {
  color: #FF7D62;
}

p.tag-publication,
.tag-publication {
  color: #2DCEC7;
}

p.tag-webinar,
.tag-webinar {
  color: #C0ACE9;
}

.icon-poster {
  color: inherit;
  background: url("img/blob1.svg") no-repeat bottom center/contain;
}

.icon-brochure {
  color: inherit;
  background: url("img/blob2.svg") no-repeat bottom center/contain;
}

.icon-webinar {
  color: inherit;
  width: 64px;
  min-height: 64px;
  background: url("img/blob6.svg") no-repeat bottom center/contain;
}

.tag-webinar span:before {
  margin-top: 0;
}

.tag-publication span:before {
  margin-bottom: -7px;
}

.post-type-archive-resources #filter {
  background: linear-gradient(270deg, #022C77 2%, #031220 100%);
  color: white;
}

.feat-resources .feat-img,
.type-resources .archive-img {
  background: #E3D5FF;
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.feat-resources .feat-img {
  padding: 6%;
}

.type-resources .archive-img,
.type-resources .header-img {
  flex-basis: 33.3333333333%;
}

.type-resources .archive-content,
.type-resources .header-content {
  flex-basis: 66.6666666667%;
}

.hfeed .type-resources {
  margin: 4.5em 0;
}

.type-resources .archive-content {
  border-radius: 0 5px 5px 0;
  padding: 3.25em 5.55%;
}

.type-resources .archive-img {
  padding: 6%;
  border-radius: 5px 0 0 5px;
}

.type-resources .archive-img .post-thumbnail {
  max-height: 340px;
  text-align: center;
}

.feat-resources .post-thumbnail img,
.type-resources .post-thumbnail img {
  border-radius: 5px;
  margin-left: -10px;
  max-height: 100%;
  width: auto;
  box-shadow: 10px 10px 0 #C0ACE9;
}

.hfeed .sticky-resource .type-resources {
  margin: 0;
  overflow: hidden;
  padding-bottom: 5.75em;
}

.sticky-resource .header-img {
  padding-bottom: 20px;
}

.sticky-resource .wrapper, .sticky-resource .wpcf7, .sticky-resource .wp-block-columns,
.resources .single-header .wrapper,
.resources .single-header .wpcf7,
.resources .single-header .wp-block-columns {
  position: relative;
}

.single-resources .site-main {
  background: url(img/spheres.png) no-repeat top center/100% auto;
}

.sticky-resource .flex-parent,
.resource-content-wrap .flex-parent {
  flex-wrap: wrap;
}

.resource-header-wrap .flex-parent {
  align-items: center;
}

.resources .single-header {
  z-index: 1;
}

.resources .header-img .post-thumbnail {
  max-height: 420px;
}
.resources .header-img .post-thumbnail img {
  max-width: 90%;
  max-height: 100%;
}

.resources .single-header {
  position: relative;
  margin-bottom: -1.5625em;
}

.resource-header-wrap,
.resource-content-wrap {
  position: relative;
  width: 100%;
}

.resource-content-wrap {
  padding-top: 4.0625em;
  padding-bottom: 9.375em;
  margin-bottom: -9.375em;
}

.resource-content-wrap:before {
  content: "";
  position: absolute;
  top: -57px;
  min-width: 1000px;
  left: 0;
  height: 58px;
  width: 100%;
  background: url(img/wav1_white.svg) no-repeat bottom center/cover;
}

.resource-authors {
  margin: 0;
}

.resource-cta {
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .tag span:before {
    font-size: 50px;
  }
}
@media screen and (max-width: 800px) {
  .hfeed .type-resources {
    margin: 2.5em auto 0;
  }

  .post-type-archive-resources #filter.sticky {
    margin: 0;
  }

  .hfeed .sticky-resource .type-resources {
    max-width: none;
    padding-bottom: 2.5em;
  }

  .sticky-resource .wrapper:after, .sticky-resource .wpcf7:after, .sticky-resource .wp-block-columns:after,
.resources .single-header .wrapper:after,
.resources .single-header .wpcf7:after,
.resources .single-header .wp-block-columns:after {
    bottom: -60px;
    width: 160%;
    padding-top: 120%;
  }

  .sticky-resource .header-img .post-thumbnail,
.resources .single-header .post-thumbnail {
    padding: 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  .resource-header-wrap {
    padding-bottom: 2.5em;
  }

  .resource-content-wrap {
    padding-top: 3.125em;
  }

  .type-resources .header-img {
    margin-bottom: 1.875em;
  }

  .type-resources .archive-img,
.type-resources .header-img,
.type-resources .archive-content,
.type-resources .header-content {
    flex-basis: 100%;
  }

  .type-resources .archive-img {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .type-resources .archive-content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    padding: 2.5em 10%;
  }
}
@media screen and (max-width: 600px) {
  .resources .single-header .entry-title,
.sticky-resource .entry-title {
    font-size: 1.375rem;
    line-height: 1.4;
  }

  .type-resources .archive-content {
    padding-left: 6%;
    padding-right: 6%;
  }
}
/* Single Knockout */
/* Single KOs */
.single-ko-knockouts article {
  display: block;
}

.ko-content .single-content h3 {
  font-size: 1.375em;
  margin-top: 2em;
}

.ko-content aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6.25em;
  height: 285px;
  padding: 1.25em;
  background-color: #E3D5FF;
  border-radius: 10px;
}
.ko-content aside .button, .ko-content aside #cn-accept-cookie, .ko-content aside .popupaoc-link {
  background: linear-gradient(270deg, #022C77 2%, #031220 100%);
}

.ko-table-header {
  align-items: flex-end;
  border-bottom: 1px solid #f7f7f7;
}

.ko-table-header p {
  line-height: 1.357;
  margin-bottom: 1em;
  color: #8E8B8A;
}

.ko-table-header,
.ko-table-content {
  display: grid;
  display: -ms-grid;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1.25em;
}

.ko-table-content {
  align-items: flex-start;
  padding-top: 1rem;
  border-bottom: 1px solid #E3D5FF;
  cursor: pointer;
  padding-bottom: 11px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin: 0;
}

.ko-table-content h4 {
  font-size: 1.1875em;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.ko-table-content p {
  font-size: 0.9375em;
  line-height: 1.3;
}

.ko-table-content .col-1,
.ko-table-header .col-1 {
  grid-column: span 1;
}

p.col-1:empty {
  display: block;
}

.ko-table-content .col-2,
.ko-table-header .col-2 {
  grid-column: span 2;
}

p.col-2:empty {
  display: block;
}

.ko-table-content .col-3,
.ko-table-header .col-3 {
  grid-column: span 3;
}

p.col-3:empty {
  display: block;
}

.ko-table-content .col-4,
.ko-table-header .col-4 {
  grid-column: span 4;
}

p.col-4:empty {
  display: block;
}

.ko-table-content .col-5,
.ko-table-header .col-5 {
  grid-column: span 5;
}

p.col-5:empty {
  display: block;
}

.ko-table-content .col-6,
.ko-table-header .col-6 {
  grid-column: span 6;
}

p.col-6:empty {
  display: block;
}

.ko-table-content .col-7,
.ko-table-header .col-7 {
  grid-column: span 7;
}

p.col-7:empty {
  display: block;
}

.ko-table-content .col-8,
.ko-table-header .col-8 {
  grid-column: span 8;
}

p.col-8:empty {
  display: block;
}

.ko-table-content .col-9,
.ko-table-header .col-9 {
  grid-column: span 9;
}

p.col-9:empty {
  display: block;
}

.ko-table-content .col-10,
.ko-table-header .col-10 {
  grid-column: span 10;
}

p.col-10:empty {
  display: block;
}

.ko-table-content .col-11,
.ko-table-header .col-11 {
  grid-column: span 11;
}

p.col-11:empty {
  display: block;
}

.ko-table-content .col-12,
.ko-table-header .col-12 {
  grid-column: span 12;
}

p.col-12:empty {
  display: block;
}

.ko-drugs .ko-table-content {
  background: linear-gradient(270deg, #022C77 2%, #031220 100%) no-repeat top left/cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.ko-drugs .ko-table-content > p:nth-child(5) {
  /*Indications*/
  color: #8E8B8A;
}

.ko-trials {
  flex-basis: 100%;
  overflow-x: hidden;
  overflow: scroll;
  grid-column: 1/13;
  border-spacing: 30px 5px;
  display: flex;
  flex-direction: column;
  margin: 21px 0;
}
.ko-trials::-webkit-scrollbar {
  color: #ebeaea;
  max-height: 8px;
  border-radius: 10px;
}
.ko-trials::-webkit-scrollbar:vertical {
  display: none;
}
.ko-trials::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}
.ko-trials::-webkit-scrollbar-thumb {
  background-color: #ebeaea;
  border-radius: 10px;
}

.ko-trials-row {
  display: flex;
}

.ko-trials-row p {
  width: 220px;
  min-width: 220px;
  background-color: #E3D5FF;
  padding: 4px 9px;
  font-size: 14px;
  line-height: 1;
  color: #15173E;
  margin: 2.5px 10px;
}

.ko-trials-row:nth-child(2n) p {
  background-color: #EEE8FB;
}

.ko-trials-row p.ko-trials-header {
  background-color: transparent;
  padding: 3px 0;
  margin-left: 15px;
  margin-right: 16px;
  min-width: 100px;
  width: 100px;
  font-size: 10px;
  line-height: 1.25;
  text-align: right;
  color: #C0ACE9;
}

.toggle-trials,
.ko-toggler {
  background: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #15173E;
}
.toggle-trials .icon,
.ko-toggler .icon {
  font-size: 35px;
  margin: 0;
}
.toggle-trials .icon::before,
.ko-toggler .icon::before {
  color: #C0ACE9;
}

.toggle-trials {
  padding: 0;
  line-height: 1;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  justify-self: center;
}

.ko-toggler {
  display: block;
  border-bottom: 3px solid #15173E;
  border-radius: 0;
  padding: 0;
  line-height: 40px;
  margin: 1rem auto 0 auto;
}
.ko-toggler:hover {
  border-bottom: 3px solid #15173E;
}

.mobile-view-toggle-wrap {
  display: none;
}

.ko-refs {
  margin-top: 5.625em;
}

.ko-refs a {
  border: none;
  color: inherit;
}

@media screen and (max-width: 800px) {
  .ko-content {
    flex-wrap: wrap;
    font-size: 12px;
  }

  .ko-content .entry-title {
    font-size: 22px;
  }

  .ko-content h3 {
    font-size: 14px;
  }

  .ko-content aside {
    margin-top: 1.5625em;
    margin-bottom: 3.125em;
    max-height: 180px;
  }

  .ko-table-header p {
    font-size: 0.625em;
  }

  .ko-table-content .m-col-1,
.ko-table-header .m-col-1 {
    grid-column: span 1;
  }

  .ko-table-content .m-col-2,
.ko-table-header .m-col-2 {
    grid-column: span 2;
  }

  .ko-table-content .m-col-3,
.ko-table-header .m-col-3 {
    grid-column: span 3;
  }

  .ko-table-content .m-col-4,
.ko-table-header .m-col-4 {
    grid-column: span 4;
  }

  .ko-table-content .m-col-5,
.ko-table-header .m-col-5 {
    grid-column: span 5;
  }

  .ko-table-content .m-col-6,
.ko-table-header .m-col-6 {
    grid-column: span 6;
  }

  .ko-table-content .m-col-7,
.ko-table-header .m-col-7 {
    grid-column: span 7;
  }

  .ko-table-content .m-col-8,
.ko-table-header .m-col-8 {
    grid-column: span 8;
  }

  .ko-table-content .m-col-9,
.ko-table-header .m-col-9 {
    grid-column: span 9;
  }

  .ko-table-content .m-col-10,
.ko-table-header .m-col-10 {
    grid-column: span 10;
  }

  .ko-table-content .m-col-11,
.ko-table-header .m-col-11 {
    grid-column: span 11;
  }

  .ko-table-content .m-col-12,
.ko-table-header .m-col-12 {
    grid-column: span 12;
  }

  .ko-table-content h4 {
    /*Drug Name*/
    font-size: 0.875em;
  }

  .ko-table-content p {
    font-size: 0.75em;
    max-width: 500px;
  }

  .ko-drugs .ko-table-header > p:nth-child(5),
.ko-drugs .ko-table-content > p:nth-child(5) {
    display: none;
  }
  .ko-drugs .ko-table-header > p:nth-child(6),
.ko-drugs .ko-table-content > p:nth-child(6) {
    display: none;
  }
  .ko-drugs .ko-table-header .toggle-trials,
.ko-drugs .ko-table-content .toggle-trials {
    display: none;
  }

  .ko-trials-header p {
    font-size: 10px;
    line-height: 21px;
  }

  .ko-trials {
    margin-right: -5%;
  }

  .mobile-view-toggle-wrap {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    padding: 85px 1.25rem 3px;
    background: #fff;
    margin-left: -5%;
    margin-right: -5%;
  }
  .mobile-view-toggle-wrap #mobile-view-toggle {
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin-bottom: 1em;
  }
  .mobile-view-toggle-wrap #mobile-view-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    right: unset;
    width: 50%;
    height: 100%;
    background-color: #ebeaea;
    border-radius: 10px;
    transition: left 250ms ease-out, right 250ms ease-out;
  }
  .mobile-view-toggle-wrap #mobile-view-toggle.toggled::after {
    right: 0;
    left: unset;
    transition: right 250ms ease-out, left 250ms ease-out;
  }

  /*Styles to allow toggle to be sticky on this page*/
  .single-ko-knockouts .site-footer:before,
.single-ko-knockouts .pi-footer:before {
    min-width: auto;
  }
  .single-ko-knockouts .pi-footer:after {
    background: url("img/cloud-small_cropped.svg") no-repeat bottom center/contain;
    width: 20%;
    min-width: auto;
    right: 0;
  }
  .single-ko-knockouts #page {
    overflow: unset;
  }
}
@media screen and (max-width: 600px) {
  .ko-table-content h4 {
    font-size: 0.75em;
  }

  .ko-refs {
    margin-top: 3.125em;
  }

  .ko-refs .ko-table-header {
    display: none;
  }

  .ko-refs .ko-table-content {
    display: block;
  }

  .ko-refs .ko-table-content p {
    margin: 0 0 1em;
  }

  .ko-trials-row p.ko-trials-header {
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 7px;
    width: 62px;
    min-width: 62px;
  }

  .ko-trials-row p {
    font-size: 10px;
    width: 124px;
    min-width: 124px;
    padding: 1px 7px;
    margin: 1.5px 5px;
  }
}
/*--------------------------------------------------------------
Blocks
--------------------------------------------------------------*/
/* Hero */
/*

Homepage Hero

*/
.home-hero {
  margin-top: -191px;
  margin-bottom: 45px;
  position: relative;
}

.home-hero__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding-top: clamp( 900px, 73%, 100vh );
  position: relative;
}

.home-hero .bubbles,
.home-hero .cell,
.home-hero .antibody {
  display: none;
}

.home-hero .bubbles {
  background: url(img/bubbles.png) no-repeat top center/contain;
  position: absolute;
  top: 0;
}

.home-hero .cell {
  position: absolute;
  height: 142%;
  width: 142%;
  left: max( -55%, -500px );
  top: -34%;
  max-width: 1700px;
}

.home-hero .cell img,
.home-hero .bubbles {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-hero .cell .mobile {
  display: none;
}

.home-hero h1 {
  position: absolute;
  z-index: 2;
  font-size: min( 4.3055555556vw, 62px );
  top: min( 65%, 640px );
  right: 4.1666666667%;
  max-width: 13.25em;
  letter-spacing: -0.0013104839em;
  line-height: 1.1935483871;
}

.home-hero .tooltip {
  position: absolute;
  background-color: white;
  font-family: "roboto-mono", "Lucida Console", monospace;
  font-size: 0.57em;
  letter-spacing: 0.1118421053em;
  line-height: 1.2774122807;
  text-transform: uppercase;
  color: #15173E;
  padding: 10px 14px;
  border-radius: 0.47125em;
  z-index: 2;
}
.home-hero .tooltip:after {
  content: "";
  position: absolute;
  border-right: 1px dashed white;
}

.home-hero #dna-tooltip {
  top: 72%;
  left: 12%;
  max-width: 116px;
  text-align: center;
}
.home-hero #dna-tooltip:after {
  width: 100%;
  left: 0;
  height: 760%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.home-hero #light-tooltip {
  top: 15%;
  right: 31%;
  max-width: 155px;
  text-align: right;
  padding-right: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-image: url(img/body.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: auto 70.4918032787%;
}
.home-hero #light-tooltip:before {
  content: "";
  position: absolute;
  width: 30%;
  right: -30%;
  height: 0;
  top: 50%;
  border-bottom: 1px dashed white;
}
.home-hero #light-tooltip:after {
  height: 200%;
  bottom: -40%;
  right: -30%;
}

.home-hero #heavy-tooltip {
  top: 42%;
  right: 2.8%;
  max-width: 120px;
  padding-left: 55px;
  background-image: url(img/mouse.svg);
  background-repeat: no-repeat;
  background-position: center left 14px;
  background-size: auto 38.9830508475%;
}
.home-hero #heavy-tooltip:before {
  content: "";
  position: absolute;
  width: 25%;
  left: -25%;
  height: 0;
  top: 50%;
  border-bottom: 1px dashed white;
}
.home-hero #heavy-tooltip:after {
  height: 280%;
  bottom: -40%;
  left: -25%;
}

.home-hero .antibody {
  position: absolute;
  will-change: left, top;
}

.home-hero img {
  max-width: 100%;
}

.home-hero .antibody-1 {
  width: 22.0833333333%;
  top: 12.2916666667%;
  right: 3.1944444444%;
  z-index: 1;
}

.home-hero .antibody-2 {
  width: 11.5277777778%;
  top: 27.3611111111%;
  right: 56.25%;
}

.home-hero .antibody-3 {
  width: 16.25%;
  top: 28.4722222222%;
  right: 32.4305555556%;
}

.home-hero .antibody-4 {
  width: 3.6805555556%;
  top: 18.4027777778%;
  right: 46.4583333333%;
  -webkit-filter: blur(4.11px);
          filter: blur(4.11px);
}

.home-hero .antibody-5 {
  width: 7.8472222222%;
  top: 13.6805555556%;
  left: 28.6111111111%;
  -webkit-filter: blur(1.37px);
          filter: blur(1.37px);
}

.home-hero .antibody-6 {
  width: 6.3194444444%;
  top: 36.7361111111%;
  left: -1.3194444444%;
  -webkit-filter: blur(2.74px);
          filter: blur(2.74px);
}

.home-hero .antibody-7 {
  width: 6.7361111111%;
  top: 48.6805555556%;
  left: 7.2916666667%;
}

.home-hero .antibody-8 {
  width: 7.3611111111%;
  top: 15.1388888889%;
  left: 4.375%;
  -webkit-filter: blur(1.37px);
          filter: blur(1.37px);
}

@media screen and (max-width: 1080px) {
  .home-hero .bubbles {
    display: none;
  }

  .home-hero .cell {
    width: 95%;
    min-width: 600px;
    top: 0;
    left: 0;
  }

  .home-hero .bubbles {
    background: none;
  }

  .home-hero .cell .desktop {
    display: none;
  }

  .home-hero .cell .mobile {
    display: block;
    -o-object-position: top left;
       object-position: top left;
  }

  .home-hero__inner {
    height: 253.3333333333vw;
    max-height: 1300px;
    margin-top: 0;
    margin-bottom: -33.3333333333vw;
    padding: 0;
  }

  .home-hero h1 {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    top: 60%;
    width: 90%;
    font-size: min( 50px, 10vw );
    letter-spacing: -0.1277777778vw;
    line-height: 1.1666666667;
    max-width: 15em;
  }

  .home-hero .antibody-1 {
    width: min( 34.7222222222vw, 230px );
    top: 37%;
    right: max( 18.5%, 56px );
  }

  .home-hero .antibody-2 {
    width: min( 19.1666666667vw, 130px );
    top: min( 36.6666666667vw, 200px );
    right: 13.6111111111vw;
  }

  .home-hero .antibody-3 {
    width: min( 25.8333333333vw, 140px );
    top: min( 115.2777777778vw, 550px );
    right: min( 63.0555555556vw, 600px );
  }

  .home-hero .antibody-4 {
    width: min( 8.6111111111vw, 40px );
    top: min( 62.5vw, 500px );
    right: 8.0555555556vw;
  }

  .home-hero .antibody-5 {
    width: min( 13.3333333333vw, 60px );
    top: 13.6111111111vw;
    left: 56.3888888889vw;
  }

  .home-hero .antibody-6 {
    width: min( 10.5555555556vw, 50px );
    top: min( 55.2777777778vw, 300px );
    left: 25px;
  }

  .home-hero .antibody-7 {
    width: min( 13.3333333333vw, 65px );
    top: min( 68.3333333333vw, 400px );
    left: 12.2222222222vw;
  }

  .home-hero .antibody-8 {
    width: min( 12.2222222222vw, 80px );
    top: min( 16.1111111111vw, 100px );
    left: 15.5555555556vw;
  }

  .home-hero #heavy-tooltip {
    top: min( 54%, 640px );
    right: min( 12%, 400px );
  }
  .home-hero #heavy-tooltip:after {
    height: 200%;
  }

  .home-hero #light-tooltip {
    top: min( 96.6666666667vw, 480px );
    right: min( 58.3333333333vw, 475px );
  }
  .home-hero #light-tooltip:after {
    height: 200%;
    bottom: -20%;
  }

  .home-hero #dna-tooltip {
    top: max( 27%, 48vw );
    left: max( 17%, 100px );
  }
  .home-hero #dna-tooltip:after {
    height: max( 380%, 17vw );
    -webkit-transform: translate(-60%, -100%);
            transform: translate(-60%, -100%);
  }
}
@media screen and (max-width: 800px) {
  .home-hero {
    margin-top: -141px;
  }

  .home-hero .tooltip {
    font-size: 8px;
    line-height: 1.25;
    border-radius: 8px;
  }

  .home-hero #heavy-tooltip {
    max-width: 93px;
    padding: 8px 10px 8px 37px;
    background-position: center left 6px;
  }
  .home-hero #heavy-tooltip:before {
    width: 3vw;
    left: -3vw;
  }
  .home-hero #heavy-tooltip:after {
    left: -3vw;
  }

  .home-hero #light-tooltip {
    max-width: 131px;
    padding: 12px 33px 12px 7px;
  }
  .home-hero #light-tooltip:before {
    width: 3vw;
    right: -3vw;
  }
  .home-hero #light-tooltip:after {
    right: -3vw;
    height: 150%;
  }

  .home-hero #dna-tooltip {
    max-width: 108px;
  }
}
@media screen and (max-width: 500px) {
  .home-hero #heavy-tooltip {
    top: 49%;
    right: 5%;
  }
  .home-hero #heavy-tooltip:after {
    left: -3vw;
    height: 145%;
    bottom: -15%;
  }

  .home-hero #dna-tooltip {
    top: 270px;
  }
  .home-hero #dna-tooltip:after {
    height: 64px;
  }
}
/* Hero */
.hero {
  padding-bottom: 4.375em;
  margin-top: -116px;
  padding-top: 116px;
  background: url(img/spheres.png) no-repeat top center/cover;
}

.hero .flex-parent {
  flex-wrap: wrap;
}

.hero-art, .hero-content {
  flex-basis: 50%;
}

.hero-art {
  padding-right: 3.7%;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero.layout-right .hero-art {
  order: 1;
  padding-left: 3.7%;
  padding-right: 0;
}

.hero-content .lead,
.hero-content p,
.hero-content .lead + .button,
.hero-content .lead + #cn-accept-cookie,
.hero-content .lead + .popupaoc-link,
.hero-content p + .button,
.hero-content p + #cn-accept-cookie,
.hero-content p + .popupaoc-link {
  margin-left: 11.1%;
}

@media screen and (max-width: 800px) {
  .hero {
    padding-bottom: 2.5em;
    margin-top: -140px;
  }

  .hero.layout-right .hero-art {
    order: 0;
  }

  .hero-content,
.hero-art {
    flex-basis: 100%;
    padding: 0;
  }

  .hero-art {
    margin-left: auto;
    text-align: right;
  }

  .hero-art img {
    max-width: 100%;
    max-height: 450px;
  }
}
/* Multi-Panel */
.multi-steps {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  position: relative;
}
.multi-steps:before {
  content: "";
  position: absolute;
  top: -57px;
  min-width: 1000px;
  left: 0;
  height: 58px;
  width: 100%;
  background: url(img/wav1_white.svg) no-repeat bottom center/cover;
}

.multi-steps:last-child {
  padding-bottom: 9.375em;
  margin-bottom: -3.4375em;
}

.multi-steps-wrap {
  margin: 0 auto;
  transition: height 600ms;
  max-width: 1400px;
  padding-left: 3.7%;
  padding-right: 3.7%;
  align-items: flex-start;
}
.multi-steps-wrap h1, .multi-steps-wrap h2, .multi-steps-wrap h3, .multi-steps-wrap h4, .multi-steps-wrap h5, .multi-steps-wrap h6 {
  max-width: 1080px;
}
.multi-steps-wrap select {
  display: none;
}

.perspective-wrap {
  -webkit-box: 1;
  -moz-box: 1;
  flex: 1 0 auto;
  -webkit-perspective: 400px;
          perspective: 400px;
  -webkit-perspective-origin: 100% 6.25em;
          perspective-origin: 100% 6.25em;
  transition: 1s;
  margin: 0 0 0 8.325%;
}

.multi-steps.noicons .perspective-wrap {
  margin-left: 11.1%;
}

.multi-nav-wrap {
  flex-basis: 25%;
}

.multi-nav-wrap h4 {
  text-align: right;
  margin: 0 15% 1.25em 0;
}

.multi-steps.noicons .multi-nav-wrap h4 {
  margin-right: 0;
}

.multi-nav {
  padding: 0;
  margin: 0;
  z-index: 1;
  position: relative;
  transition: 600ms ease-out;
}
.multi-nav:after {
  content: "";
  width: 3px;
  background: #ebeaea;
  position: absolute;
  top: 0;
  bottom: 20px;
  right: -3px;
  z-index: -1;
}

.multi-steps.icons .multi-nav:after {
  top: 30px;
}

.multi-nav li {
  margin-bottom: 5em;
  transition: 400ms;
}
.multi-nav li:last-of-type {
  margin-bottom: 0;
}

.multi-nav li:before {
  display: none;
}

.multi-nav button {
  padding: 0;
  width: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  -webkit-transform: none;
          transform: none;
  transition: inherit;
}
.multi-nav button:hover {
  -webkit-transform: none;
          transform: none;
}

.multi-nav li .accent, .multi-nav li .is-style-accent, .multi-nav li dt, .multi-nav li .tag-bubble, .multi-nav li #secondary-nav a, #secondary-nav .multi-nav li a {
  color: #c0bebe;
  text-align: right;
  flex-basis: 60%;
  min-width: 150px;
  margin: 0 20px 0 0;
  transition: inherit;
}

.multi-nav li.active .accent, .multi-nav li.active .is-style-accent, .multi-nav li.active dt, .multi-nav li.active .tag-bubble, .multi-nav li.active #secondary-nav a, #secondary-nav .multi-nav li.active a {
  color: #C0ACE9;
}

.multi-steps.icons .multi-nav {
  max-width: 265px;
}

.multi-steps.icons .multi-nav li {
  margin-right: -45px;
}

.multi-steps.icons button {
  justify-content: space-between;
}

.step-icon {
  width: 88px;
  height: 88px;
  transition: 300ms;
  position: relative;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.multi-steps.icons li.active .step-icon {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.multi-steps.noicons .multi-nav button {
  justify-content: flex-end;
}

.multi-steps.noicons .multi-nav button:after {
  content: "";
  border-radius: 50%;
  width: 23px;
  height: 23px;
  background: #ebeaea;
  margin-right: -13px;
  transition: inherit;
  position: relative;
}

.multi-steps.noicons li.active button:after {
  background: #C0ACE9;
}

.multi-step {
  position: absolute;
  display: none;
  top: 0;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  max-width: 1080px;
  width: 100%;
  left: 0;
}
.multi-step p, .multi-step h1, .multi-step h2, .multi-step h3, .multi-step h4, .multi-step h5, .multi-step h6 {
  max-width: 780px;
}

.data-labels {
  clear: both;
  padding-top: 1.875em;
  position: relative;
}

.data-tabs .data-content {
  padding-top: 1.875em;
}

.data-labels + .data-tabs .data-content {
  padding-top: 0;
}

.data-labels button {
  padding: 1.25em 3.7% 2.1875em;
  background: transparent;
  border-radius: 5px 5px 0 0;
  position: relative;
  color: #c0bebe;
  margin: 0;
  -webkit-transform: none;
          transform: none;
}
.data-labels button:hover {
  -webkit-transform: none;
          transform: none;
}

.data-labels button.active {
  color: #C0ACE9;
  background-color: #EEE8FB;
}

.data-tabs {
  position: relative;
}

.data-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.data-text, .result {
  max-width: 680px;
}

.data-content {
  margin-bottom: 2.5em;
}

.data-text {
  border-radius: 5px;
  margin-top: -0.9375em;
  overflow: auto;
  padding: 1.5625em 3.7% 0;
}

.data-text:empty {
  padding-top: 0;
}

.data-img img {
  width: 100%;
}

.data-text ul {
  margin: 2.8125em 7.4% 1.25em;
}
.data-text ul li:before {
  background-color: #C0ACE9;
}

.result {
  background-color: #E3D5FF;
  display: flex;
  border-radius: 0 0 5px 5px;
  padding: 1.375em 2.5em 2em;
}

.result h4 {
  margin: 0;
}

.result .accent, .result .is-style-accent, .result dt, .result .tag-bubble, .result #secondary-nav a, #secondary-nav .result a {
  margin-right: 1.875em;
  line-height: 2.6;
}

.multi-resource {
  max-width: 980px;
  margin-top: 5.625em;
  overflow: hidden;
  border-radius: 5px;
  background-color: #EEE8FB;
}

.multi-resource-img {
  flex-basis: 33.33%;
  min-width: 33.33%;
  padding: 6%;
  background-color: #E3D5FF;
}

.multi-resource-img img {
  border-radius: 5px;
  margin-left: -8px;
  box-shadow: 8px 8px 0 #C0ACE9;
}

.multi-resource-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 3.125em 6.475%;
}

@media screen and (max-width: 800px) {
  .multi-steps-wrap {
    flex-direction: column;
    align-items: center;
  }

  .multi-steps.icons .multi-nav {
    max-width: 100%;
    width: 100%;
    max-width: 500px;
  }

  .multi-nav-wrap {
    width: 100%;
  }

  .multi-nav-wrap h4 {
    text-align: left;
    margin-bottom: 1em;
  }

  .multi-nav {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .multi-steps-wrap select {
    display: block;
    margin-bottom: 1.875em;
  }

  .multi-steps.icons .multi-nav li {
    display: inline-block;
    margin: 0 5% 1.875em 0;
  }
  .multi-steps.icons .multi-nav li:last-child {
    margin-right: 0;
  }

  .multi-steps.noicons .multi-nav {
    order: -1;
    width: 100%;
  }
  .multi-steps.noicons .multi-nav:after {
    display: none;
  }

  .multi-steps.noicons .multi-nav-wrap h4 {
    margin-bottom: 0.625em;
  }

  .multi-steps.noicons .multi-nav li {
    display: none;
  }

  .multi-nav:after {
    height: 3px;
    width: 100%;
    left: 0;
  }

  .multi-nav button {
    width: auto;
    flex-direction: column;
  }

  .multi-nav li span {
    display: none;
  }

  .perspective-wrap,
.multi-steps.noicons .perspective-wrap {
    margin: 0;
    width: 100%;
  }

  .multi-resource {
    max-width: 500px;
    margin-top: 2.5em;
    flex-wrap: wrap;
  }

  .multi-resource-img {
    flex-basis: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .data-labels button {
    font-size: 13px;
  }

  .result {
    flex-wrap: wrap;
  }
}
/* Featured News/Blog and Resources */
/* Featured Posts (Resources, News/Blog) */
.feat-items {
  position: relative;
  padding: 5% 0;
}

.feat-items .flex-parent {
  flex-wrap: wrap;
}

.feat-items .flex-half {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feat-content {
  background: #fff;
  padding: 2.5em 10%;
}

.feat-primary .post-thumbnail {
  border-radius: 5px 5px 0 0;
}

.feat-primary .feat-content {
  border-radius: 0 0 5px 5px;
}

.feat-secondary a {
  margin-bottom: 7.4%;
}
.feat-secondary a:last-of-type {
  margin-bottom: 0;
}

.feat-secondary .feat-content {
  border-radius: 5px;
}

.feat-secondary a:hover {
  border: none;
}

.feat-secondary h3,
.feat-secondary h4 {
  margin: 0;
}

.feat-resources:before,
.feat-resources:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  min-width: 900px;
  height: 30px;
}

/*Featured News */
.feat-news .flex-half:first-child {
  padding-right: 0;
}

.feat-news .feat-content .accent, .feat-news .feat-content .is-style-accent, .feat-news .feat-content dt, .feat-news .feat-content .tag-bubble, .feat-news .feat-content #secondary-nav a, #secondary-nav .feat-news .feat-content a {
  display: inline-block;
}

.feat-news:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  min-width: 900px;
  height: 40px;
  top: -35px;
  background: url("img/wav2_beige.svg") no-repeat bottom center/contain;
}

.feat-news .sphere {
  position: absolute;
}

.feat-news .sphere-green {
  width: 12%;
  top: -10%;
  left: -3%;
  z-index: 2;
}

.feat-news .sphere-blue {
  width: 3%;
  top: -10%;
  z-index: 1;
  left: 6%;
}

/* Featured Resource */
.feat-resources .feat-img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.feat-resources .feat-primary {
  padding-right: 2.775%;
}

.feat-resources .feat-secondary .feat-content {
  padding-top: 1.25em;
}

.feat-resources .post-thumbnail {
  text-align: center;
  height: 75%;
  max-height: 375px;
  width: 75%;
}

.feat-resources .post-thumbnail img {
  margin-top: -5px;
  height: 100%;
}

.feat-secondary .tag {
  margin-left: -20%;
}

.feat-resources:before,
.feat-resources:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  min-width: 900px;
}

.feat-resources:before {
  top: -48px;
  height: 50px;
  background: url("img/wav4_blue.svg") no-repeat bottom center/contain;
}

.feat-resources:after {
  bottom: -30px;
  height: 30px;
  background: url("img/wav1_blue.svg") no-repeat bottom center/contain;
  z-index: 1;
}

/* Featured Events */
.feat-events {
  padding: 6.25rem 0;
  position: relative;
  background: url(img/blob5.svg) no-repeat center left -50%/50%;
  background-attachment: fixed;
}

.timeline a {
  border: none;
  margin-bottom: 1.25em;
  display: flex;
  align-items: flex-start;
}

.feat-events .timeline {
  flex-wrap: wrap;
}

.timeline .speaker-tag svg {
  width: 79px;
  height: 79px;
}

.timeline .speaker-name {
  font-size: 0.875rem;
}

.feat-events p {
  max-width: 635px;
}

.feat-events h4 {
  display: inline-block;
  line-height: 1.5;
  margin-right: 3.7%;
  margin-bottom: 0;
}

.feat-events dt,
.feat-events dd {
  padding-top: 6.25em;
}

.feat-events dt {
  flex-basis: 25%;
  text-align: right;
  line-height: 1.6;
  padding-right: 3.7%;
}

.feat-events dd {
  border-left: 3px solid #EEE8FB;
  padding-left: 7.4%;
  flex-basis: 75%;
  position: relative;
}
.feat-events dd:after {
  display: inline-block;
  content: "";
  background-color: #f7f7f7;
  width: 1.5625em;
  height: 1.5625em;
  border-radius: 50%;
  position: absolute;
  left: -0.84375em;
  top: 7.1875em;
}

.feat-events .sphere {
  position: absolute;
}

.feat-events .sphere-green {
  width: 10%;
  right: -2%;
  top: 10%;
}

.feat-events .sphere-blue {
  width: 3%;
  right: -1%;
  margin-top: 10%;
  top: 12%;
}

.feat-events:after {
  content: "";
  position: absolute;
  width: 25%;
  padding-top: 25%;
  right: -10%;
  bottom: -2%;
  min-width: 150px;
  min-height: 150px;
  z-index: 1;
  background: url(img/cloud-small.svg) no-repeat bottom center/contain;
}

@media screen and (max-width: 800px) {
  .feat-events .feat-event {
    flex-wrap: wrap;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .feat-items .flex-half {
    flex-basis: 100%;
    max-width: 500px;
    min-width: 0;
    padding: 0;
    margin: 0 auto 2.5em;
  }

  .feat-event {
    margin-bottom: 4.375em;
  }

  .feat-events dt {
    flex-basis: auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 1.25em 1.875em;
    text-align: left;
  }

  .feat-events dd {
    flex-basis: 100%;
    padding-top: 1.5625em;
    padding-bottom: 4.6875em;
    margin-left: 11%;
  }
  .feat-events dd:after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .feat-items .sphere {
    display: none;
  }

  .feat-resources .feat-primary .feat-content {
    padding-left: 6%;
    padding-right: 6%;
  }

  .feat-event {
    margin-bottom: 2.5em;
  }

  .timeline {
    margin-left: -3.7%;
  }

  .feat-events dd {
    margin-left: 8%;
    padding-bottom: 2.5em;
  }

  .feat-events dt {
    padding-left: 1.875em;
    margin-left: -0.625em;
  }

  .timeline a {
    display: block;
  }

  .feat-events h4 {
    display: inline;
    line-height: 1.6;
  }

  .timeline .bubble {
    font-size: 1.25rem;
  }

  .timeline .speaker-tag svg {
    margin-top: -2.8125em;
  }

  .timeline .speaker-info {
    margin-top: 5em;
    margin-left: 0;
    padding-left: 0.625em;
    padding-right: 0;
  }
}
/* CTAs */
.licensing-cta {
  background: linear-gradient(270deg, #022C77 2%, #031220 100%);
  color: #fff;
  max-width: 450px;
  border-radius: 5px;
  padding: 5.3125em 8%;
  position: relative;
  margin-bottom: 90px;
  top: 40px;
  position: absolute;
  transition: 600ms ease-out;
}
.licensing-cta:after {
  content: "";
  position: absolute;
  width: 65%;
  padding-top: 65%;
  right: -23%;
  bottom: -23%;
  background: url("img/cloud-small.svg") no-repeat bottom center/contain;
  z-index: -1;
}

.licensing-cta h3 {
  color: inherit;
}

.licensing-cta .sphere {
  position: absolute;
}

.licensing-cta .sphere-orange {
  width: 105px;
  top: -40px;
  right: -20px;
}

.licensing-cta .sphere-green {
  width: 40px;
  top: -75px;
  right: 70px;
}

.licensing-cta .sphere-blue {
  width: 82px;
  bottom: -50px;
  left: 40px;
}

.cta-card {
  margin: 9.375em auto 6.25em;
  padding: 5.5625em 5.55% 3.9375em;
  background: #fff;
  border-radius: 5px;
  position: relative;
  flex-wrap: wrap;
  box-shadow: rgba(61, 128, 223, 0.3) 0px 2px 30px 0px;
}

.cta-card .spheres-1,
.cta-card .spheres-2 {
  position: absolute;
}

.cta-card .sphere {
  position: absolute;
  z-index: -1;
}

.cta-card .sphere-orange {
  width: 128px;
  height: 128px;
  left: -69px;
  top: -65px;
}

.cta-card .sphere-green {
  top: 62px;
  left: -83px;
  width: 37px;
  height: 37px;
}

.cta-image {
  flex-basis: 41.6666666667%;
  padding-right: 3.7%;
}

.cta-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-basis: 58.3333333333%;
  padding-left: 3.7%;
}

.cta-card .ko-filters {
  max-width: 900px;
  margin: 40px auto 0;
}

@media screen and (max-width: 800px) {
  .licensing-cta {
    position: relative;
  }

  .cta-card {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 2.5em;
    margin-bottom: 1.25em;
  }

  .cta-image, .cta-content {
    flex-basis: 100%;
    padding: 0;
  }

  .cta-image {
    margin-bottom: 1.25em;
    max-width: 350px;
  }

  .cta-card .sphere-green {
    top: -70px;
    left: 70px;
  }
}
@media screen and (max-width: 600px) {
  .cta-card .sphere {
    z-index: -1;
  }
}
/* Icon Bullet Points */
.bullet-icons {
  margin: 4.375em 0 3.125em;
}

.bullet-icons h3 {
  text-align: center;
  padding: 1.25em 0 1.375em;
}

.bullet-icons ul {
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-around;
}

.bullet-icons li {
  flex-basis: 46%;
  align-items: flex-start;
  max-width: 500px;
  margin-bottom: 3.75em;
}
.bullet-icons li:nth-of-type(odd) {
  margin-right: 3.7%;
}

.bullet-icons li:before {
  display: none;
}

.bullet-icon {
  max-width: 78px;
  margin-right: 8%;
}

.bullet-text {
  padding-top: 0.625em;
}

@media screen and (max-width: 800px) {
  .bullet-icons ul {
    justify-content: flex-start;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .bullet-icons li {
    flex-basis: 100%;
    justify-content: flex-start;
    margin-bottom: 0.625em;
  }
}
@media screen and (min-width: 801px) {
  .bullet-icons li:last-child,
.bullet-icons li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
/* SVG Diagram */
.svg-diagram {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.svg-diagram svg {
  width: 100%;
  height: auto;
}

.svg-medium {
  display: none;
}

.svg-mobile {
  display: none;
}

@media screen and (min-width: 601px) and (max-width: 1080px) {
  .svg-diagram {
    max-width: 800px;
  }

  .svg-desktop {
    display: none;
  }

  .svg-medium {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .svg-diagram {
    margin-bottom: 15px;
  }

  .svg-desktop {
    display: none;
  }

  .svg-mobile {
    display: block;
  }
}
/*--------------------------------------------------------------
Page-Specific
--------------------------------------------------------------*/
/* Knockout Library archive */
/* Filter form */
.ko-filters {
  margin-bottom: 1.9375em;
  border-radius: 5px;
  background: linear-gradient(270deg, #022C77 2%, #031220 100%);
  overflow: hidden;
}

.ko-filters form {
  width: 100%;
  padding: 40px 10%;
}

.ko-filter-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  margin: 1rem 0;
  border-radius: 10px;
  padding: 1rem 2rem;
}

.ko-filters fieldset {
  border: none;
  padding: 0;
}

.ko-filter-row {
  display: flex;
  margin: 0 -0.925%;
}

.ko-filter-row label {
  flex-basis: 50%;
  margin: 15px 0.925%;
  color: white;
}

.ko-filters input[type=text],
.ko-filter-row input,
.ko-filter-row select {
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 8px;
}

.ko-filter-row select {
  padding-right: 45px;
}

.ko-filters .ko-filter-group h4 {
  -webkit-background-clip: initial;
  background-clip: initial;
  background: none;
  color: white;
  padding-top: 10px;
  margin-left: 0;
  margin-right: 35px;
}

.ko-filters .checkbox {
  margin: 4px 25px 5px 0;
}

.ko-filters .checkbox label {
  color: white;
  font-size: 15px;
}
.ko-filters .checkbox label:before {
  top: 11px;
  background: #a8add6;
}

.ko-filters input[type=checkbox] {
  margin-right: 10px;
}

.ko-filters input[type=checkbox],
.ko-filters .checkbox label:before {
  height: 23px;
  width: 23px;
}

.ko-filters .checkbox input:checked + label:after {
  font-size: 24px;
  left: 0;
  top: 9px;
}

.ko-filters input[type=submit],
.ko-filters input[type=button] {
  display: block;
}

.ko-filters input[type=submit] {
  color: #15173E;
  margin: 40px auto 0;
}

.ko-filters input[type=button] {
  background: none;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
  margin: 25px auto 0;
}

.ko-tags {
  margin: 10px -10px;
}

.ko-tag {
  display: inline-block;
  padding: 10px 21px 10px 15px;
  line-height: 2;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  font-size: 15px;
  margin: 35px 10px 0;
}

.ko-tag .icon-close {
  margin: -3px 4px 0 0;
  font-size: 28px;
  line-height: 0;
}

@media screen and (max-width: 800px) {
  .ko-filter-row {
    flex-wrap: wrap;
  }

  .ko-filter-row label {
    flex-basis: 100%;
  }

  .ko-filters form {
    padding: 20px 6% 30px;
  }

  .ko-filters input[type=text],
.ko-filter-row input,
.ko-filter-row select {
    border-radius: 4px;
  }

  .ko-filters label,
.ko-filters .ko-filter-group h4 {
    font-size: 12px;
  }

  .ko-filters select {
    background-size: 14px;
    padding-right: 30px;
    background-position: center right 13px;
  }

  .ko-tag {
    display: inline-block;
    padding: 6px 18px 7px 12px;
    line-height: 2;
    background: rgba(255, 255, 255, 0.2);
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    font-size: 14px;
    margin: 18px 8px 0;
  }

  button.ko-tag .icon-close {
    margin: -4px 3px 0 0;
  }
}
/* Archive Table */
.no-results.lead {
  background: linear-gradient(225deg, #FF8B68 0%, #FF5384 95%) no-repeat top left/cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 70px;
  position: relative;
  padding-left: 43px;
}
.no-results.lead:before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  height: 1.8rem;
  width: 1.8rem;
  background: url("img/no-results-icon.svg") no-repeat left center/contain;
}

.ko-block {
  margin: 100px 0;
}

.ko-models,
.ko-model ul {
  color: #15173E;
  margin: 0 auto;
  padding: 0;
}

.ko-models {
  margin-top: 100px;
  max-width: 780px;
}
.ko-models[data-loading] {
  min-height: 100vh;
  pointer-events: none;
  position: relative;
}
.ko-models[data-loading]:before {
  content: "";
  position: absolute;
  top: 0;
  height: 240px;
  width: 100%;
  background: url("img/loading.svg") no-repeat center/100% 50%;
  -webkit-animation: spin 5000ms infinite linear;
          animation: spin 5000ms infinite linear;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .ko-models {
    margin-top: 50px;
  }
  .ko-models[data-loading]:before {
    height: 150px;
  }
}

.ko-models[data-loading] .ko-model {
  opacity: 0.3;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ko-models li:before {
  display: none;
}

.ko-model {
  margin-bottom: 58px;
  position: relative;
}

.ko-model .table-header {
  align-items: center;
}

.ko-model .table-row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee8fb;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  font-family: "sofia-pro", Verdana, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ko-model .table-row *:first-child {
  flex-basis: 41.6666666667%;
}

.ko-model .table-row *:nth-child(2n) {
  flex-basis: 50%;
}

.ko-model .table-row *:nth-child(3n) {
  flex-basis: 33.3333333333%;
  margin-left: 3.7%;
  text-align: center;
}

.ko-model-mouse.table-row {
  justify-content: space-between;
}

.ko-model-mouse.table-row *:first-child {
  flex-basis: 50%;
}

.table-header .ko-model-mouse.table-row {
  justify-content: space-around;
}

.ko-model .table-row *:nth-child(4n) {
  flex-basis: 16.6666666667%;
  margin-left: 3.7%;
}

.ko-model .table-header {
  text-align: center;
}

.ko-model-mouse {
  align-items: center;
}
.ko-model-mouse.table-row {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: none;
}
.ko-model-mouse.table-row li {
  text-transform: none;
  margin: 0 5px;
}

.ko-model-mouse--header {
  margin-top: -60px;
}

.ko-model-mouse--label {
  white-space: nowrap;
}
.ko-model-mouse--label:before, .ko-model-mouse--label:after {
  content: "";
  width: 100%;
  height: 20px;
  border-top: 1px solid #979797;
  margin-top: 5px;
}
.ko-model-mouse--label:before {
  border-left: 1px solid #979797;
  margin-right: 15px;
}
.ko-model-mouse--label::after {
  border-right: 1px solid #979797;
  margin-left: 15px;
}
.ko-model-mouse--label.table-row {
  border-bottom: none;
}

.ko-model-mouse .phase {
  background-color: #ECECEC;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  align-items: center;
  min-height: 20px;
  height: 100%;
  max-height: 28px;
  max-width: 140px;
  position: relative;
  /*
  	.rennano:after {
  		background-color: #C35D39;
  	}
  */
}
.ko-model-mouse .phase:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  left: 0;
  border-radius: 0 50px 50px 0;
}
.ko-model-mouse .phase span {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1;
  margin-left: 6px;
  font-size: 11px;
  color: white;
  font-weight: 100;
}
.ko-model-mouse .phase.renmab:after {
  background-color: #2D355C;
}
.ko-model-mouse .phase.renlite:after {
  background-color: #73814C;
}
.ko-model-mouse .phase.f0:after, .ko-model-mouse .phase.f0 span {
  width: 22%;
}
.ko-model-mouse .phase.f0:after {
  opacity: 0.3;
}
.ko-model-mouse .phase.f1:after, .ko-model-mouse .phase.f1 span {
  width: 33%;
}
.ko-model-mouse .phase.f1:after {
  opacity: 0.425;
}
.ko-model-mouse .phase.f2:after, .ko-model-mouse .phase.f2 span {
  width: 40%;
}
.ko-model-mouse .phase.f2:after {
  opacity: 0.6;
}
.ko-model-mouse .phase.immunization:after, .ko-model-mouse .phase.immunization span {
  width: 70%;
}
.ko-model-mouse .phase.immunization:after {
  opacity: 0.725;
}
.ko-model-mouse .phase.antibody-screening:after, .ko-model-mouse .phase.antibody-screening span {
  width: 81%;
}
.ko-model-mouse .phase.antibody-screening:after {
  opacity: 0.8;
}
.ko-model-mouse .phase.hits:after, .ko-model-mouse .phase.hits span {
  width: 93%;
}

.ko-model li {
  display: inline;
  align-items: center;
  margin-bottom: 0;
  color: #8E8B8A;
}

.ko-model .table-header {
  height: 32px;
  padding-bottom: 13px;
  border-bottom: 3px solid #EEE8FB;
  margin: 0 0 21px;
  line-height: 1.25em;
}

.ko-model button.loader {
  display: block;
  margin: 3.5rem auto 6rem;
}

.ko-model h2 {
  margin-bottom: 80px;
}

.ko-model h3 {
  margin-bottom: 3px;
}

.ko-model p {
  margin-bottom: 0;
  line-height: 1.5;
}

.ko-model p:empty {
  display: initial;
}

@media screen and (max-width: 800px) {
  .ko-model .table-header {
    font-size: 12px;
  }

  .ko-model .table-row *:first-child {
    flex-basis: 25%;
  }

  .ko-model .table-row *:nth-child(2n) {
    flex-basis: 58.3333333333%;
  }

  .ko-model .table-row *:nth-child(3n) {
    flex-basis: 16.6666666667%;
  }

  .ko-model .ko-model-mouse.table-row > * {
    flex-basis: 50%;
    margin: 0 0 0 7px;
  }

  .ko-model .ko-model-mouse.table-row *:nth-child(3n) {
    flex-basis: 33.3333333333%;
    margin: 0 0 0 2px;
  }
}
@media screen and (max-width: 600px) {
  .ko-model .table-header {
    font-size: 8px;
  }

  .ko-model-mouse--header {
    margin-top: -55px;
  }

  .ko-model h2 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin-bottom: 60px;
  }

  .ko-model {
    margin-top: 28px;
    margin-bottom: 30px;
  }

  .ko-model .table-row {
    margin: 0;
  }

  .ko-model .phase span {
    font-size: 8px;
    margin-left: 4px;
  }

  .ko-model .table-row.table-header {
    padding-bottom: 8px;
    border-width: 2px;
    margin: 0;
  }

  .ko-model h3 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .ko-model {
    font-size: 12px;
  }

  .ko-model button.loader {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .no-results.lead {
    margin-bottom: 40px;
    font-size: 18px;
    padding-left: 32px;
  }
  .no-results.lead:before {
    width: 23px;
    top: 0;
  }
}
/* Project Integrum Footer */
.ko-footer {
  position: relative;
  padding: 4.375em 0 8.75em;
  margin-top: 12.5em;
  margin-bottom: -3.125em;
}

.ko-footer-title {
  background: linear-gradient(270deg, #022C77 2%, #031220 100%) no-repeat top left/cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  margin-bottom: 1.5em;
}

.ko-footer:before {
  content: "";
  position: absolute;
  height: 78px;
  top: -67px;
  min-width: 1000px;
  width: 100%;
  left: 0;
  background: url("img/wav2_beige.svg") no-repeat bottom center/cover;
}

.ko-footer .flex-parent {
  align-items: center;
}

.ko-footer .flex-half {
  flex-basis: 50%;
}

.ko-footer-img {
  overflow: hidden;
  padding-right: 0;
  margin-right: 3.7%;
  border-radius: 5px;
}

.ko-footer-img svg {
  max-width: 108%;
  height: auto;
  display: block;
}

.ko-footer-content h6 {
  font-family: "sofia-pro", Verdana, sans-serif;
  line-height: 1.5;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #15173E;
}
.ko-footer-content h6 a {
  background: linear-gradient(225deg, #FF8B68 0%, #FF5384 95%) no-repeat top left/cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media screen and (max-width: 800px) {
  .ko-footer {
    padding: 2.5em 0 5em;
    margin-top: 5em;
    z-index: -1;
  }

  .ko-footer .flex-parent {
    flex-wrap: wrap;
  }

  .ko-footer .flex-half {
    padding: 0;
    flex-basis: 100%;
  }

  .ko-footer .flex-half:first-child {
    margin-bottom: 2.5em;
  }

  .ko-footer-img svg {
    width: 100%;
  }
}
/* Landing Page / search form in CTA Card block */
.lander-filters {
  max-width: 751px;
  margin: 0 auto;
}

.lander-filters form {
  align-items: flex-end;
  justify-content: center;
}

.lander-filters label {
  margin-left: 0;
  margin-right: 20px;
}

.ko-stats {
  text-align: center;
  padding: 60px 4% 45px;
}

.ko-stats h2 {
  font-size: 28px;
  margin-bottom: 0.3em;
}

.ko-stats .stat-group {
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -8px 20px;
}

.ko-stats .stat-col {
  padding: 0 8px;
  max-width: 16.6666%;
  flex: auto;
}

.ko-stats .stat {
  padding: 0 10px;
  display: inline-block;
  color: #15173E;
  border-radius: 5px;
  transition: 0.3s;
  margin-bottom: 10px;
}

.ko-stats a.stat:hover {
  background-color: #EEE8FB;
  border: none;
}

.ko-stats .stat h3 {
  color: inherit;
  font-size: 46px;
  line-height: 1.2;
  margin: 0;
}

.ko-stats .stat p {
  max-width: 121px;
  font-weight: bold;
  color: inherit;
  line-height: 1.1;
  font-size: 15px;
  margin: 0 0 1em;
}

.ko-stats .pi_partnership h3, .ko-stats .pi_partnership p {
  background: linear-gradient(225deg, #FF8B68 0%, #FF5384 95%) no-repeat top left/cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.ko-cats-wrap {
  padding-top: 94px;
  padding-bottom: 100px;
}

.ko-cats {
  border-radius: 5px;
  text-align: center;
  padding: 32px 4.4444% 44px;
}

.ko-cats h3 {
  line-height: 47px;
}

.ko-cats .flex-parent {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 846px;
  margin: 34px auto 7px;
}

.ko-cats .flex-parent a {
  flex-basis: 31.087%;
  background-color: #E3D5FF;
  margin-bottom: 37px;
  border: none;
  color: #15173E;
  line-height: 20px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  border-radius: 3px;
}

.ko-cats .flex-parent span {
  max-width: 180px;
  font-weight: 500;
}

.ko-cats .button, .ko-cats #cn-accept-cookie, .ko-cats .popupaoc-link {
  width: 100%;
  max-width: 848px;
}

.ko-cats .button .icon, .ko-cats #cn-accept-cookie .icon, .ko-cats .popupaoc-link .icon {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1080px) {
  .ko-stats .stat h3 {
    font-size: 38px;
  }

  .ko-stats .stat p {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  .ko-stats .stat-col {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }

  .ko-cats-wrap {
    padding-top: 43px;
    padding-bottom: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .ko-cats {
    padding-top: 30px;
    padding-bottom: 33px;
  }

  .ko-cats h3 {
    margin-bottom: 15px;
  }

  .ko-cats .flex-parent {
    margin-top: 15px;
    margin-bottom: 19px;
  }

  .ko-cats .flex-parent a {
    flex-basis: 100%;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 0;
  }

  .ko-cats .flex-parent span {
    max-width: 235px;
  }

  .ko-cats .button, .ko-cats #cn-accept-cookie, .ko-cats .popupaoc-link {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    padding: 14px 66px 16px;
    position: relative;
  }

  .ko-cats .button .icon, .ko-cats #cn-accept-cookie .icon, .ko-cats .popupaoc-link .icon {
    position: absolute;
    left: 19px;
    top: 23%;
    font-size: 37px;
  }

  .lander-filters .flex-parent {
    justify-content: center;
    flex-wrap: wrap;
  }

  .lander-filters label {
    margin: 0 0 20px;
  }

  .ko-stats {
    margin-bottom: 28px;
    padding: 35px 20px 20px;
  }

  .ko-stats .stat-group {
    margin-bottom: 20px;
  }

  .ko-stats .stat {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 102px;
  }

  .ko-stats h2 {
    font-size: 17px;
  }

  .ko-stats .stat h3 {
    font-size: 33px;
  }

  .post-type-archive-ko-knockouts .ko-models button.loader{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    line-height: 16px;
  }
}
/* Text Pages */
.page-template-page-wrapped .single-content {
  max-width: 800px;
}
