/* Figma workshops */

/* Font definitions */

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url("fonts/AtlasGrotesk-Regular-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url("fonts/AtlasGrotesk-RegularItalic-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Atlas Grotesk Web";
  src: url("fonts/AtlasGrotesk-Medium-Web.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}


:root {
  --text-color: #333;
}


/* Mini reset */

html, body, figure {
  margin: 0;
  padding: 0;
}

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

ul, ol {
  padding: 0;
  margin: 0;
}

ul, ol, li {
  list-style: none;
}


/* Build it back up
   ========================================================================== */

@media (max-width: 900px) {
  html {
    font-size: 58%;
  }
}

html {
  font-size: 62.5%;
}

@media (min-width: 1200px) {
  html {
    font-size: 75%;
  }
}

body {
  font-family: "Atlas Grotesk Web", apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.65;
  color: var(--text-color);
}

img {
  max-width: 100%;
}

/* Containers
   ========================================================================== */

.container-vertical {
  padding: 2.4rem 0;
}

.container-vertical--x1 {
  padding: 4.8rem 0;
}

.container-vertical--x2 {
  padding: 6.4rem 0;
}

.container-vertical--x3 {
  padding: 8rem 0;
}

/* Horizontal */

.container-horizontal {
  max-width: 114rem;
  padding: 0 2.4rem;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .container-horizontal {
    padding: 0 3.6rem;
  }
}

@media (min-width: 1100px) {
  .container-horizontal {
    padding: 0 4.8rem;
  }
}

.container-horizontal--small {
  max-width: 86rem;
}

/* Button
   ========================================================================== */

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #000;
  color: #FFF;
  border-radius: 1.8rem;
  font-weight: 500;
  padding: .8rem 1.4rem;
  font-size: 1.5rem;
  line-height: 1.5;
  display: inline-flex;
  white-space: nowrap;
}

.button:hover,
.button:focus {
  background: #333;
}

.button--i {
  background: #FFF;
  color: #000;
}

a.button {
  text-decoration: none;
}

/* Typo
   ========================================================================== */

h1, h2, h3, h4 {
  color: #000;
  font-weight: 500;
}

h1, h2, h3 {
  line-height: 1.3;
}

/* Rich content
   ========================================================================== */

.content a {
  color: var(--text-color);
  text-decoration: none;
  border-bottom: 0.1rem solid rgba(0,0,0,0.33);
}

.content a:visited {
  color: #666;
}

.content a:hover,
.content a:focus {
  color: #000;
}

.content-inverse h1,
.content-inverse h2,
.content-inverse h3,
.content-inverse h4 {
  color: #FFF;
}

.content-inverse p {
  color: #DDD;
}

.content-inverse a {
  color: #FFF;
  border-bottom: .1rem solid rgba(255,255,255,0.5);
}

.content-inverse a:visited {
  color: #DDD;
}

.content-inverse a:hover,
.content-inverse a:focus {
  color: #FFF;
}

/* Spacer
   ========================================================================== */

.spacer {
  padding: 2.4rem;
}

.spacer-y {
  padding: 2.4rem 0;
}

/* Tag list
   ========================================================================== */

.tag-list {
  display: flex;
  flex-wrap: wrap;
}

.tag-list li {
  margin: 0 .4rem .8rem 0;
  white-space: nowrap;
  border-radius: 2rem;
  padding: .4rem 1.2rem .6rem;
  font-size: 1.3rem;
  background: rgba(0,0,0,0.12);
}

.content-inverse .tag-list li {
  color: #FFF;
  background: rgba(0,0,0,0.3);
}

.bg-darkest-gray .tag-list li {
  color: #FFF;
  background: rgba(255,255,255,0.1);
}

.tag-list li:last-child {
  margin-right: 0;
}

@media (min-width: 900px) {
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer nav ul {
   display: flex;
}

.footer nav ul li {
  margin-right: 1.2rem;
}

.footer nav ul li:last-child {
  margin: 0;
}

.footer nav a {
  color: #999;
  text-decoration: none;
}

.footer nav a:hover {
  text-decoration: underline;
}




#header {
  background: #0D0D0D;
  color: #FFF;
}

#header h2 {
  color: #FFF;
  margin-top: 4.8rem;
  margin-bottom: 0;
}

#header h1 {
  text-indent: -9000px;
  height: 0;
  margin: 0;
}


/* Use clamp here? */
#header img {
  width: 19rem;
}

@media (min-width: 700px) {
  #header img {
    max-width: 29rem;
    width: auto;
  }
}

#header h1 {
  color: #FFF;
}

/* Table
   ========================================================================== */


table.c-table {
  border-collapse: collapse;
  width: 100%;
}

table.c-table th {
  text-align: left;
  padding: 0 0 .6rem;
}

table.c-table td {
  line-height: 1.5;
  padding: 0 0 .6rem;
  padding: .4rem 1.6rem;
}

@media (max-width: 700px) {
  table {
    background: #F4F4F4;
  }
}

table tr:nth-child(2n) td:first-child {
  border-top: 1px solid #DDD;
}

table td:first-child {
  padding-top: 1.6rem;
}

table td:last-child {
  padding-bottom: 1.6rem;
}

table tr:last-child td {
  border: none;
}

@media (min-width: 700px) {

  table.c-table th {
    padding: .6rem 0;
    border-bottom: 2px solid #CCC;
  }
  
  table.c-table td {
    border-bottom: 1px solid #CCC;
    padding: .6rem 0;
  }

}

