@charset "UTF-8";

.classic-linear {
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  .classic-linear {
    font-size: calc(4vw - 12px);
  }
}

@media screen and (min-width: 900px) {
  .classic-linear {
    font-size: 24px;
  }
}

.easy-peasy {
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  .easy-peasy {
    font-size: calc(3.1111111111vw - 6.6666666667px);
  }
}

@media screen and (min-width: 700px) {
  .easy-peasy {
    font-size: calc(5.7777777778vw - 25.3333333333px);
  }
}

@media screen and (min-width: 800px) {
  .easy-peasy {
    font-size: calc(3.1111111111vw - 4px);
  }
}

@media screen and (min-width: 900px) {
  .easy-peasy {
    font-size: 24px;
  }
}

.cubic-bezier {
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  .cubic-bezier {
    font-size: calc(3.1111111111vw - 6.6666666667px);
  }
}

@media screen and (min-width: 700px) {
  .cubic-bezier {
    font-size: calc(5.7777777778vw - 25.3333333333px);
  }
}

@media screen and (min-width: 800px) {
  .cubic-bezier {
    font-size: calc(3.1111111111vw - 4px);
  }
}

@media screen and (min-width: 900px) {
  .cubic-bezier {
    font-size: 24px;
  }
}

.bloat-my-css {
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  .bloat-my-css {
    font-size: calc(1.5510204082vw + 2.693877551px);
  }
}

@media screen and (min-width: 642.8571428571px) {
  .bloat-my-css {
    font-size: calc(4vw - 13.0495626822px);
  }
}

@media screen and (min-width: 685.7142857143px) {
  .bloat-my-css {
    font-size: calc(5.4693877551vw - 23.1253644315px);
  }
}

@media screen and (min-width: 728.5714285714px) {
  .bloat-my-css {
    font-size: calc(5.9591836735vw - 26.693877551px);
  }
}

@media screen and (min-width: 771.4285714286px) {
  .bloat-my-css {
    font-size: calc(5.4693877551vw - 22.915451895px);
  }
}

@media screen and (min-width: 814.2857142857px) {
  .bloat-my-css {
    font-size: calc(4vw - 10.9504373178px);
  }
}

@media screen and (min-width: 857.1428571429px) {
  .bloat-my-css {
    font-size: calc(1.5510204082vw + 10.0408163265px);
  }
}

@media screen and (min-width: 900px) {
  .bloat-my-css {
    font-size: 24px;
  }
}

.black {
  background: #1a1a1a;
}

.black #wrap {
  background: #1a1a1a;
}

.black .logo svg.logo-black {
  fill: rgb(255, 255, 255);
}

.black input[type=text]::-moz-placeholder {
  color: rgb(255, 255, 255);
}

.black p,
.black a,
.black li,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black input[type=text],
.black input[type=text]::placeholder {
  color: rgb(255, 255, 255);
}

.black input[type=text],
.black .ul {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.black p,
.black h3,
.black nav a {
  color: rgb(255, 255, 255);
}

.black .filter .search:before,
.black .filter .search:after,
.black .enter:before,
.black .dropdown > button,
.black .dropdown > button:after {
  border-color: rgb(255, 255, 255);
}

.black .dropdown > button {
  background: #1a1a1a;
  color: rgb(255, 255, 255);
}

.black input[type=text].menu_searchinput {
  color: #1a1a1a;
  border-color: #1a1a1a;
}

.black input[type=text].menu_searchinput::-moz-placeholder {
  color: #1a1a1a;
}

.black input[type=text].menu_searchinput::placeholder {
  color: #1a1a1a;
}

.black .footblock h5,
.black .footblock p,
.black .footblock li,
.black .footblock a,
.black .footblock a p,
.black .menu_results h5,
.black .menu_results p,
.black .menu_results li,
.black .menu_results a,
.black .menu_results a p,
.black .menu_menu h5,
.black .menu_menu p,
.black .menu_menu li,
.black .menu_menu a,
.black .menu_menu a p,
.black .footer h5,
.black .footer p,
.black .footer li,
.black .footer a,
.black .footer a p {
  color: #1a1a1a;
}

.grey {
  background: #f3f3f3;
}

.ul {
  border-bottom: 1px solid #1a1a1a;
}

.inline > * {
  display: inline-block;
}

.inline > *:last-child {
  margin-right: 0px;
}

.inline > a {
  margin-right: 2vw;
}

.indent,
.thumb_indent {
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .doubleindent,
  .thumb_doubleindent {
    padding-left: 30px;
  }
}

.trans,
.text_notice a p,
.text_notice a h5,
.text_notice a span,
.text_notice a,
.strip-archive a:not(.right),
.strip-series a,
.strip-join a,
.nav_burger,
.footblock a,
.footblock h5,
.footblock p,
.footblock,
.btn,
.archive > h1 a,
.accordion > div,
.enter:before,
.enter {
  transition: all cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.4s;
}

.leaf {
  background: #D4ECE9;
}

.green {
  background: #4ADB73;
}

.peach {
  background: #F6D3B3;
}

.lightgrey {
  background: #f3f3f3;
}

.midgrey {
  background: #949494;
}

.sky {
  background: #D4ECE9;
}

.purple {
  background: #BF80FF;
}

.flesh {
  background: #FFB8C9;
}

.mint {
  background: #AAFFC2;
}

.disable {
  opacity: 0.4;
  pointer-events: none;
  filter: blur(2px);
}

.mobile-only {
  display: block;
}

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.mobile-hide {
  display: none;
}

@media only screen and (min-width: 768px) {
  .mobile-hide {
    display: initial;
  }
}

@media only screen and (min-width: 768px) {
  .enter {
    padding-left: 8vw;
  }
}

.enter:before {
  content: "+";
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  border: 1px solid #1a1a1a;
  border-radius: 100%;
  text-align: center;
  line-height: 1.2em;
}

.enter:hover:before {
  background: #4ADB73;
  border-color: #4ADB73;
}

@media only screen and (min-width: 768px) {
  .sticky {
    position: sticky !important;
    top: 10px;
    z-index: 2;
    position: relative;
  }

  .sticky:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    bottom: -20px;
    background: rgba(255, 255, 255, 0.95);
  }
}

.anchor {
  padding-top: 8vw;
}

.index {
  position: fixed;
  left: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  z-index: 9999;
  border-radius: 100%;
  text-align: center;
  font-size: 10px;
  color: rgb(255, 255, 255);
}

@keyframes search {
  from {
    transform: rotate(0deg) translateX(2px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(2px) rotate(-360deg);
  }
}

#wrap {
  background: #fff;
  min-height: 100vh;
}

section {
  padding: 6vw 4vw 0;
}

@media only screen and (min-width: 768px) {
  section {
    padding: 3.2vw 2vw 0;
  }
}

section header {
  display: flex;
  justify-content: space-between;
  padding: 0 2vw 4vw;
}

section header > h4 {
  flex: 1;
}

.pad,
section.subnav,
.strip header,
.pagination,
.nav,
.images,
.footer,
.dash_nav,
.archive,
.accordion {
  padding-left: 4vw;
  padding-right: 4vw;
}

