/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box; }

body, select, input, textarea {
  color: #333; }

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: transparent; }

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold; }

.gform_wrapper {
  max-width: 45rem; }

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  color: #555;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5 !important;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .gform_wrapper label.gfield_label .gfield_required, .gform_wrapper legend.gfield_label .gfield_required {
    color: red;
    font-size: 1.5rem;
    line-height: 0;
    position: relative;
    top: 8px; }

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: .25rem;
  text-transform: uppercase; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 0;
  color: #222;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  padding: .5rem .75rem;
  width: 100%;
  -webkit-appearance: none; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder {
    color: #333;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
    color: #333;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder {
    color: #333;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .gform_wrapper textarea::placeholder {
    color: #333;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper textarea:focus {
    background: #f2f2f2;
    border: 2px solid #555;
    outline: none; }

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: .5rem; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0;
  margin-right: .5rem; }

.gform_wrapper .gfield_checkbox li label {
  font-size: 0.875rem;
  letter-spacing: 1px; }

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative; }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select svg {
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 13px;
    z-index: 100; }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select:before {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: none; }

.gform_wrapper .gform_body .gform_fields .gfield select, .gform_wrapper.gf_browser_chrome .gform_body .gform_fields .gfield select {
  -webkit-appearance: none;
  border-radius: 0;
  border: 2px solid #ccc;
  display: block;
  padding: .35rem .75rem; }
  .gform_wrapper .gform_body .gform_fields .gfield select:focus, .gform_wrapper.gf_browser_chrome .gform_body .gform_fields .gfield select:focus {
    background-color: #f2f2f2;
    outline: 0;
    border-radius: 0;
    border-color: #333; }

.gform_wrapper span.ginput_total {
  background: #555;
  border-radius: 20px;
  color: #555;
  display: inline-block;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 1rem;
  padding: .5rem 1rem;
  text-transform: uppercase; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #555;
  border: 2px solid #555;
  border-radius: 0;
  color: #555;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: .65rem .75rem !important;
  text-transform: uppercase;
  transition: all .25s ease-out;
  -webkit-appearance: none;
  width: 175px; }
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #fff; }

.gform_wrapper div.validation_error {
  background: #555;
  border: none;
  color: #fff;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: .25rem;
  text-align: left;
  text-transform: uppercase;
  padding: 1.5rem; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: none;
  max-width: 100% !important; }

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 2px solid #555; }

.gform_wrapper .validation_message {
  background: #555;
  color: #fff;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: .25rem;
  padding: .75rem !important;
  text-transform: uppercase; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: .5rem; }

#footer-newsletter .gform_wrapper *, #ssr-newsletter .gform_wrapper * {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#footer-newsletter .gform_wrapper, #ssr-newsletter .gform_wrapper {
  margin: 0;
  padding: 0; }

#footer-newsletter .hidden_label .gfield_label, #footer-newsletter .gform_heading, #ssr-newsletter .hidden_label .gfield_label, #ssr-newsletter .gform_heading {
  display: none; }

#footer-newsletter .validation_error, #ssr-newsletter .validation_error {
  text-align: left; }

#footer-newsletter .gform_body, #ssr-newsletter .gform_body {
  width: calc(100% - 46px); }

#footer-newsletter form, #ssr-newsletter form {
  display: flex;
  flex-wrap: wrap; }

#footer-newsletter .ginput_container input, #ssr-newsletter .ginput_container input {
  background-color: #fff;
  border: 2px solid var(--section-color);
  padding-left: 1rem;
  height: 44px !important; }
  #footer-newsletter .ginput_container input::-webkit-input-placeholder, #ssr-newsletter .ginput_container input::-webkit-input-placeholder {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 300;
    font-size: 1.0625rem; }
  #footer-newsletter .ginput_container input::-moz-placeholder, #ssr-newsletter .ginput_container input::-moz-placeholder {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 300;
    font-size: 1.0625rem; }
  #footer-newsletter .ginput_container input:-ms-input-placeholder, #ssr-newsletter .ginput_container input:-ms-input-placeholder {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 300;
    font-size: 1.0625rem; }
  #footer-newsletter .ginput_container input::placeholder, #ssr-newsletter .ginput_container input::placeholder {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 300;
    font-size: 1.0625rem; }

#footer-newsletter .gform_footer, #ssr-newsletter .gform_footer {
  width: 46px;
  padding-right: 2px; }