@media (min-width: 700px) {

  table.c-table td {
    padding: .6rem 0;
  }

}


table .tag-list {
  margin-top: 1rem;
}


.c-table--untable tr {
  display: block;
}

.c-table--untable th {
  display: block;
}

.c-table--untable td {
  display: block;
}

@media (min-width: 700px) {

  .c-table--untable tr {
    display: table-row;
  }

  .c-table--untable th {
    display: table-cell;
  }

  .c-table--untable td {
    display: table-cell;
  }


}


/* Columns
   ========================================================================== */

@media (min-width: 700px) {
  .cta-columns {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.cta-columns__cta {
  height: 100%;
}

.cta-columns__cta h3 {
  margin-top: 0;
}

.cta-columns__cta p {
  color: #BFBFBF;
}

.cta-columns .cta-columns__cta {
  background: #0D0D0D;
  color: #FFF;
  padding: 2.4rem;
}

.cta-columns .cta-columns__cta:first-child {
  margin-bottom: 2.4rem;
}

@media (min-width: 700px) {

  .cta-columns .cta-columns__cta:first-child {
    margin-right: 1.2rem;
  }

  .cta-columns .cta-columns__cta:last-child {
    margin-left: 1.2rem;
  }

}

.cta-columns .cta-columns__cta h3 {
  color: #FFF;
}


.cta-inner-columns {
  display: flex;
}

.cta-inner-columns__col:first-child {
  flex: 1 0 32%;
  margin-right: 2rem;
}



/* Footer links
   ========================================================================== */

.footer nav a {
  color: #999;
  text-decoration: none;
}

.footer nav a:hover {
  text-decoration: underline;
}

/* Box
   ========================================================================== */

.c-box {
  background: #F4F4F4;
  padding: 1.8rem;
}

.c-box--diversity {
  padding: .2rem 1.8rem;
  margin-top: 1.8rem;
  font-size: 90%;
}

.c-box a {
  color: var(--text-color);
  text-decoration: none;
  border-bottom: 0.1rem solid rgba(0,0,0,0.33);
}

/* Blank slate
   ========================================================================== */

.c-blank-slate {
  background: #F4F4F4;
  padding: 1.8rem;
}

.c-blank-slate a {
  color: var(--text-color);
  text-decoration: none;
  border-bottom: 0.1rem solid rgba(0,0,0,0.33);
}

.c-blank-slate p {
  text-align: center;
}

@media (min-width: 700px) {
  .c-blank-slate p {
    max-width: 75%;
    margin: 0 auto;
  }
}

#footer {
}

/* Link list
   ========================================================================== */

.footer-link-list {
  display: flex;
}

.footer-link-list li {
  margin-right: 1rem;
}
.footer-link-list {
  color: #999;
}

.footer-link-list a {
  color: #666;
}


/* Specific layout
   ========================================================================== */


@media (min-width: 700px) {
  #positioner {
    position: relative;
    max-width: 60rem;
  }

  #workshop-img {
    max-width: 67rem;
    position: absolute;
    left: 67rem;
  }
}


/* Full screen popups
   ========================================================================== */

.c-fs-popup {
  visibility: hidden;
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
}

.c-fs-popup:target {
  visibility: visible;
  height: 100%;
}

.c-fs-popup:target a.fs-clickable {
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  text-indent: -9000px;
}

.c-fs-popup__outer {
  z-index: 3;
  margin: 0 auto;
}


.c-fs-popup__inner {
  background: #FFF;
  border-radius: 1.2rem;
  padding: 4.8rem;
  max-width: 78rem;
  margin: 2.4rem auto;
  position: relative;
  overflow: auto;
}

.c-fs-popup__inner--alt {
  padding: 0;
  position: relative;
}

.button.close {
  float: right;
}

.c-fs-popup__inner--alt img {
  display: block;
}

.c-fs-popup__inner--alt .button.close {
  float: none;
  position: absolute;
  top: 1.5rem;
  border-radius: 100%;
  right: 1.5rem;
  border: 2px solid #FFF;
  z-index: 300;
  padding-left: .8rem;
  padding-right: .8rem;
}


/* Specifics: positioning of image on main page
   ========================================================================== */

@media (max-width: 700px) {
  #positioner .container-vertical--x3 {
    padding-top: 2.4rem;
  }

  #positioner .container-vertical--x3 img{
    margin-bottom: 1.8rem;
  }
}


/* Utilities: bg
   ========================================================================== */

.u-bg-black {
  background: #0D0D0D;
}

/* Utilities: text
   ========================================================================== */

.u-text-muted {
  color: #666;
}

.u-hide-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

/* Utilities: hide
   ========================================================================== */

@media (max-width: 700px) {

  .u-hide-on-mobile {
    display: none;
  }

  .u-bold-mobile {
    font-weight: 600;
  }

}

@media (min-width: 700px) {

  .u-hide-on-desktop {
    display: none;
  }

}

/* Spacing utilities
   ========================================================================== */

.u-m-0 {
  margin: 0;
}

.u-mt-0 {
  margin-top: 0;
}

/* Spacer
   ========================================================================== */

.space-out {
  padding: 1.6rem 0;
}

/* Other utilities
   ========================================================================== */

.u-overflow-hidden {
  overflow: hidden;
}