.prose{color:var(--prose-body);max-width:65ch}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--prose-bold);font-weight:600}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{color:var(--prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){border-left-color:var(--prose-quote-borders);border-left-width:.25rem;color:var(--prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"“" "”" "‘" "’"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:var(--prose-links)}.prose :where(pre):not(:where([class~=not-prose] *)){background-color:var(--prose-pre-bg);border-radius:.375rem;color:var(--prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-color:var(--prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--prose-headings);font-weight:600;padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-color:var(--prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){padding:.5714286em;vertical-align:baseline}.prose{--prose-body:#374151;--prose-headings:#111827;--prose-lead:#4b5563;--prose-links:#111827;--prose-bold:#111827;--prose-counters:#6b7280;--prose-bullets:#d1d5db;--prose-hr:#e5e7eb;--prose-quotes:#111827;--prose-quote-borders:#e5e7eb;--prose-captions:#6b7280;--prose-code:#111827;--prose-pre-code:#e5e7eb;--prose-pre-bg:#1f2937;--prose-th-borders:#d1d5db;--prose-td-borders:#e5e7eb;--prose-invert-body:#d1d5db;--prose-invert-headings:#fff;--prose-invert-lead:#9ca3af;--prose-invert-links:#fff;--prose-invert-bold:#fff;--prose-invert-counters:#9ca3af;--prose-invert-bullets:#4b5563;--prose-invert-hr:#374151;--prose-invert-quotes:#f3f4f6;--prose-invert-quote-borders:#374151;--prose-invert-captions:#9ca3af;--prose-invert-code:#fff;--prose-invert-pre-code:#d1d5db;--prose-invert-pre-bg:rgba(0,0,0,.5);--prose-invert-th-borders:#4b5563;--prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose-invert{--prose-body:var(--prose-invert-body);--prose-headings:var(--prose-invert-headings);--prose-lead:var(--prose-invert-lead);--prose-links:var(--prose-invert-links);--prose-bold:var(--prose-invert-bold);--prose-counters:var(--prose-invert-counters);--prose-bullets:var(--prose-invert-bullets);--prose-hr:var(--prose-invert-hr);--prose-quotes:var(--prose-invert-quotes);--prose-quote-borders:var(--prose-invert-quote-borders);--prose-captions:var(--prose-invert-captions);--prose-code:var(--prose-invert-code);--prose-pre-code:var(--prose-invert-pre-code);--prose-pre-bg:var(--prose-invert-pre-bg);--prose-th-borders:var(--prose-invert-th-borders);--prose-td-borders:var(--prose-invert-td-borders)}.prose :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(img):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(video):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose :where(li):not(:where([class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose>:where(ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose>:where(ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose>:where(ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.wp-block-defending-academic-freedom-blocks-quote .inner-block-padding{padding-bottom:80px}.wp-block-defending-academic-freedom-blocks-quote blockquote{margin-top:0;max-width:1000px;padding:65px 0;width:80%}.wp-block-defending-academic-freedom-blocks-quote blockquote p{color:#131415;font-family:Quattrocento,Times New Roman,serif;font-size:32px!important;line-height:44px!important;margin-bottom:34px}.wp-block-defending-academic-freedom-blocks-quote blockquote p:before{content:"“"}.wp-block-defending-academic-freedom-blocks-quote blockquote p:after{content:"”"}@media(min-width:1024px){.wp-block-defending-academic-freedom-blocks-quote blockquote p{padding:0 50px}}.wp-block-defending-academic-freedom-blocks-quote blockquote cite{color:#44464b;display:block;font-size:15px;font-style:normal;font-weight:700;margin-left:auto;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wp-block-defending-academic-freedom-blocks-quote blockquote cite:before{background-color:#333;content:"";height:1px;left:-20px;position:absolute;top:50%;transform:translateY(-50%);width:15px}.wp-block-defending-academic-freedom-blocks-quote.blocky blockquote:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg data-name=%27565703%27 xmlns=%27http://www.w3.org/2000/svg%27 width=%2745.814%27 height=%2732.724%27%3E%3Cg data-name=%27Group 205%27%3E%3Cg data-name=%27Group 204%27 fill=%27%2363245b%27%3E%3Cpath data-name=%27Path 980%27 d=%27M45.814 13.09h-9.818L42.541 0h-9.817l-6.545 13.09v19.634h19.635Z%27/%3E%3Cpath data-name=%27Path 981%27 d=%27M19.633 32.724V13.09H9.816L16.361 0H6.544L-.001 13.09v19.634Z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;content:"";height:33px;margin:0 0 31px;width:46px}.wp-block-defending-academic-freedom-blocks-initiatives .inner-block-padding{padding-bottom:80px;padding-top:80px}.wp-block-defending-academic-freedom-blocks-initiatives__row{align-items:center;display:grid;gap:16px;grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:768px){.wp-block-defending-academic-freedom-blocks-initiatives__row{grid-template-columns:repeat(2,minmax(0,1fr))}.wp-block-defending-academic-freedom-blocks-initiatives__row.is-head-row{grid-template-columns:2fr 1.2fr}}.wp-block-defending-academic-freedom-blocks-initiatives__content{margin-top:30px}.wp-block-defending-academic-freedom-blocks-initiatives__content h2,.wp-block-defending-academic-freedom-blocks-initiatives__content h3,.wp-block-defending-academic-freedom-blocks-initiatives__content h4,.wp-block-defending-academic-freedom-blocks-initiatives__content h5,.wp-block-defending-academic-freedom-blocks-initiatives__content>h1{font-family:Quattrocento,Times New Roman,serif;font-size:48px;line-height:1.25;margin-bottom:25px!important}.wp-block-defending-academic-freedom-blocks-initiatives__content h2 a:hover,.wp-block-defending-academic-freedom-blocks-initiatives__content h3 a:hover,.wp-block-defending-academic-freedom-blocks-initiatives__content h4 a:hover,.wp-block-defending-academic-freedom-blocks-initiatives__content h5 a:hover,.wp-block-defending-academic-freedom-blocks-initiatives__content>h1 a:hover{text-decoration:underline}.wp-block-defending-academic-freedom-blocks-initiatives__content>p{color:#131415;font-family:Inter,Helvetica,sans-serif;font-size:18px;line-height:1.55}.wp-block-defending-academic-freedom-blocks-initiatives__cta{color:#3c8608;display:block;margin-bottom:38px;margin-top:61px;text-decoration:underline;transition:color .2s ease}.wp-block-defending-academic-freedom-blocks-initiatives__cta:hover{color:#295b05}.wp-block-defending-academic-freedom-blocks-initiatives__hero>img{height:auto;max-height:546px;-o-object-fit:cover;object-fit:cover}@media(min-width:1024px){.wp-block-defending-academic-freedom-blocks-initiatives__hero{text-align:center}.wp-block-defending-academic-freedom-blocks-initiatives__hero>img{width:75%}}.wp-block-defending-academic-freedom-blocks-initiatives__item{background-color:#f8f7f5;height:100%;padding:2.75vw 3.27vw;transition:all .3s ease;transition-delay:.2ms}.wp-block-defending-academic-freedom-blocks-initiatives__item:hover{box-shadow:0 20px 108px 11px rgba(0,0,0,.1);transform:translateY(-5px)}.wp-block-defending-academic-freedom-blocks-initiatives__item>img{height:340.51px;margin-bottom:20px;min-width:100%;-o-object-fit:cover;object-fit:cover;width:auto}.wp-block-defending-academic-freedom-blocks-initiatives__item>h3{font-size:28px;line-height:32px;margin-bottom:20px}.wp-block-defending-academic-freedom-blocks-initiatives__item>p{margin-bottom:0}.wp-block-defending-academic-freedom-blocks-initiatives__item>a{inset:0}.wp-block-defending-academic-freedom-blocks-initiative{height:100%}.wp-block-defending-academic-freedom-blocks-doing h5.js-border{margin-bottom:60px}.wp-block-defending-academic-freedom-blocks-doing-item{display:grid;gap:30px;grid-template-columns:auto}.wp-block-defending-academic-freedom-blocks-doing-item:not(:last-child){margin-bottom:50px}.wp-block-defending-academic-freedom-blocks-doing-item:last-child{padding-bottom:80px}@media(min-width:640px){.wp-block-defending-academic-freedom-blocks-doing-item{gap:71px;grid-template-columns:170px auto}.wp-block-defending-academic-freedom-blocks-doing-item:not(:last-child){margin-bottom:75px}.wp-block-defending-academic-freedom-blocks-doing-item:last-child{padding-bottom:150px}}.wp-block-defending-academic-freedom-blocks-doing-item img{height:auto;max-height:170px;max-width:170px;min-height:170px;min-width:170px;-o-object-fit:cover;object-fit:cover;width:auto}.wp-block-defending-academic-freedom-blocks-doing-item a{color:#89c24e}.wp-block-defending-academic-freedom-blocks-doing-item a:hover{color:#6fa439}.wp-block-defending-academic-freedom-blocks-doing-item p{color:#131415;font:normal normal normal 18px/28px Inter;letter-spacing:0}.inner-block-padding{padding-left:.3vw;padding-right:.3vw}@media(min-width:768px){.inner-block-padding{padding-left:.45vw;padding-right:.45vw}}@media(min-width:993px){.inner-block-padding{padding-left:3.03vw;padding-right:3.03vw}}@media(min-width:1441px){.inner-block-padding{padding-left:3.13vw;padding-right:3.13vw}}.escape-inner-block-padding{margin-left:-.3vw;margin-right:-.3vw}@media(min-width:768px){.escape-inner-block-padding{margin-left:-.45vw;margin-right:-.45vw}}@media(min-width:993px){.escape-inner-block-padding{margin-left:-3.03vw;margin-right:-3.03vw}}@media(min-width:1441px){.escape-inner-block-padding{margin-left:-3.13vw;margin-right:-3.13vw}}.defending-academic-freedom-blocks-news a{text-decoration:none!important}.defending-academic-freedom-blocks-news a:hover{text-decoration:underline!important}