.first {
  padding-top: 120px;
  padding-bottom: 0px;
}

.admin-area .first {
  padding-top: 400px;
}

@media only screen and (min-width: 768px) {
  .pb {
    padding-bottom: 4vw !important;
  }
}

.pb1 {
  padding-bottom: 1rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pb3 {
  padding-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
  .tpb {
    padding-bottom: 12vw !important;
  }
}

.flex,
.subnav,
.pagination,
.nav,
.articles_featured > div,
.articles,
.c12,
.c21,
.c6,
.c4,
.index_links,
.c3,
.c2 {
  position: relative;
  display: flex;
  flex-flow: column wrap;
}

@media only screen and (min-width: 768px) {
  .flex,
  .subnav,
  .pagination,
  .nav,
  .articles_featured > div,
  .articles,
  .c12,
  .c21,
  .c6,
  .c4,
  .index_links,
  .c3,
  .c2 {
    flex-flow: row wrap;
  }
}

.c2 > div {
  flex-basis: 50%;
  padding: 4vw 2vw;
}

@media only screen and (min-width: 768px) {
  .c2 > div {
    padding: 0 2vw;
  }
}

.c3 > div {
  flex-basis: 33.3333333333%;
  padding: 4vw 2vw;
}

@media only screen and (min-width: 768px) {
  .c3 > div {
    padding: 0 2vw;
  }
}

.c4,
.index_links {
  width: 100%;
}

.c4 > div,
.index_links > div {
  flex-basis: 50%;
  padding: 4vw 2vw;
}

@media only screen and (min-width: 768px) {
  .c4 > div,
  .index_links > div {
    padding: 0 2vw 2.6666666667vw;
  }
}

@media only screen and (min-width: 1024px) {
  .c4 > div,
  .index_links > div {
    flex-basis: 25%;
  }
}

.c6 {
  justify-content: space-between;
}

.c6 > div {
  flex-basis: 16.6666666667%;
  padding: 0 2vw;
}

.c21 > div {
  padding: 0 2vw;
}

.c21 > div:first-child {
  flex-basis: 66.6666666667%;
}

.c21 > div:last-child {
  flex-basis: 33.3333333333%;
}

.c12 > div {
  padding: 0 2vw;
}

.c12 > div:last-child {
  flex-basis: 66.6666666667%;
}

.c12 > div:first-child {
  flex-basis: 33.3333333333%;
}

.floatc2 > div {
  width: 50%;
  float: left;
}

.floatc2 > div p {
  padding-right: 0px;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  text-decoration: none;
  color: #1a1a1a;
}

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

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background: rgb(255, 255, 255);
}

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

.ajax {
  min-height: 100vh;
}

a {
  color: #1a1a1a;
}

p a {
  white-space: nowrap;
}

img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity ease 0.3s;
}

img[data-src] {
  opacity: 0;
}

img[data-src].loaded {
  opacity: 1;
}

::-moz-selection {
  background: rgb(255, 129.9510869565, 122);
}

::selection {
  background: rgb(255, 129.9510869565, 122);
}

p a,
li a {
  transition: opacity cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3;
}

p a:hover,
li a:hover {
  opacity: 0.7;
}

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

@font-face {
  font-family: "Deckard Thin";
  src: url(/assets/fonts/Deckard-Thin.woff) format("woff");
  font-weight: 50;
  font-style: normal;
}

@font-face {
  font-family: "Deckard";
  src: url(/assets/fonts/Deckard-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

.superdisplay {
  font-family: Deckard, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 0.9em;
  font-size: 60px;
}

@media screen and (min-width: 768px) {
  .superdisplay {
    font-size: calc(7.2115384615vw + 4.6153846154px);
  }
}

@media screen and (min-width: 1600px) {
  .superdisplay {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1024px) {
  .superdisplay {
    letter-spacing: -2px;
  }
}

.display,
.text h1,
.search-page .search-results .result .details h3 a,
.intro_title h2 {
  font-family: Deckard, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .display,
  .text h1,
  .search-page .search-results .result .details h3 a,
  .intro_title h2 {
    font-size: calc(0.9615384615vw + 16.6153846154px);
  }
}

@media screen and (min-width: 1600px) {
  .display,
  .text h1,
  .search-page .search-results .result .details h3 a,
  .intro_title h2 {
    font-size: 32px;
  }
}

.largetext,
.text h2,
.text h3,
.text h4,
.text blockquote {
  font-family: Deckard, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .largetext,
  .text h2,
  .text h3,
  .text h4,
  .text blockquote {
    font-size: calc(0.7211538462vw + 12.4615384615px);
  }
}

@media screen and (min-width: 1600px) {
  .largetext,
  .text h2,
  .text h3,
  .text h4,
  .text blockquote {
    font-size: 24px;
  }
}

.largetext,
.text h2,
.text h3,
.text h4,
.text blockquote {
  line-height: 1.25em;
  font-weight: 400;
}

.body,
form.form div.form-field select,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
span,
button,
input,
label,
textarea,
body {
  font-family: Deckard, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .body,
  form.form div.form-field select,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  a,
  p,
  li,
  span,
  button,
  input,
  label,
  textarea,
  body {
    font-size: calc(0.2403846154vw + 14.1538461538px);
  }
}

@media screen and (min-width: 1600px) {
  .body,
  form.form div.form-field select,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  a,
  p,
  li,
  span,
  button,
  input,
  label,
  textarea,
  body {
    font-size: 18px;
  }
}

.body,
form.form div.form-field select,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
span,
button,
input,
label,
textarea,
body {
  line-height: 1.3em;
}

.smalltext,
.text figure figcaption,
form.form input[type=date] {
  font-family: Deckard, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .smalltext,
  .text figure figcaption,
  form.form input[type=date] {
    font-size: calc(0.3605769231vw + 10.2307692308px);
  }
}

@media screen and (min-width: 1600px) {
  .smalltext,
  .text figure figcaption,
  form.form input[type=date] {
    font-size: 16px;
  }
}

.smalltext,
.text figure figcaption,
form.form input[type=date] {
  line-height: 1.3em;
}

.smallcaps,
.strip header > *,
form.form input[type=date],
.footblock a header,
.btn,
.accordion > div header h4,
section header > h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.striptype,
.strip_content li a {
  font-family: "Deckard Thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  font-size: 100px;
}

@media screen and (min-width: 768px) {
  .striptype,
  .strip_content li a {
    font-size: calc(6.0096153846vw + 53.8461538462px);
  }
}

@media screen and (min-width: 1600px) {
  .striptype,
  .strip_content li a {
    font-size: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .striptype,
  .strip_content li a {
    letter-spacing: -7px;
  }
}

strong {
  font-weight: 500;
}

em {
  font-style: normal;
}

.accordion {
  padding-top: 4vw;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .accordion {
    padding-left: calc(50% + 2vw);
  }
}

.accordion > div {
  height: inherit;
}

@media only screen and (min-width: 768px) {
  .accordion > div {
    height: 4.8vw;
  }
}

.accordion > div {
  overflow: hidden;
  cursor: pointer;
}

.accordion > div header a {
  padding: 2vw;
  padding-top: 1.4vw;
  display: flex;
  justify-content: space-between;
}

.accordion > div > div {
  position: relative;
  padding: 2vw;
}

.accordion > div:nth-child(0) {
  background: white;
  z-index: 0;
}

.accordion > div:nth-child(0):hover {
  background: #F6D3B3;
}

.accordion > div:nth-child(1) {
  background: rgb(237.15, 237.15, 237.15);
  z-index: 1;
}

.accordion > div:nth-child(1):hover {
  background: #F6D3B3;
}

.accordion > div:nth-child(2) {
  background: rgb(219.3, 219.3, 219.3);
  z-index: 2;
}

.accordion > div:nth-child(2):hover {
  background: #F6D3B3;
}

.accordion > div:nth-child(3) {
  background: rgb(201.45, 201.45, 201.45);
  z-index: 3;
}

.accordion > div:nth-child(3):hover {
  background: #F6D3B3;
}

.accordion > div:nth-child(4) {
  background: rgb(183.6, 183.6, 183.6);
  z-index: 4;
}

.accordion > div:nth-child(4):hover {
  background: #F6D3B3;
}

.accordion > div:nth-child(5) {
  background: rgb(165.75, 165.75, 165.75);
  z-index: 5;
}

.accordion > div:nth-child(5):hover {
  background: #F6D3B3;
}

.accordion > div:nth-child(6) {
  background: rgb(147.9, 147.9, 147.9);
  z-index: 6;
}

.accordion > div:nth-child(6):hover {
  background: #F6D3B3;
}

.accordion > div:nth-child(7) {
  background: rgb(130.05, 130.05, 130.05);
  z-index: 7;
}

.accordion > div:nth-child(7):hover {
  background: #F6D3B3;
}

.accordion > div:nth-child(8) {
  background: rgb(112.2, 112.2, 112.2);
  z-index: 8;
}

.accordion > div:nth-child(8):hover {
  background: #F6D3B3;
}

.accordion > div:nth-child(9) {
  background: rgb(94.35, 94.35, 94.35);
  z-index: 9;
}

.accordion > div:nth-child(9):hover {
  background: #F6D3B3;
}

.accordion > div:nth-child(10) {
  background: rgb(76.5, 76.5, 76.5);
  z-index: 10;
}

.accordion > div:nth-child(10):hover {
  background: #F6D3B3;
}

.accordion li {
  list-style-type: none;
  padding-left: 20px;
  padding-bottom: 5px;
}

.accordion li:before {
  content: "\2013";
  position: absolute;
  margin-left: -20px;
}

#account-status > a {
  width: 100%;
  background: #EDEDED;
  display: flex;
  justify-content: space-between;
  padding: 1.2vw;
  transition: background-color cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.4s;
  cursor: pointer;
}

#account-status > a span {
  border-bottom: 1px solid transparent;
  transition: border-color cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.4s;
}

#account-status > a span:last-child {
  border-bottom: 2px solid rgb(48, 240, 194);
}

#account-status > a:hover {
  background: rgb(48, 240, 194);
}

