@import url(https://use.typekit.net/ftc7gwt.css);@charset "UTF-8";
/*
 * COLORS
 ***************************/
/* Colors */
/* Greys */
/*
 * Font Stacks
 ***************************/
/*
 * Font Styles
 *
 * @parameter $responsive : boolean, whether the font style needs responsive styles
 * @parameter $mobile : boolean, whether to only output mobile style
 ***************************/
/* H1 */
/* H1 components */
/* H2 */
/* H2 Components */
/* H3 */
/* H3 Components */
/* H4 */
/* H4 Components */
/* H5 */
/* H5 Components */
/* H6 */
/* H6 Components */
/* Paragraph */
/* Paragraph Components */
/* Nav Font */
/* Nav Font Components */
/* Caption Font */
/* Caption Font Components */
/* Button Font */
/* Button Font Components */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.clear {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

html, body {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

* {
  box-sizing: inherit; }

/* 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 */
  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; }

body {
  font-family: nimbus-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #09051A; }
  body.no-scroll {
    overflow: hidden; }

/*
 * Fonts
 */
h1 {
  font-size: 9rem;
  line-height: 8rem;
  letter-spacing: -0.01rem; }

h2 {
  font-size: 4rem;
  line-height: 1.2em;
  letter-spacing: -0.04rem; }

h3 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.02rem;
  font-weight: 900; }

h4 {
  font-family: freight-display-pro, serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: normal; }

h5 {
  font-family: freight-display-pro, serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: normal; }

h6 {
  font-size: 1.6rem;
  line-height: 2.3rem;
  letter-spacing: normal; }

p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: none;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 1.4rem;
      font-weight: 300;
      letter-spacing: normal;
      line-height: 2em;
      text-transform: none; } }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px; }

em {
  font-style: italic; }

b {
  font-weight: 900; }

p a {
  background: linear-gradient(#5934FF 0%, #5934FF 100%);
  color: #09051A;
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 4px;
  text-decoration: none;
  transition: background-size .2s; }
  p a:hover {
    background-size: 4px 50px; }

.page-content-inner h2 a, .page-content-inner h3 a, .page-content-inner h4 a, .page-content-inner h5 a {
  color: black; }
  .page-content-inner h2 a:hover, .page-content-inner h3 a:hover, .page-content-inner h4 a:hover, .page-content-inner h5 a:hover {
    color: #5934FF; }

figcaption {
  font-family: freight-display-pro, serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-transform: none; }
  @media screen and (max-width: 767px) {
    figcaption {
      font-family: freight-display-pro, serif;
      font-size: 1.4rem;
      font-style: italic;
      font-weight: 300;
      letter-spacing: normal;
      line-height: 1.5rem;
      text-transform: none; } }

button, input[type="button"], input[type="submit"], .button {
  font-family: freight-display-pro, serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -.02rem;
  line-height: 1.5rem;
  text-transform: none;
  cursor: pointer;
  padding: 6px 56px;
  text-decoration: none;
  transition: ease 250ms all;
  user-select: none;
  border: 2px solid currentColor;
  border-radius: 3px;
  box-shadow: 0 0 6px currentColor, inset 0 0 6px currentColor; }
  @media screen and (max-width: 767px) {
    button, input[type="button"], input[type="submit"], .button {
      font-family: freight-display-pro, serif;
      font-size: 1.5rem;
      font-style: italic;
      font-weight: normal;
      letter-spacing: -.02rem;
      line-height: 1.5rem;
      text-transform: none; } }
  button.white, input[type="button"].white, input[type="submit"].white, .button.white {
    color: white; }
    button.white:hover, button.white:focus, input[type="button"].white:hover, input[type="button"].white:focus, input[type="submit"].white:hover, input[type="submit"].white:focus, .button.white:hover, .button.white:focus {
      background-color: #5934FF;
      border-color: white;
      box-shadow: 0 0 6px #FF3EFE, inset 0 0 6px #FF3EFE; }

.button-reset, #map button, .slick-dots button {
  box-shadow: none;
  border: 0;
  border-radius: initial;
  padding: initial; }

.content-margins {
  width: 90%;
  margin: auto;
  max-width: 1280px; }

.middle-margins {
  width: 75%;
  margin: auto;
  max-width: 1110px; }

.narrow-margins {
  width: 60%;
  margin: auto;
  max-width: 960px; }
  @media screen and (max-width: 767px) {
    .narrow-margins {
      width: 90%; } }

.accents-right {
  position: relative; }
  .accents-right:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 90%;
    transform: skew(-7.65px);
    background-color: #5934FF;
    width: 10px; }
  .accents-right:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    transform: skew(-7.65px);
    background-color: #FF3EFE;
    width: 10px; }

.accents-left {
  position: relative; }
  .accents-left:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 90%;
    transform: skew(-7.65px);
    background-color: #5934FF;
    width: 10px; }
  .accents-left:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    transform: skew(-7.65px);
    background-color: #FF3EFE;
    width: 10px; }
  .accents-left:before {
    right: auto;
    left: -10px; }
  .accents-left:after {
    right: auto;
    left: -20px; }

.text-with-borders {
  position: relative;
  text-align: center; }
  .text-with-borders:before {
    content: '';
    height: 1px;
    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #5934FF; }
  .text-with-borders:after {
    content: '';
    height: 1px;
    width: 10%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #5934FF; }

#search-bg-vert {
  display: none; }

#search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  height: 35px;
  width: 48px; }
  #search-button:focus {
    outline-color: #99999e;
    outline-style: auto;
    outline-width: 5px; }

#masthead {
  font-family: "CQ Mono", "Courier New", Courier, monospace;
  text-transform: uppercase;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 0.36s;
  transition-delay: 0.36s; }
  #masthead .site-branding svg {
    -webkit-filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0));
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0));
    transition: filter 0.3s; }
    #masthead .site-branding svg:hover {
      -webkit-filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
      filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.8)); }
  #masthead.search-open {
    padding-bottom: 64px;
    transition-delay: 0s; }
  #masthead:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    z-index: -1;
    transition: cubic-bezier(0.39, 0.575, 0.565, 1) 250ms all;
    transform: translateY(-100%);
    border-bottom: 2px solid #09051A; }
  #masthead.scrolled:before, #masthead.search-open:before {
    transform: none; }
  #masthead.scrolled#masthead .site-branding #nav-support-search #nav-support, #masthead.search-open#masthead .site-branding #nav-support-search #nav-support {
    border-color: white; }
  #masthead.scrolled#masthead .site-branding #nav-search-cont #search-button svg, #masthead.search-open#masthead .site-branding #nav-search-cont #search-button svg {
    fill: white; }
  #masthead.scrolled#masthead .site-branding svg .svg-bmi-border path, #masthead.search-open#masthead .site-branding svg .svg-bmi-border path {
    stroke: #09051A;
    transition: 0.3s; }
  #masthead.scrolled#masthead .site-branding svg .svg-bmi-text path, #masthead.search-open#masthead .site-branding svg .svg-bmi-text path {
    fill: #09051A;
    transition: 0.3s; }
  #masthead.scrolled #site-navigation ul li a, #masthead.search-open #site-navigation ul li a {
    color: #09051A; }
    #masthead.scrolled #site-navigation ul li a:hover, #masthead.search-open #site-navigation ul li a:hover {
      color: #FF3D19; }
  #masthead.scrolled a, #masthead.search-open a {
    color: #09051A; }
  #masthead.scrolled .site-branding a, #masthead.search-open .site-branding a {
    transition: 0.3s;
    -webkit-filter: drop-shadow(0 0 3px rgba(89, 52, 255, 0));
    filter: drop-shadow(0 0 3px rgba(89, 52, 255, 0)); }
  #masthead.scrolled .site-branding svg, #masthead.search-open .site-branding svg {
    -webkit-filter: drop-shadow(0 0 1px rgba(255, 62, 254, 0));
    filter: drop-shadow(0 0 1px rgba(255, 62, 254, 0));
    transition: 0.3s; }
    #masthead.scrolled .site-branding svg .svg-bmi-text path, #masthead.search-open .site-branding svg .svg-bmi-text path {
      fill: #09051A; }
    #masthead.scrolled .site-branding svg .svg-bmi-border path, #masthead.search-open .site-branding svg .svg-bmi-border path {
      stroke: #09051A; }
    #masthead.scrolled .site-branding svg:hover .svg-bmi-text path, #masthead.search-open .site-branding svg:hover .svg-bmi-text path {
      fill: #FF3D19 !important; }
    #masthead.scrolled .site-branding svg:hover .svg-bmi-border path, #masthead.search-open .site-branding svg:hover .svg-bmi-border path {
      stroke: #FF3D19 !important; }
  #masthead.scrolled #nav-support, #masthead.search-open #nav-support {
    border-color: #09051A !important;
    color: #09051A; }
    #masthead.scrolled #nav-support:hover, #masthead.search-open #nav-support:hover {
      border-color: #FF3D19 !important; }
  #masthead.scrolled #nav-search-cont #search-button, #masthead.search-open #nav-search-cont #search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    height: 35px;
    width: 48px; }
    #masthead.scrolled #nav-search-cont #search-button > *, #masthead.search-open #nav-search-cont #search-button > * {
      position: relative;
      z-index: 2; }
    #masthead.scrolled #nav-search-cont #search-button #search-bg-vert, #masthead.search-open #nav-search-cont #search-button #search-bg-vert {
      display: block;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: white;
      border: 3px solid white;
      border-radius: 3px;
      transition: 0.36s;
      transition-delay: 0.36s;
      transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
      #masthead.scrolled #nav-search-cont #search-button #search-bg-vert #search-bg-cover, #masthead.search-open #nav-search-cont #search-button #search-bg-vert #search-bg-cover {
        width: 100%;
        height: 100%;
        border-radius: 3px;
        position: absolute;
        left: 0;
        top: 0;
        background: white;
        transition: 0.36s;
        transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
      #masthead.scrolled #nav-search-cont #search-button #search-bg-vert #search-bg-bot, #masthead.search-open #nav-search-cont #search-button #search-bg-vert #search-bg-bot {
        width: 100%;
        height: 35px;
        transition: 0.36s;
        position: absolute;
        right: -3px;
        bottom: -3px;
        background: white;
        border: 3px solid white;
        border-radius: 3px;
        transition-property: width, border;
        transition-delay: 0s, 0.36s;
        transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
    #masthead.scrolled #nav-search-cont #search-button.active #search-bg-vert, #masthead.search-open #nav-search-cont #search-button.active #search-bg-vert {
      width: 100%;
      height: calc(200% + 12px);
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: white;
      border: 3px solid #09051A;
      border-radius: 3px;
      transition-delay: 0s; }
      #masthead.scrolled #nav-search-cont #search-button.active #search-bg-vert #search-bg-bot, #masthead.search-open #nav-search-cont #search-button.active #search-bg-vert #search-bg-bot {
        height: 35px;
        display: block;
        background: white;
        border: 3px solid #09051A;
        border-radius: 3px;
        transition-property: width, border;
        transition-delay: 0.36s, 0s;
        transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1), cubic-bezier(0.39, 0.575, 0.565, 1); }
    #masthead.scrolled #nav-search-cont #search-button.active + #nav-search-input, #masthead.search-open #nav-search-cont #search-button.active + #nav-search-input {
      opacity: 1;
      pointer-events: all;
      transition: 0.36s;
      transition-delay: 0.72s; }
  #masthead.scrolled #nav-search-cont svg, #masthead.search-open #nav-search-cont svg {
    fill: #09051A !important;
    cursor: pointer; }
  #masthead a {
    text-decoration: none;
    font-size: 12px;
    color: white; }
  #masthead .content-margins {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #masthead #main-nav-cont {
    display: flex;
    align-items: center; }
  #masthead .site-branding {
    margin-right: 30px; }
    #masthead .site-branding svg {
      height: 50px;
      border-radius: 10px;
      box-shadow: 0px 0px 9px white, inset 0px 0px 8px white; }
      #masthead .site-branding svg .svg-bmi-text path {
        fill: white; }
      #masthead .site-branding svg .svg-bmi-border path {
        stroke: white; }
  #masthead #site-navigation ul {
    display: flex;
    align-items: center; }
    #masthead #site-navigation ul li {
      margin-right: 20px; }
      #masthead #site-navigation ul li a {
        display: block;
        position: relative;
        transition: ease 250ms all; }
        #masthead #site-navigation ul li a:hover {
          text-shadow: 0 0 15px white; }
    #masthead #site-navigation ul li.current-menu-item a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background-color: white;
      height: 40px;
      width: 3px;
      transform: rotate(10deg);
      border-radius: 1.5px;
      z-index: -1;
      box-shadow: 0 0 10px white; }

.scrolled #site-navigation li.current-menu-item a:before, .search-open #site-navigation li.current-menu-item a:before {
  background-color: #5934FF !important;
  box-shadow: 0 !important; }

#nav-search-cont button {
  background-color: transparent;
  border: 0px;
  outline: 0px;
  padding: 10px; }

#nav-search-cont svg {
  height: 17px;
  width: 17px;
  fill: white; }

.single-fellow #masthead a {
  color: #09051A; }

.single-fellow #masthead .site-branding svg .svg-bmi-text path {
  fill: #09051A; }

.single-fellow #masthead .site-branding svg .svg-bmi-border path {
  stroke: #09051A; }

.single-fellow #masthead #nav-search-cont svg {
  fill: #09051A; }

.single-fellow #masthead #nav-support-search #nav-support {
  border-color: #09051A; }

#mobile-nav-support {
  color: white;
  text-transform: capitalize;
  padding: 7px 40px;
  border: 3px solid white;
  border-radius: 3px;
  margin-right: 15px;
  transition: ease 250ms all;
  user-select: none;
  font-family: freight-display-pro, serif;
  font-style: italic;
  font-size: 15px;
  box-shadow: inset 0px 0px 3px white, 0px 0px 5px white;
  text-decoration: none; }

#nav-support-search {
  display: flex;
  align-items: center;
  position: relative; }
  #nav-support-search #nav-support {
    text-transform: capitalize;
    padding: 7px 40px;
    border: 3px solid white;
    border-radius: 3px;
    margin-right: 15px;
    transition: ease 250ms all;
    user-select: none;
    font-family: freight-display-pro, serif;
    font-style: italic;
    font-size: 15px;
    box-shadow: inset 0px 0px 3px white, 0px 0px 5px white; }
    #nav-support-search #nav-support:hover {
      background-color: white;
      color: #09051A; }

