/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background-color: #EDF2F4;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

address {
  font-style: normal;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

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

.grecaptcha-badge {
  display: none !important;
}

#trp-floater-ls {
  left: unset !important;
  right: 10px !important;
}

body {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #353739;
}

h1 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.wysiwyg h1 {
  font-size: 44px;
}
.wysiwyg h2 {
  color: #AB54A2;
  font-size: 40px;
}
.wysiwyg h3 {
  color: #FFF;
  background: #6F459B;
  padding: 16px;
  margin-bottom: 30px;
  font-size: 24px;
}
.wysiwyg h4 {
  color: #AB54A2;
  margin-bottom: 20px;
  font-size: 24px;
}
.wysiwyg h5 {
  color: #AB54A2;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.wysiwyg h6 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
}
.wysiwyg p {
  padding-bottom: 20px;
}
.wysiwyg a {
  color: #6F459B;
  font-weight: 700;
  text-decoration: underline;
}
.wysiwyg a.btn {
  color: #FFF;
  text-decoration: none;
  margin-bottom: 15px;
}
.wysiwyg a.external {
  text-decoration: none;
}
.wysiwyg a.external::after {
  content: "";
  width: 15px;
  height: 16px;
  margin-left: 4px;
  background-image: url("_assets/img/external-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.wysiwyg a.center {
  margin: 0 auto;
}
.wysiwyg a:hover {
  color: #B468AA;
}
.wysiwyg a:hover.btn {
  color: #FFF;
}
.wysiwyg a:hover.external::after {
  content: "";
  width: 15px;
  height: 16px;
  margin-left: 4px;
  background-image: url("_assets/img/external-link-pink.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.wysiwyg a.external.btn::after {
  display: none;
}
.wysiwyg a.add-icon.btn::after {
  content: "";
  width: 15px;
  height: 16px;
  margin-left: 8px;
  background-image: url("_assets/img/external-link-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.wysiwyg ul, .wysiwyg ol {
  margin-bottom: 20px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-left: 40px;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg hr {
  background: linear-gradient(123.63deg, rgba(180, 104, 170, 0.8) 30.03%, rgba(111, 69, 155, 0.8) 100%);
  height: 3px;
  margin-bottom: 40px;
  border-style: none;
}
.wysiwyg img {
  width: -moz-fit-content;
  width: fit-content;
}
.wysiwyg img.aligncenter {
  display: block;
  margin: 0 auto;
}
.wysiwyg img.alignright {
  float: right;
  display: block;
  margin-left: 20px;
  margin-bottom: 20px;
}
.wysiwyg img.alignleft {
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wysiwyg img.size-medium {
  max-width: 420px;
}
.wysiwyg img.size-large {
  width: 768px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 20px;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  h2 {
    font-size: 40px;
  }
}
.btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  background-color: #6F459B;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #FFF;
  padding: 16px 22px;
  text-align: center;
}
.btn:hover {
  background-color: #B468AA;
}
.btn.add-icon::after {
  content: "";
  width: 15px;
  height: 16px;
  margin-left: 8px;
  background-image: url("_assets/img/external-link-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .btn {
    font-size: 18px;
  }
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme .ginput_complex label {
  font-weight: bold;
}
.gform_wrapper.gravity-theme .gfield select {
  font-size: 16px;
  line-height: 1.6;
  padding: 16px 22px;
  border: 2px solid #6F459B;
  border-radius: 6px;
}
.gform_wrapper.gravity-theme .gfield select:focus {
  filter: drop-shadow(0px 0px 8px rgba(111, 69, 155, 0.49));
  border: 2px solid #B468AA;
  outline: 1px solid #B468AA;
}
.gform_wrapper.gravity-theme .ginput_container {
  margin-bottom: 22px;
}
.gform_wrapper.gravity-theme .ginput_container input[type=text], .gform_wrapper.gravity-theme .ginput_container input[type=email], .gform_wrapper.gravity-theme .ginput_container input[type=tel], .gform_wrapper.gravity-theme .ginput_container input[type=number], .gform_wrapper.gravity-theme .ginput_container input[type=url], .gform_wrapper.gravity-theme .ginput_container textarea {
  font-size: 16px;
  line-height: 1.6;
  padding: 16px 22px;
  border: 2px solid #6F459B;
  border-radius: 6px;
}
.gform_wrapper.gravity-theme .ginput_container input[type=text]:focus, .gform_wrapper.gravity-theme .ginput_container input[type=email]:focus, .gform_wrapper.gravity-theme .ginput_container input[type=tel]:focus, .gform_wrapper.gravity-theme .ginput_container input[type=number]:focus, .gform_wrapper.gravity-theme .ginput_container input[type=url]:focus, .gform_wrapper.gravity-theme .ginput_container textarea:focus {
  filter: drop-shadow(0px 0px 8px rgba(111, 69, 155, 0.49));
  border: 2px solid #B468AA;
  outline: 1px solid #B468AA;
}
.gform_wrapper.gravity-theme .ginput_container.ginput_recaptcha {
  display: none;
}
.gform_wrapper.gravity-theme input[type=submit] {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  background-color: #6F459B;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #FFF;
  padding: 16px 22px;
  text-align: center;
  border: 0;
}
.gform_wrapper.gravity-theme input[type=submit]:hover {
  background-color: #B468AA;
}
@media screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme input[type=submit] {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .gform_wrapper.gravity-theme input[type=submit] {
    font-size: 18px;
  }
}

.gpnf-nested-entries-container .map-it-link {
  color: #6F459B;
  font-weight: 700;
  text-decoration: underline;
}
.gpnf-nested-entries-container .gpnf-field a {
  color: #6F459B;
  font-weight: 700;
  text-decoration: underline;
}
.gpnf-nested-entries-container .gpnf-add-entry {
  margin-top: 20px !important;
  color: #6F459B;
  font-weight: 700;
  text-decoration: underline;
}
.gpnf-nested-entries-container .gpnf-add-entry::after {
  content: "";
  width: 15px;
  height: 16px;
  -webkit-mask: url("_assets/img/plus-solid.svg");
          mask: url("_assets/img/plus-solid.svg");
  display: inline-block;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #6F459B;
}

.gpnf-modal-header {
  background-color: #6F459B !important;
}

.gpnf-btn-cancel {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  background-color: gray !important;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #FFF;
  padding: 16px 22px;
  text-align: center;
}
.gpnf-btn-cancel:hover {
  background-color: #B468AA;
}

.gpnf-btn-submit {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  background-color: #6F459B !important;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  color: #FFF;
  padding: 16px 22px;
  text-align: center;
}
.gpnf-btn-submit:hover {
  background-color: #B468AA;
}

/* Force table to not be like tables anymore */
form:not(.gpnf-disable-responsive-table) .table.gpnf-nested-entries,
form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries thead,
form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries tbody,
form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries th,
form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries td,
form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries tr {
  display: block;
}

form:not(.gpnf-disable-responsive-table) table.gpnf-nested-entries {
  width: 100%;
  border: 0;
}

/* Hide table headers (but not display: none;, for accessibility) */
form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries thead tr {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries tr {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  border-radius: 3px;
}

form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries tbody tr:not(.gpnf-no-entries) td {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 1rem 1rem 1rem 50%;
}

form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries:not(.gpnf-nested-entries-simple) tbody tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries tbody tr td:last-child,
form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries:not(.gpnf-nested-entries-simple) tbody tr:last-child td:last-child {
  border: 0;
}

form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries td:before {
  content: attr(data-heading);
  position: absolute;
  width: calc(50% - 2rem);
  left: 1rem;
  white-space: nowrap;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
}

form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries:not(.gpnf-nested-entries-simple) td:last-child {
  background-color: rgba(0, 0, 0, 0.03);
}

form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries:not(.gpnf-nested-entries-simple) tbody tr:not(.gpnf-no-entries) td:last-child {
  padding-left: 0;
}

form:not(.gpnf-disable-responsive-table) .gpnf-nested-entries td[data-value=""] {
  display: none;
}

form:not(.gpnf-disable-responsive-table) .gpnf-no-entries span {
  display: inline !important;
}

/*
 * Below styles assist with responsiveness for this snippet:
 * https://gist.github.com/spivurno/3a3b92bf32824a414c87c23bbf5ca335#file-z-gp-nested-forms-display-child-entries-table-format-all-child-fields-php
 */
form:not(.gpnf-disable-responsive-table) .gpnf-row-actions:before {
  content: "" !important;
}

form:not(.gpnf-disable-responsive-table) .gpnf-row-actions:empty {
  display: none;
}

body .gform_wrapper form:not(.gpnf-disable-responsive-table) div.gform_body ul.gform_fields li.gfield.gfield_html .gpnf-field ul,
body .gform_wrapper form:not(.gpnf-disable-responsive-table) div.gform_body ul.gform_fields li.gfield.gfield_html .gpnf-field ul li,
body .gform_wrapper form:not(.gpnf-disable-responsive-table) div.gform_body ul.gform_fields li.gfield.gfield_html .gpnf-field ul li li {
  margin: 0 !important;
  list-style: none !important;
  overflow: visible;
}

.skip-link {
  position: absolute;
  top: -1000px;
  /* Styled to match the default WordPress screen reader text */
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
  transition: top 0.75s ease-out;
}

.skip-link:focus {
  color: #21759b;
  top: 7px;
  transition: top 0s;
}

#header {
  position: static;
  width: 100%;
  height: 80px;
  z-index: 100;
  background: #FFF;
}
#header .header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#header #header_logo {
  display: block;
  padding: 14px 0 0 24px;
}
#header #header_logo svg {
  width: 68px;
  height: 56px;
}
#header .mobile-nav-toggle {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  margin-top: -5px;
  padding: 14px 24px 0 0;
}
#header .mobile-nav-toggle .hamburger__text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #6F459B;
  text-transform: uppercase;
  margin-right: 7px;
  padding-top: 3px;
}
#header .mobile-nav-toggle .hamburger__text.open {
  display: none;
}
#header #header_nav {
  display: none;
  flex: 1 0 100%;
  height: 100vh;
  padding: 30px 20px 30px;
}
#header #header_nav.is-open {
  display: block;
  background: linear-gradient(97.14deg, #B468AA 16.4%, #6F459B 110.01%);
  z-index: 100;
}
#header #header_nav ul {
  display: flex;
  flex-direction: column;
  padding: 50px;
}
#header #header_nav ul li {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 0;
  margin-bottom: 40px;
}
#header #header_nav ul li a {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
#header #header_nav ul li a:hover {
  border-bottom: 2px solid #FFF;
}
#header #header_nav ul li.btn {
  text-align: center;
  padding: 16px 22px;
}
#header #header_nav ul li.btn a {
  text-transform: capitalize;
  border-bottom: 0;
}
#header #header_nav ul li.btn:hover {
  background: #FFF;
}
#header #header_nav ul li.btn:hover a {
  color: #6F459B;
}
#header #header_nav ul li.current-menu-item > a {
  border-bottom: 2px solid #FFF;
}
#header #header_nav ul li.menu-item-has-children > a {
  padding-bottom: 0;
  border-bottom: 0;
}
#header #header_nav ul li.menu-item-has-children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
#header #header_nav ul li.menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  padding-left: 7px;
}
#header #header_nav ul li.sub-menu-open > a {
  padding-bottom: 5px;
  border-bottom: 2px solid #FFF;
}
#header #header_nav ul li > .sub-menu {
  display: none;
  padding: 20px 0 0 20px;
}
#header #header_nav ul li > .sub-menu.visible {
  display: flex;
}
#header #header_nav ul li > .sub-menu > li {
  margin-bottom: 0;
}
#header #header_nav ul li > .sub-menu > li > a {
  font-weight: 400;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
}
#header.menu-open {
  z-index: 100;
}
#header.menu-open .header-wrapper {
  background: linear-gradient(97.14deg, #B468AA 16.4%, #6F459B 110.01%);
}
#header.menu-open .header-wrapper .color-logo {
  display: none;
}
#header.menu-open .header-wrapper .white-logo {
  display: block;
}
#header.menu-open .header-wrapper .mobile-nav-toggle .hamburger__text {
  color: #FFF;
}
#header.menu-open .header-wrapper .mobile-nav-toggle .hamburger__text.closed {
  display: none;
}
#header.menu-open .header-wrapper .mobile-nav-toggle .hamburger__text.open {
  display: block;
}
#header.menu-open .header-wrapper .mobile-nav-toggle .hamburger-inner {
  background-color: #FFF;
}
#header.menu-open .header-wrapper .mobile-nav-toggle .hamburger-inner::before, #header.menu-open .header-wrapper .mobile-nav-toggle .hamburger-inner::after {
  background-color: #FFF;
}
#header.menu-open .header-wrapper ul li.current-menu-item.btn {
  border-bottom: 0;
  background-color: #FFF;
  color: #6F459B;
}
#header.menu-open .header-wrapper ul li.current-menu-item.btn a {
  color: #6F459B !important;
}