#account-status > a:hover span:last-child {
  border-bottom: 1px solid #1a1a1a;
}

.archive {
  position: relative;
}

.archive video {
  width: 100%;
}

.archive > h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.archive > h1 a {
  font-size: 60px;
}

@media screen and (min-width: 768px) {
  .archive > h1 a {
    font-size: calc(28.8461538462vw - 161.5384615385px);
  }
}

@media screen and (min-width: 1600px) {
  .archive > h1 a {
    font-size: 300px;
  }
}

.archive > h1 a {
  font-weight: 100;
  color: rgb(255, 255, 255);
  font-weight: 100;
}

.archive > h1 a:hover {
  color: transparent;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
}

@media only screen and (min-width: 768px) {
  .articles {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.articles {
  background: rgba(0, 0, 0, 0.05);
}

.articles_featured {
  flex: 1;
  border-bottom: 3px solid rgb(255, 255, 255);
  margin-bottom: 2vw;
}

@media only screen and (min-width: 768px) {
  .articles_featured {
    flex: 2;
    border-bottom: none;
    border-right: 3px solid rgb(255, 255, 255);
    margin-bottom: 0px;
  }
}

.articles_featured header {
  padding-top: 2vw;
}

.articles_news {
  flex: 1;
}

.articles_news header {
  padding-top: 2vw;
}

.articles_news > div {
  padding: 0 2vw 2vw;
}

.articles_news > div .thumb {
  padding: 0;
}

.post-detail .content p a {
  white-space: normal;
}

@media only screen and (min-width: 768px) {
  .atoz {
    padding: 0 4vw;
  }
}

.atoz_nav {
  padding-bottom: 2vw;
}

@media only screen and (min-width: 768px) {
  .atoz_nav {
    padding-left: calc(50% + 2vw);
  }
}

.atoz_nav h5 {
  padding-bottom: 8px;
}

.atoz_nav li {
  display: inline-block;
  padding-right: 15px;
}

.atoz_nav a {
  opacity: 0.5;
  transition: opacity cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s;
}

.atoz_nav a:hover,
.atoz_nav a.active {
  opacity: 1;
}

.atoz_list ul {
  width: 100%;
  -moz-column-count: 2;
       column-count: 2;
}

@media only screen and (min-width: 768px) {
  .atoz_list ul {
    -moz-column-count: 6;
         column-count: 6;
  }
}

.atoz_list ul {
  -moz-column-gap: 4vw;
       column-gap: 4vw;
}

.atoz_list li {
  list-style-type: none;
}

.btn {
  background: #1a1a1a;
  color: rgb(255, 255, 255);
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  outline: none;
  cursor: pointer;
}

.btn:hover {
  background: rgb(89.75, 89.75, 89.75);
}

.btn span {
  color: rgb(255, 255, 255);
}

.btn-series {
  text-transform: inherit;
  letter-spacing: 0.5px;
  position: absolute;
  top: 4vw;
}

@media only screen and (min-width: 768px) {
  .btn-series {
    top: 0px;
  }
}

.btn-article {
  color: #1a1a1a;
  padding: 5px 8px 5px;
}

@media only screen and (min-width: 768px) {
  .btn-article {
    padding: 3px 6px 3px;
  }
}

.btn-article {
  text-transform: uppercase;
  background: rgb(216.7007874016, 179, 255);
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .btn-article {
    top: 0px;
  }
}

.dash_nav {
  position: relative;
  top: 150px;
  right: 0;
  z-index: 87;
}

@media only screen and (min-width: 768px) {
  .dash_nav {
    position: fixed;
    top: 150px;
    z-index: 89;
  }
}

.dash_nav {
  width: 100%;
  text-align: right;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: top cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s;
}

.dash_nav li {
  display: inline-block;
  padding-right: 1rem;
}

.dash_nav li a.active {
  border-bottom: 1px solid #1a1a1a;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .nav-stuck .dash_nav {
    top: 60px;
  }
}

.dash_inline li {
  padding: 5px 7px;
  display: inline-block !important;
}

.dash_account-status {
  padding-bottom: 1.3333333333vw;
}

.dash_account {
  margin-left: 0px !important;
}

.dash_projects {
  margin-top: 4vw;
}

.dash_submissions {
  margin-top: 2vw;
}

.dash_legacy {
  margin-top: 4vw;
}

.dash_workplaces {
  margin-left: 0px !important;
}

.dash_createproject {
  margin-left: 0px !important;
}

.dash_project-list-filters {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.dash_archive-table table {
  border-collapse: separate;
  border-spacing: 0px 5px;
}

.dash_archive-table thead {
  text-align: left;
  opacity: 0.5;
}

.dash_archive-table tr {
  border-collapse: separate;
  border-spacing: 5px 0px;
}

.dash_submission-table {
  text-align: left;
  width: 100%;
}

.filter {
  display: flex;
}

@media only screen and (min-width: 768px) {
  .filter {
    margin: initial;
    padding-right: 2vw;
  }
}

.filter > .dropdown {
  min-width: 160px;
  margin-bottom: 4rem;
  margin-right: 2rem;
}

.filter > .dropdown.hide {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .filter > .dropdown {
    margin-bottom: 0px;
    flex-basis: 0%;
    padding: initial;
  }
}

.filter > .dropdown:first-child {
  padding-right: 4vw;
}

@media only screen and (min-width: 768px) {
  .filter > .dropdown:first-child {
    padding-right: 4vw;
  }
}

.filter > .dropdown:last-child {
  padding-left: 4vw;
}

@media only screen and (min-width: 768px) {
  .filter > .dropdown:last-child {
    padding-left: initial;
  }
}

.filter > .dropdown:last-child {
  padding-right: 0px;
}

.filter > .search {
  min-width: 160px;
  margin-bottom: 4rem;
  margin-right: 2rem;
  border-bottom: 1px solid #1a1a1a;
}

@media only screen and (min-width: 768px) {
  .filter > .search {
    flex-basis: 0%;
    flex: 1;
    margin-bottom: 0px;
  }
}

.filter > .search:last-child {
  padding-right: 0px;
}

.filter .search {
  position: relative;
  z-index: 1;
}

.filter .search:before {
  display: block;
  content: "";
  right: 4px;
  top: 5px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #1a1a1a;
}

.filter .search:after {
  display: block;
  content: "";
  right: 2px;
  top: 12px;
  position: absolute;
  width: 1px;
  height: 7px;
  border-left: 1px solid #1a1a1a;
  transform: rotate(-45deg);
}

.filter .search input {
  width: 100%;
  padding-bottom: 7px;
  padding-right: 20px;
}

.filter .search input::-moz-placeholder {
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.filter .search input::placeholder {
  transition: all ease 0.2s;
}

.filter .search input:focus {
  outline: none;
}

.filter .search input:focus::-moz-placeholder {
  opacity: 0.1;
}

.filter .search input:focus::placeholder {
  opacity: 0.1;
}

.black .filter .search input {
  background: transparent;
}

.dropdown {
  position: relative;
}

.dropdown > button {
  background: rgb(255, 255, 255);
  position: relative;
  width: 100%;
  border-bottom: 1px solid #1a1a1a;
  text-align: left;
  padding-bottom: 7px;
}

.dropdown > button:focus {
  outline: none;
}

.dropdown > button:hover {
  cursor: pointer;
}

.dropdown > button:hover:after {
  opacity: 0.5;
}

.dropdown > button:after {
  content: "";
  width: 8px;
  height: 8px;
  right: 0px;
  display: block;
  position: absolute;
  right: 2px;
  top: 6px;
  transform: rotate(-45deg);
  border-left: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  transform-origin: 50% 50%;
  transition: all cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s;
}

.dropdown > button.active:after {
  transform: rotate(135deg);
}

.dropdown_list {
  position: absolute;
  padding-top: 7px;
  width: 100%;
  height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 2;
  opacity: 0;
  transition: opacity cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s;
  pointer-events: none;
}

.dropdown_list::-webkit-scrollbar {
  width: 2px;
}

.dropdown_list::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background: rgba(26, 26, 26, 0.1);
  border-radius: 0px;
}

.dropdown_list::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #1a1a1a;
  -webkit-box-shadow: none;
}

.black .dropdown_list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.black .dropdown_list::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
}

