@charset "UTF-8";
/* fonts */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat-Light.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url("../fonts/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/Montserrat-Black.woff") format("woff"); }

/* colors */
/* fonts */
/* widths */
/**
* Reset some basic elements
*/
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/* base styles, using foundation 6 defaults */
html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  min-height: 100%;
  vertical-align: baseline; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  background: white;
  color: black;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 48em) {
    body {
      font-size: 18px;
      line-height: 22px; } }

article,
header {
  display: block; }

a {
  color: #833F7E; }
  a:hover {
    text-decoration: underline; }

a.button {
  height: 3rem;
  width: 14rem;
  padding: 0.5rem 1rem;
  background-color: #9b4a94;
  border-bottom: 0.3rem solid #6ae9da;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  text-align: center; }

a.large-button {
  height: 3rem;
  width: 14rem;
  padding: 0.5rem 1rem;
  background-color: #9b4a94;
  border-bottom: 0.3rem solid #6ae9da;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 20rem;
  margin-bottom: 2rem; }

img {
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

h1 {
  color: white;
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 0 auto 1rem; }
  @media (min-width: 60em) {
    h1 {
      font-size: 4rem;
      margin: 0 auto;
      min-width: none; } }
  @media (min-width: 120em) {
    h1 {
      font-size: 5rem; } }

h2 {
  color: black;
  font-size: 2.1rem;
  line-height: 1.25;
  margin: 3rem 0 1rem; }
  @media (min-width: 60em) {
    h2 {
      font-size: 2.8rem; } }

h3 {
  color: black;
  font-size: 1.8rem;
  line-height: 1.25;
  padding: 1rem 0; }
  @media (min-width: 60em) {
    h3 {
      font-size: 2.1rem;
      margin: 1rem 0 1rem; } }

h4 {
  color: black;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 1.3rem 0; }
  @media (min-width: 60em) {
    h4 {
      font-size: 2rem;
      margin: 0 0 1rem; } }

h5 {
  font-size: 1.4rem;
  font-weight: 300;
  padding: 1rem 0; }

h6 {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  padding: 1rem 0; }

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal; }

h3,
h4 {
  font-weight: lighter; }

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 48em) {
    p {
      margin: 0 4% 1rem; } }

ul {
  font-weight: 300;
  margin: 0 0 1rem 1rem; }
  ul li {
    line-height: 1.4;
    margin-bottom: 0.5rem; }
    ul li ul {
      margin: 0.5rem 0 1rem 1.3rem; }

.star ul {
  list-style-type: none;
  list-style-position: outside; }
  .star ul li {
    margin-left: 1rem;
    position: relative; }
    .star ul li:before {
      content: "★";
      color: #833F7E;
      font-size: 1.5rem;
      left: -2rem;
      position: absolute;
      top: -0.25rem; }

ol {
  font-weight: 300;
  list-style-type: decimal;
  margin: 0 0 1rem 1.1rem; }
  ol li {
    line-height: 1.4;
    margin-left: 2rem;
    margin-top: 1rem; }
    ol li ol {
      margin-left: 2rem; }

hr {
  border: 1px solid #dcc1e5;
  margin: 1rem 0; }

section ul {
  margin: 0 0 0 1.1rem;
  padding: 0 3rem; }
  @media (min-width: 60em) {
    section ul {
      padding: 0 1.5rem; } }
  section ul li {
    list-style-type: square;
    list-style-image: url(../images/bullet-square.png);
    padding: 1rem 2rem; }
    @media (min-width: 60em) {
      section ul li {
        padding: 1rem 2rem; } }

blockquote {
  border-left: 0.5rem solid #833F7E;
  padding-right: 3rem;
  padding-left: 2rem;
  margin-bottom: 2.3rem; }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.hidden {
  display: none; }

.bar {
  background: #440341;
  color: white;
  display: block;
  font-size: 1rem;
  height: 30px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%; }
  .bar a,
  .bar a:hover {
    color: white;
    text-decoration: none; }

.language-picker {
  height: 2rem;
  margin: 0 1rem;
  text-align: left;
  width: 10rem; }
  .language-picker ul {
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: absolute; }
    .language-picker ul li {
      background-color: #440341;
      color: #fff;
      display: none;
      font-size: 1rem;
      font-weight: bold;
      height: 2rem;
      list-style-type: none;
      list-style-image: url("");
      margin-bottom: 0;
      padding: 0.5rem 1rem;
      text-transform: uppercase;
      width: 11rem; }
      .language-picker ul li.current {
        display: block;
        background: url("/images/globe.svg") 10% 6px no-repeat, url("/images/arrow.svg") 90% 7px no-repeat;
        background-repeat: no-repeat;
        background-size: 20px, 20px;
        text-align: center; }
      .language-picker ul li a {
        color: #fff;
        text-decoration: none; }

header {
  color: white;
  padding: 9rem 1.2rem 15.5rem;
  background: #9b4a94 url(../images/mobile-header.png) no-repeat center center;
  background-size: cover;
  height: 30rem;
  margin-top: 30px;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 60em) {
    header {
      background: #9b4a94 url(../images/santa-clara-header.png) no-repeat center center;
      background-size: cover;
      padding: 8rem 1.2rem 15.5rem; } }
  @media (min-width: 120em) {
    header {
      padding: 6rem 1.2rem 15.5rem; } }
  header a,
  header a:hover {
    color: white;
    text-decoration: none; }
  header p {
    line-height: 1.5;
    margin-top: 0; }
    @media (min-width: 60em) {
      header p {
        font-size: 1.6rem; } }
  header h2 {
    color: white;
    font-size: 1.4rem;
    margin: 0 auto; }
    @media (min-width: 60em) {
      header h2 {
        font-size: 1.5rem;
        margin: 0.4rem auto; } }
    @media (min-width: 120em) {
      header h2 {
        font-size: 2rem; } }

aside {
  position: relative; }

nav {
  color: #440341;
  display: none; }
  @media (min-width: 60em) {
    nav {
      display: block;
      margin: 1.2rem 1% 0 0; } }
  nav ul {
    list-style-type: none; }
    nav ul li {
      color: #9b4a94;
      font-size: 1rem;
      font-weight: bold;
      padding: 0 0 2rem; }
      nav ul li a {
        color: #440341;
        text-decoration: none; }
        nav ul li a:hover {
          text-decoration: underline; }
      nav ul li a.active-item {
        text-decoration: underline; }

footer {
  background: #dcc1e5;
  clear: both;
  color: black;
  display: none;
  font-weight: 300;
  width: 100%; }
  @media screen and (min-width: 48em) {
    footer {
      display: inline-block; } }
  footer .footer-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding: 2% 0;
    max-width: 120em;
    margin: 0 auto;
    padding-top: 2rem; }
    @media (max-width: 48em) {
      footer .footer-wrapper {
        min-width: 300px; } }
    @media screen and (min-width: 48em) {
      footer .footer-wrapper {
        width: 43em; } }
    @media screen and (min-width: 60em) {
      footer .footer-wrapper {
        width: 60em; } }
    footer .footer-wrapper a {
      border: none;
      color: black;
      text-decoration: none;
      text-transform: uppercase; }
      footer .footer-wrapper a:hover {
        border-bottom: 2px solid #9b4a94;
        color: #9b4a94; }
  footer .griddy {
    display: grid;
    grid-column-gap: 0;
    grid-template-columns: 50% 50%;
    margin: 0 auto;
    text-align: center;
    width: 50%; }
  footer .footer-logo {
    width: 100%; }
    footer .footer-logo h2 {
      font-weight: 300;
      margin-bottom: 0;
      text-align: center; }
    footer .footer-logo h3 {
      font-weight: 300;
      padding: 0 0 3rem 0;
      text-align: center; }

.page-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding: 2% 0;
  max-width: 120em;
  display: flex;
  column-gap: 3rem;
  margin-top: 0; }
  @media (min-width: 60em) {
    .page-wrapper {
      margin-top: 3rem; } }
  @media (max-width: 48em) {
    .page-wrapper {
      min-width: 300px; } }
  @media screen and (min-width: 48em) {
    .page-wrapper {
      width: 43em; } }
  @media screen and (min-width: 60em) {
    .page-wrapper {
      width: 60em; } }
  .page-wrapper nav {
    width: 25%; }
  .page-wrapper .main {
    margin-left: 2%;
    margin-right: 2%;
    width: 100%; }
    @media (min-width: 60em) {
      .page-wrapper .main {
        margin: -2rem 0 0;
        width: 70%; } }