@media screen and (min-width: 1200px) {
  #header {
    height: 186px;
    padding: 34px 30px;
  }
  #header:lang(es) {
    padding: 34px 20px;
  }
  #header .header-wrapper {
    max-width: 1400px;
    flex-wrap: nowrap;
    margin: 0 auto;
  }
  #header #header_logo {
    flex: 0 0 144px;
    padding: 0;
  }
  #header #header_logo svg {
    width: 144px;
    height: 118px;
  }
  #header #header_logo .color-logo {
    display: block;
  }
  #header #header_logo .white-logo {
    display: none;
  }
  #header .mobile-nav-toggle {
    display: none;
  }
  #header #header_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    flex: 1 1 100%;
    padding: 0;
    margin-left: 40px;
  }
  #header #header_nav:lang(es) {
    margin-left: 30px;
  }
  #header #header_nav ul {
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
  }
  #header #header_nav ul li {
    position: relative;
    width: auto;
    text-align: center;
    padding: 0 0 3px;
    margin-bottom: 0;
  }
  #header #header_nav ul li a {
    font-size: 15px;
    line-height: 1.44;
    color: #6F459B;
    padding-bottom: 0 0 3px;
  }
  #header #header_nav ul li.btn {
    background: #6F459B;
    padding: 10px 16px;
    margin-bottom: 6px;
    cursor: pointer;
  }
  #header #header_nav ul li.btn:lang(es) {
    padding: 10px 13px;
  }
  #header #header_nav ul li.btn a {
    font-size: 15px;
    line-height: 1.44;
    background: #6F459B;
    color: #FFF;
    text-transform: capitalize;
    padding-bottom: 0;
  }
  #header #header_nav ul li.current-menu-item {
    background: linear-gradient(92.12deg, #D18BC8 -10.1%, #B468AA 41.74%, #6F459B 82.99%, #380072 101.22%);
    padding: 0 0 3px;
  }
  #header #header_nav ul li.current-menu-item a {
    background: #FFF;
    padding-bottom: 0;
  }
  #header #header_nav ul li.current-menu-item.btn {
    background: #a55a9c;
    padding: 10px 16px;
  }
  #header #header_nav ul li.current-menu-item.btn:lang(es) {
    padding: 10px 13px;
  }
  #header #header_nav ul li.current-menu-item.btn a {
    background: #a55a9c;
    color: #FFF;
    padding-bottom: 0;
  }
  #header #header_nav ul li.menu-item-has-children > a {
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
  }
  #header #header_nav ul li.menu-item-has-children > a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  #header #header_nav ul li.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    padding-left: 7px;
  }
  #header #header_nav ul li > .sub-menu {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 3px 0 0 0;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 100;
    min-width: 215px;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
  #header #header_nav ul li > .sub-menu.visible {
    display: flex;
  }
  #header #header_nav ul li > .sub-menu > li {
    width: 100%;
    background: #FFF;
    margin-bottom: 0;
    text-align: left;
  }
  #header #header_nav ul li > .sub-menu > li:first-child > a {
    padding-top: 17px;
  }
  #header #header_nav ul li > .sub-menu > li:last-child > a {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  #header #header_nav ul li > .sub-menu > li > a {
    margin-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 2px solid #FFF;
    margin-bottom: 5px;
  }
  #header #header_nav ul li > .sub-menu > li.current-menu-item > a {
    border-bottom: 2px solid #6F459B;
    padding-right: 0;
  }
  #header #header_nav ul li > .sub-menu > li:hover > a {
    border-bottom: 2px solid #6F459B;
    padding-right: 0;
  }
  #header #header_nav ul li:hover {
    background: linear-gradient(92.12deg, #D18BC8 -10.1%, #B468AA 41.74%, #6F459B 82.99%, #380072 101.22%);
    padding: 0 0 3px;
  }
  #header #header_nav ul li:hover > a {
    background: #FFF;
    padding-bottom: 0 0 3px;
  }
  #header #header_nav ul li:hover.btn {
    padding: 10px 16px;
    background: #B468AA;
  }
  #header #header_nav ul li:hover.btn:lang(es) {
    padding: 10px 13px;
  }
  #header #header_nav ul li:hover.btn a {
    background: #B468AA;
    color: #FFF !important;
    padding-bottom: 0;
    border-bottom: 0;
  }
  #header #header_nav ul li:hover.current-menu-item.btn {
    background: #6F459B;
  }
  #header #header_nav ul li:hover.current-menu-item.btn a {
    background: #6F459B;
    border-bottom: 0;
  }
  #header #header_nav ul li:hover.menu-item-has-children {
    padding: 0 0 3px;
  }
  #header #header_nav ul li:hover > .sub-menu > li {
    padding: 0 0 3px;
  }
  #header #header_nav ul li:hover > .sub-menu > li:last-child {
    padding-bottom: 15px;
  }
  #header #header_nav ul li:hover > .sub-menu > li:last-child > a {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  #header:lang(es) {
    padding: 34px 30px;
  }
  #header #header_nav ul li a {
    font-size: 16px;
  }
  #header #header_nav ul li.btn {
    padding: 13px 19px;
  }
  #header #header_nav ul li.btn:lang(es) {
    padding: 10px 16px;
  }
  #header #header_nav ul li.btn a {
    font-size: 16px;
  }
  #header #header_nav ul li.current-menu-item.btn {
    padding: 13px 19px;
  }
  #header #header_nav ul li.current-menu-item.btn:lang(es) {
    padding: 10px 16px;
  }
  #header #header_nav ul li:hover.btn {
    padding: 13px 19px;
  }
  #header #header_nav ul li:hover.btn:lang(es) {
    padding: 10px 16px;
  }
}
@media screen and (min-width: 1400px) {
  #header #header_nav {
    margin-left: 60px;
  }
  #header #header_nav:lang(es) {
    margin-left: 40px;
  }
  #header #header_nav ul li a {
    font-size: 18px;
  }
  #header #header_nav ul li.btn {
    padding: 16px 22px;
  }
  #header #header_nav ul li.btn a {
    font-size: 18px;
  }
  #header #header_nav ul li.current-menu-item.btn {
    padding: 16px 22px;
  }
  #header #header_nav ul li:hover.btn {
    padding: 16px 22px;
  }
}
@media screen and (min-width: 1600px) {
  #header {
    padding: 34px 54px 34px 69px;
  }
  #header:lang(es) {
    padding: 34px 54px 34px 69px;
  }
  #header #header_nav {
    margin-left: 80px;
  }
  #header #header_nav:lang(es) {
    margin-left: 50px;
  }
  #header #header_nav ul li.btn:lang(es) {
    padding: 13px 19px;
  }
  #header #header_nav ul li.current-menu-item.btn:lang(es) {
    padding: 13px 19px;
  }
  #header #header_nav ul li:hover.btn:lang(es) {
    padding: 13px 19px;
  }
}
#footer {
  padding: 72px 31px;
  background: linear-gradient(92.52deg, #B468AA 0%, #6F459B 100%);
}
#footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;
}
#footer .footer-top-bar {
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#footer .footer-top-bar #footer_logo {
  flex: 1 0 100%;
  margin-bottom: 15px;
}
#footer .footer-top-bar #footer_logo svg {
  width: 184px;
  height: 153px;
}
#footer .footer-top-bar .footer-partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  flex: 1 1 100%;
  padding: 0;
}
#footer .footer-top-bar .footer-partner-logos a {
  margin-left: 25px;
}
#footer .footer-top-bar .footer-partner-logos a:first-child {
  margin-left: 0;
}
#footer .footer-bottom-bar {
  flex: 1 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0 0;
}
#footer .footer-bottom-bar #footer-nav {
  flex: 1 0 100%;
  display: flex;
}
#footer .footer-bottom-bar #footer-nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-bottom-bar #footer-nav ul li {
  width: auto;
  margin-right: 20px;
  text-align: center;
}
#footer .footer-bottom-bar #footer-nav ul li:last-child {
  margin-right: 0;
}
#footer .footer-bottom-bar #footer-nav ul li a {
  font-size: 16px;
  color: #FFF;
}
#footer .footer-bottom-bar #footer-nav ul li a:hover {
  border-bottom: 2px solid #FFF;
}
#footer .footer-social-links {
  flex: 1 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