.dropdown_list > li {
  padding-left: 0rem;
  padding-bottom: 0.3rem;
  display: block;
  position: relative;
  transition: padding ease 0.3s, opacity ease 0.3s;
}

@media only screen and (min-width: 768px) {
  .dropdown_list > li {
    background: initial;
  }
}

.dropdown_list.active {
  pointer-events: auto;
  outline: none;
  opacity: 1;
}

.dropdown_list.active li:hover {
  padding-left: 5px;
  cursor: pointer;
}

.footblock p {
  padding-right: 12vw;
}

.footblock:nth-child(2) a {
  padding: 3.6vw 4vw 3.6vw 2vw;
}

.footblock a {
  padding: 3.6vw 4vw 3.6vw 4vw;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  height: 100%;
}

.footblock a header {
  padding-bottom: 12vw;
}

.footblock:hover {
  background: #1a1a1a;
}

.footblock:hover a h5,
.footblock:hover a p {
  color: #F6D3B3;
}

.footer {
  width: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}

.footer {
  background: white;
  overflow: auto;
}

.footer li {
  display: inline-block;
}

.footer.black {
  background-color: #1a1a1a;
  color: rgb(255, 255, 255);
}

.footer.black a {
  color: rgb(255, 255, 255);
}

.smallprint {
  float: left;
}

.smallprint li {
  padding-right: 1.2vw;
}

.social {
  float: right;
}

.social li {
  padding-left: 1.2vw;
}

form.form {
  position: relative;
  padding: 2vw 0;
}

.member-area form.form {
  padding: 0px;
}

form.form .c2 {
  flex-flow: row wrap !important;
}

@media only screen and (min-width: 768px) {
  form.form .c2 {
    width: inherit !important;
  }
}

form.form input[type=text],
form.form input[type=email],
form.form input[type=password],
form.form textarea {
  border: none;
  width: 100%;
  outline: none;
  padding: 5px 6px;
  border-radius: 0%;
  background: #EDEDED;
  border-bottom: 1px solid #1a1a1a;
}

form.form input[type=text]::-moz-placeholder, form.form input[type=email]::-moz-placeholder, form.form input[type=password]::-moz-placeholder, form.form textarea::-moz-placeholder {
  color: rgb(102.5, 102.5, 102.5);
  -moz-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}

form.form input[type=text]::placeholder,
form.form input[type=email]::placeholder,
form.form input[type=password]::placeholder,
form.form textarea::placeholder {
  color: rgb(102.5, 102.5, 102.5);
  transition: opacity ease 0.2s;
}

form.form input[type=text]:focus,
form.form input[type=email]:focus,
form.form input[type=password]:focus,
form.form textarea:focus {
  outline: none;
}

form.form input[type=text]:focus::-moz-placeholder, form.form input[type=email]:focus::-moz-placeholder, form.form input[type=password]:focus::-moz-placeholder, form.form textarea:focus::-moz-placeholder {
  opacity: 0;
}

form.form input[type=text]:focus::placeholder,
form.form input[type=email]:focus::placeholder,
form.form input[type=password]:focus::placeholder,
form.form textarea:focus::placeholder {
  opacity: 0;
}