#footer-newsletter button, #ssr-newsletter button {
  background-color: var(--section-color);
  height: 100%;
  max-height: 44px;
  width: 100%;
  border: 0;
  color: #fff;
  margin-left: -2px !important; }
  #footer-newsletter button .fa-paper-plane, #ssr-newsletter button .fa-paper-plane {
    margin-right: 2px; }

#footer-newsletter .gform_wrapper div.validation_error, #footer-newsletter .gform_wrapper .validation_message, #ssr-newsletter .gform_wrapper div.validation_error, #ssr-newsletter .gform_wrapper .validation_message {
  background: transparent;
  border: none;
  color: #790000 !important;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: .33px;
  padding: .5rem 0 1rem 0 !important;
  text-transform: uppercase; }

#footer-newsletter .gform_wrapper li.gfield.gfield_error, #footer-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, #ssr-newsletter .gform_wrapper li.gfield.gfield_error, #ssr-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: none;
  max-width: 100% !important; }

#footer-newsletter .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), #ssr-newsletter .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

#footer-newsletter .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #footer-newsletter .gform_wrapper li.gfield_error textarea, #ssr-newsletter .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #ssr-newsletter .gform_wrapper li.gfield_error textarea {
  border: 2px solid #790000; }

#footer-newsletter .gform_wrapper .validation_message, #ssr-newsletter .gform_wrapper .validation_message {
  background: transparent;
  color: #555;
  margin-top: .25rem; }

#footer-newsletter .gform_validation_error button, #ssr-newsletter .gform_validation_error button {
  background-color: #790000; }

#footer-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, #ssr-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: .5rem; }

/*
HTML5 Reset ::style.css - via https://github.com/murtaugh/HTML5-Reset/blob/master/_/css/style.css
----------------------------------------------------------
We have learned much from/been inspired by/taken code where offered from:Eric Meyer ::http://ericmeyer.com
HTML5 Doctor ::http://html5doctor.com
and the HTML5 Boilerplate ::http://html5boilerplate.com
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, img, nav, section {
  display: block; }

/* Responsive images and other embedded objects
Note:keeping IMG here will cause problems if you're using foreground images as sprites.
If this default setting for images is causing issues,you might want to replace it with a .responsive class instead. */
img, object, embed {
  max-width: 100%;
  height: auto; }

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
don't forget to restore the bullets within content. */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well,actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

.lt-ie7 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

/* Accessible focus treatment
people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none; }

small {
  font-size: 85%; }

em, i {
  font-style: italic; }

strong, th, b {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't screw with your line-heights
gist.github.com/413930 */
sub, sup {
  font-size: 80%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.75em; }

sub {
  bottom: -0.5em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace,sans-serif; }

/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.lt-ie8 img {
  -ms-interpolation-mode: bicubic; }

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

html {
  -webkit-text-size-adjust: none; }

input[type='text'], input[type='submit'], textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box; }

body, select, input, textarea {
  color: #333; }

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none; }

a:link {
  -webkit-tap-highlight-color: transparent; }

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold; }