#footer .footer-social-links a {
  display: block;
  margin-left: 12px;
  padding: 3px 3px 0;
}
#footer .footer-social-links a:first-child {
  margin-left: 0;
}
#footer .footer-social-links a i {
  color: #FFF;
  font-size: 25px;
  line-height: 1;
}
#footer .footer-social-links a:hover {
  background-color: #FFF;
  border-radius: 6px;
}
#footer .footer-social-links a:hover i {
  color: #6F459B;
}
#footer .footer-social-links.desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 62px 60px 29px 64px;
  }
  #footer .footer-top-bar {
    flex-direction: row;
  }
  #footer .footer-top-bar #footer_logo {
    flex: 1 1 100%;
    margin-bottom: 0;
  }
  #footer .footer-top-bar #footer_logo svg {
    width: 184px;
    height: 153px;
  }
  #footer .footer-top-bar .footer-partner-logos {
    justify-content: flex-end;
    margin-left: 80px;
  }
  #footer .footer-top-bar .footer-partner-logos a {
    margin-left: 40px;
  }
  #footer .footer-top-bar .footer-partner-logos a:first-child {
    margin-left: 0;
  }
  #footer .footer-bottom-bar #footer-nav {
    flex: 0 0 50%;
  }
  #footer .footer-bottom-bar #footer-nav ul {
    justify-content: flex-start;
  }
  #footer .footer-bottom-bar #footer-nav ul li {
    text-align: left;
  }
  #footer .footer-bottom-bar #footer-nav ul li a {
    font-size: 18px;
  }
  #footer .footer-social-links {
    flex: 0 0 50%;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  #footer .footer-social-links.mobile {
    display: none;
  }
  #footer .footer-social-links.desktop {
    display: flex;
  }
}

body {
  background-color: #FFF;
}

.interior-page .hero {
  position: relative;
  width: 100%;
  height: 408px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  margin-bottom: 30px;
}
.interior-page .hero .hero-title {
  text-align: center;
  color: #FFF;
  margin-bottom: 25px;
  z-index: 20;
}
.interior-page .hero a.btn:hover {
  background-color: #FFF;
  color: #6F459B;
}
.interior-page .hero a.btn.add-icon:hover::after {
  content: "";
  width: 15px;
  height: 16px;
  margin-left: 8px;
  background-image: url("_assets/img/external-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.interior-page .hero .hero-column {
  max-width: 722px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.interior-page .hero .hero-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 408px;
  background: linear-gradient(123.63deg, rgba(180, 104, 170, 0.8) 30.03%, rgba(111, 69, 155, 0.8) 100%);
  z-index: 10;
}

#page-content {
  padding-top: 50px;
}

.blog #page-content {
  padding-top: 20px;
}

.block {
  width: 90%;
  margin: 0 auto 60px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .block {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto 80px;
  }
}
.cancer-types header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 95%;
  margin: 0 auto 60px;
  text-align: center;
}
.cancer-types header .block-heading {
  margin-bottom: 15px;
}
.cancer-types header .block-intro {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 21px;
}
.cancer-types header .pill-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cancer-types header .pill-tabs a {
  font-size: 16px;
  line-height: 1.43;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 15px;
}
.cancer-types header .pill-tabs a:last-child {
  margin-right: 0;
}
.cancer-types .accordion-list .accordion-row {
  margin-bottom: 21px;
}
.cancer-types .accordion-list .accordion-row:last-child {
  margin-bottom: 0;
}
.cancer-types .accordion-list .accordion-row .accordion-row-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(92.12deg, #B468AA -33.89%, #6F459B 107.48%);
  padding: 20px;
  color: #FFF;
  cursor: pointer;
}
.cancer-types .accordion-list .accordion-row .accordion-row-header:hover {
  background: #6F459B;
}
.cancer-types .accordion-list .accordion-row .accordion-row-header .column {
  display: flex;
  align-items: center;
}
.cancer-types .accordion-list .accordion-row .accordion-row-header figure {
  margin-right: 20px;
  height: 50px;
  width: auto;
}
.cancer-types .accordion-list .accordion-row .accordion-row-header figure img {
  height: 100%;
  width: auto;
}
.cancer-types .accordion-list .accordion-row .accordion-row-header i {
  font-size: 30px;
  line-height: 1;
  color: #FFF;
}
.cancer-types .accordion-list .accordion-row .accordion-row-header i.fa-circle-minus {
  display: none;
}
.cancer-types .accordion-list .accordion-row .accordion-row-header.active {
  background: #6F459B;
}
.cancer-types .accordion-list .accordion-row .accordion-row-header.active i.fa-circle-plus {
  display: none;
}
.cancer-types .accordion-list .accordion-row .accordion-row-header.active i.fa-circle-minus {
  display: block;
}
.cancer-types .accordion-list .accordion-row .accordion-row-content {
  display: none;
  padding: 20px 0;
}
.cancer-types .accordion-list .accordion-row .accordion-row-content.active {
  display: block;
}
@media screen and (min-width: 960px) {
  .cancer-types header {
    margin: 0 auto 88px;
  }
  .cancer-types header .pill-tabs {
    flex-wrap: nowrap;
  }
  .cancer-types header .pill-tabs a {
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 28px;
  }
  .cancer-types header .pill-tabs a:last-child {
    margin-right: 0;
  }
  .cancer-types .accordion-list .accordion-row .accordion-row-header {
    padding: 22px 36px 22px 42px;
  }
  .cancer-types .accordion-list .accordion-row .accordion-row-header figure {
    margin-right: 58px;
    height: 72px;
  }
  .cancer-types .accordion-list .accordion-row .accordion-row-header i {
    font-size: 44px;
  }
}