form.form .checkbox-wrap,
form.form .radio-wrap {
  position: relative;
  margin-bottom: 2vw;
}

form.form .checkbox-wrap label,
form.form .radio-wrap label {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 25px;
}

form.form .checkbox-wrap label:before,
form.form .checkbox-wrap label:after,
form.form .radio-wrap label:before,
form.form .radio-wrap label:after {
  pointer-events: none;
  outline: none;
}

form.form .checkbox-wrap label:before,
form.form .radio-wrap label:before {
  position: absolute;
  content: " ";
  top: 6px;
  left: -25px;
  height: 10px;
  width: 10px;
  border: 1px solid #1a1a1a;
  margin-right: 15px;
}

form.form .checkbox-wrap label:after,
form.form .radio-wrap label:after {
  position: absolute;
  top: 7px;
  left: -24px;
  width: 10px;
  height: 10px;
  display: flex;
  content: " ";
  background: #1a1a1a;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.15s;
}

form.form .checkbox-wrap input[type=checkbox]:checked + label:after,
form.form .checkbox-wrap input[type=radio]:checked + label:after,
form.form .radio-wrap input[type=checkbox]:checked + label:after,
form.form .radio-wrap input[type=radio]:checked + label:after {
  transform: scaleX(1);
}

form.form input[type=checkbox],
form.form input[type=radio] {
  position: absolute;
  outline: none;
  left: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
}

form.form input[type=password] {
  border-bottom: 1px solid #1a1a1a;
}

form.form input[type=date] {
  width: 100%;
  outline: none;
}

form.form_perks a {
  margin-bottom: 20px;
}

form.form_perks li {
  opacity: 0.5;
  margin-bottom: 20px;
}

form.form div.form-field {
  margin-bottom: 0;
  margin-bottom: 1.3333333333vw;
}

@media only screen and (min-width: 768px) {
  form.form div.form-field label:not(.field-checkbox) {
    display: block;
    padding: 5px 0px;
    transition: opacity cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s;
  }
}

form.form div.form-field select {
  background: #EDEDED;
  width: 100%;
  outline: none;
  padding: 5px 6px;
  border-bottom: 1px solid #1a1a1a;
}

form.form .filepond {
  width: 100%;
}

form.form .filepond .filepond--drop-label {
  background: #EDEDED;
}

form.form .filepond .filepond--file-action-button {
  background: rgb(255, 255, 255);
  border-radius: 50%;
}

form.form .invalid-feedback {
  display: block;
  color: rgb(255, 82, 71);
  padding-top: 1.3333333333vw;
}

form.form h3 {
  margin-top: 1vw;
}

form.form .avatar-upload {
  padding-bottom: 2vw;
}

form.form .form-actions button.btn {
  margin-right: 1.3333333333vw;
}

form.form .inline button {
  margin-right: 1.3333333333vw;
}

form.form .profiles {
  display: flex;
  flex-flow: row wrap;
}

form.form .profiles_profile {
  width: 100%;
  display: flex;
  flex-flow: row;
  gap: 0.5em;
}

form.form .profiles_profile .form-field,
form.form .profiles_profile .checkbox-wrap {
  flex-basis: 50%;
  margin-bottom: 10px;
}

form.form .profiles_profile .form-field:not(:last-child) input,
form.form .profiles_profile .checkbox-wrap:not(:last-child) input {
  border-right: 1px solid #1a1a1a;
}

form.form .profiles_profile button[replicator-remove] {
  display: inline-block;
  height: 34px;
}

form.form #your-details h3,
form.form .social-profiles h3 {
  margin-bottom: 1vw;
}

.form-group.captcha {
  position: relative;
  width: 200px;
  margin-bottom: 10px;
}

.form-group.captcha span {
  display: block;
  background-color: #EDEDED;
}

.form-group.captcha img {
  display: block;
  width: 200px;
  height: 80px;
}

.form-group.captcha #reload-captcha {
  position: absolute;
  left: calc(100% + 1px);
  top: 0;
}

#captcha {
  margin-bottom: 10px;
}

.grid {
  position: fixed;
  top: -4vw;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
}

.grid.active {
  opacity: 1;
}

.grid > div.c4,
.grid > div.index_links {
  transform: translateY(-100%);
}

.grid > div > div span {
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(255, 0, 0, 0.1);
}

.grid > div.c6 > div span {
  background: rgba(0, 0, 255, 0.1);
}

@media only screen and (min-width: 768px) {
  .images figure {
    padding-left: calc(16.6666666667% + 0.68vw);
  }
}

.images figure {
  margin-bottom: 2vw;
}

.index_archiveis {
  background: #1a1a1a;
}

.index_archiveis h4,
.index_archiveis p {
  color: rgb(255, 255, 255);
}

.index_archiveis a {
  color: rgb(255, 255, 255);
  border-bottom: 1px solid white;
}

.intro {
  position: relative;
  width: 100%;
  height: 100vh;
  background: rgb(255, 255, 255);
  overflow: hidden;
}

@media only screen and (min-width: 1600px) {
  .intro {
    height: 90vh;
  }
}

.intro_title {
  position: absolute;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .intro_title {
    width: 43vw;
  }
}

.intro_title {
  padding-left: 2vw;
  top: 200px;
  z-index: 1;
}

@media only screen and (min-width: 1600px) {
  .intro_title {
    width: 30vw;
  }
}

.logo-black {
  fill: #1a1a1a;
}

.logo-white {
  fill: rgb(255, 255, 255);
}

.mailer-unsubscribe {
  margin-bottom: 6em;
  max-width: 900px;
}

.mailer-unsubscribe h3 {
  margin-bottom: 1em;
}

.mailer-unsubscribe a {
  text-decoration: underline;
}

.map {
  background: #F6D3B3;
  height: 60vh;
  position: relative;
}

.map h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  backdrop-filter: blur(10px);
  width: 100%;
  z-index: 88;
  top: 0px;
  transform: translateY(calc(-100% + 4rem));
  transition: transform cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s;
}