#nav-search-input {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  width: 100%;
  padding: 10px;
  opacity: 0;
  z-index: 4;
  pointer-events: none;
  transition: 0.05s; }
  #nav-search-input input {
    outline: 0px;
    color: #09051A;
    background-color: transparent;
    border: 0px;
    font-family: freight-display-pro, serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: normal;
    letter-spacing: -.02rem;
    line-height: 1.5rem;
    text-transform: none;
    position: relative;
    z-index: 5;
    width: 100%;
    color: #09051A; }
    @media screen and (max-width: 767px) {
      #nav-search-input input {
        font-family: freight-display-pro, serif;
        font-size: 1.5rem;
        font-style: italic;
        font-weight: normal;
        letter-spacing: -.02rem;
        line-height: 1.5rem;
        text-transform: none; } }
  #nav-search-input ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #09051A;
    font-family: freight-display-pro, serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: normal;
    letter-spacing: -.02rem;
    line-height: 1.5rem;
    text-transform: none;
    opacity: 1;
    /* Firefox */ }
    @media screen and (max-width: 767px) {
      #nav-search-input ::placeholder {
        font-family: freight-display-pro, serif;
        font-size: 1.5rem;
        font-style: italic;
        font-weight: normal;
        letter-spacing: -.02rem;
        line-height: 1.5rem;
        text-transform: none; } }
  #nav-search-input :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #09051A;
    font-family: freight-display-pro, serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: normal;
    letter-spacing: -.02rem;
    line-height: 1.5rem;
    text-transform: none; }
    @media screen and (max-width: 767px) {
      #nav-search-input :-ms-input-placeholder {
        font-family: freight-display-pro, serif;
        font-size: 1.5rem;
        font-style: italic;
        font-weight: normal;
        letter-spacing: -.02rem;
        line-height: 1.5rem;
        text-transform: none; } }
  #nav-search-input ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #09051A;
    font-family: freight-display-pro, serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: normal;
    letter-spacing: -.02rem;
    line-height: 1.5rem;
    text-transform: none; }
    @media screen and (max-width: 767px) {
      #nav-search-input ::-ms-input-placeholder {
        font-family: freight-display-pro, serif;
        font-size: 1.5rem;
        font-style: italic;
        font-weight: normal;
        letter-spacing: -.02rem;
        line-height: 1.5rem;
        text-transform: none; } }

#mobile-site-navigation {
  display: none; }

#mobile-header {
  display: none; }

@media (max-width: 915px) {
  #masthead {
    display: none; }
  #mobile-header {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    transition: cubic-bezier(0.39, 0.575, 0.565, 1) 250ms all;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent; }
    #mobile-header .bmi-page-break .line {
      height: 50px;
      background-color: white; } }
  @media screen and (max-width: 915px) and (max-height: 780px) {
    #mobile-header .bmi-page-break {
      flex: 1 0 auto;
      margin-bottom: 32px;
      display: flex;
      align-items: center; }
      #mobile-header .bmi-page-break .line {
        height: 32px; } }

@media (max-width: 915px) {
    #mobile-header .mobile-hamburger {
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      padding: 15px;
      position: relative;
      z-index: 10; }
      #mobile-header .mobile-hamburger:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: cubic-bezier(0.39, 0.575, 0.565, 1) 250ms all;
        transform: translateY(-100%); }
      #mobile-header .mobile-hamburger svg {
        width: 100%; }
        #mobile-header .mobile-hamburger svg line {
          transition: 300ms all ease; }
    #mobile-header.scrolled svg line, #mobile-header.search-open svg line {
      stroke: #09051A; }
    #mobile-header.scrolled .mobile-hamburger:before, #mobile-header.search-open .mobile-hamburger:before {
      opacity: 1;
      transform: none;
      background-color: white; }
    #mobile-header.active {
      background-color: #09051A; }
      #mobile-header.active svg line {
        stroke: white; }
      #mobile-header.active svg #lower-line {
        transform: rotate(-45deg) translate(-10px, 2px);
        transform-origin: left; }
      #mobile-header.active svg #mid-line {
        transform: translateX(-100%);
        opacity: 0; }
      #mobile-header.active svg #upper-line {
        transform: rotate(45deg) translate(-8px, 0px);
        transform-origin: left; }
      #mobile-header.active .mobile-hamburger:before {
        background-color: transparent; }
    #mobile-header.active {
      height: 100vh;
      width: 100vw; }
    #mobile-header #mobile-menu {
      position: absolute;
      left: 0;
      top: 0;
      height: 100vh;
      /* Fallback for browsers that do not support Custom Properties */
      height: calc(var(--vh, 1vh) * 100);
      width: 100vw;
      padding: 40px;
      overflow-y: scroll; }
      #mobile-header #mobile-menu-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: calc(100vh - 80px);
        /* Fallback for browsers that do not support Custom Properties */
        min-height: calc((var(--vh, 1vh) * 100) - 80px); }
      #mobile-header #mobile-menu .mobile-logo {
        width: 150px;
        margin-bottom: 20px; }
    #mobile-header #mobile-menu-list {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1 0 auto;
      justify-content: center; }
      #mobile-header #mobile-menu-list li {
        margin-bottom: 35px; } }
      @media screen and (max-width: 915px) and (max-height: 780px) {
        #mobile-header #mobile-menu-list li {
          margin-bottom: 24px; } }

@media (max-width: 915px) {
        #mobile-header #mobile-menu-list li a {
          color: white;
          text-transform: uppercase;
          font-family: "CQ Mono", "Courier New", Courier, monospace;
          text-decoration: none;
          font-size: 20px;
          letter-spacing: 0.1em; } }

.home-link-mobile {
  margin-bottom: 20px; }
  .home-link-mobile img {
    display: block;
    margin: 0 auto; }

.single-staff #masthead #site-navigation ul li a {
  color: #09051A; }
  .single-staff #masthead #site-navigation ul li a:hover {
    color: white;
    text-shadow: 0 0 8px #FF3EFE, 0 0 3px #5934FF; }

.single-staff #masthead a {
  color: #09051A; }

.single-staff #masthead .site-branding a {
  transition: 0.3s;
  -webkit-filter: drop-shadow(0 0 3px rgba(89, 52, 255, 0));
  filter: drop-shadow(0 0 3px rgba(89, 52, 255, 0)); }
  .single-staff #masthead .site-branding a:hover {
    -webkit-filter: drop-shadow(0 0 3px rgba(89, 52, 255, 0.5));
    filter: drop-shadow(0 0 3px rgba(89, 52, 255, 0.5)); }

.single-staff #masthead .site-branding svg {
  -webkit-filter: drop-shadow(0 0 1px rgba(255, 62, 254, 0));
  filter: drop-shadow(0 0 1px rgba(255, 62, 254, 0));
  transition: 0.3s; }
  .single-staff #masthead .site-branding svg .svg-bmi-text path {
    fill: #09051A; }
  .single-staff #masthead .site-branding svg .svg-bmi-border path {
    stroke: #09051A; }
  .single-staff #masthead .site-branding svg:hover {
    -webkit-filter: drop-shadow(0 0 8px #FF3EFE);
    filter: drop-shadow(0 0 8px #FF3EFE); }
    .single-staff #masthead .site-branding svg:hover .svg-bmi-text path {
      fill: white !important; }
    .single-staff #masthead .site-branding svg:hover .svg-bmi-border path {
      stroke: white !important; }

.single-staff #masthead #nav-support {
  border-color: #09051A !important;
  color: #09051A; }
  .single-staff #masthead #nav-support:hover {
    background-color: #09051A;
    color: white;
    border-color: white; }

.mobile-search {
  padding: 10px;
  display: block;
  border: 0px;
  background-color: transparent;
  box-shadow: none;
  margin-top: 20px; }
  .mobile-search svg {
    fill: white;
    height: 20px;
    width: 20px; }

footer {
  padding-top: 45px;
  padding-bottom: 90px;
  font-family: "CQ Mono", "Courier New", Courier, monospace; }
  @media (max-width: 767px) {
    footer {
      padding-bottom: 45px; } }

.site-info {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 37px; }
  .site-info #footer-site-name {
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 0.3em;
    font-family: "CQ Mono", "Courier New", Courier, monospace; }
  .site-info #footer-site-addr {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.3em; }
    .site-info #footer-site-addr p {
      font-family: "CQ Mono", "Courier New", Courier, monospace;
      text-transform: uppercase;
      letter-spacing: 0.15em; }
  .site-info #footer-site-phone-email {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.15em; }
    .site-info #footer-site-phone-email a {
      font-weight: 100;
      color: #09051A;
      text-decoration: none;
      font-family: "CQ Mono", "Courier New", Courier, monospace; }
    .site-info #footer-site-phone-email span {
      display: inline-block;
      height: 14px;
      width: 2px;
      background-color: #09051A;
      margin: 0px 18px 0 15px; }
    @media (max-width: 915px) {
      .site-info #footer-site-phone-email {
        flex-direction: column; }
        .site-info #footer-site-phone-email span {
          display: none; }
        .site-info #footer-site-phone-email a {
          margin-bottom: 20px; } }

#footer-menu {
  margin-bottom: 35px; }
  #footer-menu #menu-footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase; }
    #footer-menu #menu-footer-menu a {
      color: #09051A;
      letter-spacing: 0.1em; }
    @media (max-width: 767px) {
      #footer-menu #menu-footer-menu {
        flex-wrap: wrap;
        justify-content: center; }
        #footer-menu #menu-footer-menu li {
          margin: 0 10px 20px 10px; } }

#footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px; }
  #footer-socials a {
    margin: 0 10px; }
    #footer-socials a svg {
      height: 17px;
      width: 17px; }

#footer-unlv-logo {
  text-align: center;
  margin-bottom: 45px; }
  #footer-unlv-logo a img {
    width: 110px; }

#tramp-stamp {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.15em; }
  #tramp-stamp a {
    color: #09051A; }

@use 'sass:math';
.home-slides-cont {
  height: 100vh;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh-initial, 1vh) * 100);
  position: relative; }
  .home-slides-cont .home-slide-descs {
    position: absolute;
    right: 10%;
    bottom: 0;
    background-color: #09051A;
    width: 25%; }
    @media (max-width: 1024px) {
      .home-slides-cont .home-slide-descs {
        width: 35%; } }
    @media (max-width: 915px) {
      .home-slides-cont .home-slide-descs {
        right: auto;
        left: 5%;
        width: 45%; } }
    @media (max-width: 767px) {
      .home-slides-cont .home-slide-descs {
        right: auto;
        left: 5%;
        width: 55%;
        bottom: 16px; } }
    .home-slides-cont .home-slide-descs:before {
      content: '';
      position: absolute;
      left: 100%;
      top: 0;
      bottom: 0;
      width: 10px;
      height: 90%;
      margin: auto;
      background-color: #FF3EFE; }
    .home-slides-cont .home-slide-descs:after {
      content: '';
      position: absolute;
      left: calc(100% + 10px);
      top: 0;
      bottom: 0;
      width: 10px;
      height: 80%;
      margin: auto;
      background-color: #FF3D19; }
    .home-slides-cont .home-slide-descs h4 {
      color: white;
      font-style: italic;
      margin-bottom: 14px; }
    .home-slides-cont .home-slide-descs .featured-get-tickets {
      color: #FF3EFE;
      outline: none;
      transition: ease 250ms all; }
      .home-slides-cont .home-slide-descs .featured-get-tickets:before {
        transition: ease 250ms all;
        background-color: #FF3EFE; }
      .home-slides-cont .home-slide-descs .featured-get-tickets:hover {
        color: #FF3D19; }
        .home-slides-cont .home-slide-descs .featured-get-tickets:hover:before {
          background-color: #FF3D19; }
    .home-slides-cont .home-slide-descs .home-slide-desc {
      text-align: center;
      outline: none;
      padding: 45px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 767px) {
        .home-slides-cont .home-slide-descs .home-slide-desc {
          padding: 30px; } }
    .home-slides-cont .home-slide-descs .home-slide-keys {
      background-color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 0; }
      .home-slides-cont .home-slide-descs .home-slide-keys a {
        outline: none !important;
        font-family: "CQ Mono", "Courier New", Courier, monospace;
        margin: 0 10px;
        color: #5934FF;
        font-size: 15px;
        cursor: pointer;
        user-select: none; }
        .home-slides-cont .home-slide-descs .home-slide-keys a.active {
          color: #FF3D19; }

.home-slides {
  min-width: 100%; }
  .home-slides .home-slide {
    width: 100vw;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh-initial, 1vh) * 100);
    transform: translateX(-75px) skew(-7deg);
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 768px) {
      .home-slides .home-slide {
        transform: translateX(calc(((var(--vh-initial, 1vh) * 100)) * 0.1227845609 * -0.5)) skew(-7deg);
        height: 100vh;
        /* Fallback for browsers that do not support Custom Properties */
        height: calc((var(--vh-initial, 1vh) * 100)); } }
    .home-slides .home-slide:after {
      content: '';
      width: 5px;
      height: 100vh;
      position: absolute;
      left: 100%;
      background-color: orange; }
    .home-slides .home-slide:before {
      content: '';
      width: 5px;
      height: 100%;
      position: absolute;
      left: -5px;
      top: 0;
      background-color: white;
      z-index: 10;
      box-shadow: 0 0 15px white; }
    .home-slides .home-slide:after {
      content: '';
      width: 5px;
      height: 100%;
      position: absolute;
      left: calc(100% - 5px);
      top: 0;
      background-color: white;
      z-index: 10;
      box-shadow: 0 0 15px white; }
  .home-slides img {
    height: 100%;
    width: calc(100vw + (0.35 * 100vh));
    object-fit: cover;
    position: absolute;
    left: -10vw;
    top: 0;
    transform: skew(7deg);
    z-index: 2;
    filter: grayscale(1);
    transition: ease 750ms all;
    max-width: unset !important; }

.slick-current .img-overlay-red, .slick-current .img-overlay-blue {
  opacity: 0; }

.slick-current img {
  filter: grayscale(0) !important; }

.img-overlay-fade {
  height: 100%;
  width: calc(100vw + (0.35 * 100vh));
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: -10vw;
  top: 0;
  transform: skew(7deg);
  z-index: 3; }

.img-overlay-red {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100vw + (0.35 * 100vh));
  object-fit: cover;
  position: absolute;
  left: -10vw;
  top: 0;
  transform: skew(7deg);
  z-index: 3;
  background-color: #FF3D19;
  mix-blend-mode: multiply;
  transition: ease 750ms all;
  opacity: 1; }

.img-overlay-blue {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100vw + (0.35 * 100vh));
  object-fit: cover;
  position: absolute;
  left: -10vw;
  top: 0;
  transform: skew(7deg);
  opacity: 1;
  background-color: #5934FF;
  mix-blend-mode: screen;
  z-index: 4;
  transition: ease 750ms all; }

.home #main {
  overflow: hidden;
  width: 100%;
  position: relative; }

.home-logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 2; }
  @media (max-width: 767px) {
    .home-logo {
      top: -76px; } }
  @media (max-width: 330px) {
    .home-logo {
      top: -120px; } }
  .home-logo img {
    width: 400px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 200px; }
    @media (max-width: 915px) {
      .home-logo img {
        width: 250px; } }
    @media (max-width: 330px) {
      .home-logo img {
        width: 150px; } }
  .home-logo .logo-glow {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 200px; }
    @media (max-width: 915px) {
      .home-logo .logo-glow {
        width: 250px; } }
  .home-logo .logo-glow {
    filter: blur(4px); }