.intro-text {
  font-family: "Montserrat", sans-serif; }
  @media (min-width: 60em) {
    .intro-text {
      font-size: 1.2rem;
      line-height: 1.75rem; } }
  .intro-text strong {
    color: #9b4a94; }

ul.authors {
  margin: 0;
  padding: 0; }
  ul.authors li {
    font-weight: normal;
    line-height: 1;
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 0;
    padding: 1rem 0; }

.main div.language-picker {
  float: right;
  margin-top: -1rem; }
  .main div.language-picker ul {
    z-index: 10; }

h2 .number-label {
  display: inline-block;
  margin-right: 1rem;
  text-align: left; }

.open-letter ul {
  padding: 0 1.5rem 0 0.8rem; }

.open-letter .footnotes {
  font-size: 1.1rem; }

.scp1 h2 {
  font-weight: lighter; }

.scp1 .authors p {
  font-weight: normal; }

a > .pdf {
  background: #dcc1e5 no-repeat;
  background-color: #dcc1e5;
  background-image: url(../images/scp-pdf-icon.png);
  background-repeat: no-repeat;
  background-size: 27px 39px;
  background-position: 5px 11px;
  color: #440341;
  height: 4rem;
  padding: 1.2rem 1rem 1rem;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  width: 22rem; }
  @media (min-width: 60em) {
    a > .pdf {
      background-size: 35px 50px;
      background-position: 15px 5px;
      width: 26rem; } }

.report a > .pdf {
  width: 21rem; }

/*  accordion */
section.accordion {
  margin-bottom: 0; }

details > summary:focus {
  outline: none; }

details > summary::-webkit-details-marker {
  display: none; }

details > summary {
  list-style: none;
  position: relative; }

details > summary::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: solid 4px black;
  border-left-color: transparent;
  border-bottom-color: transparent;
  margin-right: 0.6rem;
  position: absolute;
  top: 4rem;
  right: 10%;
  transition: transform 0.2s;
  transform: rotate(-45deg) translate(-20%, 20%); }
  @media (min-width: 60em) {
    details > summary::before {
      height: 0.5rem;
      margin-right: 0;
      top: 2rem;
      width: 0.5rem; } }