.cancer-types-grid header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 95%;
  margin: 0 auto 60px;
  text-align: center;
}
.cancer-types-grid header .block-heading {
  margin-bottom: 15px;
}
.cancer-types-grid header .block-intro {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 21px;
}
.cancer-types-grid .cancer-types-filter-bar {
  width: 90%;
  max-width: 860px;
  margin: 0 auto 60px;
  padding: 30px 40px;
  background-color: #F6F6F6;
}
.cancer-types-grid .cancer-types-filter-bar > .wrapper {
  display: flex;
  flex-direction: column;
}
.cancer-types-grid .cancer-types-filter-bar > .wrapper .filter-bar-select {
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.cancer-types-grid .cancer-types-filter-bar > .wrapper .filter-bar-select label {
  flex: 0 0 fit-content;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.cancer-types-grid .cancer-types-filter-bar > .wrapper .filter-bar-select input {
  flex: 1 1 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  padding: 5px 10px;
  border: 2px solid #E5E5E5;
}
.cancer-types-grid .cancer-types-filter-bar > .wrapper .filter-bar-select input:hover, .cancer-types-grid .cancer-types-filter-bar > .wrapper .filter-bar-select input:active, .cancer-types-grid .cancer-types-filter-bar > .wrapper .filter-bar-select input:focus, .cancer-types-grid .cancer-types-filter-bar > .wrapper .filter-bar-select input:focus-visible {
  border-color: #533473 !important;
  outline: #533473 !important;
}
.cancer-types-grid .cancer-types-filter-bar > .wrapper .btn {
  flex: 0 0 fit-content;
}
.cancer-types-grid .no-results {
  text-align: center;
}
.cancer-types-grid .cancer-types-grid-wrapper {
  width: 90%;
  margin: 0 auto;
}
.cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper {
  display: none;
  max-width: 240px;
  background: var(--gradient, linear-gradient(147deg, #B468AA 0%, #6F459B 100%));
  margin: 0 auto 30px;
  padding: 40px;
}
.cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper.is-visible {
  display: block;
}
.cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper .cancer-type-card-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper .cancer-type-card-icon img {
  max-width: 35px;
}
.cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper .cancer-type-card-heading {
  width: 80%;
  margin: 0 auto 15px;
  padding: 20px 0 15px;
  text-align: center;
}
.cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper .cancer-type-card-heading h2 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  color: #FFF;
  text-transform: uppercase;
}
.cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper .cancer-type-card-cta {
  text-align: center;
}
.cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper .cancer-type-card-cta p {
  display: initial;
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper .cancer-type-card-cta p .cta-icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
}
.cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper:hover {
  background: #6F459B;
}
.cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper:hover .cancer-type-card-cta p {
  border-color: #FFF;
}
.cancer-types-grid .cancer-types-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0 60px;
}
@media screen and (min-width: 768px) {
  .cancer-types-grid .cancer-types-filter-bar > .wrapper {
    flex-direction: row;
    align-items: center;
  }
  .cancer-types-grid .cancer-types-filter-bar > .wrapper .filter-bar-select {
    flex: 1 1 100%;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    margin-right: 40px;
  }
  .cancer-types-grid .cancer-types-filter-bar > .wrapper .filter-bar-select label {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .cancer-types-grid .cancer-types-filter-bar > .wrapper .filter-bar-select input {
    flex: 1 1 100%;
  }
  .cancer-types-grid .cancer-types-filter-bar > .wrapper .btn {
    flex: 0 0 fit-content;
  }
  .cancer-types-grid .cancer-types-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper {
    flex: 1 1 45%;
    margin: 0 0 30px;
    margin-right: 30px;
  }
  .cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper:nth-child(2n) {
    margin-right: 0;
  }
  .cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .cancer-types-grid header {
    margin: 0 auto 88px;
  }
  .cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper {
    flex: 1 1 30%;
  }
  .cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper:nth-child(2n) {
    margin-right: 30px;
  }
  .cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper:nth-child(3n) {
    margin-right: 0;
  }
  .cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper {
    flex: 1 1 22%;
  }
  .cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper:nth-child(3n) {
    margin-right: 30px;
  }
  .cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper:nth-child(4n) {
    margin-right: 0;
  }
  .cancer-types-grid .cancer-types-grid-wrapper .cancer-type-card-wrapper:last-child {
    margin-right: 0;
  }
}

.two-column header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 95%;
  max-width: 680px;
  margin: 0 auto 30px;
  text-align: center;
}
.two-column header .block-heading {
  margin-bottom: 15px;
}
.two-column header .block-intro {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.two-column .wrapper {
  display: flex;
  flex-direction: column;
}
.two-column .wrapper .column {
  flex: 1 1 100%;
}
.two-column .wrapper .column figure {
  display: flex;
  flex-direction: column;
  position: relative;
}
.two-column .wrapper .column figure img {
  flex: 1 0 100%;
  border-bottom: 6px solid #6F459B;
}
.two-column .wrapper .column figure .image-caption {
  align-self: flex-end;
  width: 90%;
  flex: 0 0 90%;
  position: relative;
  display: block;
  margin-top: -30px;
  padding: 30px 24px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFF;
  background: linear-gradient(108.32deg, #B468AA 16.13%, #6F459B 91.18%);
  border-radius: 6px 0 6px 6px;
  z-index: 10;
}
.two-column .wrapper .column figure .overlay-icon {
  position: absolute;
  bottom: -5%;
  right: 2%;
  max-width: 60px;
  border-bottom: 0 !important;
}
.two-column .wrapper .column h3 {
  position: sticky;
  top: 0;
  color: #FFF;
  background: #6F459B;
  padding: 16px;
  margin-bottom: 30px;
}
.two-column .wrapper .column h4 {
  color: #AB54A2;
}
@media screen and (max-width: 959px) {
  .two-column .wrapper {
    display: flex;
    flex-direction: column;
  }
  .two-column .wrapper .column {
    flex: 1 1 100%;
    order: 2;
  }
  .two-column .wrapper .column.image-col {
    order: 1;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .two-column header .block-intro {
    font-size: 22px;
  }
}
@media screen and (min-width: 960px) {
  .two-column header {
    margin: 0 auto 40px;
  }
  .two-column header .block-intro {
    font-size: 20px;
    margin-bottom: 21px;
  }
  .two-column .wrapper {
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
  }
  .two-column .wrapper .column {
    flex: 0 1 50%;
    margin-bottom: 0;
    margin-right: 60px;
    order: initial;
  }
  .two-column .wrapper .column:last-child {
    margin-right: 0;
  }
  .two-column .wrapper .column figure {
    display: block;
    position: relative;
  }
  .two-column .wrapper .column figure img {
    border-bottom: 8px solid #6F459B;
  }
  .two-column .wrapper .column figure .image-caption {
    width: 100%;
    position: absolute;
    bottom: -15%;
    right: -5%;
    width: 400px;
    padding: 38px 40px;
    border-radius: 6px;
  }
  .two-column .wrapper .column figure .overlay-icon {
    position: absolute;
    bottom: -20%;
    right: 2%;
    max-width: 100px;
    border-bottom: 0 !important;
  }
}

.cards header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 95%;
  margin: 0 auto 30px;
  text-align: center;
}
.cards header .block-heading {
  margin-bottom: 15px;
}
.cards header .block-intro {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.cards .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cards .wrapper .card {
  flex: 1 1 100%;
  max-width: 514px;
  margin: 0 auto 60px;
}
.cards .wrapper .card .card-media {
  min-height: 240px;
  max-height: 289px;
}
.cards .wrapper .card .card-media .card-media-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.cards .wrapper .card .card-media .card-media-wrapper figure {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.cards .wrapper .card .card-media .card-media-wrapper .card-media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(185.8% 308.14% at 1.35% 2.2%, rgba(180, 104, 170, 0.8) 0%, rgba(111, 69, 155, 0.8) 100%);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.cards .wrapper .card .card-media .card-media-wrapper .card-media-overlay .card-media-overlay-icon {
  width: 73px;
  margin-right: 20px;
}
.cards .wrapper .card .card-media .card-media-wrapper .card-media-overlay h3 {
  font-size: 32px;
  line-height: 1.1;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
}
.cards .wrapper .card .card-content {
  padding: 20px 20px 30px;
  background-color: #F6F6F6;
}
.cards .wrapper .card .card-content .card-heading {
  margin-bottom: 15px;
}
.cards .wrapper .card .card-content .gallery-wrapper > .btn {
  display: none;
}
.cards .wrapper .card .card-content .gallery-wrapper > .btn:first-child {
  display: flex;
}
@media screen and (min-width: 960px) {
  .cards header {
    margin: 0 auto 40px;
  }
  .cards header .block-intro {
    font-size: 20px;
    margin-bottom: 21px;
  }
  .cards .wrapper {
    justify-content: center;
  }
  .cards .wrapper .card {
    flex: 0 1 45%;
  }
  .cards .wrapper .card .card-content {
    padding: 30px 30px 20px;
  }
  .cards .wrapper .card .card-content .card-heading {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .cards .wrapper.three-col .card {
    flex: 0 1 30%;
  }
  .cards .wrapper.four-col .card {
    flex: 0 1 23%;
  }
}

.quotes header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 95%;
  margin: 0 auto 30px;
  text-align: center;
}
.quotes header .block-heading {
  margin-bottom: 15px;
}
.quotes header .block-intro {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.quotes .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 30px;
}
.quotes .wrapper .quote {
  flex: 1 1 100%;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  background: linear-gradient(108.32deg, #B468AA 16.13%, #6F459B 91.18%);
  border-radius: 6px;
}
.quotes .wrapper .quote .quote-content {
  padding: 30px 40px 40px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  font-style: italic;
}
.quotes .wrapper .quote .quote-content .quote-attribution {
  margin-top: 26px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 450;
  text-align: right;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .quotes header {
    margin: 0 auto 40px;
  }
  .quotes header .block-intro {
    font-size: 20px;
    margin-bottom: 21px;
  }
  .quotes .wrapper .quote {
    flex: 1 1 47%;
    margin-right: 30px;
  }
  .quotes .wrapper .quote:last-child {
    margin-right: 0;
  }
  .quotes .wrapper .quote .quote-content {
    padding: 60px;
  }
}

.resources header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 95%;
  margin: 0 auto 30px;
  text-align: center;
}
.resources header .block-heading {
  margin-bottom: 15px;
}
.resources header .block-intro {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.resources .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 30px;
}
.resources .wrapper .resource-links {
  width: 90%;
  max-width: 768px;
  margin: 0 auto 30px;
  justify-content: center;
  display: flex;
}
.resources .wrapper .resource-links ul {
  -moz-columns: 300px 2;
       columns: 300px 2;
}
.resources .wrapper .resource-links ul li {
  padding-bottom: 10px;
}
.resources .wrapper .resource-links ul li a {
  color: #6F459B;
  font-weight: 700;
  text-decoration: underline;
}
.resources .wrapper .resource-links ul li a.btn {
  color: #FFF;
  text-decoration: none;
  margin-bottom: 15px;
}
.resources .wrapper .resource-links ul li a.external {
  text-decoration: none;
}
.resources .wrapper .resource-links ul li a.external::after {
  content: "";
  width: 15px;
  height: 16px;
  margin-left: 4px;
  background-image: url("_assets/img/external-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.resources .wrapper .resource-links ul li a:hover {
  color: #B468AA;
}
.resources .wrapper .resource-links ul li a:hover.btn {
  color: #FFF;
}
.resources .wrapper .resource-links ul li a:hover.external::after {
  content: "";
  width: 15px;
  height: 16px;
  margin-left: 4px;
  background-image: url("_assets/img/external-link-pink.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.resources .wrapper .resource-links ul li a.external.btn::after {
  display: none;
}
.resources hr {
  background: linear-gradient(123.63deg, rgba(180, 104, 170, 0.8) 30.03%, rgba(111, 69, 155, 0.8) 100%);
  height: 3px;
  margin-bottom: 40px;
  border-style: none;
}
.resources:last-child hr {
  display: none;
}
@media screen and (min-width: 960px) {
  .resources header {
    margin: 0 auto 40px;
  }
  .resources header .block-intro {
    font-size: 20px;
    margin-bottom: 21px;
  }
}

.resources-cards header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 95%;
  margin: 0 auto 30px;
  text-align: center;
}
.resources-cards header .block-heading {
  margin-bottom: 15px;
}
.resources-cards header .block-intro {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.resources-cards .resources-cards-wrapper .resource-card {
  display: block;
  max-width: 320px;
  background: var(--gradient, linear-gradient(147deg, #B468AA 0%, #6F459B 100%));
  margin: 0 auto 30px;
}
.resources-cards .resources-cards-wrapper .resource-card .resource-card-media {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resources-cards .resources-cards-wrapper .resource-card .resource-card-media img {
  max-width: 70px;
  margin-top: 20px;
}
.resources-cards .resources-cards-wrapper .resource-card .resource-card-media.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.resources-cards .resources-cards-wrapper .resource-card .resource-card-media.bg-image img {
  visibility: hidden;
  height: 0;
}
.resources-cards .resources-cards-wrapper .resource-card .resource-card-content {
  width: 80%;
  margin: 0 auto 15px;
  padding: 20px 0 15px;
  border-bottom: 2px solid #FFF;
  text-align: center;
}
.resources-cards .resources-cards-wrapper .resource-card .resource-card-content h2 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  color: #FFF;
  text-transform: none;
}
.resources-cards .resources-cards-wrapper .resource-card .resource-card-cta {
  text-align: center;
  padding-bottom: 25px;
}
.resources-cards .resources-cards-wrapper .resource-card .resource-card-cta a {
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.resources-cards .resources-cards-wrapper .resource-card:hover {
  background: #6F459B;
}
.resources-cards .resources-cards-wrapper .resource-card:hover .resource-card-cta a {
  border-color: #FFF;
}
.resources-cards .resources-cards-block-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .resources-cards .resources-cards-wrapper {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .resources-cards .resources-cards-wrapper .resource-card {
    flex: 0 1 45%;
    margin: 0 30px 30px 0;
  }
  .resources-cards .resources-cards-wrapper .resource-card:nth-child(2n) {
    margin-right: 0;
  }
  .resources-cards .resources-cards-wrapper .resource-card:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .resources-cards header {
    margin: 0 auto 40px;
  }
  .resources-cards header .block-intro {
    font-size: 20px;
    margin-bottom: 21px;
  }
  .resources-cards .page-content-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .resources-cards .resources-cards-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .resources-cards .resources-cards-wrapper .resource-card {
    flex: 0 1 30%;
  }
  .resources-cards .resources-cards-wrapper .resource-card:nth-child(2n) {
    margin-right: 30px;
  }
  .resources-cards .resources-cards-wrapper .resource-card:nth-child(3n) {
    margin-right: 0;
  }
  .resources-cards .resources-cards-wrapper .resource-card:last-child {
    margin-right: 0;
  }
  .resources-cards .resources-cards-wrapper .resource-card .resource-card-media {
    height: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .resources-cards .resources-cards-wrapper .resource-card {
    flex: 0 1 22.5%;
  }
  .resources-cards .resources-cards-wrapper .resource-card:nth-child(3n) {
    margin-right: 30px;
  }
  .resources-cards .resources-cards-wrapper .resource-card:nth-child(4n) {
    margin-right: 0;
  }
  .resources-cards .resources-cards-wrapper .resource-card:last-child {
    margin-right: 0;
  }
}
.form header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 95%;
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
}
.form header .block-heading {
  margin-bottom: 15px;
}
.form header .block-intro {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.form .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  max-width: 800px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  .form header {
    margin: 0 auto 40px;
  }
  .form header .block-intro {
    font-size: 20px;
    margin-bottom: 21px;
  }
  .form .wrapper .gform_wrapper {
    width: 100%;
  }
}

.people {
  margin-bottom: 0;
}
.people > header {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto 40px;
}
.people > .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.people > .wrapper .person {
  width: 300px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  cursor: pointer;
}
.people > .wrapper .person .person-media-wrapper {
  width: 268px;
  height: 268px;
  border-radius: 134px;
  box-shadow: 0px 4px 18px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  overflow: hidden;
}
.people > .wrapper .person .person-media-wrapper .person-media {
  width: 100%;
  height: 100%;
  border-radius: 134px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 0.5s;
}
.people > .wrapper .person .person-media-wrapper .person-media img {
  visibility: hidden;
}
.people > .wrapper .person .person-media-wrapper:hover .person-media, .people > .wrapper .person .person-media-wrapper:focus .person-media {
  transform: scale(1.1);
}
.people > .wrapper .person .person-name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #6F459B;
  padding: 20px;
  text-align: center;
}
.people > .wrapper .person .person-name h3 {
  font-size: 20px;
  line-height: 28px;
  color: #FFF;
}
.people > .wrapper .person .person-content-wrapper {
  padding: 20px 30px;
  text-align: center;
}
.people > .wrapper .person .person-content-wrapper .person-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
.people > .wrapper .person .person-content-wrapper .person-content {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.people > .wrapper .person .person-content-wrapper .person-bio-link {
  font-size: 16px;
  line-height: 22px;
  color: #6F459B;
  text-decoration: underline;
  font-weight: bold;
}
.people > .wrapper .person .person-content-wrapper .person-bio-link:hover {
  color: #B468AA;
  text-decoration: none;
}
.people > .wrapper .person .person-content-wrapper .person-bio-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
  /* Popup inner div */
}
.people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgb(0, 0, 0);
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Popup close button */
}
.people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-media {
  width: 100%;
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6F459B;
}
.people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-media figure {
  width: 150px;
  height: 150px;
  border-radius: 134px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  box-shadow: 0px 4px 18px 10px rgba(0, 0, 0, 0.1);
  margin: 1.5rem;
}
.people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-media figure img {
  visibility: hidden;
}
.people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-content-wrapper {
  flex: 1 1 100%;
  padding: 40px;
  text-align: left;
}
.people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-content-wrapper .person-bio-popup-content-name {
  font-size: 24px;
  line-height: 28px;
  color: #6F459B;
  margin-bottom: 15px;
}
.people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-content-wrapper .person-bio-popup-content-title {
  font-size: 20px;
  line-height: 24px;
}
.people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-content-wrapper .person-bio-popup-content-org {
  font-size: 18px;
  line-height: 24px;
}
.people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-content-wrapper .person-bio-popup-content-bio {
  font-size: 18px;
  line-height: 24px;
  border-top: 2px solid #6F459B;
  padding-top: 25px;
  max-height: 300px;
  overflow: scroll;
}
.people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .close-button {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  color: #353739;
  text-decoration: none;
}
.people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .close-button:hover {
  color: #6F459B;
}
@media screen and (min-width: 768px) {
  .people > .wrapper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .people > .wrapper .person {
    flex: 1 1 45%;
    margin-right: 40px;
    max-width: 45%;
  }
  .people > .wrapper .person:nth-child(2n) {
    margin-right: 0;
  }
  .people > .wrapper .person:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .people > .wrapper {
    width: 100%;
  }
  .people > .wrapper .person {
    flex: 1 1 30%;
    margin-right: 40px;
    max-width: 30%;
  }
  .people > .wrapper .person:nth-child(2n) {
    margin-right: 40px;
  }
  .people > .wrapper .person:nth-child(3n) {
    margin-right: 0;
  }
  .people > .wrapper .person:last-child {
    margin-right: 0;
  }
  .people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-media {
    width: auto;
    flex: 0 0 30%;
  }
  .people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-media figure {
    width: 268px;
    height: 268px;
  }
  .people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-content-wrapper {
    flex: 1 1 70%;
    padding: 60px 40px;
  }
  .people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-content-wrapper .person-bio-popup-content-profession {
    display: flex;
  }
  .people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-content-wrapper .person-bio-popup-content-profession .person-bio-popup-content-title {
    flex: 0 0 fit-content;
    margin-right: 20px;
  }
  .people > .wrapper .person .person-content-wrapper .person-bio-popup .person-bio-popup-wrapper .person-bio-popup-content-wrapper .person-bio-popup-content-bio {
    max-height: 500px;
  }
}
@media screen and (min-width: 1400px) {
  .people > .wrapper .person {
    flex: 1 1 22%;
    margin-right: 40px;
    max-width: 22%;
  }
  .people > .wrapper .person:nth-child(3n) {
    margin-right: 40px;
  }
  .people > .wrapper .person:nth-child(4n) {
    margin-right: 0;
  }
  .people > .wrapper .person:last-child {
    margin-right: 0;
  }
}

.excerpt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(108.32deg, #B468AA 16.13%, #6F459B 91.18%);
  border-radius: 6px;
  padding: 30px 40px;
}
.excerpt .wrapper {
  color: #FFF;
  font-size: 24px;
  line-height: 1.3;
  font-style: italic;
}
.excerpt .wrapper p:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .excerpt {
    padding: 45px 60px;
  }
}

.news header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 95%;
  margin: 0 auto 30px;
  text-align: center;
}
.news header .block-heading {
  margin-bottom: 15px;
}
.news .news-block-cta {
  display: flex;
  justify-content: center;
}

.home .hero {
  width: 100%;
  background: linear-gradient(123.63deg, #B468AA 10.03%, #6F459B 100%);
  padding: 49px;
  margin-bottom: 80px;
}
.home .hero .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .hero .hero-title {
  color: #FFF;
  margin-bottom: 10px;
}
.home .hero .hero-content {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 25px;
}
.home .hero a.btn:hover {
  background-color: #FFF;
  color: #6F459B;
}
.home .hero .hero-media-wrapper {
  max-width: 514px;
  max-height: 289px;
}
.home .hero .hero-column {
  flex: 1 1 100%;
  margin-bottom: 35px;
}
.home .hero .hero-column:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .home .hero .hero-content {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .home .hero {
    padding: 58px;
  }
  .home .hero .wrapper {
    flex-direction: row;
  }
  .home .hero .hero-content {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 25px;
  }
  .home .hero .hero-column {
    flex: 0 1 45%;
  }
  .home .hero .hero-column:first-child {
    flex: 0 0 55%;
    margin-right: 40px;
  }
}

.block\:locations {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.block\:locations .block\:locations\:\:aside {
  width: 100%;
  flex: 1 0 100%;
  height: 900px;
}
.block\:locations .block\:locations\:\:aside .form\:locations {
  height: 160px;
  background: #6F459B;
  padding: 30px;
  border-radius: 6px 6px 0 0;
}
.block\:locations .block\:locations\:\:aside .form\:locations .form\:locations\:\:legend {
  color: #FFF;
  margin-bottom: 10px;
}
.block\:locations .block\:locations\:\:aside .form\:locations .form\:locations\:\:legend legend {
  float: left;
  margin-right: 10px;
}
.block\:locations .block\:locations\:\:aside .form\:locations .form\:locations\:\:legend label {
  margin-left: 5px;
}
.block\:locations .block\:locations\:\:aside .form\:locations .form\:locations\:\:legend label:first-child {
  margin-left: 15px;
}
.block\:locations .block\:locations\:\:aside .form\:locations .form\:locations\:\:box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block\:locations .block\:locations\:\:aside .form\:locations .form\:locations\:\:box .form\:locations\:\:input-wrapper {
  flex: 1 1 100%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  border-radius: 6px 6px 6px 6px;
}
.block\:locations .block\:locations\:\:aside .form\:locations .form\:locations\:\:box .form\:locations\:\:input-wrapper label {
  visibility: hidden;
  height: 0;
  width: 0;
}
.block\:locations .block\:locations\:\:aside .form\:locations .form\:locations\:\:box .form\:locations\:\:input-wrapper .form\:locations\:\:input {
  flex: 1 1 100%;
  border: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 1;
  color: #A8A7AC;
  border-radius: 6px 6px 6px 6px;
}
.block\:locations .block\:locations\:\:aside .form\:locations .form\:locations\:\:box .form\:locations\:\:input-wrapper .form\:locations\:\:clear {
  flex: 0 0 20px;
}
.block\:locations .block\:locations\:\:aside .form\:locations .form\:locations\:\:box .form\:locations\:\:button {
  flex: 0 0 70px;
  padding: 20px 0;
  margin-left: 15px;
  background: #DADCD9;
  font-size: 23px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
}
.block\:locations .block\:locations\:\:aside .form\:locations .form\:locations\:\:box .form\:locations\:\:button:lang(es) {
  flex: 0 0 100px;
}
.block\:locations .block\:locations\:\:aside .block\:locations\:\:results {
  height: 740px;
  overflow: scroll;
  background: #FAFAFA;
  padding: 30px;
  border-radius: 0 0 0 6px;
}
.block\:locations .block\:locations\:\:aside .block\:locations\:\:results .card\:location {
  padding-bottom: 30px;
  border-bottom: 1px solid #DADCD9;
  margin-bottom: 30px;
}
.block\:locations .block\:locations\:\:aside .block\:locations\:\:results .card\:location .card\:location\:\:heading {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.block\:locations .block\:locations\:\:aside .block\:locations\:\:results .card\:location .card\:location\:\:address {
  font-size: 17px;
  line-height: 1.1;
}
.block\:locations .block\:locations\:\:aside .block\:locations\:\:results .card\:location .card\:location\:\:address .card\:location\:\:phone {
  margin-top: 15px;
}
.block\:locations .block\:locations\:\:aside .block\:locations\:\:results .card\:location .card\:location\:\:address .card\:location\:\:info {
  margin-top: 15px;
}
.block\:locations .block\:locations\:\:aside .block\:locations\:\:results .card\:location .card\:location\:\:address .card\:location\:\:info .card\:location\:\:action a::after {
  content: "";
  width: 15px;
  height: 16px;
  margin-left: 4px;
  background-image: url("_assets/img/external-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.block\:locations .block\:locations\:\:map {
  display: none;
}

@media screen and (min-width: 960px) {
  .block\:locations {
    flex-direction: row;
  }
  .block\:locations .block\:locations\:\:aside {
    flex: 0 0 450px;
    height: 900px;
  }
  .block\:locations .block\:locations\:\:aside .form\:locations {
    padding: 30px 40px 30px 30px;
    border-radius: 6px 0 0 0;
  }
  .block\:locations .block\:locations\:\:map {
    display: block;
    flex: 1 1 100%;
    height: 900px;
    border-radius: 0 6px 6px 0;
  }
}
.filter-bar {
  width: 90%;
  margin: 0 auto 60px;
  padding: 30px 40px;
  background-color: #F6F6F6;
}
.filter-bar > .wrapper {
  display: flex;
  flex-direction: column;
}
.filter-bar > .wrapper .filter-bar-select {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.filter-bar > .wrapper .filter-bar-select:last-child {
  margin-bottom: 0;
}
.filter-bar > .wrapper .filter-bar-select label {
  flex: 1 0 100%;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.filter-bar > .wrapper .filter-bar-select select {
  width: 100%;
  flex: 1 1 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  padding: 5px 10px;
  border-width: 2px;
  border-color: #E5E5E5;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("/wp-content/themes/fl-cancer-connect/_assets/img/chevron-down-solid.svg");
  background-position: top 50% right 5%;
  background-repeat: no-repeat;
  background-size: 15px;
}
.filter-bar > .wrapper .filter-bar-select select:hover, .filter-bar > .wrapper .filter-bar-select select:active, .filter-bar > .wrapper .filter-bar-select select:focus, .filter-bar > .wrapper .filter-bar-select select:focus-visible {
  border-color: #533473 !important;
  outline: #533473 !important;
}
.filter-bar > .wrapper .btn {
  flex: 0 0 fit-content;
}

.blog-posts {
  display: flex;
  flex-direction: column;
}
.blog-posts .no-results {
  text-align: center;
  margin-bottom: 60px;
}
.blog-posts .blog-post-card {
  width: 90%;
  max-width: 420px;
  margin: 0 auto 60px;
}
.blog-posts .blog-post-card .blog-post-card-media {
  width: 100%;
  min-height: 200px;
  max-height: 300px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.blog-posts .blog-post-card .blog-post-card-media img {
  visibility: hidden;
  height: 0;
}
.blog-posts .blog-post-card .blog-post-card-content {
  background-color: #F6F6F6;
  padding: 30px;
}
.blog-posts .blog-post-card .blog-post-card-content .blog-post-card-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 8px;
}
.blog-posts .blog-post-card .blog-post-card-content .blog-post-card-date {
  font-size: 15px;
  margin-bottom: 20px;
}
.blog-posts-pagination {
  margin-bottom: 60px;
}
.blog-posts-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-posts-pagination ul li {
  margin-right: 10px;
}
.blog-posts-pagination ul span, .blog-posts-pagination ul a {
  color: #6F459B;
  font-size: 18px;
}
.blog-posts-pagination ul span:hover, .blog-posts-pagination ul a:hover {
  color: #B468AA;
}
.blog-posts-pagination ul .disabled span:hover {
  color: #6F459B;
}
.blog-posts-pagination ul .prev {
  margin-right: 10px;
}
.blog-posts-pagination ul .prev::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.blog-posts-pagination ul .prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f100";
  padding-right: 7px;
}
.blog-posts-pagination ul .next {
  margin-left: 10px;
}
.blog-posts-pagination ul .next::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.blog-posts-pagination ul .next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  padding-left: 7px;
}
.blog-posts-pagination ul .active {
  background-color: #6F459B;
  padding: 3px 10px 3px 11px;
  border-radius: 7px;
}
.blog-posts-pagination ul .active span {
  color: #FFF;
}
.blog-posts-pagination ul .active:hover {
  background-color: #B468AA;
}

@media screen and (min-width: 768px) {
  .filter-bar > .wrapper {
    flex-direction: row;
    align-items: center;
  }
  .filter-bar > .wrapper .filter-bar-select {
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 40px;
  }
  .filter-bar > .wrapper .filter-bar-select:last-child {
    margin-right: 0;
  }
  .filter-bar > .wrapper .filter-bar-select label {
    flex: 1 0 100%;
    margin-bottom: 2px;
  }
  .blog-posts {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
  .blog-posts .blog-post-card {
    width: 100%;
    flex: 0 1 45%;
    margin: 0 40px 60px 0;
  }
  .blog-posts .blog-post-card:nth-child(2n) {
    margin-right: 0;
  }
  .blog-posts .blog-post-card:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .filter-bar > .wrapper .filter-bar-select {
    flex-direction: row;
    align-items: center;
  }
  .filter-bar > .wrapper .filter-bar-select label {
    margin-bottom: 0;
    flex: 0 0 fit-content;
    margin-right: 10px;
  }
  .blog-posts .blog-post-card {
    flex: 0 1 30%;
    margin-right: 40px;
  }
  .blog-posts .blog-post-card:nth-child(2n) {
    margin-right: 40px;
  }
  .blog-posts .blog-post-card:nth-child(3n) {
    margin-right: 0;
  }
  .blog-posts .blog-post-card:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 2000px) {
  .blog-posts .blog-post-card {
    flex: 0 1 23%;
    margin-right: 40px;
  }
  .blog-posts .blog-post-card:nth-child(2n) {
    margin-right: 40px;
  }
  .blog-posts .blog-post-card:nth-child(3n) {
    margin-right: 40px;
  }
  .blog-posts .blog-post-card:nth-child(4n) {
    margin-right: 0;
  }
  .blog-posts .blog-post-card:last-child {
    margin-right: 0;
  }
}
.blog-post .hero {
  background-position: top center;
}
.blog-post .hero .hero-column {
  max-width: 1200px;
}
.blog-post .entry-content.has-sidebar {
  padding-top: 30px !important;
  max-width: 1400px;
}
.blog-post .entry-content.has-sidebar .page-content-wrapper .post-featured-image {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  height: 400px;
}
.blog-post .entry-content.has-sidebar .page-content-wrapper .post-featured-image img {
  visibility: hidden;
  height: 0;
}
.blog-post .entry-content.has-sidebar .page-content-wrapper .block.excerpt {
  margin-bottom: 30px;
}
.blog-post .entry-content.has-sidebar .page-content-wrapper .post-tags {
  margin-top: -60px;
  margin-bottom: 60px;
}
.blog-post .entry-content.has-sidebar .page-content-wrapper .post-tags span {
  font-weight: 700;
}
.blog-post .entry-content.has-sidebar .page-content-wrapper .post-tags a {
  color: #6F459B;
  font-weight: 500;
  text-decoration: underline;
}
.blog-post .entry-content.has-sidebar .page-content-wrapper .post-tags a:hover {
  color: #B468AA;
}
.blog-post .entry-content.has-sidebar .page-sidebar-wrapper {
  width: 90%;
  margin: 0 auto 60px;
}
.blog-post .entry-content.has-sidebar .page-sidebar-wrapper h3 {
  margin-bottom: 10px;
}
.blog-post .entry-content.has-sidebar .page-sidebar-wrapper .view-all-link {
  color: #6F459B;
  font-weight: 500;
  text-decoration: underline;
}
.blog-post .entry-content.has-sidebar .page-sidebar-wrapper .view-all-link:hover {
  color: #B468AA;
}
.blog-post .entry-content.has-sidebar .page-sidebar-wrapper .sidebar-recent-posts-list {
  margin-top: 30px;
}
.blog-post .entry-content.has-sidebar .page-sidebar-wrapper .sidebar-recent-posts-list .blog-post-card {
  width: 100%;
  margin: 0 0 30px;
}
.blog-post .entry-content.has-sidebar .page-sidebar-wrapper .sidebar-recent-posts-list .blog-post-card .blog-post-card-media {
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.blog-post .entry-content.has-sidebar .page-sidebar-wrapper .sidebar-recent-posts-list .blog-post-card .blog-post-card-media img {
  visibility: hidden;
}
.blog-post .entry-content.has-sidebar .page-sidebar-wrapper .sidebar-recent-posts-list .blog-post-card .blog-post-card-content {
  background-color: #F6F6F6;
  padding: 30px;
}
.blog-post .entry-content.has-sidebar .page-sidebar-wrapper .sidebar-recent-posts-list .blog-post-card .blog-post-card-content .blog-post-card-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 8px;
}
.blog-post .entry-content.has-sidebar .page-sidebar-wrapper .sidebar-recent-posts-list .blog-post-card .blog-post-card-content .blog-post-card-date {
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .blog-post .entry-content.has-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 95%;
    margin: 0 auto;
  }
  .blog-post .entry-content.has-sidebar .page-content-wrapper {
    flex: 1 1 70%;
    margin-right: 40px;
  }
  .blog-post .entry-content.has-sidebar .page-sidebar-wrapper {
    flex: 0 0 30%;
    min-width: 320px;
    max-width: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post .entry-content.has-sidebar {
    width: 90%;
    padding-top: 50px !important;
  }
  .blog-post .entry-content.has-sidebar .page-content-wrapper {
    margin-right: 60px;
  }
  .blog-post .entry-content.has-sidebar .page-content-wrapper .block.excerpt {
    margin-bottom: 40px;
  }
}
.resources-toolkit .entry-content .resources-filters {
  width: 90%;
  max-width: 1200px;
  background-color: #F6F6F6;
  padding: 30px;
  margin: 0 auto 40px;
}
.resources-toolkit .entry-content .resources-filters .resources-filters-heading {
  margin-bottom: 30px;
}
.resources-toolkit .entry-content .resources-filters .resources-filters-heading h3 {
  margin-bottom: 15px;
}
.resources-toolkit .entry-content .resources-filters .filter-bar-select {
  margin-bottom: 40px;
}
.resources-toolkit .entry-content .resources-filters .filter-bar-select:last-child {
  margin-bottom: 0;
}
.resources-toolkit .entry-content .resources-filters .filter-bar-select label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.resources-toolkit .entry-content .resources-filters .filter-bar-select select {
  width: 100%;
  flex: 1 1 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  padding: 5px 10px;
  border-width: 2px;
  border-color: #E5E5E5;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("/wp-content/themes/fl-cancer-connect/_assets/img/chevron-down-solid.svg");
  background-position: top 50% right 5%;
  background-repeat: no-repeat;
  background-size: 15px;
}
.resources-toolkit .entry-content .resources-filters .filter-bar-select select:hover, .resources-toolkit .entry-content .resources-filters .filter-bar-select select:active, .resources-toolkit .entry-content .resources-filters .filter-bar-select select:focus, .resources-toolkit .entry-content .resources-filters .filter-bar-select select:focus-visible {
  border-color: #533473 !important;
  outline: #533473 !important;
}
.resources-toolkit .entry-content .resources-filters .filter-bar-select .checkbox-group-wrapper {
  background-color: #FFF;
  padding: 20px;
}
.resources-toolkit .entry-content .resources-filters .filter-bar-select .checkbox-group-wrapper div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.resources-toolkit .entry-content .resources-filters .filter-bar-select .checkbox-group-wrapper div:last-child {
  margin-bottom: 0;
}
.resources-toolkit .entry-content .resources-filters .filter-bar-select .checkbox-group-wrapper div input {
  margin-right: 7px;
}
.resources-toolkit .entry-content .resources-filters .filter-bar-select .checkbox-group-wrapper div label {
  margin-bottom: 0;
}
.resources-toolkit .entry-content .resources-filters .filter-bar-select .btn {
  margin-top: 20px;
}
.resources-toolkit .entry-content .resources-grid {
  width: 90%;
  margin: 0 auto;
}
.resources-toolkit .entry-content .resources-grid .resource-card {
  display: none;
  max-width: 320px;
  background: var(--gradient, linear-gradient(147deg, #B468AA 0%, #6F459B 100%));
  margin: 0 auto 30px;
}
.resources-toolkit .entry-content .resources-grid .resource-card.is-visible {
  display: block;
}
.resources-toolkit .entry-content .resources-grid .resource-card .resource-card-media {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resources-toolkit .entry-content .resources-grid .resource-card .resource-card-media img {
  max-width: 70px;
  margin-top: 20px;
}
.resources-toolkit .entry-content .resources-grid .resource-card .resource-card-media.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.resources-toolkit .entry-content .resources-grid .resource-card .resource-card-media.bg-image img {
  visibility: hidden;
  height: 0;
}
.resources-toolkit .entry-content .resources-grid .resource-card .resource-card-content {
  width: 80%;
  margin: 0 auto 15px;
  padding: 20px 0 15px;
  border-bottom: 2px solid #FFF;
  text-align: center;
}
.resources-toolkit .entry-content .resources-grid .resource-card .resource-card-content h2 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  color: #FFF;
  text-transform: none;
}
.resources-toolkit .entry-content .resources-grid .resource-card .resource-card-cta {
  text-align: center;
  padding-bottom: 25px;
}
.resources-toolkit .entry-content .resources-grid .resource-card .resource-card-cta a {
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.resources-toolkit .entry-content .resources-grid .resource-card:hover {
  background: #6F459B;
}
.resources-toolkit .entry-content .resources-grid .resource-card:hover .resource-card-cta a {
  border-color: #FFF;
}
.resources-toolkit .entry-content .resources-grid .no-results {
  text-align: center;
}
.resources-toolkit .resources-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0 60px;
}
@media screen and (min-width: 768px) {
  .resources-toolkit .entry-content .resources-grid {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .resources-toolkit .entry-content .resources-grid .resource-card {
    max-width: 100%;
    flex: 0 1 45%;
    margin: 0 30px 30px 0;
  }
  .resources-toolkit .entry-content .resources-grid .resource-card:nth-child(2n) {
    margin-right: 0;
  }
  .resources-toolkit .entry-content .resources-grid .resource-card:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .resources-toolkit .entry-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .resources-toolkit .entry-content .resources-filters {
    width: 100%;
    flex: 0 0 300px;
    margin-right: 30px;
  }
  .resources-toolkit .entry-content .resources-grid {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .resources-toolkit .entry-content .resources-filters {
    flex: 0 0 360px;
    margin-right: 40px;
  }
  .resources-toolkit .entry-content .resources-grid .resource-card .resource-card-media {
    height: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .resources-toolkit .entry-content {
    width: 90%;
    margin: 0 auto;
  }
  .resources-toolkit .entry-content .resources-grid .resource-card {
    flex: 0 1 30%;
  }
  .resources-toolkit .entry-content .resources-grid .resource-card:nth-child(2n) {
    margin-right: 30px;
  }
  .resources-toolkit .entry-content .resources-grid .resource-card:nth-child(3n) {
    margin-right: 0;
  }
  .resources-toolkit .entry-content .resources-grid .resource-card:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .resources-toolkit .entry-content .resources-filters {
    flex: 0 0 420px;
    margin-right: 60px;
  }
  .resources-toolkit .entry-content .resources-grid .resource-card {
    flex: 0 1 30%;
  }
  .resources-toolkit .entry-content .resources-grid .resource-card:nth-child(2n) {
    margin-right: 30px;
  }
  .resources-toolkit .entry-content .resources-grid .resource-card:nth-child(3n) {
    margin-right: 30px;
  }
  .resources-toolkit .entry-content .resources-grid .resource-card:last-child {
    margin-right: 0;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #6F459B;
}

.hamburger-box {
  width: 20px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #6F459B;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 40px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 40px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 40px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 40px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 40px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 40px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  transform: translate3d(40px, 40px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  transform: translate3d(40px, -40px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  transform: translate3d(-40px, -40px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.8571428571px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(2.8571428571px, -5px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

:root {
  --tobii-base-font-size: 18px; /* also update --tobii-slide-max-height */
  --tobii-transition-duration: 0.3s;
  --tobii-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  --tobii-zoom-icon-background: hsla(210, 38%, 16%, 0.94);
  --tobii-zoom-icon-color: #ffffff;
  --tobii-lightbox-background: rgba(111, 69, 155,0.85);
  --tobii-lightbox-z-index: 1337;
  --tobii-caption-background: rgba(0,0,0,0.8);
  --tobii-caption-color: #eeeeee;
  --tobii-counter-background: transparent;
  --tobii-counter-color: #ffffff;
  --tobii-button-background: transparent;
  --tobii-button-navigation-background: rgba(0,0,0,0.5);
  --tobii-button-color: #ffffff;
  --tobii-loader-color: #ffffff;
  --tobii-slide-max-height: calc(100vh - 2.77778em); /* 50/18px, em() does not work here */
  --tobii-slide-max-width: 100vw;
}

/**
 * Lightbox link
 *
 */
.tobii-zoom {
  border: 0;
  box-shadow: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.tobii-zoom img {
  display: block;
}
.tobii-zoom__icon {
  align-items: center;
  background-color: var(--zoom-icon-background, var(--tobii-zoom-icon-background));
  top: 0.4444444444em;
  color: var(--zoom-icon-color, var(--tobii-zoom-icon-color));
  display: flex;
  height: 1.7777777778em;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0.4444444444em;
  width: 1.7777777778em;
}
.tobii-zoom__icon svg {
  fill: none;
  height: 1.3333333333em;
  pointer-events: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  stroke: currentColor;
  width: 1.3333333333em;
}

.tobii-is-open {
  overflow-y: hidden;
}

.tobii-is-open,
.tobii-image {
  touch-action: none;
}

/**
 * Lightbox
 *
 */
.tobii {
  background-color: var(--lightbox-background, var(--tobii-lightbox-background));
  bottom: 0;
  box-sizing: border-box;
  contain: strict;
  font-size: var(--base-font-size, var(--tobii-base-font-size));
  left: 0;
  line-height: 1.5;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: var(--lightbox-z-index, var(--tobii-lightbox-z-index));
}
.tobii[aria-hidden=true] {
  display: none;
}
.tobii *, .tobii *::before, .tobii *::after {
  box-sizing: inherit;
}

/**
 * Slider
 *
 */
.tobii__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 2.7777777778em;
  will-change: transform;
}
.tobii__slider[aria-hidden=true] {
  display: none;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .tobii__slider--animate:not(.tobii__slider--is-dragging) {
    transition-duration: var(--transition-duration, var(--tobii-transition-duration));
    transition-property: transform;
    transition-timing-function: var(--transition-timing-function, var(--tobii-transition-timing-function));
  }
}
.tobii__slider--is-draggable [data-type] {
  cursor: grab;
}
.tobii__slider--is-dragging [data-type] {
  cursor: grabbing;
}

/**
 * Slide
 *
 */
.tobii__slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.tobii__slide:not(.tobii__slide--is-active) {
  visibility: hidden;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .tobii__slide:not(.tobii__slide--is-active) {
    transition-duration: var(--transition-duration, var(--tobii-transition-duration));
    transition-property: visibility;
    transition-timing-function: var(--timing-function, var(--tobii-transition-timing-function));
  }
}
.tobii__slide [data-type] {
  max-height: var(--slide-max-height, var(--tobii-slide-max-height));
  max-width: var(--slide-max-width, var(--tobii-slide-max-width));
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.tobii__slide iframe, .tobii__slide video {
  display: block !important;
}
.tobii__slide figure {
  margin: 0;
  position: relative;
}
.tobii__slide figure > img {
  display: block;
  height: auto;
  max-height: var(--slide-max-height, var(--tobii-slide-max-height));
  max-width: var(--slide-max-width, var(--tobii-slide-max-width));
  width: auto;
}
.tobii__slide figure > figcaption {
  background-color: var(--caption-background, var(--tobii-caption-background));
  bottom: 0;
  color: var(--caption-color, var(--tobii-caption-color));
  padding: 0.2222222222em 0.4444444444em;
  position: absolute;
  white-space: pre-wrap;
  width: 100%;
}
.tobii__slide [data-type=html] video {
  cursor: auto;
  max-height: var(--slide-max-height, var(--tobii-slide-max-height));
  max-width: var(--slide-max-width, var(--tobii-slide-max-width));
}
.tobii__slide [data-type=iframe] {
  /* Fix iframe scrolling on iOS */
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
}
.tobii__slide [data-type=iframe] iframe {
  height: var(--slide-max-height, var(--tobii-slide-max-height));
  width: var(--slide-max-width, var(--tobii-slide-max-width));
}

/**
 * Buttons
 *
 */
.tobii__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--button-background, var(--tobii-button-background));
  border: 0.0555555556em solid transparent;
  color: var(--button-color, var(--tobii-button-color));
  cursor: pointer;
  font: inherit;
  line-height: 1;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  touch-action: manipulation;
  will-change: opacity;
  z-index: 1;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .tobii__btn {
    transition-duration: var(--transition-duration, var(--tobii-transition-duration));
    transition-property: opacity, transform;
    transition-timing-function: var(--transition-timing-function, var(--tobii-transition-timing-function));
    will-change: opacity, transform;
  }
}
.tobii__btn svg {
  fill: none;
  height: 3.3333333333em;
  pointer-events: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  stroke: currentColor;
  width: 3.3333333333em;
}
.tobii__btn--previous, .tobii__btn--next {
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--button-navigation-background, var(--tobii-button-navigation-background));
  border-radius: 0.2777777778em;
}
.tobii__btn--previous {
  left: 0.8888888889em;
}
.tobii__btn--next {
  right: 0.8888888889em;
}
.tobii__btn--close {
  right: 0.2777777778em;
  top: 0.2777777778em;
  width: 2.2222222222em;
  height: 2.2222222222em;
}
.tobii__btn--close svg {
  transform: scale(1.4);
  width: 100%;
  height: 100%;
}
.tobii__btn:disabled, .tobii__btn[aria-hidden=true] {
  visibility: hidden;
  cursor: default;
}

/**
 * Counter
 *
 */
.tobii__counter {
  background-color: var(--counter-background, var(--tobii-counter-background));
  color: var(--counter-color, var(--tobii-counter-color));
  font-size: 1.1111111111em;
  left: 0.8333333333em;
  line-height: 1;
  position: absolute;
  top: 0.8333333333em;
  z-index: 1;
  opacity: 0.8;
}
.tobii__counter[aria-hidden=true] {
  display: none;
}

/**
 * Loader
 *
 */
.tobii__loader {
  display: inline-block;
  height: 5.5555555556em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.5555555556em;
}
.tobii__loader::before {
  animation: spin 1s infinite;
  border-radius: 100%;
  border: 0.2222222222em solid #949ba3;
  border-top-color: var(--loader-color, var(--tobii-loader-color));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.tobii__slide .tobii-html {
  background: #ffffff;
  padding: 10px 20px;
  max-width: 800px;
}