@media only screen and (min-width: 768px) {
  .nav {
    position: fixed;
    width: 100%;
    z-index: 88;
    align-items: center;
    transform: translateY(0);
    transition: padding cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mobile-menu-open .nav {
  transform: translateY(0);
}

.black .nav {
  background: rgba(26, 26, 26, 0.9);
}

@media only screen and (min-width: 768px) {
  .nav-stuck .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.nav_logo {
  position: absolute;
  bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .nav_logo {
    position: relative;
    bottom: initial;
    flex: 1;
  }
}

@media only screen and (min-width: 768px) {
  .nav_nav {
    width: initial;
    background-color: initial;
    padding: 0rem;
    position: relative;
    display: block;
    flex: 3;
  }
}

.nav_nav li {
  padding-right: 1rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .nav_nav li {
    display: inline-block;
  }
}

.nav_nav li:last-child {
  padding-right: 0rem;
}

.nav_nav a {
  font-size: 1.5em;
  letter-spacing: -1px;
}

@media only screen and (min-width: 768px) {
  .nav_nav a {
    font-size: initial;
    letter-spacing: initial;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .nav_nav .active:after {
    content: "\2022";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
  }
}

.nav_join {
  position: absolute;
  right: 5.5rem;
  bottom: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .nav_join {
    position: relative;
    right: 0;
    bottom: 0;
  }
}

.nav_join {
  background-color: #4ADB73;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.black .nav_join {
  color: #1a1a1a;
}

.nav_ul {
  padding-bottom: 4rem;
  padding-top: 1rem;
  transition: all cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .nav_ul {
    padding-top: 0rem;
    padding-bottom: 0rem;
    display: flex;
    align-items: center;
    float: right;
  }
}

.show-search .nav_ul {
  opacity: 0;
}

.nav_search {
  position: absolute;
  right: 3rem;
  bottom: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .nav_search {
    position: relative;
    right: initial;
    bottom: initial;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
}

.nav_search {
  width: 25px;
  height: 23px;
  animation: search;
}

.nav_search:hover {
  animation: search 1s linear infinite;
}

.nav_search:before {
  display: block;
  content: " ";
  right: 12px;
  top: 7px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #1a1a1a;
}

.black .nav_search:before {
  border-color: rgb(255, 255, 255);
}

.nav_search:after {
  display: block;
  content: " ";
  right: 10px;
  top: 15px;
  position: absolute;
  width: 1px;
  height: 7px;
  border-left: 1px solid #1a1a1a;
  transform: rotate(-45deg);
}

.black .nav_search:after {
  border-color: rgb(255, 255, 255);
}

.nav_avatar {
  position: absolute;
  bottom: 1.2rem;
  right: 5.5rem;
}

@media only screen and (min-width: 768px) {
  .nav_avatar {
    position: relative;
    bottom: initial;
    right: initial;
  }
}

.nav_burger {
  position: absolute;
  bottom: 1.5rem;
  right: 1rem;
  display: inline-block;
  width: 27px;
  height: 24px;
}

@media only screen and (min-width: 768px) {
  .nav_burger {
    display: none;
    position: relative;
    bottom: initial;
    right: initial;
  }
}

.nav_burger span {
  position: absolute;
  width: 65%;
  height: 1px;
  background: #1a1a1a;
}

.black .nav_burger span {
  background: rgb(255, 255, 255);
}

.nav_burger span {
  top: 50%;
  left: 15%;
  transition: transform cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.2s;
}

.nav_burger span:first-child {
  transform: translateY(-6px);
}

.nav_burger span:last-child {
  transform: translateY(6px);
}

.nav_burger:hover {
  cursor: pointer;
}

.nav_burger:hover:not(.close) a span:first-child {
  transform: translateY(-2px);
}

.nav_burger:hover:not(.close) a span:last-child {
  transform: translateY(2px);
}

.nav_burger.close span {
  transform: translateY(0px) rotate(45deg);
}

.nav_burger.close span:nth-child(2) {
  opacity: 0;
}

.nav_burger.close span:last-child {
  transform: translateY(0px) rotate(-45deg);
}

.nav_members {
  padding: 0px;
}

.pagination {
  padding-bottom: 4vw;
}

.pagination .active {
  border-bottom: 1px solid #1a1a1a;
}

.pagination_older {
  flex: 1;
  text-align: center;
  padding-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  .pagination_older {
    padding-bottom: initial;
    text-align: left;
  }
}

.pagination_nav {
  flex: 3;
  text-align: center;
  padding-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  .pagination_nav {
    padding-bottom: initial;
  }
}

.pagination_nav li {
  padding: 0 2px 0 0;
}

@media only screen and (min-width: 768px) {
  .pagination_nav li {
    padding: 0;
  }
}

.pagination_key {
  flex: 1;
  text-align: center;
  padding-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  .pagination_key {
    padding-bottom: initial;
    text-align: right;
  }
}

.pagination .inline li {
  margin-right: 1.2vw;
}

.projects {
  transition: opacity ease 0.3s;
  opacity: 1;
}

.projects.dim {
  opacity: 0.15;
}

.images .vimeo-notification {
  padding: 2rem 2.5rem;
  background-color: #c7efc0;
  border: 1px solid #a4d29c;
  margin-bottom: 3rem;
}

.images .vimeo-notification h3 {
  font-size: 1.3em;
  margin-bottom: 0.6em;
}

.images .vimeo-notification p {
  margin-bottom: 0.6em;
}

.images .vimeo-notification p:last-child {
  margin: 0;
}

.images .embedded-video {
  width: 100%;
  height: auto;
}

.search-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .search-bar {
    width: 100% !important;
  }
}

.search-bar {
  z-index: 99;
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .search-bar {
    padding-left: 0rem;
    padding-right: 0rem;
    width: inherit;
    bottom: initial;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.search-bar {
  opacity: 1;
  transition: opacity cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s, transform cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s;
}

.search-bar.hidden {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .search-bar.hidden {
    transform: translateY(-45%);
  }
}

.search-bar.hidden {
  pointer-events: none;
}

.search-bar form input[type=text] {
  width: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #1a1a1a;
}

.black .search-bar form input[type=text] {
  border-color: rgb(255, 255, 255);
}

.search-bar form input[type=text] {
  background-color: transparent;
}

.search-bar form input[type=text]:focus {
  outline: none;
  border-color: #1a1a1a;
}

.black .search-bar form input[type=text]:focus {
  border-color: rgb(255, 255, 255);
}

.search-bar form input[type=submit] {
  display: none;
}

.search-bar .close {
  position: absolute;
  right: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .search-bar .close {
    right: 0;
  }
}

.search-bar .close {
  width: 30px;
  height: 30px;
  background: transparent;
  top: 50%;
  font-size: 1.2rem;
  transform: translateY(-50%);
  cursor: pointer;
}

.black .search-bar .close {
  color: rgb(255, 255, 255);
}

.search-page {
  padding: 8vw 0 0;
}

.search-page .search-tabs ul,
.search-page .search-pagination,
.search-page .search-results {
  padding: 0 2vw;
  max-width: 1200px;
  margin: 0 auto;
}

.search-page .search-tabs {
  background-color: #1a1a1a;
}

.search-page .search-tabs ul {
  display: flex;
  flex-direction: row;
}

.search-page .search-tabs ul li a {
  display: block;
  color: #fff;
  padding: 1.5em 2em;
}

.search-page .search-tabs ul li a.active {
  background-color: #4ADB73;
  color: #1a1a1a;
}

.search-page .search-pagination {
  display: flex;
  flex-direction: row-reverse;
}

.search-page .search-pagination .pagination_key {
  text-align: left;
}

.search-page .search-pagination .pagination_older {
  text-align: right;
}

.search-page .search-pagination .pagination_older li {
  margin-left: 10px;
}

.search-page .search-pagination .pagination_nav .page-item.active {
  font-weight: bold;
}

.search-page .search-results {
  padding: 0 2vw;
}

.search-page .search-results .result {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}

@media only screen and (min-width: 768px) {
  .search-page .search-results .result {
    flex-direction: row;
    margin: 60px 0;
  }
}

.search-page .search-results .result .preview {
  position: relative;
  margin-right: 0;
  margin-bottom: 10px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .search-page .search-results .result .preview {
    min-width: 210px;
    margin-right: 30px;
  }
}

.search-page .search-results .result .preview .cover {
  height: auto;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .search-page .search-results .result .preview {
    width: 210px;
  }
}

.search-page .search-results .result .preview .type {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1a1a1a;
  color: #fff;
  padding: 3px 6px;
  font-size: 0.8em;
}

.search-page .search-results .result .preview .type.pull-down {
  top: 4px;
}

.search-page .search-results .result .details {
  display: flex;
  flex-direction: column;
}

.search-page .search-results .result .details .tags {
  margin-top: -1px;
  margin-bottom: 7px;
}

.search-page .search-results .result .details .tags .in-archive,
.search-page .search-results .result .details .tags .tag {
  display: inline-block;
  padding: 3px 7px;
  font-size: 0.8em;
  background-color: #F1F1F1;
  margin-bottom: 4px;
}

.search-page .search-results .result .details .tags .in-archive {
  background-color: #1a1a1a;
  color: #fff;
}

.search-page .search-results .result .details h3 a {
  clear: both;
  display: inline-block;
  font-size: 23px;
}

.search-page .search-results .result .details h3 a:hover {
  color: #555;
}

.search-page .search-results .result .details h3 a * {
  font-size: 23px;
}

.search-page .search-results .result .details .small,
.search-page .search-results .result .details .small * {
  font-size: 14px;
}

.search-page .search-results .result .details .attribution {
  margin-top: 3px;
}

.search-page .search-results .result .details .snippet {
  margin-top: 0.6em;
}

.search-page .search-results .result .details .highlight {
  font-weight: 500;
}

.search-page-form {
  padding: 20px 2vw;
  max-width: 1200px;
  margin: 0 auto;
}

.search-page-form .search-term {
  border: 1px solid #000;
  width: 50%;
  padding: 0.6em 1em;
}

.search-page-form .search-button {
  background: #000;
  color: #fff;
  padding: 0.6em 1em;
  cursor: pointer;
}

.stack {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c2 .stack {
  height: 40vh;
}

.c3 .stack {
  height: 30vh;
}

.stack.large {
  height: 80vh;
}

.stack li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  transition: transform ease 0.3s;
}

.stack li:hover {
  z-index: 1;
}

.stack li.stack_one {
  transform: translate(-85%, -75%);
  z-index: 3;
}

.stack li.stack_two {
  transform: translate(-25%, -50%);
  z-index: 2;
}

.stack li.stack_three {
  transform: translate(-60%, -10%);
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .first .stack {
    width: 70vw;
    margin-left: 15vw;
  }
}

@media only screen and (min-width: 768px) {
  .intro .stack {
    position: absolute;
    top: 15vh;
    z-index: 0;
    width: 60vw;
    margin-left: 35vw;
  }
}

.stack .marquee3k {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
}

.stack .marquee3k:hover {
  cursor: pointer;
}

.marquee3k {
  left: 0px;
  z-index: 1;
  height: 100%;
  display: flex;
  padding-bottom: 2rem;
  padding-top: 3rem;
  flex-flow: column wrap;
  justify-content: flex-end;
}

.marquee3k_container {
  white-space: nowrap;
}

.marquee3k_container li {
  display: inline-block;
  min-width: 35vw;
  padding-right: 3rem;
}

.marquee3k_container li p {
  padding-bottom: 0.5rem;
  opacity: 0;
  transform: translateY(5px);
  transition: all cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s;
}

.marquee3k_container li:hover p {
  opacity: 1;
  transform: translateY(0px);
}

.strip {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden !important;
  height: 450px;
}

.strip header {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.strip_content {
  padding-top: 16vw;
}

@media only screen and (min-width: 768px) {
  .strip_content {
    padding-top: 8vw;
  }
}

.strip_content {
  white-space: nowrap;
}

.strip_content li {
  display: inline-block;
}

.strip_content li a {
  padding-right: 2vw;
}

.strip-join {
  background: #D4ECE9;
}

.strip-join header a {
  text-decoration: underline;
}

.strip-join header > *,
.strip-join header a {
  color: rgb(40.1474654378, 201.8525345622, 85.8709677419);
}

.strip-join a {
  color: #4ADB73;
}

.strip-join a:hover {
  opacity: 1;
  color: #1a1a1a;
}

.strip-series {
  background: #BF80FF;
}

.strip-series header > * {
  color: #1a1a1a;
}

.strip-series a {
  color: #1a1a1a;
}

.strip-series a:hover {
  opacity: 1;
  color: rgb(255, 255, 255);
}

.strip-archive {
  background: #1a1a1a;
}

.strip-archive header a {
  text-decoration: underline;
}

.strip-archive header a:hover {
  color: #4ADB73;
}

.strip-archive header > * {
  color: rgb(255, 255, 255);
}

.strip-archive a:not(.right) {
  color: rgb(255, 255, 255);
}

.strip-archive a:not(.right):hover {
  font-size: 115px;
}

@media screen and (min-width: 768px) {
  .strip-archive a:not(.right):hover {
    font-size: calc(6.0096153846vw + 68.8461538462px);
  }
}

@media screen and (min-width: 1600px) {
  .strip-archive a:not(.right):hover {
    font-size: 165px;
  }
}

.strip-archive a:not(.right):hover {
  line-height: 100px;
}

@media screen and (min-width: 768px) {
  .strip-archive a:not(.right):hover {
    line-height: calc(6.0096153846vw + 53.8461538462px);
  }
}

@media screen and (min-width: 1600px) {
  .strip-archive a:not(.right):hover {
    line-height: 150px;
  }
}

.strip-archive a:not(.right):hover {
  opacity: 1;
  color: #F6D3B3;
}

.strip .marquee3k {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.strip .marquee3k:hover {
  cursor: pointer;
}

.marquee3k {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.intro .marquee3k {
  position: absolute;
  bottom: 30px;
}

.marquee3k .cloak {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  opacity: 1;
  z-index: 10;
  transition: opacity cubic-bezier(0.58, 0.15, 0.55, 0.97) 1s;
  pointer-events: none;
}

.marquee3k .cloak.hidden {
  opacity: 0;
}

.marquee3k .marquee3k__wrapper {
  display: flex;
  flex-direction: row;
}

.marquee3k .marquee3k__wrapper ul.marquee3k_container {
  display: flex !important;
  flex-direction: row;
}

.marquee3k .marquee3k__wrapper ul.marquee3k_container li {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
}

.marquee3k .marquee3k__wrapper ul.marquee3k_container li a {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.marquee3k .marquee3k__wrapper ul.marquee3k_container li a p {
  width: 100%;
}

.marquee3k .marquee3k__wrapper ul.marquee3k_container li a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 40vw;
}

.marquee3k img {
  display: block;
}

.subnav {
  justify-content: space-between;
}

.subnav .filter {
  width: 100%;
  padding: 0vw 2vw;
}

@media only screen and (min-width: 768px) {
  .subnav .filter {
    width: 50%;
    padding: 0vw 2vw 0vw 0vw;
  }
}

.subnav li {
  list-style-type: none;
}

.subnav > ul > li {
  display: inline-block;
  list-style-type: none;
  padding-right: 1vw;
}

@media only screen and (min-width: 768px) {
  .subnav > ul > li {
    padding-right: 1vw;
  }
}

.subnav > ul > li:first-child {
  padding-left: 0px;
}

.subnav > ul > li:last-child {
  padding-right: 0px;
}

.subnav.inline.right li {
  padding-left: 1rem;
}

.text .c2,
.text .c3,
.text .c21,
.text .c12 {
  padding-bottom: 2vw;
  width: calc(100% + 4vw);
}

.text .c2 > div,
.text .c3 > div,
.text .c21 > div,
.text .c12 > div {
  padding: 0px;
  padding-right: 4vw;
}

.text .c2 > div p,
.text .c3 > div p,
.text .c21 > div p,
.text .c12 > div p {
  padding-right: 0px;
}

.text .c2 img,
.text .c3 img,
.text .c21 img,
.text .c12 img {
  padding-right: 2vw;
}

.text > div {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .text_right {
    margin-left: 50%;
  }
}

.text_right .c2 {
  flex-flow: row wrap;
}

.text_right .c3 {
  flex-flow: row wrap;
}

.text_right .c3 > div {
  flex-basis: 50%;
}

@media only screen and (min-width: 768px) {
  .text_right .c3 > div {
    flex-basis: 33.3333333333%;
  }
}

.text_notice a {
  display: block;
  background: #f3f3f3;
  padding: 1.2vw 1.6vw;
  box-shadow: 7px 7px 0px 0px rgb(217.5, 217.5, 217.5);
}

.text_notice a p,
.text_notice a h5,
.text_notice a span {
  padding-right: 0px;
}

.text_notice a:hover {
  background: #1a1a1a;
  box-shadow: 7px 7px 0px 0px #bf80ff;
}

.text_notice a:hover h5,
.text_notice a:hover span,
.text_notice a:hover p,
.text_notice a:hover a {
  color: rgb(255, 255, 255);
}

.text blockquote {
  position: relative;
  padding-left: 1vw;
  font-weight: 500;
}

.text blockquote:after {
  content: " ";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 90%;
  background: #1a1a1a;
}

.text p {
  padding-right: 5.2vw;
  margin-bottom: 1rem;
}

.text a {
  border-bottom: 1px solid #c4c4c4;
  transition: border-color cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s;
}

.text a:hover {
  border-color: #1a1a1a;
}

.text p:empty {
  display: none;
}

.text em {
  font-style: italic;
  color: inherit;
}

.text h1 {
  margin-bottom: 4vw;
}

.text h2,
.text h3,
.text h4 {
  margin-bottom: 2vw;
}

.text h6 {
  padding-bottom: 0.3rem;
  opacity: 0.4;
}

.text .hero {
  margin-bottom: 3.2vw;
}

@media only screen and (min-width: 768px) {
  .text .hero {
    width: calc(100% + 36.5%);
    margin-left: -36.5%;
  }
}

.text figure {
  position: relative;
  margin-bottom: 3.2vw;
}

.text figure img {
  margin-bottom: 2vw;
}

@media only screen and (min-width: 768px) {
  .text figure img {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .text figure figcaption {
    position: absolute;
    padding-right: 2vw;
    top: 0px;
    left: 0px;
    transform: translateX(-100%);
    display: block;
    width: 36.5%;
  }
}

.text figure figcaption a {
  text-decoration: underline;
}

.text .bullets {
  position: relative;
  margin-bottom: 2vw;
}

.text .bullets li {
  padding-left: 2vw;
  margin-bottom: 1.2vw;
}

@media only screen and (min-width: 768px) {
  .text .bullets li {
    margin-bottom: 1.2vw;
  }
}

.text .bullets li:before {
  content: "-";
  position: absolute;
  left: 0px;
}

.text .text_notice {
  max-width: 330px;
}

.content ul {
  position: relative;
  margin: 2em 0;
  padding-right: 5vw;
}

.content ul li {
  padding-left: 1.5em;
  line-height: 1.6em;
  margin-bottom: 1.2vw;
}

@media only screen and (min-width: 768px) {
  .content ul li {
    margin-bottom: 1.2vw;
  }
}

.content ul li:before {
  content: "\2014";
  position: absolute;
  left: 0px;
}

.content ul li:last-child {
  margin-bottom: 0;
}

.workplace.text .c21 > div {
  padding-right: 0;
}

.thumb {
  position: relative;
  padding: 4vw;
  padding-top: 0px;
}

@media only screen and (min-width: 768px) {
  .thumb {
    padding: 4vw;
  }
}

.thumb img {
  padding-bottom: 5px;
  transition: all ease 0.3s;
}

.thumb time,
.thumb h4,
.thumb h3,
.thumb p,
.thumb date {
  transition: all ease 0.3s;
}

.thumb date {
  display: block;
}

.thumb_edit {
  position: absolute;
  right: 2vw;
  background-color: #1a1a1a;
  color: rgb(255, 255, 255);
}

.thumb_edit:hover {
  background: #4ADB73;
  color: #1a1a1a;
}

.thumb:hover .thumb_indent {
  transform: translateX(-15px);
}

.thumb:hover .thumb_doubleindent {
  transform: translateX(-30px);
}

.c3 .thumb {
  margin-bottom: 4vw;
}

.user-avatar {
  background-color: #1a1a1a;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s;
}

.black .user-avatar {
  background-color: rgb(255, 255, 255);
}

.user-avatar.size-sm {
  width: 28px;
  height: 28px;
}

.user-avatar__image {
  display: block;
  width: 100%;
  height: auto;
}

.user-avatar__initials {
  color: rgb(255, 255, 255);
  vertical-align: middle;
  font-size: 0.9rem;
  transition: all cubic-bezier(0.58, 0.15, 0.55, 0.97) 0.3s;
}

.black .user-avatar__initials {
  color: #1a1a1a;
}

.user-avatar:hover {
  background-color: #D4ECE9;
}

.user-avatar:hover .user-avatar__initials {
  color: #1a1a1a;
}

.video-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-wrapper::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.workplace .mentions {
  margin-top: 2em;
}

.featured-projects {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: #000;
  padding: 1em 2em;
  width: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .featured-projects {
    flex-direction: row;
    padding: 3em 0 2em;
  }
}

.featured-projects .featured-project {
  height: 100%;
  margin: 20px 0;
}

@media only screen and (min-width: 768px) {
  .featured-projects .featured-project {
    margin: 0 20px;
  }
}

.featured-projects .featured-project img {
  display: block;
}

.featured-projects .featured-project a {
  display: block;
  color: #fff;
}

.featured-projects .featured-project a h3 {
  color: #fff;
}

.featured-projects .featured-project a.ul {
  display: inline-block;
}

.featured-projects .featured-project .thumb {
  padding: 0;
}

#admin-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1a1a1a;
  z-index: 99;
}

#admin-bar nav.admin-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#admin-bar nav.admin-nav ul li {
  list-style: none;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

#admin-bar nav.admin-nav ul li a {
  display: block;
  color: rgb(255, 255, 255);
  padding: 0.25em 0.75em;
}