details[open] > summary::before {
  transform: rotate(135deg) translate(-20%, 20%); }

section.accordion {
  position: relative;
  width: 100%; }

details > * {
  width: 100%; }

.top {
  background-color: white;
  bottom: 0.5rem;
  color: black;
  position: fixed;
  right: 0;
  text-align: center; }
  .top a {
    color: black;
    font-size: 0.8rem;
    text-decoration: none; }

#off-canvas {
  background-color: black;
  color: white;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  height: 100%;
  overflow: hidden;
  padding-top: 2.5rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: width 0.3s ease;
  width: 0;
  z-index: 100; }
  #off-canvas ul {
    margin-right: 0.5rem; }
    #off-canvas ul li {
      list-style-type: none;
      list-style-image: none;
      padding: 0.3rem 0; }
  #off-canvas a {
    border: 0;
    color: white;
    text-decoration: none; }
    #off-canvas a:hover {
      color: gray;
      text-decoration: underline; }
  #off-canvas a.active-item {
    text-decoration: underline; }
  #off-canvas .close-menu a {
    text-decoration: none; }

#off-canvas:target {
  width: 260px; }

#off-canvas:target + .page-wrapper {
  margin-top: -60px;
  position: relative;
  right: 260px; }
  #off-canvas:target + .page-wrapper a.open-menu {
    display: none; }
  #off-canvas:target + .page-wrapper .close-menu {
    display: block; }
  #off-canvas:target + .page-wrapper .main-nav {
    position: relative; }

#off-canvas:not(:target) + .page-wrapper {
  right: 0; }

a.open-menu {
  color: white;
  display: inline-block;
  font-size: 2.5rem;
  position: absolute;
  right: 1rem;
  text-decoration: none;
  top: -17px;
  z-index: 1000; }
  a.open-menu:hover {
    cursor: pointer; }
  @media screen and (min-width: 718px) {
    a.open-menu {
      top: 0; } }
  @media screen and (min-width: 60em) {
    a.open-menu {
      display: none; } }

.close-menu {
  position: absolute;
  right: 1rem;
  top: 0;
  color: white;
  font-size: 1.8rem; }
  .close-menu:hover {
    cursor: pointer; }

/* colors */
/* fonts */
/* widths */
.share-links {
  text-align: right; }
  .share-links > a {
    position: relative;
    width: 3rem;
    height: 3rem;
    overflow: hidden; }
    .share-links > a:hover {
      background-color: transparent !important; }
    .share-links > a i {
      position: relative;
      display: inline-block;
      height: 3rem;
      width: 3rem;
      z-index: 2;
      border-radius: 4rem;
      background: url("../images/social-icons.svg") no-repeat;
      background-color: #fff;
      background-size: 3rem; }
    .share-links > a span {
      position: absolute;
      visibility: hidden;
      display: inline-block;
      top: 0;
      right: 0;
      z-index: 1;
      opacity: 0.9;
      width: 14.7rem;
      height: 3rem;
      box-sizing: content-box;
      line-height: 3rem;
      padding-left: 0.52632rem;
      text-align: left;
      text-transform: uppercase;
      font-size: 1.2rem;
      background-color: #6ae9da; }
    .share-links > a:first-child {
      margin-top: 0;
      margin-left: 0; }
    .share-links > a.share-twitter i {
      background-position: 0 0rem; }
    .share-links > a.share-facebook i {
      background-position: 0 -3.67068rem; }
    .share-links > a.share-google i {
      background-position: 0 -7.38153rem; }
    .share-links > a.disabled {
      display: none; }
  .share-links > a {
    display: inline-block;
    margin-left: 0.75rem; }

.cfp {
  margin-top: 1rem; }
  .cfp h1 {
    text-align: center;
    text-transform: none; }
  .cfp h2 {
    background: none;
    font-size: 36px; }
  .cfp span.date {
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2rem; }
  .cfp ol {
    font-weight: bold; }
    .cfp ol li > p {
      font-weight: normal; }
    .cfp ol ol {
      list-style-type: lower-alpha;
      font-weight: normal; }
  .cfp a.back-link {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-left: -5rem; }

body.ar {
  direction: rtl; }

html[lang="ar"] {
  direction: rtl; }
  html[lang="ar"] .top {
    left: 0;
    right: auto; }