body {
  color: #555;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left; }

a {
  color: #333; }
  a:hover, a:focus {
    color: #000; }
  nav a {
    text-decoration: none; }
    nav a:hover, nav a:active {
      text-decoration: none; }

h1 {
  color: #333;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 1.2;
  margin-bottom: 1rem; }
  @media (min-width: 320px) {
    h1 {
      font-size: calc(24px + 24 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    h1 {
      font-size: 48px; } }
h2 {
  color: #333;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1.2;
  margin-bottom: 1rem; }
  @media (min-width: 320px) {
    h2 {
      font-size: calc(21px + 15 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    h2 {
      font-size: 36px; } }
h3 {
  color: #333;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 2.5rem; }
  @media (min-width: 320px) {
    h3 {
      font-size: calc(18px + 10 * (100vw - 320px) / 960); } }
  @media (min-width: 1280px) {
    h3 {
      font-size: 28px; } }
h4 {
  color: #333;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3; }

h5 {
  color: #333;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3; }

h6 {
  color: #333;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3; }

p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.77;
  margin: 0 0 1em 0;
  max-width: 65rem; }

em, i {
  font-style: italic; }
  em strong, em b, i strong, i b {
    font-style: italic; }

strong, b {
  font-weight: 600; }
  strong em, strong i, b em, b i {
    font-weight: 600; }

ol {
  margin: 1em 0 1em 2.25em; }
  ol li {
    font-weight: 300; }

ul {
  list-style: disc;
  margin: 1em 0 1em 2.1em; }
  ul li {
    font-weight: 300; }
  nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    nav ul a {
      text-decoration: none; }

.supertitle, .label, .is-step-subtitle, .is-style-supertitle {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: .25rem; }

.footer-headings, .date, .toc, .is-style-date, .is-style-table-of-contents a {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: .75rem; }

.footer-details {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left; }

.supertitle, .button, .wp-block-button__link {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1.1538461446762085px;
  text-decoration: none;
  text-transform: uppercase; }

.button {
  background-color: #FFC627;
  padding: .75rem 1.8rem;
  transition: all .25s ease-in-out;
  border: 2px solid #FFC627; }
  .button:hover {
    background-color: transparent; }

.publication {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left; }

.sidebar, .byline, .is-style-sidebar-body {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left; }

.post-title {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left; }

.sidebar-h2 {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: .75rem !important; }

.testimonial {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left; }

.sidebar-title, .is-style-sidebar-title {
  border-bottom: 2px solid #C4C4C4;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 28px;
  margin-bottom: .5rem;
  padding-bottom: .75rem;
  text-align: left; }

.section-title, .is-style-section-title {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left; }

.step-title, .is-step-title {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em; }

.has-blue-color {
  color: #C6E1F2; }

.has-blue-background-color {
  background-color: #C6E1F2; }

.has-yellow-color {
  color: #FFC627; }

.has-yellow-background-color {
  background-color: #FFC627; }

.has-white-color {
  color: #FFFFFF; }

.has-white-background-color {
  background-color: #FFFFFF; }

.has-black-color {
  color: #000000; }

.has-black-background-color {
  background-color: #000000; }

.has-gray-light-color {
  color: #f2f2f2; }

.has-gray-light-background-color {
  background-color: #f2f2f2; }

/* Button block
--------------------------------------------- */
.wp-block-button__link {
  border-radius: 0; }
  .wp-block-button__link:hover {
    text-decoration: none; }
  .wp-block-button__link:not(.has-text-color) {
    color: white; }
    .wp-block-button__link:not(.has-text-color):hover {
      color: white; }
  .wp-block-button__link:not(.has-background) {
    background-color: #C6E1F2; }
    .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
      background-color: #73b5df; }
  .wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
    color: #C6E1F2; }
  .wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
    background-color: #73b5df; }
  .wp-block-button__link.has-yellow-color:hover, .wp-block-button__link.has-yellow-color:focus {
    color: #FFC627; }
  .wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus {
    background-color: #c08d00; }
  .wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
    color: #FFFFFF; }
  .wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
    background-color: #cccccc; }
  .wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
    color: #000000; }
  .wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
    background-color: black; }
  .wp-block-button__link.has-gray-light-color:hover, .wp-block-button__link.has-gray-light-color:focus {
    color: #f2f2f2; }
  .wp-block-button__link.has-gray-light-background-color:hover, .wp-block-button__link.has-gray-light-background-color:focus {
    background-color: #bfbfbf; }

.is-style-introduction {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left; }

.is-step-number {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.1em;
  float: left; }

.wp-block-quote p {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left; }

.wp-block-quote cite {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase; }

blockquote + p {
  margin-bottom: 0; }

.facet-container {
  position: relative; }
  .facet-container .section {
    padding-bottom: .125rem !important; }
  .facet-container p {
    margin-bottom: 0; }
  .facet-container .facetwp-dropdown, .facet-container .facetwp-search, .facet-container .fs-label {
    border: 0;
    color: #333;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    padding: .65rem .5rem; }
    .facet-container .facetwp-dropdown::-webkit-input-placeholder, .facet-container .facetwp-search::-webkit-input-placeholder, .facet-container .fs-label::-webkit-input-placeholder {
      color: #333;
      font-family: "Rubik", Helvetica, Arial, sans-serif;
      font-style: italic;
      font-weight: 300;
      padding-left: 2px; }
    .facet-container .facetwp-dropdown::-moz-placeholder, .facet-container .facetwp-search::-moz-placeholder, .facet-container .fs-label::-moz-placeholder {
      color: #333;
      font-family: "Rubik", Helvetica, Arial, sans-serif;
      font-style: italic;
      font-weight: 300;
      padding-left: 2px; }
    .facet-container .facetwp-dropdown:-ms-input-placeholder, .facet-container .facetwp-search:-ms-input-placeholder, .facet-container .fs-label:-ms-input-placeholder {
      color: #333;
      font-family: "Rubik", Helvetica, Arial, sans-serif;
      font-style: italic;
      font-weight: 300;
      padding-left: 2px; }
    .facet-container .facetwp-dropdown::placeholder, .facet-container .facetwp-search::placeholder, .facet-container .fs-label::placeholder {
      color: #333;
      font-family: "Rubik", Helvetica, Arial, sans-serif;
      font-style: italic;
      font-weight: 300;
      padding-left: 2px; }
  .facet-container .facetwp-facet input.facetwp-search, .facet-container .facetwp-facet input.facetwp-location {
    min-width: 100%; }
  .facet-container .facetwp-input-wrap {
    margin-top: .75rem;
    position: relative;
    width: 100%; }
    .facet-container .facetwp-input-wrap input {
      border: 0;
      border: 2px solid #C4C4C4;
      padding: 1.125rem;
      transition: all .25s ease-in-out;
      width: 100%; }
      .facet-container .facetwp-input-wrap input:focus {
        border-radius: 0;
        border: 2px solid #f2f2f2;
        outline: 0; }
    .facet-container .facetwp-input-wrap .facetwp-icon {
      right: 1.25rem; }
  .facet-container .facetwp-icon {
    opacity: 1;
    overflow: hidden;
    padding: 1.25rem 0;
    color: #c4c4c4; }
    .facet-container .facetwp-icon:before {
      display: none;
      content: '\f002';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 400; }
      .facet-container .facetwp-icon:before svg {
        display: none;
        padding: 0; }
  .facet-container .facetwp-dropdown {
    width: 100%;
    border: 0;
    border: 2px solid #C4C4C4;
    margin-top: .5rem;
    padding: 1.125rem;
    transition: all .25s ease-in-out;
    width: 100%; }
    .facet-container .facetwp-dropdown:focus {
      border-radius: 0;
      border: 2px solid #f2f2f2;
      outline: 0; }
  .facet-container .facetwp-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none; }
  .facet-container .facetwp-type-dropdown {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .facet-container .facetwp-type-dropdown svg {
      pointer-events: none;
      position: absolute;
      right: 1.25rem;
      top: 1.8rem;
      z-index: 100;
      color: #c4c4c4; }
    .facet-container .facetwp-type-dropdown:before {
      content: '\f0d7';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900;
      display: none; }
  .facet-container select:before, .facet-container select:after {
    display: none; }

.menu-button .menu-toggle {
  background: transparent;
  border: none;
  display: block;
  height: 48px;
  padding-left: 14px;
  padding-top: 1.45rem;
  position: relative;
  text-align: left;
  width: 48px;
  transition: all .25s ease-out;
  z-index: 100; }
  .menu-button .menu-toggle:hover, .menu-button .menu-toggle:active, .menu-button .menu-toggle:focus {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    outline: none; }

.menu-button .menu-toggle .menu-button {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px); }

.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  background: #fff;
  content: '';
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  width: 20px; }

.menu-button .menu-toggle .menu-button:before {
  top: -7px; }

.menu-button .menu-toggle .menu-button:after {
  bottom: -7px; }

.menu-button .menu-toggle .menu-button, .menu-button .menu-toggle .menu-button:before, .menu-button .menu-toggle .menu-button:after {
  transition: all .25s ease-out; }

.menu-button .menu-toggle.active .menu-button {
  background-color: transparent; }

.menu-button .menu-toggle.active .menu-button:before, .menu-button .menu-toggle.active .menu-button:after {
  top: 0; }

.menu-button .menu-toggle.active .menu-button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.menu-button .menu-toggle.active .menu-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.post-nav .nav-container {
  border-top: 1px solid #f2f2f2;
  margin: 3rem 0;
  padding-top: 1rem; }
  @media (min-width: 605px) {
    .post-nav .nav-container {
      width: 65%; } }
.post-nav a:hover .nav-button {
  background-color: #f2f2f2; }

.post-nav a .nav-label {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1.1538461446762085px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: .25rem; }

.post-nav a .post-title {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left; }

.post-nav a .fa {
  color: #333;
  position: relative;
  top: 0px;
  right: -2px; }
  .post-nav a .fa.fa-caret-left {
    right: 0;
    left: -2px; }

.post-nav .nav-button {
  background-color: #C6E1F2;
  padding: .45rem 1.25rem;
  transition: all .25s ease-in-out; }

.post-nav .previous-post {
  width: 100%; }
  @media (min-width: 580px) {
    .post-nav .previous-post {
      width: 50%;
      float: left; } }
  .post-nav .previous-post .nav-button {
    float: left;
    margin-right: 1rem; }

.post-nav .next-post {
  width: 100%; }
  @media (min-width: 580px) {
    .post-nav .next-post {
      width: 50%;
      float: right; } }
  .post-nav .next-post a {
    text-align: right; }
  .post-nav .next-post .nav-button {
    float: right;
    margin-left: 1rem; }

.single-research {
  background-color: #f2f2f2;
  padding: 1.5rem;
  display: grid;
  grid-auto-flow: column;
  gap: 1.8rem;
  justify-content: start;
  margin-left: 0 !important;
  transition: all .25s ease-in-out; }
  .single-research:hover {
    background-color: #C6E1F2; }
  .single-research .icon {
    width: 22px; }
  .single-research p {
    margin-bottom: 0; }
  .single-research .publication {
    line-height: 1.3; }
  .single-research .org {
    font-style: italic; }
  .single-research span {
    font-style: normal;
    margin-left: .25rem; }
  .single-research a {
    text-decoration: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 2rem 0;
  max-width: 100%;
  height: auto; }

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

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }

.standard-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: [full-start] calc(50vw - 640px) [main-start] minmax(0, 1fr) [main-end] calc(50vw - 640px) [full-end]; }
  @media (min-width: 1344px) {
    .standard-grid {
      gap: 1.5rem; } }
.standard-grid > * {
  grid-column: main; }

.standard-header + .wp-block-columns .wp-block-column:first-child {
  padding-left: 1.5rem; }
  @media (min-width: 1024px) {
    .standard-header + .wp-block-columns .wp-block-column:first-child {
      padding: 0 3rem; } }
  @media (min-width: 1344px) {
    .standard-header + .wp-block-columns .wp-block-column:first-child {
      padding: 0 3rem 0 0; } }
.section:last-child {
  margin-bottom: 0; }

.alignfull {
  grid-column: full; }

.is-style-latest-news {
  margin: 0; }
  .is-style-latest-news time {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: .75rem; }
  .is-style-latest-news .wp-block-post-title {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: .75rem !important; }
    .is-style-latest-news .wp-block-post-title a {
      text-decoration: none; }
  .is-style-latest-news .wp-block-post-excerpt p {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left; }

ul.is-style-news-archive {
  margin: 0; }
  ul.is-style-news-archive li {
    margin-left: 0;
    background-color: #C6E1F2;
    padding: 1rem;
    border-bottom: 2px solid #fff;
    transition: all .25s ease-in-out; }
    ul.is-style-news-archive li:hover {
      background-color: #f2f2f2; }
      ul.is-style-news-archive li:hover .wp-block-post-excerpt__more-link {
        background-color: #FFC627;
        color: #333; }
    ul.is-style-news-archive li a {
      text-decoration: none; }
    ul.is-style-news-archive li .wp-block-post-date {
      font-family: "Rubik", Helvetica, Arial, sans-serif;
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 600;
      line-height: 31px;
      letter-spacing: 1px;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: .75rem;
      margin: 0; }
    ul.is-style-news-archive li .wp-block-post-title {
      font-family: "Rubik", Helvetica, Arial, sans-serif;
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 600;
      line-height: 21px;
      letter-spacing: 0em;
      text-align: left; }
    ul.is-style-news-archive li .wp-block-post-excerpt__more-link {
      background-color: #fff;
      color: #333;
      font-family: "Rubik", Helvetica, Arial, sans-serif;
      font-size: 0.9375rem;
      font-weight: 600;
      letter-spacing: 1.15px;
      line-height: 1.3;
      padding: .5rem 1.5rem;
      text-transform: uppercase;
      transition: all .25s ease-in-out; }

.is-style-horizontal-steps {
  display: grid; }
  @media (min-width: 605px) {
    .is-style-horizontal-steps {
      grid-auto-flow: row; }
      .is-style-horizontal-steps .wp-block-column {
        margin-left: 0; } }
  @media (min-width: 1024px) {
    .is-style-horizontal-steps {
      grid-auto-flow: column; } }
hr {
  margin: 4rem 0; }

/* Default Button */
.has-blue-color {
  color: #C6E1F2; }

.has-blue-background-color {
  background-color: #C6E1F2; }

.has-yellow-color {
  color: #FFC627; }

.has-yellow-background-color {
  background-color: #FFC627; }

.has-white-color {
  color: #FFFFFF; }

.has-white-background-color {
  background-color: #FFFFFF; }

.has-black-color {
  color: #000000; }

.has-black-background-color {
  background-color: #000000; }

.has-gray-light-color {
  color: #f2f2f2; }

.has-gray-light-background-color {
  background-color: #f2f2f2; }

.wp-block-button__link {
  border-radius: 0;
  padding: .75rem 1rem !important; }
  .wp-block-button__link:hover {
    text-decoration: none; }
  .wp-block-button__link:not(.has-text-color) {
    color: white;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 0.9375rem;
    letter-spacing: 1.15px;
    line-height: 1.3;
    text-transform: uppercase; }
    .wp-block-button__link:not(.has-text-color):hover {
      color: white; }
  .wp-block-button__link:not(.has-background) {
    background-color: #C6E1F2; }
    .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
      transition: all .25s ease-out; }
  .wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
    color: #C6E1F2; }
  .wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
    background-color: #b1d6ed; }
  .wp-block-button__link.has-yellow-color:hover, .wp-block-button__link.has-yellow-color:focus {
    color: #FFC627; }
  .wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus {
    background-color: #ffbf0e; }
  .wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
    color: #FFFFFF; }
  .wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
    background-color: #f2f2f2; }
  .wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
    color: #000000; }
  .wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
    background-color: black; }
  .wp-block-button__link.has-gray-light-color:hover, .wp-block-button__link.has-gray-light-color:focus {
    color: #f2f2f2; }
  .wp-block-button__link.has-gray-light-background-color:hover, .wp-block-button__link.has-gray-light-background-color:focus {
    background-color: #e5e5e5; }

footer.body--footer {
  gap: 0; }
  footer.body--footer::after {
    clear: both;
    content: "";
    display: block; }
  footer.body--footer h3, footer.body--footer p {
    color: #fff; }
  footer.body--footer .footer-asu {
    background-color: #FFC627;
    grid-column: full;
    padding: 1.5rem 0 .75rem 0; }
    @media (min-width: 1024px) {
      footer.body--footer .footer-asu .asu-grid {
        display: grid;
        grid-auto-flow: column;
        justify-content: space-between;
        align-items: center; }
        footer.body--footer .footer-asu .asu-grid img {
          margin: -1rem -1rem 0 0; } }
    footer.body--footer .footer-asu a {
      font-weight: 600;
      text-decoration: none; }
  footer.body--footer .footer-policies {
    background-color: #f2f2f2;
    padding: 1.5rem 0;
    grid-column: full; }
    footer.body--footer .footer-policies a {
      text-decoration: none; }
  footer.body--footer .footer-grid {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media (min-width: 605px) {
      footer.body--footer .footer-grid {
        display: grid;
        grid-auto-flow: column;
        justify-content: start;
        gap: 1.5rem; } }
  footer.body--footer .footer-contacts-copy {
    background-color: #000000;
    grid-column: full;
    padding-bottom: 1.5rem; }
    @media (min-width: 605px) {
      footer.body--footer .footer-contacts-copy .footer-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 605px) {
      footer.body--footer .footer-contacts-copy .footer-copy {
        margin-right: 3rem; } }
    footer.body--footer .footer-contacts-copy .footer-copy p {
      font-family: "Rubik", Helvetica, Arial, sans-serif;
      font-size: 0.9375rem;
      font-style: normal;
      font-weight: 300;
      line-height: 25px;
      letter-spacing: 0em;
      text-align: left; }
    footer.body--footer .footer-contacts-copy .footer-details p {
      font-family: "Rubik", Helvetica, Arial, sans-serif;
      font-size: 0.9375rem;
      font-style: normal;
      font-weight: 300;
      line-height: 25px;
      letter-spacing: 0em;
      text-align: left; }

header.body--header {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10; }
  header.body--header::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 692px) {
    header.body--header {
      position: fixed;
      width: 100%;
      -webkit-backdrop-filter: blur(100px);
              backdrop-filter: blur(100px); } }
  header.body--header .standard-grid {
    gap: .5rem 1.5rem; }
  @media (min-width: 970px) {
    header.body--header .menu-button {
      display: none; } }
  header.body--header .asu-wrapper {
    display: flex;
    justify-content: space-between; }
  header.body--header.header-small .logos {
    padding-bottom: .25rem;
    padding-top: .5rem; }
    header.body--header.header-small .logos .soft-law-title {
      font-size: 16px; }
  header.body--header.header-small .nav-container {
    padding: .5rem 0; }
  @media (min-width: 970px) {
    header.body--header.header-small nav.nav--primary ul.menu {
      padding: .5rem 0; } }
  header.body--header.header-small .standard-grid {
    gap: .5rem 1.5rem; }
  header.body--header.header-small nav.nav--primary ul.sub-menu {
    top: 4.35rem; }
  header.body--header .searchform {
    display: none; }
  header.body--header .logos {
    padding-top: 1rem;
    display: grid;
    gap: 1rem; }
    @media (min-width: 692px) {
      header.body--header .logos {
        grid-auto-flow: column;
        justify-content: start;
        gap: 1.25rem; } }
    header.body--header .logos .asu-logo img {
      height: 60px; }
    header.body--header .logos .sl-logo {
      margin-top: .55rem; }
      @media (min-width: 692px) {
        header.body--header .logos .sl-logo {
          border-left: 1px solid rgba(0, 0, 0, 0.2);
          padding-left: 1.25rem; }
          header.body--header .logos .sl-logo:first-child {
            padding-left: 0; } }
    header.body--header .logos a {
      text-decoration: none; }
    header.body--header .logos .soft-law-title {
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 21px;
      letter-spacing: 0em;
      color: #fff;
      margin: 0 0 .25rem 0; }
    header.body--header .logos .soft-law-subtitle {
      color: #fff;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 17px;
      letter-spacing: 0em; }
  header.body--header .nav-container {
    grid-column: full;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .25s ease-out; }
    @media (min-width: 970px) {
      header.body--header .nav-container {
        padding: 1rem 0; } }
  header.body--header nav.nav--primary {
    max-height: 0;
    overflow: hidden;
    transition: all .25s ease-out; }
    header.body--header nav.nav--primary.open {
      max-height: 1000px; }
    @media (min-width: 970px) {
      header.body--header nav.nav--primary {
        max-height: 1000px;
        overflow: visible; } }
    header.body--header nav.nav--primary ul.menu {
      display: grid;
      transition: all .25s ease-in-out;
      padding: 1.5rem 0 0 0; }
      @media (min-width: 970px) {
        header.body--header nav.nav--primary ul.menu {
          display: grid;
          grid-auto-flow: column;
          justify-content: start;
          padding: 1.5rem 0 1rem 0; } }
      header.body--header nav.nav--primary ul.menu > li {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 1rem;
        padding-right: .5rem;
        padding-left: 1rem;
        position: relative; }
        @media (min-width: 970px) {
          header.body--header nav.nav--primary ul.menu > li {
            margin-bottom: 0;
            padding-right: 1.5rem; } }
        @media (min-width: 1024px) {
          header.body--header nav.nav--primary ul.menu > li {
            padding-right: 3rem; } }
        @media (min-width: 1344px) {
          header.body--header nav.nav--primary ul.menu > li {
            padding-right: 4rem; } }
        header.body--header nav.nav--primary ul.menu > li.current-menu-parent, header.body--header nav.nav--primary ul.menu > li.current-menu-item {
          border-left: 2px solid #fff; }
        header.body--header nav.nav--primary ul.menu > li a {
          font-family: "Rubik", Helvetica, Arial, sans-serif;
          font-size: 0.8125rem;
          font-style: normal;
          font-weight: 600;
          line-height: 15px;
          letter-spacing: 1px;
          text-align: left;
          text-transform: uppercase;
          margin-bottom: .25rem;
          color: #fff;
          display: block;
          line-height: 1.5;
          transition: all .25s ease-in-out; }
          header.body--header nav.nav--primary ul.menu > li a:hover .menu-item-description, header.body--header nav.nav--primary ul.menu > li a:active .menu-item-description {
            color: #C6E1F2; }
    header.body--header nav.nav--primary ul.sub-menu {
      background: rgba(0, 0, 0, 0.25);
      display: none;
      margin-left: -1rem;
      margin-top: .5rem;
      padding: 1rem 1.5rem; }
      @media (min-width: 970px) {
        header.body--header nav.nav--primary ul.sub-menu {
          background: rgba(0, 0, 0, 0.8);
          left: 0;
          margin-left: 0;
          margin-top: 0;
          position: absolute;
          top: 5.35rem;
          width: 100%; } }
      header.body--header nav.nav--primary ul.sub-menu > li a {
        display: block;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300 !important;
        letter-spacing: 1px;
        padding: .25rem 0;
        text-align: left;
        text-transform: capitalize;
        transition: all .25s ease-in-out; }
        @media (min-width: 970px) {
          header.body--header nav.nav--primary ul.sub-menu > li a {
            padding: .5rem 0; } }
  header.body--header .menu-item-description {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300 !important;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
    transition: all .25s ease-in-out; }

body.error404 .inner {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    body.error404 .inner h1 {
      padding-top: 190px; } }
  @media (min-width: 970px) {
    body.error404 .inner h1 {
      padding-top: 250px; } }
  body.error404 .inner .wp-block-button__link {
    color: #333; }

.post-type-archive-research .research-header {
  grid-column: full;
  height: 25vh;
  min-height: 320px; }
  @media (min-width: 768px) {
    .post-type-archive-research .research-header {
      min-height: 520px; } }
  .post-type-archive-research .research-header img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    height: 100%;
    width: 100%; }

.post-type-archive-research .page-title {
  background-color: #ffffff;
  padding: 1.5rem 1.5rem 0;
  border-radius: 12px; }
  @media (min-width: 768px) {
    .post-type-archive-research .page-title {
      padding: 3rem 3rem 0;
      margin-top: -11rem;
      width: 70%;
      margin-left: 30%; } }
  @media (min-width: 1024px) {
    .post-type-archive-research .page-title {
      margin-top: -11.25rem; } }
@media (min-width: 768px) {
  .post-type-archive-research .research-body {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: .45fr 1fr;
    gap: 3.25rem; } }

.post-type-archive-research .research-body .research-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  align-content: start;
  display: grid;
  gap: 2px;
  border-top: 2px solid #fff; }
  @media (min-width: 768px) {
    .post-type-archive-research .research-body .research-list {
      margin-right: 1.5rem; } }
  @media (min-width: 1024px) {
    .post-type-archive-research .research-body .research-list {
      margin-right: 3rem; } }
.post-type-archive-research .research-body aside {
  margin-bottom: 3rem; }

@media (min-width: 768px) {
  .post-type-archive-research .facetwp-type-pager {
    margin-left: 30%; } }

.post-type-archive-research .facetwp-facet-research_pager {
  margin-top: 3rem;
  text-align: center; }
  .post-type-archive-research .facetwp-facet-research_pager button {
    background-color: #C6E1F2;
    border-radius: 0;
    border: 0;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 0.9375rem;
    letter-spacing: 1.15px;
    line-height: 1.3;
    padding: .75rem 1rem;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    margin: 0 auto; }
    .post-type-archive-research .facetwp-facet-research_pager button:hover, .post-type-archive-research .facetwp-facet-research_pager button:focus {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
      transition: all .25s ease-out; }

.single-news .news-header {
  grid-column: full;
  height: 25vh;
  min-height: 450px; }
  .single-news .news-header img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%; }

@media (min-width: 768px) {
  .single-news .news-grid {
    display: grid;
    grid-auto-flow: column;
    gap: 2rem;
    grid-template-columns: 1fr .33fr; } }

.single-news .news-body {
  margin-bottom: 4rem;
  background-color: #ffffff;
  border-radius: 12px; }
  .single-news .news-body > * {
    padding: 0 1.5rem; }
    @media (min-width: 1024px) {
      .single-news .news-body > * {
        padding: 0 3rem; } }
    .single-news .news-body > * h1 {
      padding: 0; }

.single-news .page-title {
  margin-top: -8.25rem;
  background-color: #ffffff;
  border-radius: 12px; }
  @media (min-width: 1024px) {
    .single-news .page-title {
      margin-top: -8.5rem; } }
  @media (min-width: 1344px) {
    .single-news .page-title {
      margin-top: -9rem; } }
  .single-news .page-title h1, .single-news .page-title .supertitle, .single-news .page-title .date {
    margin-top: 0; }
  .single-news .page-title .news-supertitle {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
  .single-news .page-title .supertitle {
    margin-bottom: 0; }
    .single-news .page-title .supertitle a {
      text-decoration: none; }
  .single-news .page-title .date {
    margin-top: 0;
    margin-bottom: 0;
    color: #777;
    line-height: 1.3; }

@media (min-width: 1024px) {
  .single-news aside {
    margin-top: -4.3rem; } }

@media (min-width: 605px) {
  .single-news .post-nav .nav-container {
    width: 100%; } }

@media (min-width: 768px) {
  .single-news .post-nav .nav-container {
    margin: 0 1.5rem;
    width: 68%; } }

@media (min-width: 1024px) {
  .single-news .post-nav .nav-container {
    margin: 0 3rem; } }

.single-report .wp-block-column:first-child {
  padding-left: 1.5rem; }
  @media (min-width: 1024px) {
    .single-report .wp-block-column:first-child {
      padding: 0 3rem; } }
  @media (min-width: 1344px) {
    .single-report .wp-block-column:first-child {
      padding: 0 3rem 0 0; } }
/*# sourceMappingURL=screen.css.map */