.home-content-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #09051A; }
  .home-content-inner .home-content-single {
    margin-bottom: 50px; }
    .home-content-inner .home-content-single .featured-get-tickets {
      color: #5934FF; }
      .home-content-inner .home-content-single .featured-get-tickets:before {
        background-color: #5934FF; }
    @media (max-width: 915px) {
      .home-content-inner .home-content-single {
        width: 100% !important; } }
  .home-content-inner .home-content-container {
    background-color: white; }
    .home-content-inner .home-content-container h3 {
      font-size: 40px;
      color: #09051A;
      margin-bottom: 20px;
      line-height: 1em; }
      @media (max-width: 915px) {
        .home-content-inner .home-content-container h3 {
          font-size: 45px; } }
  .home-content-inner .home-about {
    width: 35%;
    margin-top: -210px;
    z-index: 2; }
    @media (max-width: 915px) {
      .home-content-inner .home-about {
        margin-top: 35px; } }
    .home-content-inner .home-about .home-content-container {
      padding: 30px 30px 50px 30px; }
      @media (max-width: 915px) {
        .home-content-inner .home-about .home-content-container {
          padding: 0px 30px 50px 30px; } }
  .home-content-inner .home-events {
    width: 60%;
    margin-top: 50px;
    position: relative; }
    @media (max-width: 915px) {
      .home-content-inner .home-events {
        margin-top: 0px; } }
    .home-content-inner .home-events .home-content-container {
      padding: 0px 0px 50px 0; }
  .home-content-inner .home-residencies {
    width: 47%; }
    .home-content-inner .home-residencies .home-content-container {
      position: relative; }
    .home-content-inner .home-residencies .home-fellows {
      width: 75%;
      background-color: #09051A;
      padding: 67px 40px;
      float: right;
      margin-top: 30px;
      position: relative; }
      @media (max-width: 915px) {
        .home-content-inner .home-residencies .home-fellows {
          width: 100%; } }
      .home-content-inner .home-residencies .home-fellows:after {
        content: '';
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 10px;
        height: 90%;
        background-color: #FF3EFE;
        z-index: 4; }
      .home-content-inner .home-residencies .home-fellows:before {
        content: '';
        position: absolute;
        left: -20px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 10px;
        height: 80%;
        background-color: #FF3D19;
        z-index: 4; }
      .home-content-inner .home-residencies .home-fellows h4 {
        color: white;
        font-size: 20px;
        font-weight: 800;
        font-family: freight-display-pro, serif;
        margin-bottom: 50px;
        text-align: center;
        text-transform: uppercase; }
  .home-content-inner .home-content-image {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative; }
    .home-content-inner .home-content-image img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .home-content-inner .home-events-video {
    width: 100%;
    padding: 20px 40px 30px 40px;
    background-color: #09051A; }
    .home-content-inner .home-events-video h4 {
      color: white;
      font-family: freight-display-pro, serif;
      font-size: 20px;
      font-weight: 800;
      margin: 20px 0;
      text-align: center; }
    .home-content-inner .home-events-video iframe {
      width: 100%; }
  .home-content-inner .home-city-of-asylum {
    width: 47%;
    position: relative; }
    .home-content-inner .home-city-of-asylum .home-content-container {
      padding-top: 30px; }
    .home-content-inner .home-city-of-asylum .home-content-image {
      padding-bottom: 110%; }
    .home-content-inner .home-city-of-asylum a {
      margin-right: 20px; }

.home-fellow-single {
  margin-bottom: 30px;
  color: white; }
  .home-fellow-single span {
    font-family: freight-display-pro, serif;
    font-size: 16px;
    display: block;
    margin-bottom: 10px; }
  .home-fellow-single:last-child {
    margin-bottom: 0px; }
  .home-fellow-single .home-fellow-name {
    color: white;
    font-family: freight-display-pro, serif;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 900; }
    .home-fellow-single .home-fellow-name span {
      display: inline-block;
      margin-right: 25px;
      margin-bottom: 0px;
      line-height: 1.3em;
      font-size: 18px; }
    .home-fellow-single .home-fellow-name a {
      color: #FF3EFE; }
      .home-fellow-single .home-fellow-name a:before {
        background-color: #FF3EFE; }

.home-publications {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative; }
  .home-publications .home-content-container {
    width: calc(50% + 75px);
    padding: 30px 100px 60px 0; }
    @media (max-width: 915px) {
      .home-publications .home-content-container {
        width: 100%;
        padding: 0px 0px 60px 0; } }
  .home-publications .home-publications-img {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative; }
    @media (max-width: 915px) {
      .home-publications .home-publications-img {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-top: -40px; } }
    .home-publications .home-publications-img img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
  .home-publications .home-publications-issues-cont {
    position: absolute;
    top: 35px;
    right: 0;
    width: calc(50% - 25px);
    z-index: 2;
    background-color: #09051A;
    padding: 30px 50px 50px 50px; }
    @media (max-width: 915px) {
      .home-publications .home-publications-issues-cont {
        width: 100%;
        position: relative;
        top: 0; } }
    .home-publications .home-publications-issues-cont:before {
      content: '';
      position: absolute;
      right: -10px;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 90%;
      transform: skew(-7.65px);
      background-color: #5934FF;
      width: 10px; }
    .home-publications .home-publications-issues-cont:after {
      content: '';
      position: absolute;
      right: -20px;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 80%;
      transform: skew(-7.65px);
      background-color: #FF3EFE;
      width: 10px; }
    .home-publications .home-publications-issues-cont .home-recent-issues {
      color: white;
      font-size: 20px;
      font-weight: 800;
      font-family: freight-display-pro, serif;
      margin-bottom: 30px;
      text-align: center;
      text-transform: uppercase; }
    .home-publications .home-publications-issues-cont .home-publications-issues {
      display: flex;
      justify-content: space-between; }
      .home-publications .home-publications-issues-cont .home-publications-issues h5 {
        color: white;
        font-family: freight-display-pro, serif;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 400; }
      .home-publications .home-publications-issues-cont .home-publications-issues h4 {
        font-family: freight-display-pro, serif;
        color: white;
        font-weight: 900;
        font-size: 18px;
        margin-bottom: 20px; }
      .home-publications .home-publications-issues-cont .home-publications-issues .home-publications-issue {
        width: 100%; }
        .home-publications .home-publications-issues-cont .home-publications-issues .home-publications-issue a {
          text-decoration: none; }
          .home-publications .home-publications-issues-cont .home-publications-issues .home-publications-issue a .featured-get-tickets {
            color: #FF3EFE; }
            .home-publications .home-publications-issues-cont .home-publications-issues .home-publications-issue a .featured-get-tickets:before {
              background-color: #FF3EFE; }
        .home-publications .home-publications-issues-cont .home-publications-issues .home-publications-issue:first-child {
          margin-right: 40px; }
        .home-publications .home-publications-issues-cont .home-publications-issues .home-publications-issue img {
          width: 100%;
          height: auto;
          margin-bottom: 15px; }
  @media (max-width: 915px) {
    .home-publications .home-content-container {
      width: 100%; } }

.home-content-inner .home-bmi-x-unlv {
  width: 47%;
  margin-bottom: 120px; }
  @media (max-width: 915px) {
    .home-content-inner .home-bmi-x-unlv {
      margin-top: 0px;
      margin-bottom: 0px; }
      .home-content-inner .home-bmi-x-unlv .home-content-image {
        display: none; } }
  .home-content-inner .home-bmi-x-unlv .home-content-container {
    position: relative;
    padding: 30px 40px 50px 0px; }
    @media (max-width: 915px) {
      .home-content-inner .home-bmi-x-unlv .home-content-container {
        padding: 0 0 50px 0; } }

.email-signup-block {
  width: 100%;
  position: relative;
  background-color: #09051A;
  padding: 50px;
  margin-bottom: 60px; }
  @media (max-width: 915px) {
    .email-signup-block {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      margin-bottom: 40px;
      overflow: hidden; } }
  .email-signup-block:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 90%;
    background-color: #5934FF;
    z-index: 4;
    transform: skew(-7.65deg); }
  .email-signup-block:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 80%;
    background-color: #FF3EFE;
    z-index: 4;
    transform: skew(-7.65deg); }
  .email-signup-block .email-signup-block-inner {
    max-width: 90%;
    margin: auto; }
  .email-signup-block .signup-prompt {
    color: white;
    margin-bottom: 40px; }
    .email-signup-block .signup-prompt h3 {
      font-size: 45px;
      font-weight: 700;
      font-family: freight-display-pro, serif;
      line-height: 1.3em; }
      @media (max-width: 915px) {
        .email-signup-block .signup-prompt h3 {
          font-size: 30px; } }
  .email-signup-block .email-signup-block-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative; }
    .email-signup-block .email-signup-block-form .sign-up-success {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: #09051A;
      display: flex;
      align-items: center;
      justify-content: center;
      display: none;
      color: white;
      font-size: 25px;
      font-family: freight-display-pro, serif; }
    .email-signup-block .email-signup-block-form input[type='email'] {
      width: 100%;
      border: 0px;
      background-color: transparent;
      color: white;
      font-family: "CQ Mono", "Courier New", Courier, monospace;
      padding: 15px 25px;
      font-size: 16px;
      outline: none;
      transition: ease 250ms all;
      border: 3px solid #5934FF;
      border-radius: 3px;
      font-style: italic;
      font-family: freight-display-pro, serif;
      letter-spacing: 0.05em;
      max-width: 600px; }
      .email-signup-block .email-signup-block-form input[type='email']:focus {
        background: #09051A; }
    .email-signup-block .email-signup-block-form ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: white;
      font-style: italic;
      opacity: 1;
      /* Firefox */ }
    .email-signup-block .email-signup-block-form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: white;
      font-style: italic; }
    .email-signup-block .email-signup-block-form ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: white;
      font-style: italic; }
    .email-signup-block .email-signup-block-form input[type='submit'] {
      margin-left: 30px;
      background-color: transparent;
      border: 3px solid #5934FF;
      color: white;
      border-radius: 3px;
      padding: 0px;
      width: 220px;
      font-style: italic;
      font-family: freight-display-pro, serif;
      text-transform: capitalize;
      transition: ease 250ms all;
      letter-spacing: 0.05em;
      font-size: 16px;
      box-shadow: none; }
      .email-signup-block .email-signup-block-form input[type='submit']:hover, .email-signup-block .email-signup-block-form input[type='submit']:focus {
        background-color: #5934FF;
        border-color: white;
        box-shadow: 0 0 15px #FF3EFE, inset 0 0 15px #FF3EFE; }
    @media (max-width: 915px) {
      .email-signup-block .email-signup-block-form {
        flex-direction: column; }
        .email-signup-block .email-signup-block-form input[type='email'] {
          margin-bottom: 15px; }
        .email-signup-block .email-signup-block-form input[type='submit'] {
          margin-left: 0px;
          width: 120px;
          height: 40px; } }

.email-accent {
  position: absolute;
  right: -35px;
  top: 0;
  height: 100%;
  width: 70px;
  background-color: white;
  z-index: 3;
  transform: skew(-7.65deg); }

.signup-warning {
  color: #FF3EFE; }
  .signup-warning h6 {
    margin-bottom: 10px; }

.bmi-page-break {
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }
  .bmi-page-break .line {
    height: 75px;
    width: 3px;
    border-radius: 30px;
    transform: rotate(10deg);
    background-color: #5934FF; }

footer .bmi-page-break .line {
  height: 75px;
  width: 3px; }

.page-content .bmi-page-break {
  margin-bottom: 30px; }
  .page-content .bmi-page-break .line {
    height: 35px; }

.page-header {
  height: 100vh;
  width: 100%;
  margin-bottom: 50px;
  position: relative; }
  .page-header.has_thumbnail {
    background-color: rgba(0, 0, 0, 0.4); }
    .page-header.has_thumbnail .glow-effect {
      z-index: 1; }
  .page-header.search-header {
    background-color: #09051A; }
  .page-header .attachment-post-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }
  .page-header svg {
    margin-top: 92px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px; }
  .page-header .glowing-border {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 50px;
    height: calc(100% - 150px);
    width: 90%;
    margin: auto; }
    .page-header .glowing-border fieldset {
      height: 100%;
      width: 100%;
      border: 3px solid white;
      border-radius: 20px;
      padding: 20px; }
      .page-header .glowing-border fieldset legend {
        position: relative;
        width: 300px; }
        @media (max-width: 915px) {
          .page-header .glowing-border fieldset legend {
            width: 100px; } }
        .page-header .glowing-border fieldset legend span {
          opacity: 0; }
        .page-header .glowing-border fieldset legend:before {
          content: '';
          position: absolute;
          left: -10px;
          top: 0;
          width: 100px;
          height: 3px;
          background-color: white;
          margin: auto;
          bottom: 0;
          border-radius: 20px; }
          @media (max-width: 915px) {
            .page-header .glowing-border fieldset legend:before {
              width: 25px; } }
        .page-header .glowing-border fieldset legend:after {
          content: '';
          position: absolute;
          right: -1px;
          top: 0;
          width: 100px;
          height: 3px;
          background-color: white;
          margin: auto;
          bottom: 0;
          border-radius: 20px; }
          @media (max-width: 915px) {
            .page-header .glowing-border fieldset legend:after {
              width: 25px; } }
    .page-header .glowing-border .masking-layer {
      position: absolute;
      width: 10px;
      height: 10px; }
    @media (max-width: 767px) {
      .page-header .glowing-border {
        height: calc(100% - 120px); } }
  .page-header .glow-effect {
    filter: blur(4px);
    z-index: -1; }
  .page-header .page-header-container {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 92px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 767px) {
      .page-header .page-header-container {
        padding-top: 20px; } }
    .page-header .page-header-container .page-header-title {
      position: relative;
      z-index: 1; }
      .page-header .page-header-container .page-header-title h1 {
        color: white;
        font-weight: 800;
        font-family: freight-display-pro, serif;
        text-align: center; }
      .page-header .page-header-container .page-header-title span {
        position: absolute;
        font-weight: 800;
        font-size: 9rem;
        line-height: 8rem;
        letter-spacing: -0.01rem;
        font-family: freight-display-pro, serif;
        left: 0;
        top: 0;
        user-select: none; }
        .page-header .page-header-container .page-header-title span:nth-child(2) {
          left: -15px;
          color: #FF3D19;
          z-index: -1; }
        .page-header .page-header-container .page-header-title span:last-child {
          left: -35px;
          color: #FF3EFE;
          z-index: -2; }
  .page-header .page-header-border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }

.temp-page-header {
  background: #09051A;
  color: white;
  margin-bottom: 36px; }
  .temp-page-header h1 {
    padding: 120px 0 80px 0;
    text-align: center; }
  .temp-page-header h2 {
    text-align: center;
    padding-bottom: 80px;
    font-family: freight-display-pro, serif;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: normal;
    line-height: 3rem;
    font-weight: 600; }
    .temp-page-header h2 * {
      font-family: freight-display-pro, serif;
      font-weight: 800;
      font-size: 1.8rem;
      line-height: 1.8rem;
      letter-spacing: normal;
      line-height: 3rem;
      font-weight: 700;
      text-align: center;
      margin: 0; }
  .temp-page-header.has-subheader h1 {
    padding-bottom: 32px; }

.page-content .page-short-desc {
  font-weight: 800;
  text-align: center;
  font-family: freight-display-pro, serif;
  color: #09051A;
  width: 85%;
  margin: 0 auto 30px auto; }
  .page-content .page-short-desc p {
    font-family: inherit;
    font-weight: inherit;
    font-size: 20px;
    line-height: 1.8em; }

.page-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .page-container {
      flex-direction: column-reverse; } }

article.page {
  max-width: 460px;
  flex: 0 0 100%;
  width: 100%; }

.page-container-rail {
  flex: 1 0 0;
  padding: 12px !important; }
  @media screen and (max-width: 767px) {
    .page-container-rail {
      width: 100%; }
      .page-container-rail:not(aside) {
        display: none; } }
  .page-container-rail ul li:before {
    display: none; }

div.page-container-rail {
  align-self: stretch;
  margin-right: 24px; }

.page-content-inner {
  color: #353535; }
  .page-content-inner h1, .page-content-inner h2, .page-content-inner h3, .page-content-inner h4, .page-content-inner h5, .page-content-inner h6 {
    color: #09051A;
    font-family: freight-display-pro, serif;
    font-weight: 900;
    margin-bottom: 16px; }
  .page-content-inner p {
    margin-bottom: 32px; }
  .page-content-inner > p:first-of-type:not(:focus)::first-letter {
    font-family: freight-display-pro, serif;
    font-weight: bold;
    text-shadow: -18px 0 0 #5934FF, -36px 0 0 #FF3EFE;
    margin-left: 36px;
    margin-top: 10px;
    transform: translateY(4px); }
  .page-content-inner > p:first-of-type:not(:focus)::first-letter {
    font-size: 90px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    line-height: 0.5em; }

aside.page-container-rail {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  margin-left: 24px;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  background: white;
  border-radius: 8px;
  padding: 12px;
  box-sizing: border-box; }
  aside.page-container-rail .social-share {
    margin-right: 20px; }
  @media screen and (max-width: 767px) {
    aside.page-container-rail {
      width: 100%;
      position: initial;
      position: -webkit-initial;
      margin-left: 0px;
      margin-bottom: 20px;
      padding: 0px !important;
      flex: auto; } }

.social-share a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  transition: border 0.2s;
  color: #5934FF; }
  .social-share a:hover, .social-share a:focus {
    background: #09051A;
    box-shadow: 0 0 6px #FF3EFE, inset 0 0 6px #FF3EFE;
    color: white; }

.social-share .social-share-icon {
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border-radius: 50%;
  margin-bottom: 16px; }
  .social-share .social-share-icon:last-of-type {
    margin-bottom: 0; }
  .social-share .social-share-icon img, .social-share .social-share-icon svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
    transition: color 0.2s;
    fill: currentColor; }
    .social-share .social-share-icon img *, .social-share .social-share-icon svg * {
      fill: currentColor; }

progress.post-progress-bar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 11px;
  flex: 0 0 10px;
  background: #09051A;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg) translateX(-100%) translateX(4px);
  transform-origin: left center; }
  progress.post-progress-bar::-webkit-progress-value {
    position: absolute;
    margin-top: 4px;
    background: #FAD1C5;
    height: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px #FAD1C5; }
  progress.post-progress-bar::-moz-progress-bar {
    position: absolute;
    margin-top: 4px;
    background: #FAD1C5;
    height: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px #FAD1C5; }

section.post-info {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  position: relative;
  color: #09051A;
  font-family: freight-display-pro, serif; }
  section.post-info .post-info-title {
    order: 2;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8rem;
    letter-spacing: 0.5px;
    color: #09051A;
    margin-bottom: 8px; }
  section.post-info .post-info-date {
    order: 1;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #09051A;
    font-weight: 400;
    margin-bottom: 8px; }
  section.post-info .post-info-author {
    order: 3;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0.5px;
    color: #09051A; }

hr {
  margin: 32px auto;
  border: none;
  height: 27px;
  width: 3px;
  border-radius: 1.5px;
  transform: rotate(10deg);
  background-color: #5934FF; }

.page-subheader {
  font-size: 3rem;
  font-family: freight-display-pro, serif;
  font-weight: bold;
  line-height: 4.3rem;
  text-align: center;
  color: #09051A;
  margin-top: 44px;
  margin-bottom: 32px; }

.page-short-description {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -80px; }
  .page-short-description .page-short-desc-inner {
    color: white;
    padding: 44px 0 !important; }
    .page-short-description .page-short-desc-inner p {
      font-family: freight-display-pro, serif;
      font-weight: 800;
      font-size: 1.8rem;
      line-height: 1.8rem;
      letter-spacing: normal;
      line-height: 3rem !important; }
    .page-short-description .page-short-desc-inner.content-margins {
      background-color: #09051A;
      padding: 30px 0; }
      .page-short-description .page-short-desc-inner.content-margins h5 {
        line-height: 1.6em; }
        .page-short-description .page-short-desc-inner.content-margins h5:last-child {
          margin-bottom: 0px; }
      .page-short-description .page-short-desc-inner.content-margins p:last-child {
        margin-bottom: 0px; }
    @media screen and (max-width: 767px) {
      .page-short-description .page-short-desc-inner .middle-margins {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start; }
        .page-short-description .page-short-desc-inner .middle-margins .single-page-nav {
          margin-bottom: 12px; } }

.single-page-nav {
  font-family: freight-display-pro, serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -.02rem;
  line-height: 1.5rem;
  text-transform: none;
  color: white;
  text-decoration: none;
  font-weight: 900;
  margin: 0 24px;
  padding: 0 8px;
  padding-bottom: 8px;
  background-image: linear-gradient(0deg, #FF3EFE, #FF3EFE), linear-gradient(0deg, #5934FF, #5934FF);
  background-size: 100% 4px, calc(100% - 8px) 4px;
  background-repeat: no-repeat;
  background-position: center calc(100% - 9px);
  transition: 0.2s; }
  @media screen and (max-width: 767px) {
    .single-page-nav {
      font-family: freight-display-pro, serif;
      font-size: 1.5rem;
      font-style: italic;
      font-weight: normal;
      letter-spacing: -.02rem;
      line-height: 1.5rem;
      text-transform: none; } }
  .single-page-nav:hover {
    background-position: center calc(100% - 6px), center calc(100% - 4px);
    text-shadow: 0 0 8px #FF3EFE, 0 0 3px #5934FF; }

.page-cover-text {
  max-width: 75%;
  margin: 20px auto 0 auto;
  color: white;
  text-align: center;
  font-family: freight-display-pro, serif; }
  .page-cover-text p {
    font-size: 20px;
    line-height: 1.7em; }
  .page-cover-text .button {
    margin-top: 15px;
    display: inline-block;
    color: white;
    border-color: white;
    padding: 10px 60px; }

.wp-block-quote {
  padding: 0 35px;
  border-left: 4px solid #5934FF;
  border-right: 4px solid #5934FF;
  margin-bottom: 32px; }
  .wp-block-quote p {
    font-family: freight-display-pro, serif;
    font-size: 18px; }
    .wp-block-quote p:last-child {
      margin-bottom: 0px; }
  .wp-block-quote cite {
    text-align: right;
    width: 100%;
    display: block;
    font-style: italic;
    font-family: freight-display-pro, serif;
    font-size: 14px;
    letter-spacing: 0.04em; }
    .wp-block-quote cite b, .wp-block-quote cite strong {
      font-style: normal;
      color: #5934FF;
      letter-spacing: initial;
      font-size: 18px;
      margin-bottom: 15px;
      display: block;
      font-weight: 600; }

.about-staff-feed {
  margin-bottom: 65px; }
  .about-staff-feed:last-child {
    margin-bottom: 0px; }
  .about-staff-feed h3 {
    color: #09051A;
    margin-bottom: 35px;
    font-style: italic;
    font-size: 40px; }

.page-template-template-about .about-staff-feed .middle-margins {
  width: 140% !important;
  margin: 0px -20%; }
  @media (max-width: 767px) {
    .page-template-template-about .about-staff-feed .middle-margins {
      width: 75% !important;
      margin: auto; } }

.about-staff-feed-grid {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 915px) {
    .about-staff-feed-grid {
      justify-content: space-between; } }
  .about-staff-feed-grid a.staff-card {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 25px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: 250ms transform cubic-bezier(0.39, 0.575, 0.565, 1); }
    @media (max-width: 915px) {
      .about-staff-feed-grid a.staff-card {
        width: 48%;
        margin-right: 0px; } }
    @media (max-width: 767px) {
      .about-staff-feed-grid a.staff-card {
        width: 100%;
        margin-right: 0px; } }
    .about-staff-feed-grid a.staff-card:before {
      z-index: -1;
      transition: 250ms all cubic-bezier(0.39, 0.575, 0.565, 1) 150ms;
      transform: translateX(-200%);
      height: 100%;
      background-color: #FF3EFE; }
    .about-staff-feed-grid a.staff-card:after {
      z-index: -2;
      transition: 250ms all cubic-bezier(0.39, 0.575, 0.565, 1) 0ms;
      transform: translateX(-200%);
      height: 90%;
      background-color: #FF3D19; }
    .about-staff-feed-grid a.staff-card:hover {
      transform: scale(1.01);
      transform-origin: center; }
      .about-staff-feed-grid a.staff-card:hover:before {
        transform: translateX(0%);
        transition: 250ms all cubic-bezier(0.39, 0.575, 0.565, 1) 0ms;
        height: 90%; }
      .about-staff-feed-grid a.staff-card:hover:after {
        height: 80%;
        transform: translateX(0%);
        transition: 250ms all cubic-bezier(0.39, 0.575, 0.565, 1) 100ms; }
    .about-staff-feed-grid a.staff-card .staff-img {
      position: relative;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
      .about-staff-feed-grid a.staff-card .staff-img img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        filter: grayscale(1); }
    .about-staff-feed-grid a.staff-card .staff-info {
      padding: 30px;
      background-color: #09051A;
      color: white;
      flex-grow: 1;
      text-align: center; }
      .about-staff-feed-grid a.staff-card .staff-info h5 {
        font-family: freight-display-pro, serif;
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 800; }
      .about-staff-feed-grid a.staff-card .staff-info p {
        font-family: freight-display-pro, serif;
        font-size: 17px;
        text-align: center;
        line-height: 1.6em;
        font-weight: 100; }
        .about-staff-feed-grid a.staff-card .staff-info p:last-child {
          margin-bottom: 0px; }
    .about-staff-feed-grid a.staff-card:nth-child(3n) {
      margin-right: 0px; }

.fellowship-learn-more-cont {
  width: 100%;
  margin-bottom: 50px;
  color: white; }
  @media (max-width: 915px) {
    .fellowship-learn-more-cont {
      width: calc(100% - 20px); } }
  .fellowship-learn-more-cont .middle-margins {
    position: relative; }
    .fellowship-learn-more-cont .middle-margins:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      background-color: #09051A;
      overflow: hidden;
      width: 100vw;
      height: 100%;
      z-index: -1; }
      @media (max-width: 915px) {
        .fellowship-learn-more-cont .middle-margins:before {
          right: -42px; } }
    .fellowship-learn-more-cont .middle-margins .accents-right {
      display: flex;
      justify-content: space-between;
      padding: 50px 0; }
      @media (max-width: 915px) {
        .fellowship-learn-more-cont .middle-margins .accents-right {
          flex-direction: column; }
          .fellowship-learn-more-cont .middle-margins .accents-right:before {
            right: -52px; }
          .fellowship-learn-more-cont .middle-margins .accents-right:after {
            right: -62px; } }
  .fellowship-learn-more-cont h3 {
    font-size: 30px;
    width: 30%;
    line-height: 1.1em; }
    @media (max-width: 915px) {
      .fellowship-learn-more-cont h3 {
        width: 100%;
        margin-bottom: 20px; } }
  .fellowship-learn-more-cont .center-paragraph {
    width: 30%;
    display: flex;
    align-items: center; }
    @media (max-width: 915px) {
      .fellowship-learn-more-cont .center-paragraph {
        width: 100%;
        margin-bottom: 25px; } }
  .fellowship-learn-more-cont p {
    font-size: 20px;
    font-family: freight-display-pro, serif;
    font-weight: 100;
    line-height: 1.1em;
    margin-bottom: 0px; }
    .fellowship-learn-more-cont p a {
      color: white; }
  .fellowship-learn-more-cont .fellowship-learn-more {
    display: flex;
    justify-content: center;
    width: 30%;
    align-items: center; }
    @media (max-width: 915px) {
      .fellowship-learn-more-cont .fellowship-learn-more {
        width: 100%; } }
    .fellowship-learn-more-cont .fellowship-learn-more .button {
      color: white;
      border: 3px solid #FF3EFE;
      border-radius: 3px;
      letter-spacing: 0.05em;
      padding: 8px 40px;
      text-transform: capitalize;
      font-family: freight-display-pro, serif;
      font-style: italic;
      font-size: 16px;
      box-shadow: none; }
      .fellowship-learn-more-cont .fellowship-learn-more .button:hover {
        box-shadow: 0 0 10px #FF3EFE;
        background-color: #FF3EFE; }

@media (max-width: 767px) {
  .page-template-template-residencies h1 {
    font-size: 50px; } }

@media (max-width: 767px) {
  .page-template-template-residencies .text-with-borders:before, .page-template-template-residencies .text-with-borders:after {
    display: none; } }

.single-staff-page {
  overflow: hidden;
  width: 100%; }

.single-staff-header {
  padding-top: 92px; }
  .single-staff-header h1 {
    color: #09051A;
    text-align: left;
    font-family: freight-display-pro, serif;
    font-weight: 900;
    margin-bottom: 40px;
    line-height: 0.8em;
    position: relative;
    z-index: 1; }
    .single-staff-header h1:not(:focus)::first-letter {
      text-shadow: none;
      margin-left: 0px; }
    @media (max-width: 767px) {
      .single-staff-header h1 {
        font-size: 50px;
        line-height: 1em;
        margin-bottom: 25px; } }
    .single-staff-header h1 span {
      display: block; }
      @media (max-width: 767px) {
        .single-staff-header h1 span {
          display: inline-block; } }
  .single-staff-header .content-margins {
    position: relative; }
  .single-staff-header .staff-info {
    padding: 30px;
    background-color: #09051A;
    color: white; }
    .single-staff-header .staff-info h5 {
      font-family: freight-display-pro, serif;
      font-size: 25px;
      text-align: center;
      margin-bottom: 20px;
      font-weight: 800; }
    .single-staff-header .staff-info p {
      font-family: freight-display-pro, serif;
      font-size: 18px;
      text-align: center;
      line-height: 1.3em;
      margin-bottom: 20px; }
  .single-staff-header .staff-social-links {
    display: flex;
    justify-content: flex-start; }
    .single-staff-header .staff-social-links a {
      text-decoration: none;
      margin-right: 20px;
      border: 1px solid #5934FF;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px; }
    .single-staff-header .staff-social-links svg {
      height: 16px; }
      .single-staff-header .staff-social-links svg path {
        fill: #5934FF; }

.staff-single-content {
  margin-top: 50px; }
  .staff-single-content h3 {
    text-align: center;
    font-weight: 800;
    font-size: 30px; }
  .staff-single-content .staff-single-content-inner {
    margin-top: 20px; }
    .staff-single-content .staff-single-content-inner p:first-child:not(:focus)::first-letter {
      font-family: freight-display-pro, serif;
      font-weight: bold;
      text-shadow: -18px 0 0 #5934FF, -36px 0 0 #FF3EFE;
      margin-left: 36px;
      margin-top: 10px;
      transform: translateY(4px); }
    .staff-single-content .staff-single-content-inner p:first-child:first-letter {
      font-size: 100px;
      float: left;
      line-height: 60px;
      text-shadow: -10px 0 0 #5934FF, -20px 0 0 #FF3EFE;
      margin-right: 10px; }

.single-staff-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
  position: relative; }
  @media (max-width: 767px) {
    .single-staff-header-inner {
      flex-direction: column-reverse;
      padding: 0px;
      align-items: initial; } }
  .single-staff-header-inner .single-staff-header-left {
    display: flex;
    flex-direction: column;
    width: 48%; }
    @media (max-width: 767px) {
      .single-staff-header-inner .single-staff-header-left {
        width: 80%; } }
  .single-staff-header-inner .single-staff-header-right {
    width: 40%; }
    @media (max-width: 767px) {
      .single-staff-header-inner .single-staff-header-right {
        width: 100%; } }
    .single-staff-header-inner .single-staff-header-right .staff-img {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      position: relative;
      margin: auto; }
      @media (max-width: 767px) {
        .single-staff-header-inner .single-staff-header-right .staff-img {
          margin-bottom: 20px; } }
      .single-staff-header-inner .single-staff-header-right .staff-img img {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover; }
    .single-staff-header-inner .single-staff-header-right .staff-img-bg {
      position: absolute;
      height: 100%;
      background-color: #09051A;
      width: 60%;
      top: 0;
      left: 80%;
      z-index: -1; }
      @media (max-width: 767px) {
        .single-staff-header-inner .single-staff-header-right .staff-img-bg {
          left: 90%;
          top: -15%;
          height: 115%; } }
      .single-staff-header-inner .single-staff-header-right .staff-img-bg:before {
        content: '';
        position: absolute;
        left: -10px;
        height: 90%;
        margin: auto;
        top: 0;
        bottom: 0px;
        width: 10px;
        background-color: #FF3D19; }
        @media (max-width: 767px) {
          .single-staff-header-inner .single-staff-header-right .staff-img-bg:before {
            height: 93%; } }
      .single-staff-header-inner .single-staff-header-right .staff-img-bg:after {
        content: '';
        position: absolute;
        left: -20px;
        height: 80%;
        margin: auto;
        top: 0;
        bottom: 0px;
        width: 10px;
        background-color: #FF3EFE; }
        @media (max-width: 767px) {
          .single-staff-header-inner .single-staff-header-right .staff-img-bg:after {
            height: 85%; } }

.single-staff-title {
  font-family: freight-display-pro, serif;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  line-height: 1.2em; }
  .single-staff-title span {
    font-style: italic; }

.single-staff-titles {
  margin-bottom: 15px; }

@media (max-width: 915px) {
  .single-fellow #mobile-header svg line {
    stroke: #09051A; } }

.featured-get-tickets {
  font-family: freight-display-pro, serif;
  color: white;
  text-decoration: none;
  font-style: italic;
  font-size: 17px;
  position: relative;
  padding-left: 20px;
  color: white; }
  .featured-get-tickets:before {
    content: '';
    height: calc(100% + 10px);
    width: 2px;
    border-radius: 10px;
    background-color: white;
    transform: rotate(10deg);
    position: absolute;
    left: 5px;
    top: -5px; }

.feed-event-date {
  font-family: freight-display-pro, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 100;
  margin-bottom: 15px;
  opacity: 0.9; }

.feed-event-title {
  font-family: freight-display-pro, serif;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 800; }
  @media (max-width: 920px) {
    .feed-event-title {
      font-size: 18px;
      line-height: 23px; } }

.upcoming-events h3 {
  text-align: center;
  margin-bottom: 50px;
  color: #09051A; }

.events-feed-cont h2 {
  color: white; }

.upcoming-events-feed {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1028px) {
    .upcoming-events-feed {
      justify-content: space-between; } }
  .upcoming-events-feed a {
    position: relative;
    transition: 250ms transform cubic-bezier(0.39, 0.575, 0.565, 1);
    text-decoration: none; }
    .upcoming-events-feed a:before {
      z-index: -1;
      transition: 250ms all cubic-bezier(0.39, 0.575, 0.565, 1) 150ms;
      transform: translateX(-200%);
      height: 100%;
      background-color: #FF3EFE; }
    .upcoming-events-feed a:after {
      z-index: -2;
      transition: 250ms all cubic-bezier(0.39, 0.575, 0.565, 1) 0ms;
      transform: translateX(-200%);
      height: 90%;
      background-color: #FF3D19; }
    .upcoming-events-feed a:hover {
      transform: scale(1.01);
      transform-origin: center; }
      .upcoming-events-feed a:hover:before {
        transform: translateX(0%);
        transition: 250ms all cubic-bezier(0.39, 0.575, 0.565, 1) 0ms;
        height: 90%; }
      .upcoming-events-feed a:hover:after {
        height: 80%;
        transform: translateX(0%);
        transition: 250ms all cubic-bezier(0.39, 0.575, 0.565, 1) 100ms; }
  .upcoming-events-feed .upcoming-event-single {
    width: 31%;
    display: flex;
    flex-direction: column;
    margin-right: 3.5%;
    margin-bottom: 30px; }
    .upcoming-events-feed .upcoming-event-single:nth-child(3n) {
      margin-right: 0; }
    @media (min-width: 1441px) {
      .upcoming-events-feed .upcoming-event-single {
        width: 23%;
        margin-right: 2.65%; }
        .upcoming-events-feed .upcoming-event-single:nth-child(3n) {
          margin-right: 2.65%; }
        .upcoming-events-feed .upcoming-event-single:nth-child(4n) {
          margin-right: 0; } }
    @media (max-width: 1028px) {
      .upcoming-events-feed .upcoming-event-single {
        width: 48%;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .upcoming-events-feed .upcoming-event-single {
        width: 100%; } }
    .upcoming-events-feed .upcoming-event-single .upcoming-event-image {
      width: 100%;
      height: 0;
      padding-bottom: 85%;
      position: relative; }
      .upcoming-events-feed .upcoming-event-single .upcoming-event-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        filter: grayscale(1); }
    .upcoming-events-feed .upcoming-event-single .upcoming-event-info {
      padding: 30px 40px 80px 40px;
      background-color: #5934FF;
      color: white;
      text-align: center;
      flex-grow: 1;
      position: relative; }
      .upcoming-events-feed .upcoming-event-single .upcoming-event-info p {
        font-family: freight-display-pro, serif;
        font-size: 17px;
        font-weight: 100;
        line-height: 23px;
        margin-bottom: 0px; }
      .upcoming-events-feed .upcoming-event-single .upcoming-event-info .upcoming-event-get-tickets {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center; }
        .upcoming-events-feed .upcoming-event-single .upcoming-event-info .upcoming-event-get-tickets .featured-get-tickets {
          margin-left: -20px; }

.page-template-template-live_experiences {
  background-color: #09051A; }
  .page-template-template-live_experiences .live-experiences-header {
    margin-bottom: 30px; }
    .page-template-template-live_experiences .live-experiences-header .page-header-title {
      padding-top: 92px;
      text-align: center;
      padding-bottom: 30px; }
      @media (max-width: 767px) {
        .page-template-template-live_experiences .live-experiences-header .page-header-title {
          padding-bottom: 10px; } }
    .page-template-template-live_experiences .live-experiences-header h1 {
      color: white; }
      @media (max-width: 767px) {
        .page-template-template-live_experiences .live-experiences-header h1 {
          font-size: 55px;
          line-height: 60px; } }
    .page-template-template-live_experiences .live-experiences-header .live-experiences-cover {
      color: white; }
      .page-template-template-live_experiences .live-experiences-header .live-experiences-cover p {
        font-size: 18px;
        font-family: freight-display-pro, serif;
        text-align: center;
        font-weight: 600; }
  .page-template-template-live_experiences .center-paragraph {
    align-items: center; }
  .page-template-template-live_experiences .fellowship-learn-more {
    align-items: center; }
  .page-template-template-live_experiences .fellowship-learn-more-cont .middle-margins:before {
    background-color: #5934FF; }
  .page-template-template-live_experiences .fellowship-learn-more-cont .accents-right:before {
    background-color: #FF3D19; }
  .page-template-template-live_experiences .fellowship-learn-more-cont .fellowship-learn-more a {
    border-color: #FF3D19;
    box-shadow: none; }
    .page-template-template-live_experiences .fellowship-learn-more-cont .fellowship-learn-more a:hover {
      background-color: #FF3D19; }
  .page-template-template-live_experiences .bmi-page-break .line {
    background-color: white; }
  .page-template-template-live_experiences .site-info {
    color: white; }
    .page-template-template-live_experiences .site-info a {
      color: white !important; }
  .page-template-template-live_experiences #footer-menu #menu-footer-menu a, .page-template-template-live_experiences #tramp-stamp, .page-template-template-live_experiences #tramp-stamp a {
    color: white; }
  .page-template-template-live_experiences #footer-unlv-logo a img {
    background-color: white;
    padding: 5px; }
  .page-template-template-live_experiences .fellowship-learn-more-cont {
    margin-top: 80px; }
  .page-template-template-live_experiences #footer-unlv-logo a img {
    filter: invert(1); }
  .page-template-template-live_experiences #footer-socials a svg {
    filter: invert(1); }

.live-experiences-head-feed {
  display: flex; }
  @media (max-width: 920px) {
    .live-experiences-head-feed {
      flex-direction: column-reverse; }
      .live-experiences-head-feed .featured-get-tickets {
        display: none; } }
  .live-experiences-head-feed .side-events {
    display: flex;
    flex-direction: column;
    width: 25%;
    user-select: none; }
    @media (max-width: 920px) {
      .live-experiences-head-feed .side-events {
        width: 100%; } }
    .live-experiences-head-feed .side-events .side-event-info {
      padding: 20px;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-end;
      background-color: rgba(0, 0, 0, 0.5);
      transition: ease 300ms all; }
    .live-experiences-head-feed .side-events a {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 75%;
      color: white; }
      .live-experiences-head-feed .side-events a:first-child {
        border-bottom: 5px solid black; }
      @media (max-width: 920px) {
        .live-experiences-head-feed .side-events a {
          padding-bottom: 45%; }
          .live-experiences-head-feed .side-events a:first-child {
            border-bottom-width: 3px; } }
      .live-experiences-head-feed .side-events a:hover .side-event-info {
        background-color: rgba(0, 0, 0, 0.3); }
    .live-experiences-head-feed .side-events .side-event {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      text-align: right;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
      .live-experiences-head-feed .side-events .side-event h3 {
        font-size: 18px;
        line-height: 23px; }
        @media (max-width: 920px) {
          .live-experiences-head-feed .side-events .side-event h3 {
            margin-bottom: 15px; } }
      .live-experiences-head-feed .side-events .side-event h5 {
        font-style: italic;
        font-weight: 100;
        margin-bottom: 7px; }
      .live-experiences-head-feed .side-events .side-event img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1; }
  .live-experiences-head-feed .featured-event {
    position: relative;
    width: 75%;
    border-left: 5px solid black; }
    @media (max-width: 920px) {
      .live-experiences-head-feed .featured-event {
        width: 100%;
        border-left: 0px;
        height: 0;
        padding-bottom: 45%;
        border-bottom: 3px solid black; } }
    .live-experiences-head-feed .featured-event:hover .featured-event-details {
      background-color: rgba(0, 0, 0, 0.3); }
    .live-experiences-head-feed .featured-event img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      object-fit: cover; }

.featured-event-details {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px 5%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  flex-direction: column;
  user-select: none;
  transition: ease 300ms all; }
  @media (max-width: 920px) {
    .featured-event-details {
      padding: 20px; } }

.featured-event-date-cont {
  display: flex;
  font-size: 20px;
  font-family: freight-display-pro, serif;
  margin-bottom: 10px; }
  @media (max-width: 920px) {
    .featured-event-date-cont {
      font-size: 1.8rem;
      line-height: 1.8rem;
      margin-bottom: 7px; } }
  .featured-event-date-cont span {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid white; }
  .featured-event-date-cont .featured-event-date {
    font-style: italic; }

.live-experiences-content {
  color: white;
  padding-top: 50px;
  margin-bottom: 30px; }
  .live-experiences-content a {
    color: white; }
  .live-experiences-content .narrow-margins {
    position: relative; }
    .live-experiences-content .narrow-margins h3 {
      margin-bottom: 50px; }
  .live-experiences-content .see-all-events {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    padding-top: 10px;
    text-align: right;
    padding-left: 50px; }
    @media (max-width: 920px) {
      .live-experiences-content .see-all-events {
        position: initial;
        padding-left: 0px;
        text-align: left;
        padding-top: 0px;
        margin-bottom: 20px; } }
    .live-experiences-content .see-all-events a {
      white-space: nowrap;
      position: sticky;
      position: -webkit-sticky;
      top: 100px;
      font-size: 20px;
      color: white;
      text-decoration: none;
      font-family: freight-display-pro, serif;
      font-style: italic;
      font-weight: 700; }
      .live-experiences-content .see-all-events a:before {
        content: '';
        position: absolute;
        left: 0;
        top: calc(100% - 7px);
        height: 7px;
        width: 100%;
        background-color: #FF3D19; }

.live-experiences-subheader {
  margin-bottom: 50px; }
  .live-experiences-subheader em {
    font-weight: 100; }
  @media (max-width: 920px) {
    .live-experiences-subheader {
      margin-bottom: 25px; } }

.upcoming-event-date {
  font-size: 17px;
  font-style: italic;
  font-family: freight-display-pro, serif;
  margin-bottom: 10px; }

.upcoming-event-title {
  font-size: 20px;
  font-family: freight-display-pro, serif;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 25px; }

.single-event #masthead.site-header .site-branding .svg-bmi-border path {
  stroke: white; }

.single-event #masthead.site-header .site-branding .svg-bmi-text path {
  fill: white; }

.single-event #masthead.site-header a {
  color: white; }

.single-event #masthead.site-header #nav-support-search #nav-support {
  border-color: white; }

.single-event #masthead.site-header #nav-search-cont #search-button svg {
  fill: white; }

.single-event h1 {
  font-size: 7rem;
  leter-spacing: -0.023rem;
  line-height: 7.3rem; }

.single-event #primary .gutenberg-margins {
  position: relative; }
  .single-event #primary .gutenberg-margins .event-sidebar {
    position: absolute;
    left: calc(100% + 50px);
    height: 100%;
    width: 300px; }
    @media (max-width: 1280px) {
      .single-event #primary .gutenberg-margins .event-sidebar {
        width: 200px; } }
    @media (max-width: 1024px) {
      .single-event #primary .gutenberg-margins .event-sidebar {
        width: 150px; } }
    @media (max-width: 900px) {
      .single-event #primary .gutenberg-margins .event-sidebar {
        display: none; } }
    .single-event #primary .gutenberg-margins .event-sidebar .event-sidebar-sticky {
      position: sticky;
      top: 100px;
      position: -webkit-sticky; }
      .single-event #primary .gutenberg-margins .event-sidebar .event-sidebar-sticky h4 {
        margin-bottom: 25px;
        font-weight: 600;
        font-size: 25px;
        line-height: 33px; }
      .single-event #primary .gutenberg-margins .event-sidebar .event-sidebar-sticky .featured-get-tickets {
        color: #5934FF; }
        .single-event #primary .gutenberg-margins .event-sidebar .event-sidebar-sticky .featured-get-tickets:before {
          background-color: #5934FF; }

.event-sidebar-date, .event-sidebar-loc {
  display: flex;
  margin-bottom: 20px; }
  .event-sidebar-date img, .event-sidebar-loc img {
    height: 30px; }
  .event-sidebar-date .event-sidebar-img-div, .event-sidebar-loc .event-sidebar-img-div {
    width: 35px;
    margin-right: 12px; }
  .event-sidebar-date h6, .event-sidebar-loc h6 {
    font-size: 18px;
    font-weight: 600; }
  .event-sidebar-date .event-sidebar-block-info, .event-sidebar-loc .event-sidebar-block-info {
    position: relative;
    top: -7px; }
    .event-sidebar-date .event-sidebar-block-info h6 a, .event-sidebar-loc .event-sidebar-block-info h6 a {
      color: #5934FF !important; }

.event-header {
  padding-top: 96px;
  min-height: 100vh;
  background-color: #09051A;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: white;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .event-header {
      background-attachment: scroll; } }
  .event-header.has_post_thumbnail > * {
    z-index: 3; }
  .event-header.has_post_thumbnail::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2; }
  .event-header .content-margins {
    display: flex;
    justify-content: flex-end; }
    .event-header .content-margins .event-header-inner {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex-direction: column;
      text-align: right;
      width: 50%; }
      @media (max-width: 1026px) {
        .event-header .content-margins .event-header-inner {
          width: 60%; } }
      @media (max-width: 924px) {
        .event-header .content-margins .event-header-inner {
          width: 70%; } }
    .event-header .content-margins h1 {
      font-size: 55px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .event-header .content-margins h1 {
          font-size: 45px;
          line-height: 50px; } }
    .event-header .content-margins h2 {
      font-size: 30px;
      font-weight: 400; }
      .event-header .content-margins h2 a {
        color: white !important; }
      @media (max-width: 767px) {
        .event-header .content-margins h2 {
          font-size: 22px;
          line-height: 27px; } }
      .event-header .content-margins h2 span {
        text-transform: uppercase;
        white-space: nowrap; }
  .event-header h1 {
    margin-bottom: 50px; }
    .event-header h1 span {
      position: relative; }
      .event-header h1 span::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        box-shadow: 0 0 6px white;
        background: white; }
      .event-header h1 span::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        box-shadow: 0 0 6px white;
        background: white; }
  .event-header a.button {
    margin-top: 32px;
    margin-bottom: 30px; }

.event-subtitle {
  text-align: center;
  margin: 38px 0; }

.single-event h2 span {
  margin-left: 7px;
  padding-left: 15px;
  position: relative; }
  .single-event h2 span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 0;
    margin: auto;
    height: calc(100% - 10px);
    background-color: white;
    width: 2px; }

.contact-location-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap; }
  .contact-location-container #map {
    flex: 1 0 0;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .contact-location-container #map {
        margin-right: 0;
        flex: 0 0 100%;
        height: 0;
        padding-bottom: 70%;
        order: 1; } }
  .contact-location-container .contact-address {
    flex: 1 0 0;
    margin-left: 10px;
    padding: 32px 26px;
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .contact-location-container .contact-address {
        margin-left: 0;
        flex: 0 0 100%;
        order: 3;
        background: transparent;
        padding: 0;
        margin-bottom: 60px; } }
    .contact-location-container .contact-address h2 {
      font-size: 32px;
      line-height: 36px;
      letter-spacing: -0.02rem;
      font-weight: 900;
      font-weight: 600;
      margin-bottom: 28px;
      max-width: 70%; }
      @media screen and (max-width: 767px) {
        .contact-location-container .contact-address h2 {
          max-width: unset; } }
    .contact-location-container .contact-address .contact-info > *:not(h2) {
      font-family: freight-display-pro, serif;
      font-weight: 800;
      font-size: 1.8rem;
      line-height: 1.8rem;
      letter-spacing: normal;
      font-weight: 900;
      margin-bottom: 16px; }
      .contact-location-container .contact-address .contact-info > *:not(h2) a {
        color: #09051A;
        text-decoration: none;
        display: inline;
        background-image: linear-gradient(0deg, #FF3EFE, #FF3EFE);
        background-size: 100% 5px;
        background-position: center bottom;
        background-repeat: no-repeat; }

.contact-questions-feedback {
  margin-top: 28px;
  margin-bottom: 80px;
  flex: 0 0 100%; }
  @media screen and (max-width: 767px) {
    .contact-questions-feedback {
      margin-top: 0;
      order: 2;
      padding: 32px 26px;
      background-color: #F9F9F9;
      margin-bottom: 28px; } }
  .contact-questions-feedback h2 {
    font-family: freight-display-pro, serif;
    font-size: 2rem;
    margin-bottom: 9px;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.02rem;
    font-weight: 900; }
  .contact-questions-feedback > *:not(h2) {
    font-family: freight-display-pro, serif;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: normal;
    font-weight: 600;
    margin-bottom: 16px; }

.error-404 {
  background-color: #09051A;
  padding-top: 92px;
  color: white;
  text-align: center; }
  .error-404 h1 {
    font-family: freight-display-pro, serif;
    color: #FF3D19;
    font-weight: 800;
    font-size: 135px;
    text-shadow: 0 0 7px #FF3D19;
    margin-bottom: 50px; }
  .error-404 h4 {
    font-family: freight-display-pro, serif;
    font-weight: 800;
    font-size: 40px; }
  .error-404 .button {
    color: white;
    border: 2px solid white;
    padding: 15px 25px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 50px;
    text-decoration: none;
    letter-spacing: 0.15em;
    transition: ease 250ms all; }
    .error-404 .button:hover {
      background-color: white;
      color: #09051A;
      box-shadow: 0 0 15px white; }

.error404 .page-header .page-header-container {
  flex-direction: column; }
  .error404 .page-header .page-header-container .page-header-title {
    margin-bottom: 35px; }

.error404 .page-header .glow-effect {
  z-index: 0; }
  .error404 .page-header .glow-effect fieldset {
    border-color: white; }

.error404 .page-header .glow-effect fieldset legend:before, .error404 .page-header .glow-effect fieldset legend:after {
  background-color: white; }

.error404 .page-header .glow-effect fieldset legend:before, .error404 .page-header .glow-effect fieldset legend:after {
  background-color: white; }

.content-404 {
  color: white;
  width: 70%;
  min-width: 400px;
  text-align: center;
  margin-bottom: 35px; }
  .content-404 h1, .content-404 h2, .content-404 h3, .content-404 h4, .content-404 h5, .content-404 h6 {
    margin-bottom: 15px; }
  .content-404 em {
    font-weight: 100; }
  .content-404 a {
    color: white;
    position: relative;
    text-decoration: none; }
    .content-404 a:before {
      content: "";
      position: absolute;
      left: 0;
      top: calc(100% - 3px);
      height: 3px;
      background-color: #FF3EFE;
      width: 100%; }

.page-title {
  text-align: center;
  font-family: freight-display-pro, serif;
  font-weight: 100;
  font-size: 20px;
  font-style: italic;
  text-decoration: none;
  color: #09051A; }
  .page-title .search-results-for {
    display: block; }
  .page-title span.search-query {
    margin-top: 15px;
    display: inline-block;
    border-bottom: 5px solid #09051A;
    font-weight: 900;
    font-size: 105px;
    font-style: normal;
    text-transform: capitalize; }

.search-header {
  margin-bottom: 60px; }
  .search-header h1 > span {
    display: block; }
    .search-header h1 > span.search-results-for {
      font-family: freight-display-pro, serif;
      font-weight: 800;
      font-size: 1.8rem;
      line-height: 1.8rem;
      letter-spacing: normal;
      font-weight: 400;
      font-style: italic;
      margin-top: 24px;
      margin-bottom: 8px; }
    .search-header h1 > span.search-query {
      font-size: 32px;
      line-height: 36px;
      letter-spacing: -0.02rem;
      font-weight: 900; }
      .search-header h1 > span.search-query span {
        background-image: linear-gradient(0deg, #5934FF, #5934FF);
        background-size: 100% 5px;
        background-repeat: no-repeat;
        background-position: 0 bottom; }

.search-article {
  color: #09051A;
  font-family: freight-display-pro, serif;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
  padding: 4px 0; }
  .search-article::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: #09051A; }
  .search-article a {
    text-decoration: none;
    color: #09051A; }
  .search-article .search-article-date {
    font-style: italic;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 800;
    opacity: 0.8; }
  .search-article .search-article-title {
    margin-bottom: 25px; }
  .search-article h2 {
    transition: 0.3s; }
  .search-article:hover h2 {
    color: #5934FF; }

.search-article-info .content-margins {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .search-article-info .content-margins .search-result-post-info {
    flex: 0 0 156px; }
  .search-article-info .content-margins h2 {
    flex: 1 0 0;
    max-width: 800px; }
  .search-article-info .content-margins .search-article-cta {
    flex: 0 0 auto;
    margin-left: 32px;
    margin-top: 12px; }

.page-template-template_search h1 {
  padding-bottom: 30px; }

.search-page-input {
  padding-bottom: 50px;
  display: flex;
  justify-content: center; }
  .search-page-input form {
    width: 100%; }
  .search-page-input input {
    border: 0px;
    border-bottom: 2px solid white;
    background-color: transparent;
    width: 100%;
    font-size: 30px;
    font-family: freight-display-pro, serif;
    font-style: italic;
    color: white; }

.asylum-content {
  margin-bottom: 30px; }
  .asylum-content h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #09051A; }
  .asylum-content .asylum-press {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
    .asylum-content .asylum-press .single-press {
      background-color: white;
      border: 10px solid #F9F9F9;
      padding: 25px;
      text-align: center;
      width: 49%;
      font-family: freight-display-pro, serif;
      margin-bottom: 25px; }
      .asylum-content .asylum-press .single-press p {
        font-size: 16px; }
      .asylum-content .asylum-press .single-press:nth-child(odd) {
        margin-right: 0.5%; }
      .asylum-content .asylum-press .single-press:nth-child(even) {
        margin-left: 0.5%;
        background-color: #F9F9F9; }
      .asylum-content .asylum-press .single-press a {
        font-size: 16px;
        font-weight: 800;
        color: #09051A; }
  .asylum-content .asylum-partners {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap; }

.single-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 30%;
  margin-right: 5%;
  padding: 30px;
  margin-bottom: 30px;
  border: 10px solid #F9F9F9; }
  .single-partner:nth-child(even) {
    background-color: #F9F9F9; }
  .single-partner:nth-child(3n) {
    margin-right: 0px; }
  .single-partner img {
    width: 100%;
    height: auto; }

.asylum-fellows h3 {
  margin-bottom: 20px;
  color: #09051A;
  font-style: italic;
  font-weight: 800; }

.asylum-fellow {
  display: flex;
  align-items: flex-start;
  color: #09051A;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .asylum-fellow {
      display: flex;
      flex-direction: column; } }
  .asylum-fellow .asylum-fellow-img-cont {
    width: 25%; }
    @media (max-width: 767px) {
      .asylum-fellow .asylum-fellow-img-cont {
        width: 100%;
        display: flex;
        align-items: flex-end; }
        .asylum-fellow .asylum-fellow-img-cont .asylum-fellow-mobile-info {
          display: block;
          padding: 0 20px;
          font-family: freight-display-pro, serif;
          font-size: 18px; }
          .asylum-fellow .asylum-fellow-img-cont .asylum-fellow-mobile-info h4 {
            font-size: 30px;
            margin-top: 15px; } }
  .asylum-fellow .asylum-fellow-img {
    width: 100%;
    position: relative;
    height: 0px;
    padding-bottom: 135%; }
    @media (max-width: 767px) {
      .asylum-fellow .asylum-fellow-img {
        width: 25%;
        padding-bottom: 35%; } }
    .asylum-fellow .asylum-fellow-img img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .asylum-fellow .asylum-fellow-info {
    padding: 30px 50px;
    width: 75%;
    position: relative; }
    .asylum-fellow .asylum-fellow-info .asylum-fellow-term {
      font-family: freight-display-pro, serif;
      font-size: 18px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .asylum-fellow .asylum-fellow-info .asylum-fellow-term {
          display: none; } }
    .asylum-fellow .asylum-fellow-info h4 {
      font-family: freight-display-pro, serif;
      font-size: 22px;
      font-weight: 800;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .asylum-fellow .asylum-fellow-info h4 {
          display: none; } }
    .asylum-fellow .asylum-fellow-info .asylum-fellow-content p:last-child {
      margin-bottom: 0px; }

@media (max-width: 767px) {
  .past-fellows .asylum-fellow:nth-child(odd) .asylum-fellow-img-cont {
    flex-direction: row-reverse; } }

.past-fellows .asylum-fellow:nth-child(odd) {
  flex-direction: row-reverse; }
  @media (max-width: 767px) {
    .past-fellows .asylum-fellow:nth-child(odd) {
      flex-direction: column; } }
  .past-fellows .asylum-fellow:nth-child(odd) .asylum-fellow-info:before {
    right: auto;
    left: 100%; }

.city-of-asylum-header {
  background-color: #09051A;
  width: 100%;
  padding: 130px 0 80px 0;
  margin-bottom: 30px; }
  .city-of-asylum-header h1 {
    text-align: center;
    color: white; }

.asylum-fellow-mobile-info {
  display: none; }

.page-template-template-city_of_asylum .page-content .content-margins {
  position: relative; }
  .page-template-template-city_of_asylum .page-content .content-margins .city-asylum-current-fellow {
    position: absolute;
    top: -50px;
    right: 0;
    width: 20%;
    background-color: #F9F9F9;
    padding-top: 40px;
    text-align: right;
    z-index: 2; }
    @media (max-width: 900px) {
      .page-template-template-city_of_asylum .page-content .content-margins .city-asylum-current-fellow {
        display: none; } }
    .page-template-template-city_of_asylum .page-content .content-margins .city-asylum-current-fellow .city-current-fellow-inner {
      padding: 0 10px;
      margin-bottom: 15px; }
      .page-template-template-city_of_asylum .page-content .content-margins .city-asylum-current-fellow .city-current-fellow-inner h5 {
        font-style: italic;
        font-weight: 200;
        margin-bottom: 5px; }
      .page-template-template-city_of_asylum .page-content .content-margins .city-asylum-current-fellow .city-current-fellow-inner .featured-get-tickets {
        color: #5934FF; }
        .page-template-template-city_of_asylum .page-content .content-margins .city-asylum-current-fellow .city-current-fellow-inner .featured-get-tickets:before {
          background-color: #5934FF; }
    .page-template-template-city_of_asylum .page-content .content-margins .city-asylum-current-fellow .city-current-fellow-img-cont {
      overflow: hidden;
      height: 0;
      position: relative;
      padding-bottom: 100%;
      padding-bottom: 135%; }
    .page-template-template-city_of_asylum .page-content .content-margins .city-asylum-current-fellow img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      object-fit: cover;
      width: 100%;
      height: auto; }

.page-template-template-city_of_asylum .page-content .narrow-margins .page-content-inner {
  margin-top: 50px; }

.page-template-template-support .single-page-nav {
  padding-left: 0px;
  padding-right: 0px; }

.support-products {
  width: 100%;
  overflow: hidden; }
  .support-products a {
    display: flex;
    margin-bottom: 50px;
    align-items: flex-start;
    flex-direction: column;
    text-decoration: none;
    color: #09051A;
    pointer-events: none; }
    .support-products a .product-img {
      pointer-events: auto;
      width: 100%;
      text-align: end;
      position: relative;
      z-index: -1;
      margin-top: -30px; }
      .support-products a .product-img img {
        width: 75%;
        height: auto; }
    .support-products a .product-info {
      pointer-events: auto;
      padding: 30px 40px;
      background-color: #F9F9F9;
      width: 50%;
      position: relative; }
      @media (max-width: 915px) {
        .support-products a .product-info {
          width: 100%; } }
      .support-products a .product-info .prod-accents {
        position: absolute;
        left: 100%;
        top: 0;
        height: 100%; }
        .support-products a .product-info .prod-accents:before {
          content: '';
          position: absolute;
          left: 100%;
          top: 0;
          bottom: 0;
          width: 10px;
          background-color: #FF3D19;
          height: calc(100% - 30px);
          margin: auto; }
        .support-products a .product-info .prod-accents:after {
          content: '';
          position: absolute;
          left: calc(100% + 10px);
          top: 0;
          bottom: 0;
          width: 10px;
          height: calc(100% - 60px);
          margin: auto;
          background-color: #FF3EFE; }
      .support-products a .product-info:before {
        position: absolute;
        content: '';
        right: 100%;
        height: 100%;
        width: 50vw;
        background-color: #F9F9F9;
        z-index: -1;
        top: 0; }
      .support-products a .product-info h3 {
        font-size: 45px;
        font-weight: 800;
        margin-bottom: 8px; }
        .support-products a .product-info h3 span {
          font-weight: 100;
          font-style: italic; }
      .support-products a .product-info .product-desc {
        font-family: freight-display-pro, serif; }
        .support-products a .product-info .product-desc p {
          font-weight: 800;
          font-size: 19px;
          margin-bottom: 10px; }
        .support-products a .product-info .product-desc .product-desc-content {
          font-family: nimbus-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
          padding-left: 40px;
          line-height: 2.5em;
          margin-bottom: 25px; }
          .support-products a .product-info .product-desc .product-desc-content p {
            font-weight: 100;
            line-height: 1.3em;
            font-size: 15px;
            margin-bottom: 0px;
            line-height: inherit; }
        .support-products a .product-info .product-desc .featured-get-tickets {
          color: #09051A; }
          .support-products a .product-info .product-desc .featured-get-tickets:before {
            background-color: #09051A; }
    .support-products a:nth-child(even) {
      align-items: flex-end; }
      .support-products a:nth-child(even) .product-info {
        background-color: #09051A;
        color: white; }
        .support-products a:nth-child(even) .product-info:before {
          right: auto;
          left: 100%; }
        .support-products a:nth-child(even) .product-info .prod-accents {
          left: auto;
          right: 100%; }
          .support-products a:nth-child(even) .product-info .prod-accents:before {
            left: auto;
            right: 100%; }
          .support-products a:nth-child(even) .product-info .prod-accents:after {
            left: auto;
            right: calc(100% + 10px); }
      .support-products a:nth-child(even) .product-img {
        text-align: left; }
      .support-products a:nth-child(even) .featured-get-tickets {
        color: white !important; }
        .support-products a:nth-child(even) .featured-get-tickets:before {
          background-color: white !important; }
      .support-products a:nth-child(even) .product-desc-content ul li:before {
        border-color: #FF3EFE; }

.some-history h3 {
  font-size: 45px;
  color: #09051A;
  margin-bottom: 30px; }

.some-history p {
  text-align: justify; }
  .some-history p img.aligncenter {
    margin: auto;
    display: block; }
  .some-history p img.alignleft {
    float: left;
    margin-right: 20px; }
  .some-history p img.alignright {
    float: right;
    margin-left: 20px; }

.some-history a {
  display: inline-block;
  margin: auto;
  border: 3px solid #09051A;
  border-radius: 3px;
  color: #09051A;
  padding: 2px 30px;
  text-decoration: none;
  transition: ease 250ms all;
  letter-spacing: 0.15em;
  font-family: "CQ Mono", "Courier New", Courier, monospace;
  text-transform: uppercase;
  font-weight: 800;
  user-select: none; }
  .some-history a:hover {
    background-color: #09051A;
    color: white;
    box-shadow: 0 0 10px #09051A; }

.all-pubs {
  display: flex;
  justify-content: space-around; }
  .all-pubs h5 {
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .all-pubs {
      flex-direction: column; } }

.pubs-cont {
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .pubs-cont {
      margin-bottom: 30px; } }
  .pubs-cont a {
    margin-right: 15px;
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: column; }
    .pubs-cont a:last-child {
      margin-right: 0px; }
    .pubs-cont a img {
      width: auto;
      height: 200px;
      margin-bottom: 15px; }
    .pubs-cont a .pub-link span {
      position: relative;
      display: inline-block;
      font-size: 20px;
      font-family: freight-display-pro, serif;
      font-style: italic;
      z-index: 0; }
      .pubs-cont a .pub-link span:before {
        content: '';
        left: 0;
        position: absolute;
        bottom: 0px;
        height: 5px;
        width: 100%;
        background-color: #FF3D19;
        z-index: -1;
        transition: all .25s ease; }
    .pubs-cont a:hover .pub-link span:before {
      height: 100%; }

.supported-by-bmi, .bmi-pubs {
  width: 100%; }

.supported-by-bmi {
  position: relative; }
  @media (max-width: 767px) {
    .supported-by-bmi {
      padding-top: 20px; } }
  .supported-by-bmi:before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 767px) {
      .supported-by-bmi:before {
        width: 100%;
        height: 3px; } }

.page-template-template_publishing .page-cover-text {
  margin-top: 20px;
  color: white; }

@media (max-width: 767px) {
  .page-template-template_publishing .page-header-title h1 {
    font-size: 50px; } }

@media (max-width: 767px) {
  .single .page-header-title h1 {
    font-size: 50px; } }

.page-template-template-archives h1 {
  padding: 120px 0 50px 0; }

.bmi-title-block {
  font-family: freight-display-pro, serif;
  font-style: italic;
  text-align: center;
  position: relative;
  font-weight: 800;
  margin-bottom: 30px; }
  .bmi-title-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 12.5%;
    background-color: #5934FF; }
  .bmi-title-block:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 12.5%;
    background-color: #5934FF; }
  .bmi-title-block h1, .bmi-title-block h2, .bmi-title-block h3, .bmi-title-block h4, .bmi-title-block h5, .bmi-title-block h6 {
    padding: 0 13%; }

.nav-header h2 {
  font-style: italic;
  font-weight: 900;
  position: relative;
  width: 100%;
  margin-top: 44px;
  margin-bottom: 36px;
  text-align: center; }
  .nav-header h2::before, .nav-header h2::after {
    content: '';
    position: absolute;
    background: #5934FF;
    height: 1px;
    width: 80px;
    top: 50%;
    left: -80px; }
    @media (max-width: 767px) {
      .nav-header h2::before, .nav-header h2::after {
        display: none; } }
  .nav-header h2::after {
    left: unset;
    right: -80px; }

.nav-header.lines-in-margin h2 {
  padding: 0 90px; }
  .nav-header.lines-in-margin h2:before {
    left: 0px; }
  .nav-header.lines-in-margin h2:after {
    right: 0px; }

.two-up-hero {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw; }
  @media screen and (max-width: 767px) {
    .two-up-hero .content-margins {
      width: 70%; } }

.two-up-hero-top {
  position: relative;
  color: #09051A;
  padding: 96px 0;
  position: relative;
  z-index: 3; }
  .two-up-hero-top .two-up-hero-top-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% + 60px);
    height: 100%;
    background: #FAFAFA;
    z-index: 1; }
    @media (max-width: 1190px) {
      .two-up-hero-top .two-up-hero-top-bg {
        width: calc(50% + 120px); } }
    @media (max-width: 767px) {
      .two-up-hero-top .two-up-hero-top-bg {
        width: calc(100% - 16px); } }
    .two-up-hero-top .two-up-hero-top-bg::before {
      content: '';
      position: absolute;
      top: 22px;
      height: calc(100% - 44px);
      width: 8px;
      left: 100%;
      background: #5934FF; }
    .two-up-hero-top .two-up-hero-top-bg::after {
      content: '';
      position: absolute;
      top: 44px;
      height: calc(100% - 88px);
      width: 8px;
      left: calc(100% + 8px);
      background: #FF3EFE; }
  .two-up-hero-top > * {
    position: relative;
    z-index: 2; }
  .two-up-hero-top .two-up-hero-top-container {
    width: 60%;
    max-width: 558px; }
    @media (max-width: 767px) {
      .two-up-hero-top .two-up-hero-top-container {
        width: 100%; } }
  .two-up-hero-top .title-area > * {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.02rem;
    font-weight: 900;
    font-family: freight-display-pro, serif; }
    @media screen and (max-width: 767px) {
      .two-up-hero-top .title-area > * {
        text-align: left; } }
    .two-up-hero-top .title-area > * em {
      font-weight: normal !important; }
  .two-up-hero-top .title-area a, .two-up-hero-top .content-area a {
    color: inherit;
    background: linear-gradient(#5934FF 0%, #5934FF 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 4px;
    text-decoration: none;
    transition: .25s ease; }
    .two-up-hero-top .title-area a:hover, .two-up-hero-top .content-area a:hover {
      color: white !important;
      background-size: 4px 50px; }

.two-up-hero-cta {
  font-family: freight-display-pro, serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -.02rem;
  line-height: 1.5rem;
  text-transform: none;
  text-decoration: none;
  color: #5934FF;
  padding-left: 24px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .two-up-hero-cta {
      font-family: freight-display-pro, serif;
      font-size: 1.5rem;
      font-style: italic;
      font-weight: normal;
      letter-spacing: -.02rem;
      line-height: 1.5rem;
      text-transform: none; } }
  .two-up-hero-cta::before {
    content: '';
    position: absolute;
    height: 1.5em;
    width: 3px;
    border-radius: 1.5px;
    transform: translateY(-50%) rotate(10deg);
    left: 2px;
    top: 50%;
    background: currentColor; }

.two-up-hero-bottom {
  margin-top: -20%;
  margin-bottom: 96px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .two-up-hero-bottom {
      margin-top: -24px; } }
  .two-up-hero-bottom > * {
    align-items: stretch;
    justify-content: flex-end;
    background: white;
    position: relative;
    text-align: end; }
    .two-up-hero-bottom > *::before {
      content: '';
      position: absolute;
      top: -40px;
      left: calc(100% - 40px);
      height: calc(100% + 80px);
      width: calc( ((100vw - 1280px) / 2) + 40px);
      background: #FAFAFA; }
  .two-up-hero-bottom img {
    width: 70%;
    height: auto;
    flex: 0 0 70%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .two-up-hero-bottom img {
        width: 90%; } }
  @media screen and (max-width: 767px) {
    .two-up-hero-bottom .content-margins {
      width: 100%; } }

.two-up-hero:nth-of-type(2n) .two-up-hero-top {
  color: white; }
  .two-up-hero:nth-of-type(2n) .two-up-hero-top h1, .two-up-hero:nth-of-type(2n) .two-up-hero-top h2, .two-up-hero:nth-of-type(2n) .two-up-hero-top h3, .two-up-hero:nth-of-type(2n) .two-up-hero-top h4, .two-up-hero:nth-of-type(2n) .two-up-hero-top h5, .two-up-hero:nth-of-type(2n) .two-up-hero-top h6, .two-up-hero:nth-of-type(2n) .two-up-hero-top a {
    color: white; }
  .two-up-hero:nth-of-type(2n) .two-up-hero-top ul li::before {
    border-color: #FF3EFE; }
  .two-up-hero:nth-of-type(2n) .two-up-hero-top .two-up-hero-top-bg {
    background: #09051A;
    left: unset;
    right: 0; }
    .two-up-hero:nth-of-type(2n) .two-up-hero-top .two-up-hero-top-bg::before {
      left: unset;
      right: 100%;
      background: #FF3D19; }
    .two-up-hero:nth-of-type(2n) .two-up-hero-top .two-up-hero-top-bg::after {
      left: unset;
      right: calc(100% + 8px); }
  .two-up-hero:nth-of-type(2n) .two-up-hero-top .content-margins {
    display: flex;
    align-items: stretch;
    justify-content: flex-end; }
  .two-up-hero:nth-of-type(2n) .two-up-hero-top .two-up-hero-cta {
    color: white; }
    .two-up-hero:nth-of-type(2n) .two-up-hero-top .two-up-hero-cta::before {
      box-shadow: 0 0 9px white; }

.two-up-hero:nth-of-type(2n) .two-up-hero-bottom > * {
  justify-content: flex-start;
  text-align: left; }
  .two-up-hero:nth-of-type(2n) .two-up-hero-bottom > *::before {
    left: unset;
    right: calc(100% - 40px); }

.two-up-hero:nth-of-type(2n) .title-area a, .two-up-hero:nth-of-type(2n) .content-area a {
  background-image: linear-gradient(#FF3D19 0%, #FF3D19 100%); }

.wp-block-cover {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-bottom: 56px;
  transform: translateX(-50%);
  overflow: visible;
  display: block; }
  .wp-block-cover::before {
    content: unset !important; }
  .wp-block-cover .wp-block-cover-text, .wp-block-cover .wp-block-cover__inner-container {
    font-family: freight-display-pro, serif;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.5rem;
    text-transform: none;
    color: #5934FF;
    position: relative;
    top: 430px;
    padding: 20px;
    padding-left: 0;
    text-align: left !important;
    margin: 0 auto;
    width: 100%;
    max-width: 603px; }
    @media screen and (max-width: 767px) {
      .wp-block-cover .wp-block-cover-text, .wp-block-cover .wp-block-cover__inner-container {
        font-family: freight-display-pro, serif;
        font-size: 1.4rem;
        font-style: italic;
        font-weight: 300;
        letter-spacing: normal;
        line-height: 1.5rem;
        text-transform: none; } }
    .wp-block-cover .wp-block-cover-text *, .wp-block-cover .wp-block-cover__inner-container * {
      font-family: freight-display-pro, serif;
      font-size: 1.4rem;
      font-style: italic;
      font-weight: 300;
      letter-spacing: normal;
      line-height: 1.5rem;
      text-transform: none;
      text-align: left !important; }
      @media screen and (max-width: 767px) {
        .wp-block-cover .wp-block-cover-text *, .wp-block-cover .wp-block-cover__inner-container * {
          font-family: freight-display-pro, serif;
          font-size: 1.4rem;
          font-style: italic;
          font-weight: 300;
          letter-spacing: normal;
          line-height: 1.5rem;
          text-transform: none; } }
  @media screen and (max-width: 767px) {
    .wp-block-cover {
      min-height: 67.9vw;
      margin-bottom: 64px; }
      .wp-block-cover .wp-block-cover-text {
        top: 67.9vw;
        max-width: calc(90vw * 0.9);
        padding-right: 0; } }

.bmi-gallery {
  position: relative;
  margin-bottom: 32px;
  width: calc(100% + 100px);
  margin-left: -50px; }
  @media (max-width: 767px) {
    .bmi-gallery {
      width: 100vw;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin-left: 0px; } }
  .bmi-gallery .bmi-gallery-image {
    height: 0;
    padding-bottom: 13%;
    position: relative;
    min-height: unset;
    transform: translateX(-75px) skew(-7deg);
    overflow: hidden;
    position: relative;
    border-left: 5px solid white;
    outline: none; }
    .bmi-gallery .bmi-gallery-image img {
      position: absolute;
      left: -37.5px;
      top: 0;
      height: 100%;
      width: calc(100% + 75px);
      object-fit: cover;
      transform: skew(7deg);
      z-index: 2;
      filter: grayscale(1);
      transition: ease 750ms all; }

.bmi-gallery-key-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33%; }
  .bmi-gallery-key-box .bmi-gallery-captions {
    text-align: center;
    background-color: black;
    color: white;
    font-style: italic;
    font-family: freight-display-pro, serif;
    font-size: 18px;
    line-height: 1.3em;
    transition: ease 300ms all; }
    .bmi-gallery-key-box .bmi-gallery-captions .bmi-gallery-caption {
      min-height: unset; }
      .bmi-gallery-key-box .bmi-gallery-captions .bmi-gallery-caption span {
        display: block;
        padding: 20px 40px; }
  .bmi-gallery-key-box .bmi-gallery-nav {
    padding: 15px;
    display: flex;
    background-color: #F9F9F9;
    justify-content: center;
    align-items: center;
    user-select: none; }
    .bmi-gallery-key-box .bmi-gallery-nav .bmi-gallery-current-slide {
      font-family: "CQ Mono", "Courier New", Courier, monospace;
      font-size: 18px;
      margin: 0 20px; }

.bmi-gallery-left {
  transform: rotate(180deg); }

.bmi-gallery-left, .bmi-gallery-right {
  cursor: pointer; }
  .bmi-gallery-left img, .bmi-gallery-right img {
    width: 15px; }

.bmi-gallery-nav .slick-disabled {
  opacity: 0.2; }

h1, h2, h3, h4, h5, h6 {
  font-family: freight-display-pro, serif;
  font-weight: 900; }
  h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-weight: 100; }

h1 {
  font-size: 9rem;
  line-height: 8rem;
  letter-spacing: -0.01rem; }
  h1:not(:focus)::first-letter {
    font-family: freight-display-pro, serif;
    font-weight: bold;
    text-shadow: -18px 0 0 #5934FF, -36px 0 0 #FF3EFE;
    margin-left: 36px;
    margin-top: 10px;
    transform: translateY(4px); }

.wp-block-image {
  margin-bottom: 25px; }
  .wp-block-image figure {
    margin-top: 7px; }
  .wp-block-image img {
    max-width: 100%;
    height: auto; }
  .wp-block-image figcaption {
    font-family: freight-display-pro, serif;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.5rem;
    text-transform: none;
    font-style: italic;
    font-family: freight-display-pro, serif;
    color: #5934FF;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .wp-block-image figcaption {
        font-family: freight-display-pro, serif;
        font-size: 1.4rem;
        font-style: italic;
        font-weight: 300;
        letter-spacing: normal;
        line-height: 1.5rem;
        text-transform: none; } }

figure.wp-block-image:not(.alignright):not(.alignleft) img {
  width: auto;
  max-width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

div.wp-block-image .alignright {
  max-width: 220px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    div.wp-block-image .alignright {
      max-width: 40vw;
      margin-left: 324x;
      margin-bottom: 8px;
      margin-top: 8px; } }

div.wp-block-image .alignleft {
  max-width: 220px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    div.wp-block-image .alignleft {
      max-width: 40vw;
      margin-right: 24px;
      margin-bottom: 8px;
      margin-top: 8px; } }

.page-content-inner ul, .page-content ul, .home-content ul {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 32px; }
  .page-content-inner ul li, .page-content ul li, .home-content ul li {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 26px;
    text-transform: none;
    margin-bottom: 20px;
    margin-bottom: 12px; }
    @media screen and (max-width: 767px) {
      .page-content-inner ul li, .page-content ul li, .home-content ul li {
        font-size: 1.4rem;
        font-weight: 300;
        letter-spacing: normal;
        line-height: 2em;
        text-transform: none; } }
    .page-content-inner ul li::before, .page-content ul li::before, .home-content ul li::before {
      content: '';
      position: absolute;
      left: -20px;
      top: 10px;
      width: 8px;
      height: 8px;
      border: 2px solid #5934FF;
      border-radius: 50%;
      box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .page-content-inner ul, .page-content ul, .home-content ul {
      max-width: calc(100% - 24px);
      margin-left: 20px;
      margin-right: 0; } }

.page-content-inner ol, .page-content ol, .home-content ol {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 32px;
  counter-reset: orderedlist; }
  .page-content-inner ol li, .page-content ol li, .home-content ol li {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 26px;
    text-transform: none;
    margin-bottom: 20px;
    margin-bottom: 12px;
    counter-increment: orderedlist; }
    @media screen and (max-width: 767px) {
      .page-content-inner ol li, .page-content ol li, .home-content ol li {
        font-size: 1.4rem;
        font-weight: 300;
        letter-spacing: normal;
        line-height: 2em;
        text-transform: none; } }
    .page-content-inner ol li::before, .page-content ol li::before, .home-content ol li::before {
      content: counter(orderedlist);
      position: absolute;
      right: calc(100% + 24px);
      top: 0;
      color: #5934FF;
      font-weight: bold; }
    .page-content-inner ol li::after, .page-content ol li::after, .home-content ol li::after {
      content: '';
      position: absolute;
      right: calc(100% + 12px);
      top: 8px;
      height: 1em;
      width: 1px;
      background: #5934FF;
      transform: skew(-9deg); }
  @media screen and (max-width: 767px) {
    .page-content-inner ol, .page-content ol, .home-content ol {
      max-width: calc(100% - 32px);
      margin-left: 32px;
      margin-right: 0; } }

p.has-drop-cap:not(:focus)::first-letter {
  font-size: 10rem;
  line-height: 6rem;
  font-family: freight-display-pro, serif;
  font-weight: bold;
  text-shadow: -18px 0 0 #5934FF, -36px 0 0 #FF3EFE;
  margin-left: 36px;
  margin-top: 10px;
  transform: translateY(4px); }

.wp-block-pullquote {
  margin-bottom: 60px; }
  .wp-block-pullquote cite {
    width: 100%;
    display: block;
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-family: freight-display-pro, serif;
    font-weight: bold;
    color: #09051A;
    text-align: right; }
  .wp-block-pullquote:not(.alignleft):not(.alignright) {
    margin: 32px auto;
    margin-top: 56px;
    padding: 0 36px;
    position: relative;
    border-left: 4px solid #5934FF;
    border-right: 4px solid #5934FF; }
    .wp-block-pullquote:not(.alignleft):not(.alignright) p {
      font-family: freight-display-pro, serif;
      font-weight: 800;
      font-size: 2rem;
      line-height: 2.6rem;
      letter-spacing: normal;
      font-style: italic;
      line-height: 2.9rem;
      font-weight: 400;
      color: #09051A; }
    .wp-block-pullquote:not(.alignleft):not(.alignright) cite {
      font-size: 16px;
      font-weight: 300;
      letter-spacing: normal;
      line-height: 26px;
      text-transform: none;
      margin-bottom: 20px;
      letter-spacing: 0.05rem;
      font-style: italic;
      font-weight: 400;
      color: #09051A; }
      @media screen and (max-width: 767px) {
        .wp-block-pullquote:not(.alignleft):not(.alignright) cite {
          font-size: 1.4rem;
          font-weight: 300;
          letter-spacing: normal;
          line-height: 2em;
          text-transform: none; } }
      .wp-block-pullquote:not(.alignleft):not(.alignright) cite b, .wp-block-pullquote:not(.alignleft):not(.alignright) cite strong {
        font-family: freight-display-pro, serif;
        font-weight: 800;
        font-size: 2rem;
        line-height: 2.6rem;
        letter-spacing: normal;
        color: #5934FF;
        font-style: normal; }
  .wp-block-pullquote.alignleft {
    padding: 0;
    float: left;
    max-width: 282px;
    margin-right: -96px;
    position: relative;
    left: -132px; }
    .wp-block-pullquote.alignleft p {
      text-align: left;
      font-family: freight-display-pro, serif;
      font-style: italic;
      font-size: 3.1rem;
      line-height: 4.7rem;
      letter-spacing: 0.7px; }
      .wp-block-pullquote.alignleft p:last-of-type {
        margin-bottom: 0; }
    .wp-block-pullquote.alignleft:before {
      content: '';
      position: absolute;
      left: -60px;
      top: -60px;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      padding: 60px;
      padding-right: 76px;
      z-index: -1; }
    .wp-block-pullquote.alignleft blockquote::before {
      content: "“";
      font-size: 120px;
      color: #5934FF;
      text-shadow: -5px 0 0 #FF3EFE;
      font-weight: 900;
      font-family: freight-display-pro, serif;
      position: absolute;
      left: 0px;
      top: -75px; }
    .wp-block-pullquote.alignleft blockquote::after {
      content: '”';
      font-size: 120px;
      color: #5934FF;
      text-shadow: -5px 0 0 #FF3EFE;
      font-weight: 900;
      font-family: freight-display-pro, serif;
      position: absolute;
      left: 0px;
      bottom: -120px; }
    .wp-block-pullquote.alignleft * {
      position: relative;
      z-index: 2; }
    @media screen and (max-width: 767px) {
      .wp-block-pullquote.alignleft {
        left: -3vw;
        max-width: 40vw;
        margin-right: 3vw;
        margin-top: 4em;
        margin-bottom: 2em; }
        .wp-block-pullquote.alignleft::before {
          padding: 48px;
          left: -48px;
          top: -48px; }
        .wp-block-pullquote.alignleft p {
          font-size: 1.6rem;
          line-height: 2.3rem; }
        .wp-block-pullquote.alignleft blockquote::before {
          top: -84px; }
        .wp-block-pullquote.alignleft blockquote::after {
          content: unset; } }

.wp-blocks {
  font-size: inherit; }

.gutenberg-margins {
  width: 90%;
  max-width: 460px;
  margin: 0 auto; }

/*# sourceMappingURL=style.css.map*/